﻿@charset "utf-8";
/* CSS Document */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html, body {
    -webkit-user-select: none;
    height: 100%;
    width: 100%;
    background-color: #0d194d;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}


img {
    max-width: 100%;
    vertical-align: middle;
}



body {
    /*font-family: "黑体";*/
    font-family: wawafont;
}

.cm-scene {
    background: #FFF;
}

p {
    margin: 0.2em 0;
}

.cm-stage-container {
    background-color: #0d194d;
}


.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../Image/2/snow-bg.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

    .overlay1 .tree {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        margin: auto;
        z-index: 2;
    }

        .overlay1 .tree img {
            width: 188px;
        }

    .overlay1 .sled {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0px;
        width: 100%;
        margin: auto;
        opacity: 0;
        z-index: 2;
    }

        .overlay1 .sled .img-container {
            position: relative;
            width: 150px;
            margin: auto;
        }



    .overlay1 .number-container {
        position: absolute;
        left: 60px;
        top: 25px;
        width: 45px;
        height: 66px;
        overflow: hidden;
    }

    .overlay1 .number {
        background-image: url("../Image/2/number.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .overlay1 .number1 {
        background-position: 0px 0px;
    }

    .overlay1 .number2 {
        background-position: 50% 0px;
    }

    .overlay1 .number3 {
        background-position: 100% 0px;
    }


/*jack添加*/
.img-loading {
    position: absolute;
    top: 30%;
    width: 100%;
    /*margin-top: -110px;*/
}

.share-img {
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

#musicBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    /*border-radius: 30px;*/
    background: url('../Image/music-stop.png') no-repeat left top;
    background-size: 30px 30px;
}

    #musicBtn img {
        width: 100%;
        height: 100%;
    }

    #musicBtn.playing {
        background: url('../Image/music.png') no-repeat left top;
        background-size: 30px 30px;
    }

.share-img {
    position: absolute;
    -webkit-transform-origin: center center;
    display: none;
}

@-webkit-keyframes scaleToBig {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

.scaleToBig {
    -webkit-animation-name: scaleToBig;
    animation-name: scaleToBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes scaleFromBig {
    0% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.scaleFromBig {
    -webkit-animation-name: scaleFromBig;
    animation-name: scaleFromBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

a {
    text-decoration: none;
}

#transverse {
    display: none;
}

#transverse {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.8) url(../Image/transvers.png) no-repeat center center;
    background-size: 50% auto;
}

/**scene0**/
.page-all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
}

    .page-all img {
        width: 100%;
        height: 100%;
    }

.page {
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#scene0 {
    visibility: visible;
    background: url(http://xinhuanetcdn.event-crm.cn/daliandawosi/content/image/bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

    #scene0 .logo {
        position: absolute;
        top: 5%;
        left: 10%;
        width: 70%;
    }
    /*
    #scene0 .top-container {        
        left:0;
        width:100%;
    }*/
    #scene0 .logo-left {
        position: absolute;
        top: 5%;
        left:10%;
        width: 24%;        
    }
    #scene0 .title-top {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top:10px;
    }
    #scene0 .logo-right {
        position: absolute;
        right: 10%;
        top: 5%;
        width: 20%;
    }
    #scene0 .middle-bg {
        position:absolute;
        z-index:1;
        left:11%;
        width:78%;
        top:26.4%;
    }
    #scene0 .title {
        position: absolute;
        z-index: 2;
        left: 7%;
        width: 72%;
        top: 19%;
        opacity:0;
    }
    #scene0 .title2 {
        position: absolute;
        z-index: 2;
        left: 12%;
        width: 60%;
        top: 23%;
        opacity: 0;
    }
    #scene0 .text {
        position: absolute;
        z-index: 2;
        right: 6%;
        width: 26%;
        bottom: 16%;
        /*
        right: -5%;
        width: 52%;
        bottom: 12%;*/
        opacity: 0;
    }
    #scene0 .text2 {
        position: absolute;
        z-index: 2;
        /*right: 6%;
        width: 26%;
        bottom: 16%;*/
        right: 11%;
        width: 78%;
        bottom: 9%;
        opacity: 0;
    }

        #scene0 img {
            width: 100%;
        }

    #scene0 .arrow-container {
        position: absolute;
        left: 50%;
        margin-left: -115px;
        bottom: 2%;
        width: 230px;
        height: 182px;
        display: none;
    }

        #scene0 .arrow-container img {
            width: 25%;
            margin-top: 136px;
            margin-left: 86px;
            -webkit-animation: start 1.8s infinite ease-in-out;
        }

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes start {
    0%, 10% {
        opacity: 0;
        -webkit-transform: translate(0,-10px);
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,8px);
    }
}

