@charset "utf-8";
/*css resize*/
html {
    /*font-size: 625%;*/
}
blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,legend,ul,li,ol,p,pre,td,textarea,th,img,form,figure {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
html,body{
    width: 100%;
    height: 100%;
    background:#000;
}
ul,ol {
    list-style: outside none none;
}
img{
    display: block;
}
.none {
    display: none;
}



/*CG-爆炸效果*/
#header h1,#section h2{
    height: 0;
    text-indent: -999rem;
}
#header .loading .probg{
    margin:120% auto;
    width: 5.18rem;
    height: 0.8rem;
    background: url("../images/loadingbg.png") no-repeat bottom;
    background-size: 5.18rem .28rem;
}

#header .loading{
    width: 100%;
    height: 100%;
    background: #000 url("../images/loadbg.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 8888;
    overflow: hidden;
}

#header .loading progress{
    width: 5.18rem;
    height:2px;
    margin: 0 auto;
    background:#008489;
    position:absolute;
}
/*progress::-webkit-progress-bar{background:#008489;}*/
progress::-webkit-progress-value  { background: #0098a1;}



#boom_box{
    width: 100%;
    height: 100%;
    opacity: 0;
}

#boom_box canvas{
    position: absolute;
    width: 100%;
    height: 100%;
}

#boom_box .story{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: center;
    padding-top: 4rem;
    box-sizing: border-box;
    opacity: 0;
}

/*机舱*/
#machine_box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
}

#machine_box div:nth-child(1) {
    position: absolute;
    background: url("../images/machine_01.png") no-repeat bottom center;
    background-size:100%;
    width: 100%;
    height: 8%;
    top: 0;

    /*animation: machine_animate_top 2s linear infinite;*/
    /*-webkit-animation: machine_animate_top 2s linear infinite;*/
}
@keyframes machine_animate_top
{
    0%{
        top:-0.1rem;
    }
    50%{
        top:0;
    }
    100%{
        top:-0.1rem;
    }
}
@-webkit-keyframes machine_animate_top
{
    0%{
        top:-0.1rem;
    }
    50%{
        top:0;
    }
    100%{
        top:-0.1rem;
    }
}
#machine_box div:nth-child(2) {
    position: absolute;
    background: url("../images/machine_02.png") no-repeat top center;
    background-position-x: 50%;
    background-size:100%;
    width: 100%;
    height: 50%;
    bottom: 0;

    /*animation: machine_animate_bottom 1s linear infinite;*/
    /*-webkit-animation: machine_animate_bottom 1s linear infinite;*/
}
@keyframes machine_animate_bottom
{
    0%{
        bottom:0;
    }
    50%{
        bottom:-0.1rem;
    }
    100%{
        bottom:0;
    }
}
@-webkit-keyframes machine_animate_bottom
{
    0%{
        bottom:0;
    }
    50%{
        bottom:-0.1rem;
    }
    100%{
        bottom:0;
    }
}

/*页面1*/
#page_1{
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
}
#page_1 canvas{
    position: absolute;
    display: block;
    opacity: 0;
}


/*对话气泡*/
#page_1 .dlog{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 1.6rem;
}
#page_1 .dlog .p1{
    display: table;
    vertical-align: middle;
    width: 6.83rem;
    height: 2.58rem;
    margin:  0 auto;
    /*border: 1px solid red;*/
    box-sizing: border-box;
}
#page_1 .p1>div{
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid blue;*/
    font-size: 0.10rem;
    color: #29c5ca;
    margin-right: 0.2rem;
    font-size: 0.3rem;
}
#page_1 .dlog .context1>div{
    padding: 0 0.2rem 0 2.2rem;
}
#page_1 .dlog .context2>div{
    padding: 0 2rem 0 0.5rem;
    width:1rem;
}
#page_1 .dlog .context1{
    opacity: 0;
    background: url("../images/lss.png") no-repeat;
    background-size: 6.83rem 2.58rem;
    padding-bottom: 0.3rem;
}
#page_1 .dlog .context2{
    opacity: 0;
    background: url("../images/tat.png") no-repeat;
    background-size: 6.83rem 2.58rem;
    padding-bottom: 0rem;
}


/*页面2*/
#page_2{
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
}
#page_2 .dlog{

    display: table;
    position: relative;
    width: 6.83rem;
    height: 2.58rem;
    top: 3rem;
    margin: 0 auto;
    opacity: 0;
}

#page_2 .dlog .context1{
    display: table-cell;
    vertical-align: middle;
    width:100%;
    height: 100%;
    background: url("../images/lss.png") no-repeat;
    background-size: 6.83rem 2.58rem;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
}
#page_2 .dlog .context1>div{
    margin: 0 2rem 0 2rem;
    width:65%;
    font-size: 0.3rem;
    color: #29c5ca;
}

#page_2 canvas{
    position: absolute;
    left: 0;
    top: 0;
}
#page_2 .team{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*页面3*/
#section .page_3{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/page_4bg.jpg") no-repeat top center;
    background-size: 100% 100%;
    opacity: 0;
}

/*show3d*/
#scene{
    background: #000 url("../images/world/big_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
#scene .button{
    background: black;
    width: 25rem;
    height: 7.7rem;
    display: none;
}
/*music*/
#audio{
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    width: .38rem;
    height: .61rem;
    background: url("../images/music2.png") no-repeat;
    background-size: .4rem .63rem;
}

/*按钮图片*/
#scene .btn0{
    background: url("../images/btn_0.png") no-repeat;
    background-size: 100%;
}
#scene .btn1{
    background: url("../images/btn_1.png") no-repeat;
    background-size: 100%;
}
#scene .btn2{
    background: url("../images/btn_2.png") no-repeat;
    background-size: 100%;
}
#scene .btn3{
    background: url("../images/btn_3.png") no-repeat;
    background-size: 100%;
}

#show{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
#show .video
{
    width: 100%;
    height: 0;
    padding-bottom:75%;
    top:50%;
    left:0;
    margin-top:-37%;
    position:absolute;
}
#show .video video{
    display: none;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#show .daoju{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/daoju.jpg") no-repeat;
    background-size: 100%;
}

#show .wanou{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/wanou.jpg") no-repeat;
    background-size: 100%;
}
#show .daoju span,#show .wanou span{
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: 6.2rem;
    margin-top: 0.3rem;
}


#info{
    display: none;
    height: .74rem;
    width: .53rem;
    background:url("../images/hand.png") no-repeat;
    background-size: 100%;
    pointer-events:none;
}
#more{
    display: none;
    position: absolute;
    -webkit-box-sizing : border-box;
    width: 100%;
    height: 100%;
    overflow-y : auto;
    -webkit-overflow-scrolling : touch;  /* liuhx:可以把这整行注释掉对比差别 */

}
#more .container{
    overflow: hidden;
}
#more ul li{
    position: absolute;
    display: block;
}
#more ul img{
    display: block;
    width: 100%;
}

#more .close{
    width: 2rem;
    height: 2rem;
    /*background: red;*/
}
#more .close:nth-child(2){
    right: 0;
}
#more .close:nth-child(3){
    margin-top: 22.6rem;
    left: 50%;
    margin-left: -1rem;
}



