
@import "https://img1.tiancitycdn.com/mh/homepage/v8/css/base.css";
html body{background:#383838;width:100%;}
/* .link{position:absolute; background:url(about:blank);text-indent:-999em;overflow:hidden;display:block;} */
#gnb_menu{ z-index: 1; position: relative;}
.loading{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; background:#000; z-index:20; font-size: 18px; color: #cfd1cc; z-index: 101;}
.loading .box{ width: 100%; height: 1px; background: #414141; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); left: 0;}
.loading .box span{ height: 1px; background: #c4c4c4; position: relative; top: 0; left: 0; display: block;}
.loading .box p{ font-size: 16px; line-height: 30px; color: #c0c0c0; text-align: center;}
.wraper{width:100%; height: 1080px; min-width: 1200px; max-width: 1920px; margin:0 auto; position: relative; overflow: hidden; background: #383838; }
.wraper .layer { width: 100%; margin: 0 auto; height: 1080px; position: relative;}

.wraper #obindex{ width: 184px; height: 128px; position:absolute; top: 60px; left: 50%; margin-left: 240px; z-index: 10; text-indent:-999em; background: url(../images/logo.png) no-repeat;}
.wraper .bgimg{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/body.jpg) no-repeat center top; z-index: 1; }
.wraper .mark{ width: 1920px; height: 100%; position: absolute; left: 50%; bottom: 0; margin-left: -960px; background: url(../images/mark.png) no-repeat; z-index: 5; }

.wraper .npc{ width: 1920px; height: 1358px; position: absolute; left: 50%; top: -138px; margin-left: -1070px; z-index: 3; }
.wraper .npc::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/npc-1.png) no-repeat; animation: breathe 3.5s ease-in-out infinite; transform-origin: bottom center;}
.wraper .light{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px;  z-index: 2; }
.wraper .light::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/light.png) no-repeat; animation: opa 3.5s linear infinite;}
.wraper .slogan{ width: 1920px; height: 100%; position: absolute; left: 50%; bottom: 0; margin-left: -960px; background: url(../images/slogan.png) no-repeat; z-index: 6; }
.wraper .x-1{ width: 554px; height: 509px; position: absolute; left: 50%; top: 313px; margin-left: 195px; z-index: 5; }
.wraper .x-1::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/x-1.png) no-repeat; animation: opa 3.5s linear 1s infinite;}
.wraper .x-2{ width: 377px; height: 312px; position: absolute; left: 50%; top: 550px; margin-left: -611px; z-index: 5; }
.wraper .x-2::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/x-2.png) no-repeat; animation: opa 3.5s linear infinite;}
.wraper .layer #video{ width: 197px; height: 170px; position: absolute; left: 50%; margin-left: -98px; top: 820px; z-index: 12;}
.wraper .layer #video::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/btn-video.png) no-repeat;}
.wraper .layer #video:hover::after{ background-position: center bottom;}

#obindex{ opacity: 0; filter: blur(10px);}
.layer .bgimg,.layer .light,.layer .npc,.layer .slogan{ opacity: 0; transform: scale(1.5);filter: blur(10px);} 
.layer #video{ transform: translateY(50px) scale(1.2); opacity: 0; filter: blur(10px);}
.layer .x-1{ transform: translate(-30px,-80px) scale(0.8); opacity: 0; filter: blur(10px);}
.layer .x-2{ transform: translate(30px,80px) scale(0.8); opacity: 0; filter: blur(10px);}
.load_complate #obindex,.load_complate .layer .bgimg,.load_complate .layer .npc,.load_complate .layer .light,.load_complate .layer .slogan,.load_complate .layer .x-1,.load_complate .layer .x-2{ filter: blur(0); transform: scale(1) translate(0,0); opacity: 1; transition: all 1s ease;}

.load_complate .layer .npc { transition-delay: .3s }
.load_complate .layer .slogan { transition-delay: .5s }
.load_complate .layer .x-1 { transition-delay: .6s }
.load_complate .layer .x-2 { transition-delay: .6s }

.wraper .nav{ width: 986px; height: 58px; position: absolute; top: 876px; left: 50%; margin-left: -492px; z-index: 9;}	
.wraper .nav a{ width: 200px; height: 100%; margin: 0 5px; float: left; text-indent: -9999px; transform: translateY(50px) scale(1.2); opacity: 0; filter: blur(10px);}
.wraper .nav a span{ width: 100%; height: 100%; display: block; transition:margin .3s ease-in-out 0s}
.wraper .nav a:nth-child(1) span{ background: url(../images/nav-1.png) no-repeat center top;}
.wraper .nav a:nth-child(2) span{ background: url(../images/nav-2.png) no-repeat center top;}
.wraper .nav a:nth-child(3) span{ background: url(../images/nav-3.png) no-repeat center top;}
.wraper .nav a:nth-child(4) span{ background: url(../images/nav-4.png) no-repeat center top;}
.wraper .nav a:hover span{ background-position: center bottom; margin-top: -16px;}

.wraper .nav a:nth-child(2){ margin-right: 150px;}

.load_complate .nav a,.load_complate .layer #video{transform: translateY(0) scale(1);opacity: 1;transition: all 0.5s ease; filter: blur(0);}
.load_complate .nav a:nth-child(1) { transition-delay: .8s;}
.load_complate .nav a:nth-child(2) {transition-delay: .9s;}
.load_complate .nav a:nth-child(3) {transition-delay: 1s;}
.load_complate .nav a:nth-child(4) {transition-delay: 1.1s;}
.load_complate .layer #video{transition-delay: 1s;}

#popdiv{ width: 700px; height: 500px; background: #000; display: none; z-index: 999;}
#popdiv .popbox{ width: 700px; height: 500px; overflow: hidden;}	
#popdiv .close{ width: 48px; height: 48px; position: absolute; top: 0; right: -50px; display: block; text-indent: -9999px; background: url(https://image.tiancity.com/player/images/close_btn.jpg) no-repeat; cursor: pointer;}


@keyframes opa{
    0%,100%{
        opacity: 1; filter: blur(0px); transform:scale(1);
    }
    50%{
        opacity: .3; filter: blur(1px);transform: scale(1.003);
    }
}

@keyframes breathe {
    0%, 100% {
        transform: translate(0, 0) scaleY(1) scaleX(1);
    }
    50% {
        transform: translate(0, 0) scaleY(1.008) scaleX(1.009);
    }
}



