<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img { border:0;}
ul li { list-style:none;}
body,ul,li,div,dl,dd,dt,img,p,h1,h2,h3 { margin:0; padding:0;}
ul,li { display:block; list-style:none;}
.pointer { cursor:pointer}
.clear { clear:both; height:0; line-height:0; font-size:0;}
h1,h2,h3 { font-size: inherit; display:inline; font-weight:normal}
em{font-style:normal}
*:focus{outline:none;}
body,html{
	overflow:hidden;
	padding:0;margin:0;
	background:#8e8e8e;
	font-family:"é»‘ä½“";
	background: #000;
	
}
@font-face {
	font-family: ultltex;
	src: url('//game.gtimg.cn/images/wuxia/cp/a20180705wyb/font/HELVETICANEUELTPRO-ULTLTEX.OTF'); 
}
@font-face {
    font-family: ultltexo;
    src: url('//game.gtimg.cn/images/wuxia/cp/a20180705wyb/font/HELVETICANEUELTPRO-ULTLTEXO.OTF');
}
#mian{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}
.vague {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
#p1bg.vague2 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
	filter: blur(5px);
	transform: scale(1.05);
}
#mian .in{
	animation: fn 0.5s forwards linear;
}

@keyframes fn {
0% {
   	opacity: 0; 
 }
 100% {
   	opacity: 1; 
 }
}

#mian .out{
	animation: fo 0.5s forwards linear;
}

@keyframes fo {
0% {
   	opacity: 1; 
 }
 100% {
   	opacity: 0; 
 }
}

.music{
	width: 1.35rem;
	height: 1.675rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/music_open.png) no-repeat;
	background-size:cover;
	position: absolute;
	top: 0.575rem;
	right: 0.825rem;
	z-index: 7;
	display: none;
}
.music.music-open:after{
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 0;
	width: 1.3rem;
	height: 1.7rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/music_after.png) no-repeat;
	background-size:cover;
	-webkit-animation:test 3s steps(49) infinite;
	-moz-animation:test 3s steps(49) infinite;
}

@-webkit-keyframes test {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -85rem;
    }
}
@-moz-keyframes open {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -85rem;
    }
}

#loading{
	width: 16rem;
	height: 26rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/load_bg.jpg) no-repeat center center;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#loading .num{
	color: black;
    font-family: ultltex;
    margin-top: 9rem;
    text-align: center;
}
.number{
	font-size: 1.975rem;
}
.percent{
	font-size: 0.625rem;
}
.load-img{
	width: 5.825rem;
	height: 0.45rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/load_img.png) no-repeat;
	background-size:cover;
	position: absolute;
	top: 11.75rem;
	left: 50%;
	margin-left: -2.912rem;
}
.load-btn{
	width: 4.425rem;
	height: 4.425rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/load_btn.png) no-repeat;
	background-size:cover;
	position: absolute;
	top: 8.35rem;
	left: 50%;
	margin-left: -2.212rem;
	display: none;
}

#p1{
	width: 16rem;
	height: 26rem;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 2;
	/* background: black; */
}
.p1-active .p1-poster{
	z-index: 2;
	display: block;
}
.p1-poster{
	width: 16rem;
	height: 26rem;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#p1-video{
	width: 16rem;
	height: 26rem;
}
#p1-x-video{
	width: 16rem;
	height: 26rem;
}
#p3loading{
	display:none;
}
.p1-bg{
	background:#000 url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p1_poster.jpg) no-repeat center center;
	background-size:cover;

}

#p1bg{
	width: 16rem;
	height: 26rem;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .2s linear;
	filter: blur(0);
}

.p3loading .p1-bg-txt{
	display:none;
}

#p3{
	width: 16rem;
	height: 26rem;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 3;
}

.p3-btn{
	position: absolute;
	bottom: 1.6rem;
	right: 0.5rem;
	z-index:3
}
.p3-btn-css{
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: -0.4rem;
    position: relative;
}
.p3-btn1{
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p3-btn1.png) no-repeat;
	background-size:cover;
}
.p3-btn2{
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p3-btn2.png) no-repeat;
	background-size:cover;
}
.p3-btn3{
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p3-btn3.png) no-repeat;
	background-size:cover;
}
.p3-btn4{
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p3-btn4.png) no-repeat;
	background-size:cover;
}

