@charset "utf-8";
@import url("hover-min.css");

/*导入字体*/

/*@font-face { font-family: 'hui'; src: url('../font/hui.eot?#font-spider') format('embedded-opentype'), url('../font/hui.ttf') format('truetype'); font-weight: normal; font-style: normal; }*/

/*@font-face { font-family: 'gr'; src: url('../font/gr.eot?#font-spider') format('embedded-opentype'), url('../font/gr.ttf') format('truetype'); font-weight: normal; font-style: normal; }*/

/* CSS Document wlo:Cflower */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: outside none none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	outline: 0 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: url(../c_images/icon_sb.ico), auto;
}

input,
textarea {
	border-radius: 0;
	outline: 0 none;
	resize: none;
	-webkit-appearance: none;
	/*去掉iOS下input的默认内阴影*/
}

.clearfix:after,
.clearfloat:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

html {
	font-family: "Arial", "Heiti SC", "Helvetica", "Microsoft YaHei", sans-serif;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0 auto;
	min-width: 3.2rem;
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000;
}

a {
	text-decoration: none;
	color: inherit;
}

.clearfloat:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.ridius {
	border-radius: 5px;
}

.mouse {
	display: block;
	width: 0.5rem;
	height: .57rem;
	position: absolute;
	top: 0.2rem;
	left: -2.0rem;
	z-index: 1000;
	pointer-events: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 111111s;
	-webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

/* 假如添加了video标签,可能会出现video标签默认置顶的情况,解决这个bug可以通过样式设置来规避;*/
.compatibleStyle {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome 和 Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
	-webkit-perspective: 0;
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible;
}

.btn_sprite {
	background: url(../images/p2/btn_scr.png) no-repeat 0 0 / 4.78rem 4.84rem;
}

.zl {
	display: block;
	width: 5.68rem;
	position: absolute;
	right: 4.13rem;
	top: 8.4rem;
}

.btnYY {
	display: block;
	width: 5.04rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 3.88rem;
	margin-left: 6.23rem;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ccTip{
	display: block;
	width:1.2rem;
	float:left;
	margin-top:.18rem;
}
.btnYY:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.btnYY img {
	display: block;
	width: 100%;
}
.slogan{
	width:14.22rem;
	height:4.94rem;
	background:url(../pic/slogan1.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:1.79rem;
	top:5.27rem;
	z-index:2;
}
.slogan::after{
	display: block; 
	content: ''; 
	width:14.22rem;
	height:4.94rem;
	background:url(../pic/slogan1.png) no-repeat center;
	background-size: cover;
    animation: heartBeat 4s ease-in-out both infinite;
    -webkit-animation: heartBeat 4s ease-in-out both infinite;
}
/*图片闪烁放大效果*/
@keyframes heartBeat {
  0% {transform: scale(1); opacity: 1;}
  30% {transform: scale(1.4); opacity: 0;}
  100% {transform: scale(1); opacity: 0;}
}
@-webkit-keyframes heartBeat {
  0% {-webkit-transform: scale(1); opacity: 1;}
  30% {-webkit-transform: scale(1.4); opacity: 0;}
  100% {-webkit-transform: scale(1); opacity: 0;}
}
.youngTc{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	display: none;
}
.youngBody{
	width:826px;
	height:486px;
	background:url(../../../../qmqz/7.0/images/common.png) no-repeat center;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display: block;
	width:24px;
	height:24px;
	position:absolute;
	right:39px;
	top:34px;
	cursor: pointer;
	z-index:2;
}
.youngC{
	width:784px;
	overflow: hidden;
	position:relative;
	margin:20px auto 0;
}
.youngTop{
	width:100%;
	height:51px;
	background-color:#DDE0E3;
	position:relative;
}
.youngTop img{
	display: block;
	width:191px;
	height:12px;
	float:left;
	margin-top:19px;
}
.youngTop p{
	font-size:18px;
	color:#252525;
	font-weight:bold;
	line-height:51px;
	float:left;
	margin:0 34px;
}
.youngTop img:nth-child(3){
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.youngTop img:nth-child(1){
	margin-left:131px;
}
.youngTxt{
	width:725px;
	position:relative;
	max-height:300px;
	overflow: auto;
	margin: 14px 0 0 31px;
    padding-right: 26px;
}
.youngTxt p{
	width:100%;
	overflow: hidden;
	font-size:14px;
	color:#3D3D3D;
	line-height:18px;
	margin-top:20px;
}
.cDown{
	width:8rem;
	height:1.96rem;
	position:absolute;
	left:50%;
	margin-left:-4rem;
	top:5rem;
	z-index:2;
}
.download{
	width:5rem;
	height:1.96rem;
	background:url(../pic/doc2.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	float:left;
	z-index:5;
}
.btnDownload{
	width:1.88rem;
	position:relative;
	float:left;
	margin:.29rem 0 0 .4rem;
}
.btnDownload a{
	display: block;
	width:100%;
	height:.69rem;
}
.btnDownload a:nth-child(2){
	margin-top:-.05rem;
}
.btnDownload a img{
	display: block;
	width:100%;
}
.enterc{
	display: block;
	width:1.73rem;
	height:1.96rem;
	position:relative;
	float:left;
}
.enterc img{
	display: block;
	width:100%;
}
.enterc:hover{
	opacity: .9;
}
.saoCode{
	width:1.13rem;
	height:1.26rem;
	background:url(../imgs/sao.png) no-repeat center;
	background-size:cover;
	position:relative;
	float:left;
	margin:.28rem 0 0 -0.1rem;
	overflow: hidden;
}
.saoCode img{
	display: block;
	width:.89rem;
	height:.89rem;
	border:0.01rem solid #b0aa93;
	margin:0.11rem auto 0;
}
.moni{
	display: block;
	width:.38rem;
	position:relative;
	float:left;
	margin:.36rem 0 0 -0.02rem;
}
.zhuo{
	display:block;
	width:.38rem;
	float: left;
	margin-top: 0.36rem;
	margin-left: 0.05rem;
}
.zhuo img{
	display:block;
	width:100%;
}
.btn_vdplay {
	width: 1.09rem;
	height: 1.12rem;
	background:url(../pic/play.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right: .66rem;
	top: 2.6rem;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
}
.nz{
	display:block;
	width:100%;
	height:2.85rem;
	position:absolute;
	bottom:0;
	left:0;
}
@keyframes vGo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes vGo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.page1 .btn_yy,
.page1 .btn_vdplay {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.page1 .btn_yy:hover,
.page1 .btn_vdplay:hover {
	filter: brightness(130%);
	-webkit-filter: brightness(130%);
}

/*弹出层遮罩div*/
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 988;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}

.btn {
	display: block;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.pos {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w750 {
	width: 100%;
}

.curp {
	cursor: url(../c_images/icon_sb.ico), auto;
}

.imgcove {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}

.yellow {
	color: #ffd800;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.zIndex2 {
	z-index: 9;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
}

/*inti*/
#wrap {
	position: relative;
	overflow: hidden;
	background: #000;
	max-width: 19.2rem;
	margin: 0 auto;
}

#container {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#container {
	height: 100%;
}

#overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#video_cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('../images/home/video_cover.jpg') no-repeat 0 0 / 100% auto;
}
.nav {
	width: 100%;
	height: .58rem;
	background: url(../c_images/top.png) no-repeat center 0 / 100% 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9;
	cursor: url(../c_images/icon_sb.ico), auto;
	top:0;
}
.nav ul{
	width:100%;
	height:.55rem;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.nav ul li {
	width:1.3rem;
	height:100%;
	font-size:.2rem;
	color:#858585;
	text-align: center;
	line-height:.55rem;
	position:relative;
}
.nav ul li.active{
	background:url(../c_images/ho.png) no-repeat center;
	background-size:cover;
	color:#fff;
}
.nav ul li img{
	display: block;
	width:1.12rem;
	height:.49rem;
	margin:0 auto 0;
}
.nav ul li:nth-child(4) {
	width:1.7rem;
}
.nav ul li:before{
	display: block;
	content:'';
	width:0.01rem;
	height:0.28rem;
	background:#858585;
	position:absolute;
	left:0;
	top:.11rem;
}
.nav ul li:nth-child(7):after{
	display: block;
	content:'';
	width:0.01rem;
	height:0.28rem;
	background:#858585;
	position:absolute;
	right:0;
	top:.11rem;
}
.nav ul li span{
	display: block;
	font-size:.06rem;
	width:100%;
	z-index:2;
	position:absolute;
	text-align: center;
	bottom:-.18rem;
	transform: scale(.6);
	-webkit-transform: scale(.6);
	white-space: nowrap;
}
.nav ul p{
	font-size:.2rem;
	color:#f4d6a5;
	line-height:.55rem;
	position:absolute;
	right:.62rem;
}
.btn_music {
	width: 0.84rem;
	height: 0.84rem;
	background: url(../images/icon_music.png) no-repeat 0 100% / 0.84rem .84rem;
	position: absolute;
	top: 0.2rem;
	right: 0.15rem;
	z-index: 10;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.btn_music.no:after {
	content: '';
	display: block;
	width: 0.56rem;
	height: 0.62rem;
	background: url(../images/icon_music_l.png) no-repeat 0 0 / 2.04rem 0.62rem;
	position: absolute;
	top: 0.15rem;
	left: 0.18rem;
}

.btn_music.off:after {
	content: '';
	display: block;
	width: 0.56rem;
	height: 0.62rem;
	background: url(../images/icon_music_l.png) no-repeat -1.47rem 0 / 2.04rem 0.62rem;
	position: absolute;
	top: 0.15rem;
	left: 0.18rem;
	transform-origin: 50% 0%;
	animation: music_open 1s linear infinite;
	-webkit-animation: music_open 1s linear infinite;
	/* Safari and Chrome */
}

@keyframes music_open {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	70% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes music_open {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	70% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.menu {
	opacity: 1;
	position: relative;
}

/*.animask{
    width:25.6rem; height:14.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff url(../images/animask.png) repeat;
}*/

.swiper-wrapper {
	-webkit-perspective: 3000;
	-webkit-backface-visibility: hidden;
}
.moniTc,.bigPicTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	display: none;
}
.moniBody{
	width:5.62rem;
	height:3.64rem;
	position:relative;
	background:url(../imgs/moni.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.bigPicBody{
	width:12rem;
	height:6rem;
	overflow: hidden;
	position:relative;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.bigPicBody img{
	display: block;
	height:6rem;
	margin:0 auto 0;
	overflow: cover;
}
.bigClose{
	display: block;
	width:.43rem;
	height:.43rem;
	background:url(../imgs/clo.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.bigClose:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.moClose{
	display: block;
	width:.35rem;
	height:.35rem;
	position:absolute;
	right:.46rem;
	top:.46rem;
	z-index:2;
}
.moniList{
	width:3.21rem;
	height:1.57rem;
	position:relative;
	overflow: hidden;
	margin:1.3rem auto 0;
}
.moniList a{
	display: block;
	width:1.32rem;
	float:left;
}
.moniList a:nth-child(2){
	float:right;
}
.moniList a img{
	display: block;
	width:100%;
}
.moniList a:hover{
	opacity: .9;
}
.code_img{
	display:block;
	width:1.5rem;
	margin:.1rem auto .15rem;
}
.float.float_right a{
	height:auto;
	margin-top:0;
}
.float_right p{
	font-size:.2rem;
	color:#fff;
	text-align:center;
	margin-top:.5rem;
}
.float.float_right{
	height:5.6rem;
	left:auto;
	right:.4rem;
}
.float{
	width:1.83rem;
	height:6.4rem;
	background:url(../pic/float.png) no-repeat center;
	background-size:100% 100%;
	position:fixed;
	left:0.4rem;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:10;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.float.active {
	left:-1.8rem;
}
.float.active .opClose{
	background:url(../pic/kai.png) no-repeat center;
	background-size:cover;
}
.float.float_right.active{
	right:-1.8rem;
	left:auto;
}
.float.active.float_right .opClose{
	background:url(../c_images/kai_n.png) no-repeat center;
	background-size:cover;
}
.er_code{
	display: none;
	width:1.36rem;
	height:1.36rem;
	border:0.03rem solid #d4c598;
	position:absolute;
	left:1.82rem;
	top:.2rem;
	z-index:3;
}
.dou_code{
	display: none;
	width:1.36rem;
	height:1.36rem;
	position:absolute;
	left:1.82rem;
	top:2.85rem;
	z-index:3;
}
.qw_code{
	display: none;
	width:1.36rem;
	height:1.36rem;
	position:absolute;
	left:1.82rem;
	top:3.85rem;
	z-index:3;
}
.float a{
	display: block;
	width:1.68rem;
	height:.45rem;
	overflow: hidden;
	position:relative;
	margin:0.15rem 0 0 .11rem;
}
.float a img{
	display: block;
	width:100%;
}
.float a:nth-child(1){
	margin-top:.4rem;
}
.float a.at:hover img:nth-child(1){
	display: none;
}
.opClose{
	width:.35rem;
	height:1.18rem;
	background:url(../pic/shou.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:-.33rem;
	top:1.33rem;
}
.float.float_right .opClose{
	background:url(../c_images/shou_n.png) no-repeat center;
	background-size:cover;
	right:auto;
	left:-.33rem;
}
/*page1*/
.page1 {
	width:100%;
	height:11.86rem;
	background: url(../pic/kv2.jpg) no-repeat center center;
	background-size: cover;
	cursor: url(../c_images/icon_sb.ico), auto;
	position:relative;
}
.page1 #video{
	width:100%;
	height:10.8rem;
	object-fit: cover;
	position:absolute;
	left:50%;
	top:0;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.loginBtn{
	display:block;
	width:1.87rem;
	height:2.29rem;
	position:fixed;
	overflow: hidden;
	left:.16rem;
	top:45%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	z-index:20;
}
.loginBtn img{
	display: block;
	width:100%;
}
.enter{
	display: block;
    width: 1.53rem;
    position: absolute;
    left: 1rem;
    top: -0.05rem;
    z-index: 2;
}
.enter img{
	display: block;
	width:100%;
}
.kvc{
	display: block;
	width:100%;
	height:10.37rem;
	background:url(../c_images/kvc.jpg) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.logo{
	display: block;
	width:2.33rem;
	position:absolute;
	right:.28rem;
	top:.62rem;
	z-index:1;
}
.yao{
	display: block;
	width:100%;
	height:1.03rem;
	background:url(../c_images/ya.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:.84rem;
	z-index:2;
}
.page1 .btn_yuyue {
	width: 3rem;
	height: 1.03rem;
	position: absolute;
	left:50%;
	margin-left:-1.5rem;
	top:7.42rem;
	cursor: url(../c_images/icon_sb.ico), auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	z-index:2;
}
.page1 .btn_yuyue a{
	display: block;
	width:3rem;
}
.page1 .btn_yuyue a img{
	display: block;
	width:100%;
}
.down{
	display: block;
	width:1.49rem;
	position:absolute;
	left:50%;
	margin-left:-0.745rem;
	bottom:0;
	animation:start 2s linear infinite;
	-webkit-animation: start 2s linear infinite;
	z-index:2;
}
@-webkit-keyframes start {
 0%,
 30% {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
 }
 60% {
  opacity: 1;
  -webkit-transform: translate(0, 0);
 }
 100% {
  opacity: 0;
  -webkit-transform: translate(0, 8px);
 }
}

@-moz-keyframes start {
 0%,
 30% {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
 }
 60% {
  opacity: 1;
  -webkit-transform: translate(0, 0);
 }
 100% {
  opacity: 0;
  -webkit-transform: translate(0, 8px);
 }
}

@keyframes start {
 0%,
 30% {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
 }
 60% {
  opacity: 1;
  -webkit-transform: translate(0, 0);
 }
 100% {
  opacity: 0;
  -webkit-transform: translate(0, 8px);
 }
}

@-ms-keyframes start {
 0%,
 30% {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
 }
 60% {
  opacity: 1;
  -webkit-transform: translate(0, 0);
 }
 100% {
  opacity: 0;
  -webkit-transform: translate(0, 8px);
 }
}
/*page2*/
.page2 {
	width:100%;
	height:8.62rem;
	background:url(../imgs/sec.jpg) no-repeat center center;
	background-size: cover;
	cursor: url(../c_images/icon_sb.ico), auto;
	position:relative;
	overflow: hidden;
}

.page2 .title {
	width: 9.54rem;
	height: 2.31rem;
	background: url(../imgs/tit.png) no-repeat center;
	background-size: cover;
	position:relative;
	margin:0.44rem auto 0;
}
.pageMain{
	width:14rem;
	height:4.39rem;
	background:rgba(247,247,249,.71);
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	margin:0.24rem auto 0;
}
.leftBanner{
	width:5.8rem;
	height:3.8rem;
	position:relative;
	overflow: hidden;
	margin:.11rem .1rem 0 .14rem;
}
.leftBanner ul li img{
	display: block;
	width:100%;
	height:100%;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.leftBanner ul li img.zhez{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.leftBanner ul li .bannerDesc{
	width:100%;
	height:.46rem;
	background:rgba(0,0,0,.7);
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
}
.leftBanner ul li .leftPic:hover img.zzPic{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.leftBanner ul li .bannerDesc p{
	width:3.7rem;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:.18rem;
	color:#fff;
	line-height:.46rem;
	text-indent:.16rem;
}
.leftBanner ul li .bannerDesc span{
	display: block;
	float:right;
	font-size:.14rem;
	color:rgba(255,255,255,.5);
	line-height:.46rem;
	margin-right:.2rem;
}
.pageMain .swiper-pagination1{
	width:5.8rem;
	position:absolute;
	left:.14rem;
	bottom:.1rem;
	z-index:2;
	text-align: center;
}
.pageMain .swiper-pagination1 .swiper-pagination-bullet{
	width:.22rem;
	height:.21rem;
	background:url(../imgs/w.png) no-repeat center;
	background-size:100% 100%;
	margin:0 .25rem;
}
.pageMain .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:url(../imgs/h.png) no-repeat center;
	background-size:100% 100%;
}
.middleVideo{
	width:2.88rem;
	overflow: hidden;
	position:relative;
	float:left;
	margin-left:.1rem;
}
.middleVideo>div{
	width:100%;
	height:1.84rem;
	overflow: hidden;
	position:relative;
	margin-top:.12rem;
}
.middleVideo>div:hover img:nth-child(1){
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.middleVideo>div img:nth-child(1){
	display: block;
	width:100%;
	height:100%;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.middleVideo>div img:nth-child(2){
	display: block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.middleVideo>div img:nth-child(3){
	display: block;
	width:.46rem;
	height:.46rem;
	position:absolute;
	left:.11rem;
	bottom:.11rem;
}
.rightNews{
	width:4.83rem;
	overflow: hidden;
	position:relative;
	margin:.12rem 0 0 .1rem;
}
.rightNews .newsTit{
	width:100%;
	overflow: hidden;
	border-bottom:.01rem solid #293543;
	position:relative;
}
.rightNews .newsTit li{
	width:.83rem;
	line-height:.26rem;
	font-size:.18rem;
	color:#858585;
	text-align: center;
	float:left;
	position:relative;
}
.rightNews .newsTit li.active{
	color:#87690f;
}
.rightNews .newsTit li.active i{
	display: block;
}
.rightNews .newsTit li i{
	display: none;
	width:100%;
	height:.04rem;
	background:url(../imgs/bt.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	left:0;
	bottom:0;
}
.rightNews .newsTit li:after{
	display: block;
	content:'';
	width:.01rem;
	height:.16rem;
	background:#293543;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-.08rem;
}
.rightNews .newsTit li:nth-child(3):after{
	display: none;
}
.rightNews .more{
	display: block;
	width:.5rem;
	float:right;
	margin-top:.05rem;
}
.rightNews .more img{
	display: block;
	width:.5rem;
}
.tjNews{
	width:100%;
	height:.42rem;
	background:rgba(255,255,255,.42);
	position:relative;
	font-size:.14rem;
	color:#87690f;
	border-bottom:0.01rem solid rgba(41,53,67,.49);
}
.tjNews img{
	display: block;
	width:.36rem;
	float:left;
	margin:0.03rem 0 0 .22rem;
}
.tjNews span{
	display: block;
	width:3.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	line-height:.42rem;
	margin-left:.16rem;
}
.newsDiv{
	width:100%;
	overflow: hidden;
	position:relative;
}
.newsDiv>ul{
	display: none;
	width:100%;
	overflow: hidden;
	position:relative;
}
.newsDiv>ul.active{
	display: block;
}
.newsDiv>ul li{
	width:100%;
	height:.42rem;
	position:relative;
	line-height:.42rem;
	transition:all .5s;
	-webkit-transition:all .5s;
	border-bottom:0.01rem solid rgba(41,53,67,.49);
}
.newsDiv>ul li:hover{
	background:rgba(255,255,255,.42);
}
.newsDiv>ul li:hover a{
	color:#87690f;
	transform: translate(.1rem,0);
	-webkit-transform: translate(.1rem,0);
}
.newsDiv>ul li a{
	display: block;
	width:100%;
	color:#293543;
	font-size:.14rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.newsDiv>ul li a em{
	display: block;
	font-style: normal;
	margin-left:.14rem;
	float:left;
}
.newsDiv>ul li a span{
	display: block;
	width:3rem;
	overflow: hidden;
	position:relative;
	float:left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsDiv>ul li a i{
	font-size:.12rem;
	float:right;
	margin-right:.06rem;
}
.page2 .zc_num {
	width: 10.29rem;
	height: 1.59rem;
	background: url(../c_images/numbg.png) no-repeat center;
	background-size: cover;
	margin: 0.68rem auto 0;
	position: relative;
}
.panel {
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	font-size:.9rem;
	text-indent:2.2rem;
	line-height:1.59rem;
	font-family: "Microsoft YaHei";
	color:#efc27c;
}
.city_wrap {
	width:17.31rem;
	height:2.71rem;
	background:url(../c_images/yy.png) no-repeat center;
	background-size: cover;
	position:relative;
	margin:0.52rem auto 0;
	display: flex;
	display: -webkit-flex;
}
.city_wrap li{
	width:1.62rem;
	position:relative;
	margin-left:.8rem;
}
.city_wrap li .giftPic{
	display: block;
	width:3.46rem;
	height:2.02rem;
	position:absolute;
	left:50%;
	margin-left:-1.73rem;
	top:0;
	opacity: 0;
}
.city_wrap li:nth-child(1){
	margin-left:1.8rem;
}
.city_wrap li .ckPic{
	display: block;
	width:1.05rem;
	height:.32rem;
	margin:0 auto 0;
}
.city_wrap li .cityPic{
	width:100%;
	height:1.64rem;
	position:relative;
	overflow: hidden;
	margin:0.05rem auto 0;
}
.city_wrap li .cityPic img{
	display: block;
	width:100%;
	height:100%;
}
.city_wrap li i{
	display: none;
	width:.53rem;
	height:.52rem;
	background:url(../c_images/dc.png) no-repeat center;
	position:absolute;
	right:0;
	top:1.42rem;
}
.city_wrap li p{
	width:100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-size:.16rem;
	color:#202934;
	line-height:.1rem;
	margin-top:.14rem;
}
.city_wrap li p em{
	display: block;
	width:.1rem;
	height:.1rem;
	background:#202934;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.city_wrap li p span{
	margin:0 0.08rem;
}
.city_wrap li .cityDc{
	width:1.18rem;
	height:.31rem;
	position:relative;
	overflow: hidden;
	margin:0.06rem auto 0;
}
.city_wrap li .cityDc img{
	display: block;
	width:100%;
}
.city_wrap li.active .cityPic img:nth-child(1){
	display: none;
}
.city_wrap li.active i{
	display: block;
}
.city_wrap li.active .cityDc img:nth-child(1){
	display: none;
}
/*page3*/
.page3 {
	width: 100%;
    height: 13.72rem;
    background: url(../imgs/for.jpg) no-repeat center center;
    background-size: cover;
    cursor: url(../c_images/icon_sb.ico), auto;
    position: relative;
    overflow: hidden;
}

.page3 .title {
	width: 9.54rem;
	height: 2.31rem;
	background: url(../imgs/title1.png) no-repeat center 0 / 9.54rem 2.31rem;
	position:relative;
	margin:0.02rem auto 0;
}

.tablists {
	width: 1.24rem;
	height: 4.68rem;
	position: absolute;
	top: 3.78rem;
	left: .8rem;
	z-index: 2;
}
.tabbox {
	width: 7.86rem;
	height: 9.3rem;
	background: url(../images/p4/tabbox.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	top: 3.8rem;
	left: 1rem;
}

.tabbox .show {
	display: none;
	position: relative;
	overflow: hidden;
}

.tabbox .show.curr {
	display: block;
}

.tabbox .t1 {
	width: 100%;
	height: 0.28rem;
	background: url(../images/p4/t1.png) no-repeat center 0 / 1.82rem 0.28rem;
	margin: 0.45rem auto 0;
}

.tabbox .t2 {
	width: 100%;
	height: 0.28rem;
	background: url(../images/p4/t2.png) no-repeat center 0 / 1.84rem 0.28rem;
	margin: 0.45rem auto 0;
}

.tabbox .t3 {
	width: 100%;
	height: 0.28rem;
	background: url(../images/p4/t3.png) no-repeat center 0 / 1.84rem 0.28rem;
	margin: 0.45rem auto 0;
}

.tabbox .t4 {
	width: 100%;
	height: 0.28rem;
	background: url(../images/p4/t4.png) no-repeat center 0 / 1.84rem 0.28rem;
	margin: 0.45rem auto 0;
}

.tabbox .show .my_box {
	width: 5.0rem;
	height: 6.9rem;
	margin: 0.3rem auto 0;
	text-align: center;
}

.tabbox .show .my_box .lottlist {
	padding-top: 1.0rem;
}

.tabbox .show .my_box img {
	width: 1.48rem;
	height: 1.48rem;
	display: inline-block;
	margin: 0 0.3rem 0.3rem;
}

.tabbox .show .btn_sw {
	width: 2.96rem;
	height: 0.94rem;
	background: url(../images/p4/btn_sw.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
}

.tabbox .show .my_box .lottpic {
	position: relative;
	overflow: hidden;
	height: 6.7rem;
	overflow-y: auto;
	padding: 0.2rem 0;
}

.tabbox .show .my_box .lottpic img:nth-child(1) {
	width: 1.94rem;
	height: 1.94rem;
	display: block;
	margin: 0.5rem auto;
}

.mCustomScrollBox>.mCSB_scrollTools {
	height: 100%;
	top: 0;
	right: 0.1rem;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #92653e !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #452e1c;
	width: 0.15rem;
	border-radius: 0.05rem;
	border: 0.01rem solid #7f5233;
}

.tabbox .show .my_box .dhgz {
	padding: 0.5rem;
	overflow: hidden;
	overflow-y: auto;
	font-size: 0.18rem;
	color: #564131;
}

.tabbox .show .my_box .dhgz p {
	text-align: left;
	line-height: 0.34rem;
}

.btn_go {
	width: 3.75rem;
	height:.98rem;
	background: url(../c_images/start.png) no-repeat 0 0 / 100% 100%;
	position:relative;
	margin:0.68rem auto 0;
}

.rw_list {
	width: 9.6rem;
	margin: -.3rem auto 0;
	position:relative;
	z-index:2;
}
.rw_list .renwu_msg {
	font-size: 0.2rem;
	width: 4.15rem;
	height: 0.45rem;
	line-height: 0.45rem;
	color: #fcd9a0;
	position: relative;
	float:left;
	border-bottom:0.01rem solid rgba(255,255,255,.4);
	text-indent:.35rem;
}
.rw_list .renwu_msg:nth-child(even){
	margin-left:1.3rem;
}
.btn_rwgo {
	width: 0.94rem;
	height: 0.31rem;
	background: url(../c_images/btn_wcyn.png) no-repeat 0 0 / 1.88rem 0.31rem;
	position: absolute;
	top: 0.07rem;
	right: 0.4rem;
	-webkit-filter: grayscale(100%);
	
	-moz-filter: grayscale(100%);
	
	-ms-filter: grayscale(100%);
	
	-o-filter: grayscale(100%);
	
	filter: grayscale(100%);
	
	filter: gray;
}
.mainList{
	width:15.66rem;
	height:8.87rem;
	background:url(../pic/kuang.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0.03rem auto 0;
	z-index:1;
}
.ruleBtn{
	width:1.3rem;
	height:2.58rem;
	position:absolute;
	left:3.45rem;
	bottom:1.22rem;
}
.dateTime{
	width:5.9rem;
	height:.37rem;
	background:url(../pic/date.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:5.48rem;
	top:6.03rem;
	font-size:.16rem;
	line-height:.37rem;
	text-indent:1.1rem;
	color:#fff;
}
.startBtn{
	width:2.27rem;
	position:absolute;
	top:6.72rem;
	left:6.97rem;
}
.startBtn .btnStart{
	width:2.27rem;
	height:.53rem;
	background:url(../pic/start.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto 0;
}
.startBtn p{
	font-size:.14rem;
	color:#131c10;
	text-align: center;
	margin-top:.04rem;
}
.startBtn p span{
	color:#e26918;
}
.lott_hu .icon_hu {
	width: 1.94rem;
	height: 3.45rem;
	overflow: hidden;
	position:relative;
	float:left;
}
.lott_hu .icon_hu img{
	display: block;
	width:100%;
	height: 100%;
	position:relative;
}
.lott_hu .icon_hu.curr img:nth-child(1){
	display: none;
}
.lott_hu .icon_hu.curr img:nth-child(2){
	display: block;
}
.lott_hu .icon_hu img:nth-child(2){
	display: none;
}
.lott_hu .icon_hu:nth-child(2){
	margin-left:0.06rem;
}
.lott_hu .icon_hu:nth-child(3){
	margin-left:0.3rem;
}
.lott_hu .icon_hu:nth-child(4){
	margin-left:0.3rem;
}
.lott_hu .icon_hu:nth-child(5){
	margin-top:-0.84rem;
	margin-left:.8rem;
}
.lott_hu .icon_hu:nth-child(6){
	margin-top:-0.84rem;
	margin-left:.2rem;
}
.lott_hu .icon_hu:nth-child(7){
	margin-top:-0.84rem;
	margin-left:.4rem;
}
.lott_hu .icon_hu:nth-child(8){
	margin-top:-0.84rem;
	margin-left:.4rem;
}
.lott_hu .icon_hu:nth-child(9){
	position:absolute;
	right:0;
	bottom:0;
	opacity: 0;
}
.btnForm{
	width:1.67rem;
	height:6.62rem;
	background:url(../img/bk.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:.74rem;
	top:1.58rem;
}
.btnForm p{
	width:1.61rem;
	height:2.4rem;
	position:relative;
	margin:0 auto 0;
	overflow: hidden;
}
.btnForm p:hover img:nth-child(1){
	display: none;
}
.btnForm p:nth-child(1){
	margin-top:.84rem;
}
.btnForm p img{
	display: block;
	width:100%;
	height:100%;
}
.btnForm p.active img:nth-child(1){
	display: none;
}
.lott_num {
	color: #fff;
	position: absolute;
	left: 4.9rem;
	top: 8.11rem;
	width: 9.32rem;
	text-align: center;
	font-size:.28rem;
}
.start{
	display: block;
	width:3.22rem;
	position:absolute;
	left:7.96rem;
	top:8.48rem;
}
.btn_rwend {
	background: url(../c_images/btn_wcyn.png) no-repeat 100% 0 / 1.88rem 0.31rem;
}

.btn_rwend_show1,
.btn_rwend_show2,
.btn_rwend_show3,
.btn_rwend_show4,
.btn_rwend_show5,
.btn_rwend_show6 {
	width: 0.94rem;
	height: 0.31rem;
	background: url(../c_images/btn_wcyn.png) no-repeat 100% 0 / 1.88rem 0.31rem;
	position: absolute;
	top: 0.07rem;
	right: 0.4rem;
	-webkit-filter: grayscale(100%);
	
	-moz-filter: grayscale(100%);
	
	-ms-filter: grayscale(100%);
	
	-o-filter: grayscale(100%);
	
	filter: grayscale(100%);
	
	filter: gray;
}

.hand {
	width: 25.6rem;
	height: 14.4rem;
	background: url(../images/go.png) no-repeat 0 0 / 25.6rem 374.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.8rem;
	margin-top: 7.0rem;
	z-index: 10;
}

.hand_go {
	animation: hand_go 1s steps(25) forwards;
	-webkit-animation: hand_go 1s steps(25) forwards;
}

@keyframes hand_go {
	0% {
		-webkit-background-position: 0 0
	}

	100% {
		-webkit-background-position: 0 100%
	}
}

@keyframes hand_go {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 0 100%
	}
}

/*page4*/
.page4 {
	width: 100%;
    height: 13.68rem;
    background: url(../imgs/thc.jpg) no-repeat center center;
    background-size: cover;
    cursor: url(../c_images/icon_sb.ico), auto;
    position: relative;
    overflow: hidden;
}

.page4 .title {
	width: 9.54rem;
	height: 2.31rem;
	position:relative;
	margin:0.07rem auto 0;
	background: url(../imgs/title.png) no-repeat center 0 / 9.54rem 2.31rem;
}

.sky {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	/*position: relative;*/
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sky .clouds_one {
	background: url("../images/p3/cloud_one.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 14.4rem;
	width: 400%;
	-webkit-animation: cloud_two 50s linear infinite;
	-moz-animation: cloud_two 50s linear infinite;
	-o-animation: cloud_two 50s linear infinite;
	animation: cloud_two 50s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sky .clouds_two {
	background: url("../images/p3/cloud_two.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 14.4rem;
	width: 400%;
	-webkit-animation: cloud_two 75s linear infinite;
	-moz-animation: cloud_two 75s linear infinite;
	-o-animation: cloud_two 75s linear infinite;
	animation: cloud_two 75s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sky .clouds_three {
	background: url("../images/p3/cloud_three.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 14.4rem;
	width: 400%;
	-webkit-animation: cloud_three 100s linear infinite;
	-moz-animation: cloud_three 100s linear infinite;
	-o-animation: cloud_three 100s linear infinite;
	animation: cloud_three 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes cloud_one {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@-moz-keyframes cloud_one {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@keyframes cloud_one {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@-webkit-keyframes cloud_two {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@-moz-keyframes cloud_two {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@keyframes cloud_two {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@-webkit-keyframes cloud_three {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@-moz-keyframes cloud_three {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

@keyframes cloud_three {
	0% {
		left: 0
	}

	100% {
		left: -200%
	}
}

.blue_flag {
	width: 3.1rem;
	height: 7.34rem;
	background: url(../images/p3/blue_flag.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: 0.1rem;
	top: 1.5rem;
}

.red_flag {
	width: 3.1rem;
	height: 7.34rem;
	background: url(../images/p3/red_flag.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: .1rem;
	top: 1.5rem;
}

.blue_box {
	width: 11.92rem;
	height: 5.76rem;
	background: url(../images/p3/blue_box.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: .7rem;
	top: 5.0rem;
}

.red_box {
	width: 12.22rem;
	height: 5.76rem;
	background: url(../images/p3/red_box.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: .7rem;
	top: 4.9rem;
}
/* p4_open */
.p4_open {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transform: scale(1);
	/*display: none;*/
	cursor: url(../c_images/icon_sb.ico), auto;
}
.team_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.zhang{
	display: block;
	width:4.4rem;
	position:absolute;
	right: 1.65rem;
    top: 2.2rem;
    animation: vGo 2s linear infinite;
    -webkit-animation: vGo 2s linear infinite;
}
.dum{
	width:6.75rem;
	height:.19rem;
	background:url(../c_images/jj.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin:-.55rem auto 0;
}
.titc{
	width:4.24rem;
	height:.2rem;
	background:url(../c_images/dhm.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin:-.5rem auto 0;
}
input:focus::-webkit-contacts-auto-fill-button{
  opacity: 0;
}
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute; /* 避免占用 input 元素额外的 padding，正常情况下存在 display: none!; 就可以了 */
    right: 0;
}
.team_rotate {
	width:8.27rem;
	height: 8.35rem;
	position: absolute;
	left:50%;
	margin-left:-4.135rem;
	top:2.6rem;
	background: url(../c_images/rotate.png) no-repeat 0 0 / 100% 100%;
}
.hero_rotate {
	width:8.27rem;
	height: 8.35rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pic_rotate {
	width:8.27rem;
	height: 8.35rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hero_icon {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
}

.hero_icon img {
	position: absolute;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.hero_icon img:nth-child(1) {
	display: block;
	width: 4.07rem;

	z-index: 9;
	bottom: 0.19rem;
	left: 2.6rem;
}

.hero_icon img:nth-child(2) {
	display: block;
	width: 3.07rem;

	z-index: 8;
	bottom: 0.44rem;
	left: .89rem;
}

.hero_icon img:nth-child(3) {
	display: block;
	width: 2.68rem;

	z-index: 8;
	bottom: .65rem;
	right: .3rem;
}

.hero_icon img:nth-child(4) {
	display: block;
	width: 4.31rem;

	z-index: 7;
	bottom: 1.05rem;
	left: -1.2rem;
}

.hero_icon img:nth-child(5) {
	display: block;
	width: 5.35rem;

	z-index: 7;
	bottom: 1.59rem;
	right: -.78rem;
}

.hero_icon img:nth-child(6) {
	display: block;
	width: 4.32rem;

	z-index: 7;
	bottom: .93rem;
	left: 2.62rem;
}

.hero_icon img:nth-child(7) {
	display: block;
	width: 3.53rem;

	z-index: 2;
	top: 0;
	left: 2.4rem;
}

.hero_icon img:nth-child(8) {
	display: block;
	width: 5.17rem;

	z-index: 1;
	top: .55rem;
	right: -.33rem;
}

.hero_icon img:nth-child(9) {
	display: block;
	width: 4.99rem;

	z-index: 2;
	top: .51rem;
	left: -0.52rem;
}
.gray {
	-webkit-filter: grayscale(100%);
}
.yq_pic {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.yq_pic>div p.libaoma{
	display: none;
	width:100%;
	height:.21rem;
	background:url(../c_images/lbm.png) no-repeat 0 0 / 100% 100%;
	position:absolute;
	line-height:.21rem;
	text-align: center;
	bottom:.06rem;
	color:#fff;
	font-size:.14rem;
}
.yq_lott1 {
	width: 2.46rem;
	height: 1.44rem;
	background: url(../c_images/1.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: 2.57rem;
	top: 3.9rem;
}

.yq_lott2 {
	width: 2.46rem;
	height: 1.44rem;
	background: url(../c_images/3.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: 2.57rem;
	top: 6.03rem;
}

.yq_lott3 {
	width: 2.46rem;
	height: 1.44rem;
	background: url(../c_images/5.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: 2.55rem;
	top: 3.9rem;
}

.yq_lott4 {
	width: 2.46rem;
	height: 1.44rem;
	background: url(../c_images/7.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: 2.55rem;
	top: 6.03rem;
}

.yq_lott5 {
	width: 2.46rem;
	height: 1.44rem;
	background: url(../c_images/9.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: 2.55rem;
	top: 8.33rem;
}
.btnList{
	width: 3.11rem;
	position: absolute;
	top:9.08rem;
	right:2.2rem;
}
.btn_create,
.btn_join {
	width: 3.11rem;
	height: .82rem;
	position: relative;
	z-index: 2;
}
.btn_create {
	background: url(../c_images/zu.png) no-repeat 0 0 / 100% 100%;
	margin-top:.26rem;
}
.btn_join {
	background: url(../c_images/join.png) no-repeat 0 0 / 100% 100%;
}
.btn_share {
	width: 3.11rem;
	height: .82rem;
	background: url(../c_images/hao.png) no-repeat 0 0 / 100% 100%;
	position:relative;
	display: none;
}
.btn_pop_hhgz {
	color: #c7b390;
	text-align: center;
	cursor: url(../c_images/icon_sb.ico), auto;
	margin-top:.2rem;
	position:relative;
	font-size:.16rem;
}
.btn_pop_hhgz:before{
	display: block;
	content:'';
	width:.64rem;
	height:0.01rem;
	background:#c7b390;
	position:absolute;
	left:.5rem;
	top:0.1rem;
}
.btn_pop_hhgz:after{
	display: block;
	content:'';
	width:.64rem;
	height:0.01rem;
	background:#c7b390;
	position:absolute;
	right:.5rem;
	top:0.1rem;
}
/*武将*/
.pageWu{
	width: 100%;
	height: 14.53rem;
	background: url(../pic/five2.jpg) no-repeat center center;
	background-size: cover;
	cursor: url(../c_images/icon_sb.ico), auto;
	position: relative;
	overflow: hidden;
}
.yanhua{
	display:block;
	width:5rem;
	position:absolute;
	right:1rem;
	top:1rem;
}
.yanhua1{
	display:block;
	width:5rem;
	position:absolute;
	left:1rem;
	top:1rem;
}
.pageWu .title {
	width: 9.96rem;
	height: 2.17rem;
	background: url(../pic/tit3.png) no-repeat center;
	background-size:cover;
	margin:.54rem 0 0 5.39rem;
}
.bannerDiv{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.bannerDiv>.bannerP{
	display: none;
	width:100%;
	height:100%;
	position:relative;
}
.bannerDiv>.bannerP.active{
	display: block;
}
.bannerDiv>.bannerP ul li .wPic{
	display: block;
	width:100%;
	margin:-1.5rem auto 0;
}
.bannerDiv>.bannerP .swiper-wrapper{
	z-index:10;
}
.bannerDiv>.bannerP ul li .pla{
	display: none;
	width:.89rem;
	height:.88rem;
	position:absolute;
	left:5.76rem;
	top:5.4rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.bannerDiv>.bannerP ul li .pla:hover{
	transform: scale(.9);
	-webkit-transform: scale(.9);
}
.bannerDiv .wpage{
	width:8.37rem;
	height:7rem;
	overflow: hidden;
	position:absolute;
	right:1.27rem;
	top:5.8rem;
	z-index:11;
}
.bannerDiv .wpage .yuan{
	display: block;
	width:6.37rem;
	height:6.35rem;
	position:absolute;
	left:0;
	top:0;
}
.bannerDiv .wpage .wPub{
	width:3.4rem;
	height:1000%;
	position:absolute;
	right:1.28rem;
	top:0;
	transition:all .5s;
	-webkit-transition:all .5s;
	z-index:2;
}
.bannerDiv .wpage .wPub .swiper-pagination-bullet{
	display: block;
	width:1.5rem;
	height:1.5rem;
	-webkit-filter: grayscale(100%);
	background:none;
	opacity: 1;
	margin-top:.22rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.bannerDiv .wpage .wPub .swiper-pagination-bullet img{
	display: block;
	width:100%;
	height:100%;
}
.bannerDiv .wpage .wPub .swiper-pagination-bullet.swiper-pagination-bullet-active{
	-webkit-filter:grayscale(0%);
	width:1.83rem;
	height:1.83rem;
	margin-left:.8rem;
}
.bannerDiv .wpage .wPub .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet{
	margin-left:1.8rem;
}
.bannerDiv .wpage .wPub .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet{
	margin-left:1.4rem;
}
.bannerDiv .wpage .wPub .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet{
	margin-left:0rem;
	margin-top:-.3rem;
}
.bannerDiv .wbPrev{
	width:1.18rem;
	height:1.25rem;
	background:url(../imgs/left.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:.88rem;
	margin-top:0;
	top:8.32rem;
	transition:all .5s;
	-webkit-transition:all .5s;
	z-index:11;
}
.bannerDiv .wbPrev:hover{
	transform: translate(-.1rem,0);
	-webkit-transform: translate(-.1rem,0);
}
.bannerDiv .wbNext{
	width:1.18rem;
	height:1.25rem;
	background:url(../imgs/right.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:1rem;
	margin-top:0;
	top:8.32rem;
	transition:all .5s;
	-webkit-transition:all .5s;
	z-index:11;
}
.bannerDiv .wbNext:hover{
	transform: translate(.1rem,0);
	-webkit-transform: translate(.1rem,0);
}
.countryTab{
	width:6.57rem;
	height:.55rem;
	position:absolute;
	right:.44rem;
	top:4.86rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	z-index:5;
}
.countryTab li{
	width:1.65rem;
	height:100%;
	overflow: hidden;
	position:relative;
}
.countryTab li img{
	display: block;
	width:100%;
	height:100%;
}
.countryTab li.active img:nth-child(1){
	display: none;
}
/*page5*/
.page5 {
	width: 100%;
    height: 10.03rem;
    background: url(../pic/thc1.jpg) no-repeat center center;
    background-size: cover;
    cursor: url(../c_images/icon_sb.ico), auto;
    position: relative;
    overflow: hidden;
}
.page5 .title {
	width:4.77rem;
	height: 1.25rem;
	background: url(../pic/ctit1.png) no-repeat center 0 / 4.77rem 1.25rem;
	margin:0 auto 0;
}
.mapBox{
	width:100%;
	height:8.36rem;
	background:url(../pic/di.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:.65rem auto 0;
}
.lotteryBtn{
	width:1.35rem;
	position:absolute;
	left:8.94rem;
	top:2.4rem;
	z-index:5;
}
.lotteryBtn img{
	display:block;
	width:100%;
}
.lotteryBtn img.active{
	pointer-events: none;
}
.lotteryBtn p{
	font-size:.14rem;
	color:#131c10;
	text-align: center;
}
.lotteryBtn p span{
	color:#e26918;
	margin:0 .04rem;
}
.lottery{
	width:10.91rem;
	height:5.34rem;
	position:absolute;
	left:3.71rem;
	top:.29rem;
}
.lottery li{
	width:1.24rem;
	height:1.31rem;
	position:absolute;
}
.lottery li>img{
	display:block;
	width:100%;
}
.lottery li.curr,.lottery li.active{
	background:url(../pic/lic.png) no-repeat center;
	background-size:cover;
}
.lottery li p{
	opacity: 0;
	width:2.1rem;
	height:.47rem;
	position:absolute;
	left:50%;
	margin-left:-1.05rem;
	top:-.2rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.lottery li p img{
	display:block;
	width:100%;
}
.lottery li:hover p{
	opacity: 1;
}
.lottery ul li:nth-child(1){
	left:0;
	top:1.39rem;
}
.lottery ul li:nth-child(2){
	left:1.21rem;
	top:3.53rem;
}
.lottery ul li:nth-child(3){
	left:4.17rem;
	bottom:.14rem;
}
.lottery ul li:nth-child(4){
	right:1.72rem;
	bottom:0;
}
.lottery ul li:nth-child(5){
	right:0;
	top:2.36rem;
}
.lottery ul li:nth-child(6){
	right:1.03rem;
	top:0;
}
.lottery ul li:nth-child(7){
	right:4.75rem;
	top:0.79rem;
}
.lottery ul li:nth-child(8){
	left:1.5rem;
	top:0;
}
.lottery ul li:nth-child(9){
	left:1.5rem;
	top:0;
}
.tipTime{
	width:4.58rem;
	height:.28rem;
	background:url(../pic/time.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:7.51rem;
	top:5.53rem;
	font-size:.14rem;
	color:#fff;
	text-indent:.6rem;
	line-height:.28rem;
}
.giftBox{
	width:9.19rem;
	height:1.3rem;
	background:url(../pic/gift.png) no-repeat center;
	background-size:cover;
	position:absolute;
	overflow:hidden;
	left:5.22rem;
	bottom:1.09rem;
}
.giftBox ul{
	width:6.64rem;
	height:100%;
	position:relative;
	overflow:hidden;
	margin:0.08rem auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content: space-around;
}
.giftBox ul li{
	width:.94rem;
	height:.94rem;
	background:url(../pic/box.png) no-repeat center;
	background-size:cover;
	position:relative;
}
.giftBox ul li p{
	font-size:.12rem;
	color:#000;
	text-align: center;
	white-space: nowrap;
	transform: scale(.9);
	-webkit-transform:scale(.9);
	margin-left:-9%;
}
.giftBox ul li img{
	display:block;
	width:100%;
}
@keyframes imgGo{
	0%{opacity: .4;transform: scale(.94);}
	50%{opacity: 1;transform: scale(1);}
	100%{opacity: .4;transform: scale(.94);}
}
.roleYuan{
	width:11.22rem;
	height:11.22rem;
	background:url(../img/zy.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0.14rem auto 0;
}
.roleYuan ul{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.roleYuan ul li{
	position:absolute;
	overflow: hidden;
}
.roleYuan ul li img{
	display:block;
	width:100%;
}
.roleYuan ul li:nth-child(1){
	width:2.71rem;
	height:3.34rem;
	left:-1.35rem;
	top:1.44rem;
}
.roleYuan ul li:nth-child(2){
	width:2.66rem;
	height:3.35rem;
	left:-.35rem;
	top:6.42rem;
}
.roleYuan ul li:nth-child(3){
	width:5.96rem;
	height:3.45rem;
	left:2.63rem;
	bottom:-1.51rem;
}
.roleYuan ul li:nth-child(4){
	width:2.86rem;
	height:3.35rem;
	right:-.58rem;
	top:6.43rem;
}
.roleYuan ul li:nth-child(5){
	width:2.88rem;
	height:3.35rem;
	right:-1.2rem;
	top:1.44rem;
}
.moreList{
	width:13.71rem;
	height:1.91rem;
	background:url(../pic/me.png) no-repeat center 0 / 13.71rem 1.91rem;
	margin:1.27rem auto 0;
	position:relative;
	overflow: hidden;
}
.moreList ul{
	width:100%;
	position:relative;
	margin-top:0.37rem;
}
.moreList ul li{
	width:3.3rem;
	position:relative;
	float:left;
}
.moreList ul li .moreCode{
	display: block;
	width:1.15rem;
	height:1.15rem;
	border:0.01rem solid #fbe4a9;
	position:relative;
	float:left;
	margin-right:.11rem;
	/* box-shadow: 0 0 0.1rem #000; */
}
.moreList ul li .moreTxt{
	float:left;
	position:relative;
}
.moreList ul li:nth-child(1){
	margin-left:1rem;
}
.moreList ul li:nth-child(2){
	margin:0 .8rem;
}
.moreList ul li .moreTxt img{
	display: block;
	width:1.75rem;
	height:.34rem;
}
.moreList ul li .moreTxt p:nth-child(2){
	font-size:.14rem;
	color:#7f1d12;
	margin-top:.05rem;
}
.moreList ul li .moreTxt p:nth-child(3){
	font-size:.16rem;
	color:#7f1d12;
	margin-top:.35rem;
}
.downBody{
	width:12.37rem;
	height:5.46rem;
	background:url(../c_images/kuang.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.hero-chengg{
	display:block;
	width:100%;
	height:0.01rem;
}
.do_close{
	width:.57rem;
	height:.57rem;
	background:url(../c_images/nclose.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:-.63rem;
	top:-.4rem;
}
.downBody .doTip{
	font-size:.24rem;
	color:#000000;
	margin:2.97rem 0 0 2.8rem;
}
.downBody .doList{
	width:7.89rem;
	height:.9rem;
	margin:.46rem auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
}
.downBody .doList a{
	display:block;
	width:3.46rem;
	height:100%;
}
.downBody .doList a img{
	display:block;
	width:100%;
}
.loginTc,.answerTc,.ruleTc,.resultTc,.replaceTc,.priceTc,.downTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	display: none;
}
.prirceBody{
	width:5.2rem;
	height:3.31rem;
	background:url(../pic/price.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.priceCon{
	width:.94rem;
	overflow: hidden;
	position:relative;
	margin:0.64rem auto 0;
}
.priceCon .giftIcon{
	width:100%;
	height:.94rem;
	background:url(../pic/box.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto 0;
}
.priceCon .giftIcon img{
	display:block;
	max-width:100%;
}
.priceCon p{
	font-size:.14rem;
	color:#fff;
	text-align: center;
	margin-top:.06rem;
}
.again{
	display:block;
	width:1.87rem;
	margin:0.26rem auto 0;
}
.replaceBody{
	width:5.2rem;
	height:5.2rem;
	background:url(../pic/result.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.replaceBody ul{
	width:4.24rem;
	overflow: hidden;
	position:relative;
	margin:0.35rem auto 0;
}
.replaceBody ul li{
	width:.8rem;
	position:relative;
	float:left;
	margin-left:.47rem;
	margin-top:.1rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.replaceBody ul li.active{
	transform: scale(.95);
	-webkit-transform: scale(.95);
}
.replaceBody ul li div{
	width:.8rem;
	height:.8rem;
	background:url(../pic/box.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
}
.replaceBody ul li p{
	font-size:.12rem;
	color:#fff;
	text-align: center;
	white-space: nowrap;
}
.replaceBody ul li img{
	display:block;
	width:100%;
}
.ren{
	display:block;
	width:1.87rem;
	margin:0.2rem auto 0;
}
.getPrice{
	width:.8rem;
	position:relative;
	margin:.5rem auto 0;
}
.getPrice div{
	width:.8rem;
	height:.8rem;
	background:url(../pic/box.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
}
.getPrice div img{
	display:block;
	width:100%;
}
.getPrice p{
	font-size:.12rem;
	color:#fff;
	text-align:center;
	white-space:nowrap;
}
.replaceBody i{
	display:block;
	width:.43rem;
	height:.36rem;
	background:url(../pic/jian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-.215rem;
	top:1.5rem;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.resultBody{
	width:5.2rem;
	height:3.31rem;
	background:url(../pic/result.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.resultBody .resultPic{
	display:block;
	width:2.49rem;
	margin:1.1rem auto 0;
}
.resultBody .resultPic.active{
	width:3.57rem;
}
.resultBody a{
	display:block;
	width:1.87rem;
	margin:.3rem auto 0;
}
.resultBody a img{
	display:block;
	width:100%;
}
.ruleBody{
	width:5.2rem;
	height:5.57rem;
	background:url(../pic/rule.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.ruleCon{
	width:4.2rem;
	height:4.1rem;
	overflow: auto;
	position:relative;
	margin:1rem auto 0;
	padding-right:.1rem;
}
.ruleCon::-webkit-scrollbar {
    width: 0.06rem;
    background: #092519;
}
.ruleCon::-webkit-scrollbar-corner,
    /* 滚动条角落 */
.ruleCon::-webkit-scrollbar-thumb,
.ruleCon::-webkit-scrollbar-track {      /*滚动条的轨道*/
    border-radius: 0.04rem;
}
.ruleCon::-webkit-scrollbar-corner,
.ruleCon::-webkit-scrollbar-track {
    /* 滚动条轨道 */
    background-color: rgba(180, 160, 120, 0.1);
    box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}
.ruleCon::-webkit-scrollbar-thumb {
    /* 滚动条手柄 */
    background-color: #7eac98;
}
.ruleCon p{
	font-size:.14rem;
	line-height:.24rem;
	color:#fee97e;
}
.ruleCon p.center{
	text-align: center;
}
.ruleCon p.white{
	color:#fff;
}
.ruleCon p.marg{
	margin-top:.14rem;
}
.ruleCon p.red{
	color:#f0746d;
}
.ruleCon p.smal{
	font-size:.12rem;
}
.ruleCon p span{
	position:relative;
}
.ruleCon p span:after{
	display:block;
	width:.13rem;
	height:.13rem;
	content:'';
	background:url(../pic/tip.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:-.15rem;
	top:0.02rem;
}
.answerBody{
	width:5.2rem;
	height:4.58rem;
	background:url(../pic/ques.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.ansCon{
	width:3.5rem;
	overflow:hidden;
	position:relative;
	margin:1.45rem auto 0;
}
.ansCon p{
	width:100%;
	overflow: hidden;
	font-size:.16rem;
	color:#fff;
	line-height:.3rem;
}
.ansCon p em{
	display:block;
	float:left;
}
.ansCon p span{
	display:block;
	width:2.9rem;
	float:left;
}
.ansCon ul{
	width:2.8rem;
	height:.8rem;
	position:relative;
	margin:0.26rem auto 0;
	overflow: hidden;
}
.ansCon ul li{
	min-width:1rem;
	font-size:.18rem;
	color:#fff;
	position:absolute;
}
.ansCon ul li:nth-child(even){
	right:0;
}
.ansCon ul li:nth-child(odd){
	left:0;
}
.ansCon ul li:nth-child(1),.ansCon ul li:nth-child(2){
	top:0;
}
.ansCon ul li:nth-child(3),.ansCon ul li:nth-child(4){
	bottom:0;
}
.ansCon ul li.active{
	color:#e9ee94;
}
.ansCon .que{
	display:block;
	width:1.87rem;
	margin:0.36rem auto 0;
}
.invite{
	width:.6rem;
	height:.14rem;
	background:url(../pic/inv.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:.55rem;
	bottom:.44rem;
}
.change{
	width:.45rem;
	height:.14rem;
	background:url(../pic/cha.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right:.51rem;
	bottom:.44rem;
}
.loginBody{
	width:5.2rem;
	height:4.58rem;
	background:url(../pic/login.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow:hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.cen_close{
	display:block;
	width:.36rem;
	height:.36rem;
	background:url(../pic/close.png) no-repeat center;
	background-size:cover;
	position:absolute;
	top:.29rem;
	right:.24rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.cen_close:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.loginBody .shebei{
	width: 3.51rem;
	height: 0.66rem;
	margin: 1.12rem auto 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.loginBody .shebei img {
    display: block;
    width: 1.76rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.loginBody .shebei img.active{
	transform: scale(.95);
	-webkit-transform: scale(.95);
}
.loginBody .imgCodeWrap {
    height: 0.34rem;
    width: 3.04rem;
    margin: 0.15rem auto 0;
    font-size: 0.16rem;
    position: relative;
    border: 0.01rem solid #a28b74;
}
#phone, #num_code {
    display: block;
    width: 3.02rem;
    height: 0.32rem;
    background: #23322a;
    line-height: 0.8rem;
    text-indent: 0.14em;
    font-size: 0.16rem;
    color: #ffedc6;
    border: none;
    border: 0.01rem solid #a28b74;
}
#img_code {
    width: 3.02rem;
    height: 0.32rem;
    background: #23322a;
    border: none;
    text-indent: 0.14em;
    font-size: 0.16rem;
    color: #ffedc6;
}
.loginBody .imgcode {
    width: 0.88rem;
    height: 0.32rem;
    background: #23322a;
    position: absolute;
    right: 0;
    top: 0;
}
.loginBody .imgcode img {
    width: 100%;
    height: 100%;
}
.get_yzm {
    width: 0.91rem;
    height: 0.33rem;
    line-height: 0.34rem;
    background: url(../pic/yzm.png) no-repeat 0 0 / 100% 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.12rem;
    color: #fff;
    text-align: center;
    cursor: url(../c_images/icon_sb.ico), auto;
	white-space: nowrap;
}
.get_yzm.active{
	pointer-events: none;
}
.loginBody .btn_yuyue {
    width: 1.87rem;
    height: 0.5rem;
    background: url(../pic/yu.png) no-repeat 0 0 / 100% 100%;
    margin: 0.25rem auto 0;
    cursor: url(../c_images/icon_sb.ico), auto;
}

.lastList{
	width:13.72rem;
	height:6.34rem;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
}
.imgList{
	width:9.24rem;
	height:100%;
	overflow: hidden;
	position:relative;
	background:rgba(255,255,255,.8);
	float:left;
}
.imgTit{
	width:100%;
	height:.18rem;
	overflow: hidden;
	position:relative;
	margin-top:.17rem;
}
.imgTit img:nth-child(1){
	display: block;
	width:.91rem;
	height:.18rem;
	float:left;
	margin:0 0 0 .15rem;
}
.imgTit img:nth-child(2){
	display: block;
	width:.68rem;
	height:.17rem;
	float:right;
	margin:0 0.09rem 0 0;
}
.imgUl{
	width:8.8rem;
	height:5.6rem;
	overflow: hidden;
	position:relative;
	margin:0.16rem auto 0;
}
.imgUl li {
	position:absolute;
	overflow: hidden;
}
.imgUl li:nth-child(1){
	width:5.65rem;
	height:3.48rem;
	border:0.01rem solid #e8e1d9;
	left:0;
	top:0;
}
.imgUl li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.imgUl li img{
	display: block;
	width:98%;
	height:97%;
	margin:1% auto 0;
	border:0.01rem solid #e8e1d9;
	transition:all .5s;
	-webkit-transition:all .5s;
	object-fit: cover;
}
.imgUl li:nth-child(2){
	width:3.03rem;
	height:1.69rem;
	border:0.01rem solid #e8e1d9;
	right:0;
	top:0;
}
.imgUl li:nth-child(3){
	width:3.03rem;
	height:1.69rem;
	border:0.01rem solid #e8e1d9;
	right:0;
	top:1.8rem;
}
.imgUl li:nth-child(4){
	width:1.49rem;
	height:1.99rem;
	border:0.01rem solid #e8e1d9;
	left:0;
	bottom:0;
}
.imgUl li:nth-child(5){
	width:3.55rem;
	height:1.99rem;
	border:0.01rem solid #e8e1d9;
	left:1.58rem;
	bottom:0;
}
.imgUl li:nth-child(6){
	width:3.55rem;
	height:1.99rem;
	border:0.01rem solid #e8e1d9;
	right:0;
	bottom:0;
}
.vioList{
	width:4.37rem;
	height:100%;
	overflow: hidden;
	position:relative;
	background:rgba(255,255,255,.8);
	float:right;
}
.vioList .imgTit img:nth-child(1){
	width:.9rem;
	height:.19rem;
}
.vioUl{
	width:3.98rem;
	height:5.7rem;
	overflow: hidden;
	position:relative;
	margin:0.09rem auto 0;
}
.vioUl li{
	width:3.96rem;
	height:2.75rem;
	border:0.01rem solid #e8e1d9;
	position:relative;
	overflow: hidden;
	margin-top:0.07rem;
}
.vioUl li .vioPic{
	width:3.84rem;
	height:2.63rem;
	position:relative;
	border:0.01rem solid #e8e1d9;
	overflow: hidden;
	margin:0.05rem auto 0;
}
.vioUl li .vioPic img:nth-child(1){
	display: block;
	width:100%;
	height:100%;
}
.vioUl li .vioPic img:nth-child(2){
	display: block;
	width:.66rem;
	height:.67rem;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-.33rem;
	margin-top:-.335rem;
	z-index:2;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.vioUl li:hover .vioPic img:nth-child(2){
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.vioUl li .vioPic i{
	display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
/* ================动画=============== */
.ani_liudong1 {
	-webkit-animation: opacity 500ms 0.02s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: opacity 500ms 0.02s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ani_liudong2 {
	-webkit-animation: opacity 500ms 0.04s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: opacity 500ms 0.04s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ani_liudong3 {
	-webkit-animation: opacity 500ms 0.06s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: opacity 500ms 0.06s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ani_liudong4 {
	-webkit-animation: opacity 500ms 0.08s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: opacity 500ms 0.08s infinite cubic-bezier(.2, .68, .18, 1.08);
}

@-webkit-keyframes opacity {
	0% {
		opacity: 1;
	}

	45% {
		opacity: 0.5;
	}

	80% {
		opacity: 1;
	}
}

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

	45% {
		opacity: 0.5;
	}

	80% {
		opacity: 1;
	}
}

.rotate_ani_l {
	animation: rotate_left linear 30s infinite;
	-moz-animation: rotate_left linear 30s infinite;
	/* Firefox */
	-webkit-animation: rotate_left linear 30s infinite;
	/* Safari å’Œ Chrome */
	-o-animation: rotate_left linear 30s infinite;
	/* Opera */
}

.rotate_ani_r {
	animation: rotate_right linear 40s infinite;
	-moz-animation: rotate_right linear 40s infinite;
	/* Firefox */
	-webkit-animation: rotate_right linear 40s infinite;
	/* Safari å’Œ Chrome */
	-o-animation: rotate_right linear 40s infinite;
	/* Opera */
}

@-webkit-keyframes rotate_left {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate_left {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate_left {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate_right {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes rotate_right {
	from {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotate_right {
	from {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.page6 {
	width: 100%;
    height: 15.11rem;
    background: url(../pic/for2.jpg) no-repeat center center;
    background-size: cover;
    cursor: url(../c_images/icon_sb.ico), auto;
    position: relative;
    overflow: hidden;
}
.page6 .title {
	width: 9.96rem;
	height: 2.17rem;
	background: url(../pic/ctit2.png) no-repeat center;
	background-size: cover;
	margin: .38rem 0 0 5.39rem;
}
.banTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	display: none;
}
.banBody{
	width:12.37rem;
	position:relative;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.clo{
	display: block;
	width:.57rem;
	position:absolute;
	right:-.64rem;
	top:-.5rem;
	z-index:2;
}
.banBody ul{
	width:100%;
	overflow: hidden;
	position:relative;
}
.banBody ul li{
	display: none;
	height:6.61rem;
	margin:0 auto 0;
}
.banBody ul li.active{
	display:block;
}
.banBody ul li img{
	display: block;
	height:100%;
	margin:0 auto 0;
}
.pageBox{
	width:12.37rem;
	/* overflow: hidden; */
	position:relative;
	margin:0 auto 0;
}
.pageBox li{
	width:100%;
	overflow: hidden;
	position:relative;
}
.pageBox li:nth-child(1){
	margin-top:-.2rem;
}
.pageBox li:nth-child(2){
	margin-top:.28rem;
}
.pageBox li:nth-child(3){
	margin-top:.28rem;
}
.pageBox li img:nth-child(1){
	display: block;
	width:100%;
}
.pageBox li:nth-child(4){
	display:none;
}
.pageBox li i{
	display:block;
	width:2.02rem;
	height:.47rem;
	position:absolute;
	z-index:2;
}
.pageBox li:nth-child(1) i{
	top:1.69rem;
	right:3.92rem;
}
.pageBox li:nth-child(2) i{
	top:1.7rem;
	left:4.08rem;
}
.pageBox li:nth-child(3) i{
	top:1.7rem;
	right:3.92rem;
}
.bird{
	display:none;
	width:2.82rem;
	position:absolute;
	left: 2.76rem;
	top: 1.75rem;
}
.bird1{
	display:block;
	width:2.81rem;
	position:absolute;
	right: 2.5rem;
	bottom: 3.7rem;
}
.bir1{
	display:block;
	width:2.89rem;
	position:absolute;
	left: .84rem;
	top: .9rem;
}
.bir2{
	display:block;
	width:3.58rem;
	position:absolute;
	right: 1.3rem;
	top: 4.6rem;
}
/*footer*/
.footer {
	height: 5.5rem;
	z-index: 9;
	width: 100%;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.ficon_wx,
.ficon_qq,
.ficon_wb,
.ficon_tap {
	width: 2.02rem;
	height: 2.34rem;
	margin: 0 0.8rem;
	position: relative;
}

.foot2 {
	width: 100%;
	height: 2.86rem;
	background: url(../images/footer2.png) no-repeat center 0 / 100% 2.86rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.foot1 {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.foot1 {
	height: 2.64rem;
	background: url(../images/footer.jpg) no-repeat center 0 / 100% 2.64rem;
	color: #fff;
	width: 100%;
}

.foot1 .foo_logo {
	display: inline-block;
	width: 5.34rem;
	height: 1.5rem;
	background: url(../images/f_logo.png) no-repeat 0 0 / 100% 100%;
	margin-right: 2.0rem;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.foot1 .foo_logo:after {
	content: '';
	display: block;
	width: 0.02rem;
	height: 1.94rem;
	background: url(../images/f_after.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: -1.0rem;
	top: 0;
}

.foot1 .f_bqtxt p {
	text-align: left;
	font-size: 0.18rem;
	line-height: 0.4rem;
	letter-spacing: 0.03rem;
}

.foot1 .f_bqtxt p a:hover {
	color: #eee;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.icon_bq {
	padding-left: 0.2rem;
	background: url(../images/icon_bq.png) no-repeat 0 center / 0.2rem 0.22rem;
}

.f_m1 {
	width: 2.84rem;
	height: 2.06rem;
	position: absolute;
	left: 50%;
	top: 2.8rem;
	margin-left: -1.42rem;
	z-index: 9;
	opacity: 0;
}

.f_m2 {
	width: 2.84rem;
	height: 2.06rem;
	position: absolute;
	left: 50%;
	top: 2.8rem;
	margin-left: -1.42rem;
	z-index: 9;
	opacity: 0;
}

.footer .pubM {
	background: url(../images/f_m_1.png) no-repeat center;
	background-size: 100% 100%;
}

.footer .pubM img {
	display: block;
	width: 1.52rem;
	height: 1.52rem;
	position: absolute;
	left: 50%;
	margin-left: -.76rem;
	top: .25rem;
}

/*=========================== dialog通用样式开始 ====================================*/
#maskLayer {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background: #040001;
	opacity: 0.96;
	filter: alpha(opacity=90);
}

#alertInfo {
	display: none;
	background: rgba(255, 255, 255, 0);
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	position: absolute;
	z-index: 10001;
	width: 100%;
	max-width: 19.2rem;
}

#alertInfo .close,
.layer_close {
	position: absolute;
	right: 3.5rem;
	top: -0.6rem;
	overflow: hidden;
	font-size: 0;
	text-indent: -999999px;
	display: block;
	cursor: url(../c_images/icon_sb.ico), auto;
	width: 0.51rem;
	height: 0.51rem;
	background: url(../images/pop/nav_close.png) no-repeat 0 0 / 100% 100%;
	z-index: 220;
	transition: transform ease-in 0.2s;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #2c93b6;
}

/* ==========弹出框========== */
.dialog-iframe {
	width: 12rem;
	height: 5.6rem;
	margin: 0 auto;
	background-color: #000;
	border: 3px solid #ccc;
}

#window {
	cursor: url(../c_images/icon_sb.ico), auto;
	display: block;
	position: relative;
	z-index: 9;
	width: 200%;
	height: 200%;
	position: fixed;
	top: -100%;
	left: -50%;
	right: 0;
	bottom: 0;
	transform: rotate(-45deg);
	display: none;
}

#window:hover,
.fabric:hover {
	cursor: url(../c_images/icon_sb.ico), auto;
}

.fabric {
	width: 100%;
	height: 2%;
	background: linear-gradient(#1f2e26, #142a21 20%, #142a21 40%, #2f3e30 60%, #2f3e30);
	position: relative;
	transition: transform 0.3s;
	display: block;
	z-index: 4;
	transform: scale(1, 0.2);
}

/*过渡废弃*/
.spg.active {
	animation: mask .8s steps(39) both;
	-webkit-mask-image: url(../images/mask_up.png);
	-webkit-mask-size: 4000% 100%;
	mask-size: 4000% 100%;
	z-index: 10000;
}

@keyframes mask {
	0% {
		-webkit-mask-position: 0 0
	}

	100% {
		-webkit-mask-position: 100% 0
	}
}

@keyframes masker1 {
	0% {
		-webkit-mask-position: 0 0
	}

	100% {
		-webkit-mask-position: 0 100%
	}
}

/*新过渡*/

/* --------------------------------

/* --------------------------------

Modal window

-------------------------------- */
.cd-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: #2b1101;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-modal.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.7s, visibility 0s;
	-moz-transition: opacity 0.7s, visibility 0s;
	transition: opacity 0.7s, visibility 0s;
}

/* --------------------------------

Transition Layer

-------------------------------- */
.cd-transition-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.cd-transition-layer .bg-layer {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-2%);
	-moz-transform: translateY(-50%) translateX(-2%);
	-ms-transform: translateY(-50%) translateX(-2%);
	-o-transform: translateY(-50%) translateX(-2%);
	transform: translateY(-50%) translateX(-2%);
	/* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
	height: 100%;
	/* our sprite is composed of 25 frames */
	width: 2500%;
	background: url(../images/ink.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.cd-transition-layer.visible {
	opacity: 1;
	visibility: visible;
}

.cd-transition-layer.opening .bg-layer {
	-webkit-animation: cd-sequence 0.8s steps(24);
	-moz-animation: cd-sequence 0.8s steps(24);
	animation: cd-sequence 0.8s steps(24);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer {
	-webkit-animation: cd-sequence-reverse 0.8s steps(24);
	-moz-animation: cd-sequence-reverse 0.8s steps(24);
	animation: cd-sequence-reverse 0.8s steps(24);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
	display: none;
}

@-webkit-keyframes cd-sequence {
	0% {
		/* translateX(-2%) is used to horizontally center the first frame inside the viewport */
		-webkit-transform: translateY(-50%) translateX(-2%);
	}

	100% {
		/* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
		-webkit-transform: translateY(-50%) translateX(-98%);
	}
}

@-moz-keyframes cd-sequence {
	0% {
		/* translateX(-2%) is used to horizontally center the first frame inside the viewport */
		-moz-transform: translateY(-50%) translateX(-2%);
	}

	100% {
		/* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
		-moz-transform: translateY(-50%) translateX(-98%);
	}
}

@keyframes cd-sequence {
	0% {
		/* translateX(-2%) is used to horizontally center the first frame inside the viewport */
		-webkit-transform: translateY(-50%) translateX(-2%);
		-moz-transform: translateY(-50%) translateX(-2%);
		-ms-transform: translateY(-50%) translateX(-2%);
		-o-transform: translateY(-50%) translateX(-2%);
		transform: translateY(-50%) translateX(-2%);
	}

	100% {
		/* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
		-webkit-transform: translateY(-50%) translateX(-98%);
		-moz-transform: translateY(-50%) translateX(-98%);
		-ms-transform: translateY(-50%) translateX(-98%);
		-o-transform: translateY(-50%) translateX(-98%);
		transform: translateY(-50%) translateX(-98%);
	}
}

@-webkit-keyframes cd-sequence-reverse {
	0% {
		-webkit-transform: translateY(-50%) translateX(-98%);
	}

	100% {
		-webkit-transform: translateY(-50%) translateX(-2%);
	}
}

@-moz-keyframes cd-sequence-reverse {
	0% {
		-moz-transform: translateY(-50%) translateX(-98%);
	}

	100% {
		-moz-transform: translateY(-50%) translateX(-2%);
	}
}

@keyframes cd-sequence-reverse {
	0% {
		-webkit-transform: translateY(-50%) translateX(-98%);
		-moz-transform: translateY(-50%) translateX(-98%);
		-ms-transform: translateY(-50%) translateX(-98%);
		-o-transform: translateY(-50%) translateX(-98%);
		transform: translateY(-50%) translateX(-98%);
	}

	100% {
		-webkit-transform: translateY(-50%) translateX(-2%);
		-moz-transform: translateY(-50%) translateX(-2%);
		-ms-transform: translateY(-50%) translateX(-2%);
		-o-transform: translateY(-50%) translateX(-2%);
		transform: translateY(-50%) translateX(-2%);
	}
}

/*========================完成任务===============================*/
.pop_glo .cen_close {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	top: 0.29rem;
	right: 0.25rem;
	cursor: url(../c_images/icon_sb.ico), auto;
}
.pop_wcrw {
	width: 9.22rem;
	height: 5.18rem;
	background: url(../images/pop/pop_wcrw.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
}

.pop_wcyy {
	width: 5.2rem;
	height: 3.36rem;
	background: url(../img/suc.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
}

.pop_shiwuend {
	width: 9.22rem;
	height: 5.18rem;
	background: url(../images/pop/pop_shiwuend.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
}
/*新增背包弹窗*/
.pop_backList{
	width:6.58rem;
	/*height:2.36rem;*/
	background:url(../img/bkc.png) no-repeat 0 0 / 100% 100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	padding-bottom:.5rem;
}
.pop_backList ul{
	width:5rem;
	margin:.2rem auto 0;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.pop_backList ul li{
	width:1.2rem;
	position:relative;
}
.pop_backList ul li img{
	display: block;
	width:100%;
}
.pop_backList ul li p{
	width:1.2rem;
	height:.2rem;
	background:url(../c_images/lbm.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	font-size:.14rem;
	color:#fff;
	line-height:.2rem;
	text-align: center;
	margin-top:.05rem;
}
.pop_backList .cen_close{
	width: 0.43rem;
    height: 0.43rem;
    background:url(../img/close.png) no-repeat 0 0 / 100% 100%;
    top: 0.37rem;
    right: 0.42rem;
}
.popTit{
	display: block;
	width:1.44rem;
	height:.25rem;
	background:url(../img/ctit.png) no-repeat 0 0 / 100% 100%;
	margin:0.4rem auto 0;
}
#btn_address{
	width:2.26rem;
	margin:0.1rem auto 0;
}
#btn_address img{
	display:block;
	width:100%;
}
/*创建势力*/
.pop_createSj {
	width: 5.62rem;
	height: 3.64rem;
	background: url(../c_images/shili.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#create_name {
	display: block;
	width: 3.44rem;
	height: 0.52rem;
	border:0.01rem solid #474c50;
	background: #1c2b3b;
	line-height: 0.52rem;
	text-indent: .22rem;
	font-size: 0.22rem;
	color: #fff;
	margin: 1.55rem auto 0;
}

.pop_createSj .btn_upslname {
	width: 1.36rem;
	height: .54rem;
	background: url(../c_images/qqq.png) no-repeat 0 0 / 100% 100%;
	margin: 0.22rem auto 0;
	cursor: url(../c_images/icon_sb.ico), auto;
}
/*实物填写*/
.pop_shiwu {
	width: 5.2rem;
	height: 5.57rem;
	background: url(../img/pop_shiwu.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pop_shiwu .cen_close{
	width:.36rem;
	height:.35rem;
}
#user_name,
#user_ace,
#user_phone {
	display: block;
	width: 4rem;
	height: 0.4rem;
	background: #3b1c1c;
	line-height: 0.4rem;
	text-indent: .16rem;
	font-size: 0.16rem;
	color: #ffedc6;
	border: none;
	margin: 0.1rem auto 0;
}

.btn_userinfo {
	width: 2rem;
	height: .54rem;
	background: url(../img/btn_repend.png) no-repeat 0 0 / 100% 100%;
	margin: 0.4rem auto 0;
	cursor: url(../c_images/icon_sb.ico), auto;
}

#enter_code {
	display: block;
	width: 3.44rem;
	height: 0.52rem;
	background: #1c2b3b;
	border:0.01rem solid #464b4f;
	line-height: 0.52rem;
	text-indent: .22rem;
	font-size: 0.22rem;
	color: #fff;
	margin: 1.54rem auto 0;
}

.pop_shiwu .sw_img_pic {
	width: .8rem;
	height: .8rem;
	margin: 1.05rem auto .8rem;
}

.pop_shiwu .sw_img_pic img {
	width: 100%;
}

/*发起势力成功*/
.pop_fqshiliend {
	width: 9.22rem;
	height: 5.48rem;
	background: url(../images/pop/pop_fqshiliend.png) no-repeat 0 0 / 100% 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.anhao_code {
	width: 4rem;
	height: 0.54rem;
	position: relative;
	margin: 2.1rem auto 0;
}

#user_type {
	display: block;
	width: 3.8rem;
	height: 0.52rem;
	border:0.01rem solid #464b4f;
	background: #1c2b3b;
	line-height: 0.52rem;
	text-indent: .22rem;
	font-size: 0.22rem;
	color: #fff;
	position: relative;
}

.anhao_code .copy {
	width: 1.35rem;
	height: 0.54rem;
	line-height: 0.54rem;
	background: url(../c_images/get_yzm.png) no-repeat 0 0 / 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.btn_share_icon {
	text-align: center;
	margin-top: 1rem;
}

.btn_share_icon .btn {
	width: 1.18rem;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #fff;
	font-family: "heiti";
	background: url(../c_images/bgb.png) no-repeat 0 0 / 100% 100%;
	display: inline-block;
	cursor: url(../c_images/icon_sb.ico), auto;
}

/**/

/*输入暗号*/
.pop_enteranhao {
	width: 5.62rem;
	height: 3.64rem;
	background: url(../c_images/anhao.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#pop_enteranhao {
	display: block;
	width: 6.38rem;
	height: 0.8rem;
	background: #5f4936;
	line-height: 0.8rem;
	text-indent: 1em;
	font-size: 0.3rem;
	color: #ffedc6;
	border: none;
	margin: 1.9rem auto 0;
}

.pop_enteranhao .btn_upslname {
	width: 1.36rem;
	height: .54rem;
	background: url(../c_images/qqq.png) no-repeat 0 0 / 100% 100%;
	margin: 0.23rem auto 0;
	cursor: url(../c_images/icon_sb.ico), auto;
}

/*加入势力*/
.pop_joinTeam {
	width: 6rem;
	height: 3.89rem;
	background: url(../c_images/joinTeam.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#teamshare_code {
	display: block;
	width: 6.38rem;
	height: 0.8rem;
	background: #5f4936;
	line-height: 0.8rem;
	text-indent: 1em;
	font-size: 0.3rem;
	color: #ffedc6;
	border: none;
	margin: 1.2rem auto 0;
}

.pop_joinTeam .btn_teamshare {
	width: 4.22rem;
	height: 1.22rem;
	background: url(../images/pop/btn_teamshare.png) no-repeat 0 0 / 100% 100%;
	margin: 0.5rem auto 0;
}

.pop_joinTeam .btn_share_icon {
	margin-top: 0.3rem;
}

.join-tit {
	text-align: center;
    color: #fff;
    font-size: 0.3rem;
    margin-top: 0.6rem;
    font-family: "黑体";
}

.pop_joinTeam .anhao_code {
	margin:.5rem auto 0;
}

/*获得奖励*/
.pop_get_lott {
	width: 5.2rem;
	height: 4.58rem;
	background: url(../img/get.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.pop_get_lott .getlott_close {
	width: 0.35rem;
	height: 0.35rem;
	position: absolute;
	top: 0.29rem;
	right: 0.26rem;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.pop_get_lott .lott_pic_getimg {
	width: 1rem;
	height: 1rem;
	margin: .8rem auto 0;
}

.pop_get_lott .replace_lotts {
	text-align: center;
	margin-top: .5rem;
}

.pop_get_lott .replace_lotts .replace_img {
	width: 1rem;
	height: 1rem;
	margin: 0 0.1rem;
}

.pop_get_lott .replace_lotts .replace_img.curr {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.rep_get_btns {
	text-align: center;
	margin-top: 0.25rem;
}

.rep_get_btns .btn_repend,
.rep_get_btns .btn_repno {
	display: inline-block;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.rep_get_btns .btn_repend {
	width: 2rem;
	height: .54rem;
	background: url(../img/btn_repend.png) no-repeat 0 0 /100% 100%;
}

.rep_get_btns .btn_repno {
	width: 2rem;
	height: .54rem;
	background: url(../img/btn_repno.png) no-repeat 0 0 /100% 100%;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ffedc6;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffedc6;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffedc6;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ffedc6;
}

/*//iphoneX、iphoneXs*/

/*即: 设备屏幕可见宽度为375px， 可见高度为812px及设备像素比为3*/
@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {}

/*//iphone Xs Max*/
@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) {}

/*//iphone XR*/
@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2) {}

/* 兼容iphone5 */
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {}

/*兼容iphone6，iphone7，iphone8s*/
@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {}

/*兼容iphone6 Plus,iphone7 Plus,iphone8 Plus*/
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {}

.pop_gzwx {
	width: 5.2rem;
	height: 4.58rem;
	background: url(../img/gwx.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.pop_ondDay {
	width: 5.2rem;
	height: 3.36rem;
	background: url(../img/rw.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#share_txt_pop {
	position: absolute;
	top: 10rem;
}

.copy_share_txt {
	width: 2.13rem;
	height: .4rem;
	background: url(../img/fuzhi.png) no-repeat 0 0 / 100% 100%;
	margin: 2.4rem auto 0;
	text-indent: -999em;
	cursor: url(../c_images/icon_sb.ico), auto;
}

.pop_tips_cen_add {
	width: 5.2rem;
	height: 5.57rem;
	background: url(../img/ruleTc.png) no-repeat 0 0 / 100% 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.gz_datial {
	width: 4.12rem;
	overflow: hidden;
	margin: 1.03rem auto 0;
	font-size: 0.14rem;
	color: #fffefe;
	line-height: 0.2rem;
}
.gz_datial span{
	color:#efd876;
}
.btn_joingw {
	width: 1.55rem;
	height: 2.3rem;
	background: url(../images/btn_joingw.png) no-repeat 0 0 / 100% 100%;
	position: absolute;

	top: 2.0rem;
	left: 1.0rem;
	z-index: 9;
}


.sw_img_pic_all {
	margin: 1.1rem auto .8rem;
	text-align: center;
}

.sw_img_pic_all img {
	display: inline-block;
	width: .8rem;
	height: .8rem;
	margin: 0 0.1rem;
}
.denglong1{
	display: block;
	width:2.37rem;
	position:absolute;
	left:1rem;
	top:1rem;
	animation: vvGo 16s linear infinite;
	-webkit-animation: vvGo 16s linear infinite;
	z-index:2;
}
.denglong2{
	display:block;
	width:1.88rem;
	position:absolute;
	right:1rem;
	top:3rem;
	animation: vvGo 18s linear infinite;
	-webkit-animation: vvGo 18s linear infinite;
	z-index:2;
}
.denglong3{
	display:block;
	width:2.11rem;
	position:absolute;
	left:5rem;
	top:1rem;
	animation: vvGo 18s linear infinite;
	-webkit-animation: vvGo 18s linear infinite;
	z-index:2;
}
.denglong4{
	display:block;
	width:2.55rem;
	position:absolute;
	right:2rem;
	top:4rem;
	animation: vvGo 18s linear infinite;
	-webkit-animation: vvGo 18s linear infinite;
	z-index:2;
}
.denglong5{
	display:block;
	width:.83rem;
	position:absolute;
	right:1rem;
	top:8rem;
	animation: vvGo 18s linear infinite;
	-webkit-animation: vvGo 18s linear infinite;
	z-index:2;
}
@keyframes vvGo{
	0%{transform: translate(0,0) rotate(0deg);opacity: 1;}
	100%{transform: translate(-2rem,10rem) rotate(360deg);opacity: .7;}
}
@-webkit-keyframes vvGo{
	0%{transform: translate(0,0) rotate(0deg);opacity: 1;}
	100%{transform: translate(-2rem,10rem) rotate(360deg);opacity: .7;}
}