#scene0 .loading-content {
    position: relative;
}

    #scene0 .loading-content .circle1 {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

        #scene0 .loading-content .circle1 img {
            width: 100%;
            height: 100%;
        }

    #scene0 .loading-content .circle2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 15%;
        bottom: 15%;        
    }

        #scene0 .loading-content .circle2 img {
            width: 100%;
            height: 100%;
        }

    #scene0 .loading-content .circle3 {
        position: absolute;
        left: 5%;
        right: 5%;
        top: 30%;
        bottom: 30%;
        -webkit-animation: xuanzhuan 10s infinite linear;
    }

        #scene0 .loading-content .circle3 img {
            width: 100%;
            height: 100%;
        }

    #scene0 .loading-content .title {
        position: absolute;
        left: 14%;
        right: 15%;
        top: 28%;
        bottom: 22%;
    }

        #scene0 .loading-content .title img {
            width: 100%;
            height: 100%;
        }

@-webkit-keyframes xuanzhuan {
    0%{
        -webkit-transform:rotate(0deg);
    }    
    100% {
        -webkit-transform:rotate(360deg);
    }
}
@-webkit-keyframes xuanzhuan2 {
    0% {
        -webkit-transform:rotate3d(0,0,1,360deg);
    }
    50% {
        -webkit-transform:rotate3d(0,0,1,180deg);
    }
    100% {
        -webkit-transform:rotate3d(0,0,1,0deg);
    }
}


/****************Scene1************/
#scene1 .page-container {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    overflow-y:auto;
}
    #scene1 .page-container .page-container-content {
        position:relative;
    }
    #scene1 .page-container img {
        width: 100%;
    }

    #scene1 .arrow-container {
        position: absolute;
        left: 50%;
        margin-left: -53px;
        bottom: 20px;
        width: 106px;
        height: 70px;
        display: none;
    }

        #scene1 .arrow-container img {
            width: 25%;
            margin-top: 27px;
            margin-left: 40px;
            -webkit-animation: start 1.8s infinite ease-in-out;
        }

/**********视频**********/
.video-container {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #000;
    text-align: center;
    display: flex;
    visibility: hidden;
    z-index: -10;
}

    .video-container.active {
        z-index: 100;
        visibility: visible;
    }

    .video-container video {
        width: 100%;
        object-fit: contain;
    }


.tip-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}

.wait-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    height: 40px;
    margin-top: -50px;
    line-height: 30px;
    padding-top: 5px;
    background: rgba(0,0,0,0.6);
    /*border: 1px solid #666;*/
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.loading-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #fff;
    overflow: hidden;
}

    .loading-outer .loading-inner {
        width: 1%;
        height: 6px;
        background-color: #fff;
        -webkit-transition: width 2s;
    }

        .loading-outer .loading-inner.active {
            width: 100%;
        }

/*************************视频遮罩层**************/
.skip {
    position: absolute;
    left: 30px;
    top: 50px;
    color: #fff;
    font-size: 16px;
    z-index: 1001;
    display: none;
    background-color: rgba(0,0,0,0.3);
    padding: 2px 10px;
}

.animated2 {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#scene1 .page-container .video-block {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85.2%;
}
    #scene1 .page-container .video-block .video-bg {        
        margin-left: 2.5%;
        width: 95%;
    }
    #scene1 .page-container .video-block .video-play {
        position: absolute;
        z-index: 1;
        left: 50%;
        width: 52px;
        margin-left: -26px;
        top: 50%;
        height: 52px;
        margin-top: -26px;
    }
    #scene1 .page-container .video-block video {
        /*
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 3;
        opacity:0;*/
        
        margin-left: 2.5%;
        width: 95%;
    }

.animated2 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}