.p3-btn1:after,.p3-btn3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p3-btn-f1.png) no-repeat;
	background-size:cover;
	animation: rotate 3s linear infinite;
}
.p3-btn2:after,.p3-btn4:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p3-btn-f2.png) no-repeat;
	background-size:cover;
	animation: rotate 3s linear infinite;
}

.p3-img1{
	width: 1.075rem;
    height: 8.325rem;
    position: absolute;
    top: 1.05rem;
	left: 0.7rem;
	z-index:3
}

@keyframes rotate {
0% {
   	transform:rotate(0deg);
 }
 100% {
   	transform:rotate(-360deg);
 }
}

#p4{
	width: 16rem;
	height: 26rem;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: black;
	z-index: 4;
}



/* .p4-v1{
	width: 16rem;
	height: 26rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.p4-v1-1{
	width: 16rem;
	height: 26rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
#p4-v1{
	width: 16rem;
	height: 26rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#p4-v1-1{
	width: 16rem;
	height: 26rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
}

/* #mian .no-show {
	min-width: auto;
    min-height: auto;
	width: 0.1rem;
	height: 0.1rem;
} */
#p4loading{
	display:none;
}
#mian .video-show {
    min-width: 100%;
	min-height: 100%;
	width:auto;
	height:auto;
}
.p4-finger-btn{
	display: none;
	width: 5.175rem;
	height: 6.3rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/finger-btn.png) no-repeat;
	background-size:cover;
	position: absolute;
	bottom: 3.075rem;
	left: 50%;
	margin-left: -2.587rem;
	z-index: 3;
}
.p4-finger-btn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 5.175rem;
	height: 6.3rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/finger-btn-v.png) no-repeat;
	background-size:cover;
    animation: finger 0.3s linear 2;
}

@keyframes finger {
0% {
   	opacity: 0; 
 }
 30% {
   	opacity: 1; 
 }
 60% {
   	opacity: 0; 
 }
 100% {
   	opacity: 1; 
 }
}

#p4-video-btn{
	width: 16rem;
	height: 26rem;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
 	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

#p5{
	width: 16rem;
	height: 26rem;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 5;
}
#p5 .music{
	z-index: 9999;
}
.p5-rotate{
	width: 16rem;
	height: 26rem;	
	position: absolute;
	top: 0;
	left: 0;
}
.p5-return{
	width: 1.125rem;
	height: 7.3rem;
	position: absolute;
	top: 1.025rem;
	left: 1.075rem;
	z-index:9999;
}
.p5-text{
	width: 2.0rem;
	height: 2.8rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_img1.png) no-repeat;
	background-size:cover;
	position: absolute;
	bottom:  2.5rem;
	right: 0.6rem;
	z-index:9999;
}
.p5-text:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width:2rem;
	height:2.9rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_img1_1.png) no-repeat;
	background-size:cover;
    animation: yaw 0.5s  infinite linear;
}
@keyframes yaw {
50% {
   	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	text-align:center;
}
100%{
 	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	text-align:center;
}
}

