@import"https://img1.tiancitycdn.com/project5/fs2/v3/css/base.css";
html body{background:#383838;width:100%;}
#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%; min-width: 1200px; max-width: 1920px; margin:40px auto 0; position: relative; overflow: hidden; background: #383838; }

.wraper .bg { width: 100%; margin: 0 auto}
.wraper .bg div { height: 1080px; image-rendering: pixelated;}
.wraper.bg-1 .bg .bg2 { background: url(../images/bg1_img_02.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg3 { background: url(../images/bg1_img_03.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg4 { background: url(../images/bg1_img_04.jpg) repeat-y center top;}
.wraper.bg-1 .bg .bg5 { height: 543px; background: url(../images/bg1_img_05.jpg) repeat-y center top;}

.wraper .content{ width:100%; min-width: 1200px; margin:0 auto; position:absolute; top: 0; left: 0;}

.wraper .layer { width: 100%; margin: 0 auto; height: 1080px; position: relative; overflow: hidden;}
.wraper #obindex{ width: 155px; height: 107px; position:absolute; top: 18px; left: 50%; margin-left: -538px; 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 .npc-1{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/npc-1.png) no-repeat; z-index: 4; }
.wraper .npc-2{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/npc-2.png) no-repeat; z-index: 3; }
.wraper .npc-2-s{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/npc-2-s.png) no-repeat; z-index: 2; }
.wraper .npc-3{ width: 1920px; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px; background: url(../images/npc-3.png) no-repeat; z-index: 1; }
.wraper .slogan{ width: 1920px; height: 100%; position: absolute; left: 50%; bottom: 0; margin-left: -960px; background: url(../images/slogan.png) no-repeat; z-index: 8; }
.wraper .cover{ width: 1920px; height: 100%; position: absolute; left: 50%; bottom: 0; margin-left: -960px; background: url(../images/cover.png) no-repeat; z-index: 7; }

#obindex{ opacity: 0; filter: blur(10px);}
.layer .bgimg,.layer .slogan,.layer .npc-2-s{ opacity: 0; transform: scale(1.5);filter: blur(10px);} 
.layer .npc-1{ transform: scale(1.5) translate(100px,0); opacity: 0; filter: blur(10px);}
.layer .npc-2,.layer .npc-3{ transform: scale(1.5) translate(-100px,0); opacity: 0; filter: blur(10px);}

.load_complate #obindex,.load_complate .layer .bgimg,.load_complate .layer .npc-1,.load_complate .layer .npc-2,.load_complate .layer .npc-2-s,.load_complate .layer .npc-3,.load_complate .layer .slogan{ filter: blur(0); transform: scale(1) translate(0,0); opacity: 1; transition: all 1s ease;}
.load_complate .layer .bgimg { transition-delay: 0s }
.load_complate .layer .npc-1 { transition-delay: .2s }
.load_complate .layer .npc-2 { transition-delay: .1s }
.load_complate .layer .slogan { transition-delay: .4s }
.load_complate .layer .npc-2-s { transition-delay: .4s }


.wraper .nav{ width: 1266px; height: 139px; position: absolute; top: 775px; left: 50%; margin-left: -633px; z-index: 9; display: flex; justify-content: space-between;}	
.wraper .nav a{ width: 422px; height: 100%; font-size: 37px; text-align: center; display: inline-block; margin: 0 -10px;}
.wraper .nav a span{ width: 100%; height: 100%; line-height: 42px; padding-left: 52px; background: url(../images/btn-nav.png) no-repeat; display: flex; justify-content: center; align-items: center; color: #f9f9ff; font-weight: bold; box-sizing: border-box; text-shadow: 1px 3px 1px #63bff8,1px 1px 1px #2881c0,1px -1px 1px #2881c0,-1px -1px 1px #2881c0; transition:margin .3s ease-in-out 0s; }
.wraper .nav a span i{ transform: rotate(-6deg);}
.wraper .nav a:hover span{ background-position: center bottom;  margin-top: -16px; color: #fffff6; text-shadow: 1px 3px 1px #d67133,1px 1px 1px #a64f11,1px -1px 1px #a64f11,-1px -1px 1px #a64f11;}
.wraper .nav a.n1{ margin-top: 90px; padding-bottom: 30px;}
.wraper .nav a.n2{ margin-top: 50px; padding-bottom: 30px;}
.wraper .nav a.n1 span,.wraper .nav a.n2 span{ padding-bottom: 30px;}

.wraper .nav a{ transform: translateY(50px) scale(1.2); opacity: 0; filter: blur(10px);}
.load_complate .nav a{transform: translateY(0) scale(1);opacity: 1;transition: all 0.5s ease; filter: blur(0);}
.load_complate .nav a.n1 { transition-delay: .8s;}
.load_complate .nav a.n2 {transition-delay: .9s;}
.load_complate .nav a.n3 { transition-delay: 1s;}
.load_complate .nav a.n4 {transition-delay: 1.1s;}




#popvd{ width: 900px; height: 506px; background: #000; display: none; z-index: 999;}
#popvd .popbox{ width: 100%; height: 100%; overflow: hidden;}	
#popvd .popbox video{ object-fit: cover;}
#popvd .close{ width: 60px; height: 60px; position: absolute; top: 0; right: -65px; display: block; text-indent: -9999px; background: url(https://img5.tiancitycdn.com/fs2/event/2026/fs260212Yeondu/images/btn_close.png) no-repeat; cursor: pointer;}


@keyframes spinning {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

@keyframes playiing{
	0%{background-position:0 90px;}
  100%{background-position:0 0;}
}

@keyframes moving {
	0%,100%{ transform: translateY(0);}
	50% {transform: translateY(-30px);;}
}



.wraper #go_top { right:1%; position:fixed; z-index: 20; top:1200px; box-sizing: border-box; width: 235px;}
.wraper #go_top a {display: block;width: 235px;height: 79px; font-size: 30px; box-sizing: border-box; padding:0 0 10px 30px; color: #fff; margin-bottom: 6px; font-weight: bold; display: flex; justify-content: center; align-items: center; position: relative; background: url(../images/top-a.png) no-repeat; text-shadow: 1px 4px 1px #63bff8,1px 1px 1px #2881c0,1px -1px 1px #2881c0,-1px -1px 1px #2881c0;}
.wraper #go_top a:hover,.wraper #go_top a.on{ background: url(../images/top-top.png) no-repeat; text-shadow: 1px 4px 1px #d67133,1px 1px 1px #a64f11,1px -1px 1px #a64f11,-1px -1px 1px #a64f11;}



