@charset "utf-8";
/* CSS Document */
/*7s
@keyframes blinky {
	0%, 9%, 11%, 19%, 21%, 69%, 71%, 100% { transform: scaleY(1) }
	10%, 20%, 70% { transform: scaleY(0.1) }
}*/

body{
	background:#fff;
	font-size: 20px;
}

/*.micBtn{display:none;position:absolute;right:30px;top:60px;width:65px;height:65px;background:url(https://mat1.gtimg.com/hn/cp/lol/20190305yhj/mc.png) no-repeat center top;cursor:pointer;z-index: 999;}
.micBtn.hide{background-position:center -65px;}
.micBtn.show{background-position:center 0;}*/


.item00{ animation-delay: 0s;		-webkit-animation-delay: 0s; 	transition-delay: 0s;	-webkit-transition-delay: 0s;}
.item01{ animation-delay: 0.15s;	-webkit-animation-delay: 0.15s; 	transition-delay:0.15s;	-webkit-transition-delay: 0.15s;}
.item02{ animation-delay: 0.3s; 	-webkit-animation-delay:0.3s; 	transition-delay: 0.3s;	-webkit-transition-delay: 0.3s;}
.item03{ animation-delay:0.45s;	-webkit-animation-delay:0.45s; 	transition-delay: 0.45s;	-webkit-transition-delay: 0.45s;}
.item04{ animation-delay: 0.6s; 	-webkit-animation-delay: 0.6s; 	transition-delay: 0.6s;	-webkit-transition-delay: 0.6s;}
.item05{ animation-delay: 0.75s;	-webkit-animation-delay: 0.75s; 	transition-delay:0.75s;	-webkit-transition-delay:0.75s;}
.item06{ animation-delay: 0.9s; 	-webkit-animation-delay: 0.9s; 	transition-delay: 0.9s;	-webkit-transition-delay: 0.9s;}
.item07{ animation-delay: 1.05s;	-webkit-animation-delay: 1.05s; 	transition-delay: 1.05s;	-webkit-transition-delay: 1.05s;}
.item08{ animation-delay: 1.2s; 	-webkit-animation-delay: 1.2s; 	transition-delay: 1.2s;	-webkit-transition-delay: 1.2s;}
.item09{ animation-delay: 1.35s;	-webkit-animation-delay: 1.35s; 	transition-delay: 1.35s;	-webkit-transition-delay: 1.35s;}
.item10{ animation-delay: 1.5s;		-webkit-animation-delay: 1.5s; 	transition-delay:1.5s;	-webkit-transition-delay:1.5s;}
.item11{ animation-delay: 1.7s;		-webkit-animation-delay: 1.7s; 	transition-delay:1.7s;	-webkit-transition-delay:1.7s;}
.item12{ animation-delay: 2.0s;		-webkit-animation-delay: 2.0s; 	transition-delay:2.0s;	-webkit-transition-delay:2.0s;}
.item13{ animation-delay: 2.25s;		-webkit-animation-delay: 2.25s; 	transition-delay:2.25s;	-webkit-transition-delay:2.25s;}
.item14{ animation-delay: 2.5s;		-webkit-animation-delay: 2.5s; 	transition-delay:2.5s;	-webkit-transition-delay:2.5s;}
.item15{ animation-delay: 4.0s;		-webkit-animation-delay: 4.0s; 	transition-delay:4.0s;	-webkit-transition-delay:4.0s;}
#fx {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    animation-name: bigIn;
    animation-duration: 0.7s;
    -webkit-animation-name: bigIn;
    -webkit-animation-duration: 0.7s;
    color: #fff;
    font-size: 24px;
    will-change: transform;
    z-index: 999;
}
#fx:before{
	content: '';
	position: absolute;
	right: 30px;
	top: 10px;
	width: 33px;
	height: 44px;
	background-image: url(https://mat1.gtimg.com/hn/cx/img/shareArr.png);
	animation: 2s rightUp ease-in-out infinite;
  	-webkit-animation: 2s rightUp ease-in-out infinite;
}
#fx:after{
	content: '';
	position: absolute;
	right: 50px;
    top: 30px;
    width: 148px;
	height: 103px;
	background-image: url(https://mat1.gtimg.com/hn/cx/img/shareTxt.png);
}

.rightup-arr{
	animation: 2s rightUp ease-in-out infinite;
  	-webkit-animation: 2s rightUp ease-in-out infinite;
}
@keyframes rightUp {
  0% { transform: translate(0); }
  50% { transform: translate(-20px,20px); }
}
@-webkit-keyframes rightUp {
  0% { -webkit-transform: translate(0); }
  50% { -webkit-transform: translate(-20px,20px); }
}
.dw.dw-ltr{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}

