@charset "utf-8";

body{ margin:0;padding:0;font: 12px "微软雅黑", Helvetica, Arial, Verdana; background: #666;}
ul,li,dl,dt,dd{ margin:0px; padding:0px; list-style:none;}
a{text-decoration:none;color: #333;}
a:link{}
a:visited{}
a:hover{text-decoration:none;}
a:active{}
img{border:0;padding:0; margin:0;}
p{padding:0; margin:0;}
b{
    font-weight: bold;
}

@font-face {

    font-family: "YouSheBiaoTiHei";

    src: url("fonts/YouSheBiaoTiHei-2.ttf");

}

@font-face {

    font-family: "DINCondensed";

    src: url("fonts/DINCondensedBold.ttf");

}
#loading{
    width: 800px;
    height: 450px;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1000;
    left: 50%;
    top: 50%;
    background: url(../images/loading.gif) no-repeat;
    display: none;
}
#app {
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    background: #FFF;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.logo {
    width: 400px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    z-index: 15;
    background: url(../images/logo.png) center center no-repeat;
    left: 60px;
    top: 60px;
}

#scene01{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}
#city {
    width: 3600px;
    height: 1400px;
    overflow: hidden;
    background: url(../images/city.png) no-repeat;
    position: absolute;
    z-index: 12;
    bottom: -50px;
    left: -500px;
    animation-name: city_move;
    animation-delay: 0s;
    animation-duration: 120s;
    animation-timing-function: linear;
}
@keyframes city_move {
    0% {
        left: -600px;
    }
    50% {
        left: -2200px;
    }
    100% {
        left: -600px;
    }
}
#enter {
    width: 560px;
    height: 560px;
    overflow: hidden;
    background: url(../images/enter.png) center center no-repeat;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 500px;
    transform: translate(-50%, 0%);
    pointer-events: all;
}
#scene02{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    display: none;
}

#time {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 200px;
    z-index: 20;
    font: 120px/200px YouSheBiaoTiHei;
    color: #FF6600;
    text-align: center;
}

#video_outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 15;
    left: 50%;
    transform: translate(-50%, 0);
}
#canvas_outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
}

#scene03{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    background: url(../images/bg.jpg) center center no-repeat;
    display: none;
}
.stage {
    width: calc(1080px - 40px);
    height: calc(1920px - 40px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: 10;
}
.bgphoto {
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
#photos{
    width: calc(100% - 120px);
    height: 320px;
    overflow: hidden;
    position: absolute;
    background: #FFF;
    border-radius: 12px;
    bottom: 190px;
    left: 60px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
    z-index: 50;
}
#hero{
    position: absolute;
    overflow: hidden;
    transform-origin: center center;
    user-select: none;
    transform: translate(-50%, -50%);
    z-index: 20;
    pointer-events: all;
}

#tools{
    width: 400px;
    height: 82px;
    overflow: hidden;
    position: absolute;
    background: #FFF;
    border-radius: 40px;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFF;
    line-height: 80px;
    font-size: 32px;
    user-select: none;
    z-index: 50;
}
#tools #prev{
    width: 170px;
    height: 82px;
    overflow: hidden;
    background: #009959;
    float: left;
    padding-right: 30px;
    text-align: right;
    cursor: pointer;
    pointer-events: all;
}
#tools #next{
    width: 170px;
    height: 82px;
    overflow: hidden;
    background: #005ec4;
    float: left;
    padding-left: 30px;
    text-align: left;
    cursor: pointer;
    pointer-events: all;
}
#tools i{
    width: 48px; height: 48px; background: #F60;
    overflow: hidden; display: inline-block; vertical-align: middle;
}
#tools i.next{
    background: url(../images/next.png) center center no-repeat;
}
#tools i.prev{
    background: url(../images/prev.png) center center no-repeat;
}
#scene04{
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    background: url(../images/bg.jpg) center center no-repeat;
    display: none;
}
#photoshow {
    width: 972px;
    height: 1728px;
    overflow: hidden;
    z-index: 50;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 34px;
    border: 10px solid #FFF;
    background: #FFF;
    border-radius: 20px;
}
#qhcode_outer{
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 200px;
    background: url(../images/qhkuang.png) no-repeat;
}
#qhcode {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 96px;
    background: #FFF;
    border-radius: 12px;
}
#qhcode img{
    width: 300px;
    height: 300px;
}
#replay {
    width: 300px;
    height: 80px;
    overflow: hidden;
    background: #FFF;
    border: 6px solid #005ec4;
    border-radius: 46px;
    position: absolute;
    z-index: 100;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 92px;
    cursor: pointer;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    pointer-events: all;
}