.pages{
	display: none;
}
.tit_pub1 {
	height: 0.6rem;
	text-align: center
}
.list_qu {
	padding: 0 0.24rem 0.24rem
}

.list_qu .list {
	position: relative;
	background: #fff4cc;
	height: 1.7rem;
	border-radius: 0.12rem;
	margin-bottom: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.list_qu .list::before {
	content: '';
	position: absolute;
	left: 4.2rem;
	bottom: -0.14rem;
	width: 0.28rem;
	height: 0.28rem;
	background: #fff;
	border-radius: 0.14rem
}

.list_qu .list::after {
	content: '';
	position: absolute;
	left: 4.2rem;
	top: -0.14rem;
	width: 0.28rem;
	height: 0.28rem;
	background: #fff;
	border-radius: 0.14rem
}

.list_qu .list .text_box {
	flex: 1;
	padding-left: 0.44rem;
	padding-top: 0.04rem
}

.list_qu .list .text_box .name {
	line-height: 0.52rem;
	font-size: 0.34rem;
	color: #fd7142
}
.list_qu .list .text_box .text {
	line-height: 0.32rem;
	font-size: 0.22rem;
	color: #666666
}

.list_qu .list .but_box {
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.list_qu .list .but_box .but {
	width: 1.5rem;
	line-height: 0.6rem;
	background: #fd7142;
	color: #FFFFFF;
	border-radius: 0.3rem;
	text-align: center;
	opacity: 0.6
}

.list_qu .list .but_box .but_lq {
	opacity: 1
}
.cs_text{
	text-align: center;
	line-height: 0.48rem;
	padding-top: 0.2rem;
	color: #fff;
}
.foot_box {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1rem;
	background: #fff;
	z-index: 10;
}

.foot_box .list {
	float: left;
	width: 25%;
	line-height: 0.88rem;
	text-align: center;
}

.foot_box .list_on {
	color: #599a27;
}
.index_but {
	width: 4rem;
	margin: 0 auto;
}

.index_text {
	width: 90%;
	line-height: 0.36rem;
	text-align: center;
	color: #fff;
	z-index: 3;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	border-radius: 0.26rem;
	padding: 0.12rem 0;
	margin: 0 auto;
}
.page_game {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	background: url(../img/gamebg.jpg) no-repeat;
	background-size: 100% 100%;
}

.game_times,
.game_nums {
	position: absolute;
	top: 0.4rem;
	width: 1.6rem;
	line-height: 0.9rem;
	background: rgba(255, 0, 0, 0.6);
	border-radius: 0.32rem;
	color: #fff;
	z-index: 30;
}

.game_times {
	left: 0rem;
	border-radius: 0 0.5rem 0.5rem 0;
}

.game_nums {
	right: 0rem;
	border-radius: 0.5rem 0 0 0.5rem;
}

.game_times img {
	position: absolute;
	right: 0.2rem;
	top: 50%;
	height: 0.4rem;
	margin-top: -0.2rem;
}

.game_nums img {
	position: absolute;
	left: 0.2rem;
	top: 50%;
	height: 0.4rem;
	margin-top: -0.2rem;
}

.game_times i,
.game_nums i {
	position: absolute;
	right: 0.12rem;
	top: 0;
	line-height: 0.64rem;
	font-size: 0.24rem;
}

.game_times span,
.game_nums span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.34rem;
}

.game_times span {
	padding-right: 0.5rem;
}

.game_nums span {
	padding-left: 0.5rem;
}

.masksta_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.masksta_box .sta_box {
	position: relative;
	width: 4.2rem;
	margin: 0 auto
}

.masksta_box .num_text {
	text-align: center;
	font-size: 1.6rem;
	color: #fff
}

.masksta_box .sta_text {
	text-align: center;
	font-size: 0.5rem;
	color: #ffffff;
	padding-top: 1rem;
	line-height: 0.76rem
}

.masksta_box .hot {
	position: absolute;
	right: -0.5rem;
	bottom: -0.6rem;
	width: 2rem;
	animation: mymove 3s infinite
}

.pai_box {
	position: relative;
	margin: 0.5rem auto 0;
}

.pai_box .pai {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.06rem;
	overflow: hidden;
}

.pai_box .overend:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.pai_box .paiani {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pai_box .pai .bg1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.12s ease-in 0.12s;
	transform: rotateY(-90deg);
	background: url(../img/hbbg1.png) no-repeat;
	background-size: 100% 100%;
}

.pai_box .pai .bg2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hbbg.png) no-repeat;
	background-size: 100% 100%;
	transition: 0.12s ease-out;
}

.pai_box .paion .bg1,
.pai_box .paionnew .bg1 {
	transform: rotateY(0deg);
}

.pai_box .paion .bg2,
.pai_box .paionnew .bg2 {
	transform: rotateY(90deg);
}