.logo{left:20px;top:20px;}

.load_num{font-size:16px;left:0;top:550px;color:#886d38;text-align:center;width:100%;font-weight:bold;}
#main{
	left: 50%;
	margin-left: -320px;
}
.page .nr{
	width: 640px;
	height: 1040px;
	min-height: 1040px;
	position: absolute;
	top: 50%;
	margin-top: -520px;
}
.btn{
	cursor: pointer;
	position: absolute;
}
.dialog,.mask{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 99;
}

/*loding样式*/
.loadhint {
	font-size: 30px;
	font-weight: 600;
	color: #164a95;
	text-align: center;
	position: absolute;
	top:40%;
	width: 100%;
}

.loadingtxt {
	position: absolute;
	left: 0;
	top: 0;
	background: #164a95;
	height: 10px;
	border-radius: 4px;
	width: 20px;
	transition: all .8s ease-out;
	-webkit-transition: all .8s ease-out;
}

.loadBg{
	width: 200px;
	position: relative;
	font-size: 0;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
/*音乐图标*/
.micBtn{background: url(https://mat1.gtimg.com/hn/lh/99gy/mc.png) no-repeat;
	right: 15px;
    top: 100px;
    height: 30px;
    width: 30px;
    position: absolute;z-index: 888;
    -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   background-size: 100% 100%;
   }

.micBtn.show{
	animation: rotate 800ms infinite;-webkit-animation: rotate 800ms linear infinite;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
.micBtn.hide{background-position:0 0;}
@keyframes rotate{
	0%{ 
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate{
	0%{ 
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.page1{
	background: url(../img/p1_4.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.page1 .p1Btn{
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
.bounce{
	animation: bounce 3s linear infinite both;
	-webkit-animation: bounce 3s linear infinite both;
}
@keyframes bounce{
	0%,100%{
		transform: scale(1) translateX(-50%);
		-webkit-transform: scale(1) translateX(-50%);
	}
	50%{
		transform: scale(0.95) translateX(-50%);
		-webkit-transform: scale(0.95) translateX(-50%);
	}
}
.page1 .p3btn{
	bottom: 190px;
}


.page1 .bot_txt{
	bottom: 120px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
	width: 280px;
    color: #fff;
	line-height: 30px;
	text-shadow: 1px 1px 1px #333;
}

.page1 .bot_logo{
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
	width: 195px;
    height: 60px;
    background-image: url(../img/bot_logo.png);
    background-position: bottom center;
}

.page1 .video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.page1 .goto2{
	display: none;
}
.page3{
	background: url(../img/p3_6.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	width: 100%;
    height: 100%;
}
.page0{
	background: url(../img/loadBg.jpg) no-repeat;
	background-size: cover;
}
.page0 .progressWrapper{
	width: 466px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	border-radius: 26px;
	background-color: #dbc8b6;
}
.page0 .progress{
	width: 0;
	height: 26px;
	background-color: #a47c50;
	border-radius: 26px;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
}
.page0 .load_bg{
	background: url(../img/load_bg.png) no-repeat;
	width: 466px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}
.page0 .loading_boat{
	top: -94px;
	left: 0;
	transition: all 0.2s linear;
}
.page0 .load_text{
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.page2{
	overflow-y: scroll;
	background-color: #052f45;
}
.page2 .img{
	background-size: cover;
	width: 640px;
}
.page2 .img1{
	background-image: url(../img/changtu_011.jpg);
	background-repeat: no-repeat;
	height: 2297px;
}
.page2 .img2{
	background-image: url(../img/changtu_02.jpg);
	background-repeat: no-repeat;
	height: 2754px;
}
.page2 .img3{
	background-image: url(../img/changtu_03.jpg);
	background-repeat: no-repeat;
	height: 1255px;
}
.page2 .img4{
	background-image: url(../img/changtu_04.jpg);
	background-repeat: no-repeat;
	height: 1887px;
}
.page2 .img5{
	background-image: url(../img/changtu_05.jpg);
	background-repeat: no-repeat;
	height: 2522px;
}
.page2 .img6{
	background-image: url(../img/changtu_06.jpg);
	background-repeat: no-repeat;
	height: 1613px;
}

/* ipx */

.ipx .page .p1Btn{
	bottom: 130px;
}
.ipx .page .p3btn{
	bottom: 220px;
}
/* .ipx .page .video{
	object-fit: fill;
} */
.video_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
}


.ip6 .page1{
	background-position: 50% 75%;
}
.ip6 .page3{
	background-position: 50% 75%;
}
.ip6 .page1 .p3btn {
    bottom: 270px;
}
.ip6 .video{
	object-position: 50% 75%;
}