.p5-btn{
	width: 3.4rem;
	height: 3.4rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_btn2.png) no-repeat;
	background-size:cover;
	position: absolute;
	bottom: 1.875rem;
	left: 50%;
	margin-left: -1.7rem;
	z-index:9999;
}
.prompt{
	width: 16rem;
	height: 26rem;
	background-color:rgba(0,0,0,0.5); 
	position: absolute;
	top: 0;
	left: 0; 
	display: none;
	z-index: 9999;
}
.prompt-i{
	width: 6.625rem;
	height: 4.25rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_img2.png) no-repeat;
	background-size:cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.125rem;
	margin-left: -3.3125rem;
}
.p5-img{
	width: 16rem;
	height: 26rem;	
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.p5-load,.p5-load-img{
    width: 1.45rem;
    height: 1.45rem;
    animation: spin 0.6s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.725rem;
    margin-left: -0.725rem;
    opacity: 0.6;
}
@keyframes spin {
0% {
   	transform:rotate(0deg);
 }
 100% {
   	transform:rotate(-360deg);
 }
}

.p5-img .p5-poster{
	width: 13.475rem;
	/*position: absolute;
	top: 1.2rem;
	left: 50%;
	margin-left: -6.737rem;*/
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6.737rem;
    margin-top: -10.937rem;
	display: none;
}
.p5-album{
	width: 4.075rem;
	height: 0.675rem;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -2.037rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_img3.png) no-repeat;
	background-size:cover;
	margin-bottom: -11rem;
}
.p5-mask{
	width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #36383c;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}
.p5-img5{
	width: 16rem;
	height: 26rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_img5.png) no-repeat;
	background-size:cover;
	display: none;
}
.p5-xx{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	right: 0.45rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p5_img4.png) no-repeat;
	background-size:cover;
	z-index: 99999;
	display: none;
    margin-top: -11.3rem;
}
#p6{
	width: 16rem;
	height: 26rem;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: black;
	z-index: 6;
}
#p6-video{    
	width: 16rem;
    height: 26rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.p6-skip{
    width: 1.35rem;
	height: 1.35rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p6_skip.png) no-repeat;
	background-size:cover;
	z-index: 3;
}
.p6-bg{
	width: 100%;
	height: 100vh;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p6_bg.jpg) no-repeat center center;
	background-size:cover;
    z-index: 1;
	display: none;
}

.p6-box{
	width: 16rem;
	height: 26rem;
	/*background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p6_bg.jpg) no-repeat;*/
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.p6-link{
	width: 5.9rem;
    height: 2.05rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p6_link.png) no-repeat;
	background-size:cover;
	position: absolute;
	bottom: 1.8rem;
	left: 1.725rem;
	z-index: 1;
}
.p6-share{
	width: 5.9rem;
    height: 2.05rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p6_share.png) no-repeat;
	background-size:cover;
	position: absolute;
	bottom: 1.8rem;
	right: 1.725rem;
	z-index: 1;
}
.p6-return{
	width: 3.75rem;
	height: 1rem;
	background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/p6_return.png) no-repeat;
	background-size:cover;
	position: absolute;
	bottom: 0.55rem;
	left: 50%;
	margin-left: -1.875rem;
	z-index: 1;
}
.p6-prompt{
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,0.7);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}
.p6-prompt img{
	width: 4.25rem;
	height: 2.025rem;
	position: absolute;
	top: 0.3rem;
	right: 0.625rem;
}
#mian .vh{
	width: 100%;
	height: 100vh;
}
#mian .vh-video{
        top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    background-size: cover;
	    position: absolute;
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
}
#mian .one-pixels{
	width: 1px;
	height: 1px;
}

@media only screen and (device-width: 360px) and (max-height: 740px) { 
	
	.p6-bg{
		background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/x/p6_x_bg.jpg) no-repeat center center;
		background-size:cover;
	}

	.p6-link{
		bottom: 3.9rem;
	}
	.p6-share{
		bottom: 3.9rem;
	}
	.p6-return{
		bottom: 1.75rem;
	}

}


/*  iphoneX pulic  css*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ 

	#loading{
	    height: 100vh;
		background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/x/load_bg.jpg) no-repeat;
		background-size:cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
	}
	#loading .num{
	    margin-top: 12.5rem; 
	}
	.load-img{
		top: 15.75rem;
	}
	.load-btn{
		top: 11.35rem;
	}

	.p5-btn{
		bottom: 1.875rem;
	}

	.p6-bg{
		background: url(//game.gtimg.cn/images/wuxia/cp/a20180705wyb/x/p6_x_bg.jpg) no-repeat center center;
		background-size:cover;
	}
	.p6-link{
		bottom: 3.9rem;
	}
	.p6-share{
		bottom: 3.9rem;
	}
	.p6-return{
		bottom: 1.75rem;
	}
}



.zx_jns{display: none;}

.p1bg-loding-txt{
	position: absolute;
	top:55%;
	width:100%;
	text-align: center;
	color:#fff;
	font-size:.48rem;
}

/* #mian .no-show {
	min-width: auto;
    min-height: auto;
	width: 0.1rem;
	height: 0.1rem;
}

#mian .video-show {
    min-width: 100%;
	min-height: 100%;
	width:auto;
	height:auto;
} */</pre></body></html>