.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: #f7641f;
}
.index_but {
	width: 3rem;
	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.2rem auto 0;
}
.page_game {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	background: url(../img/game_bg.png) no-repeat;
	background-size: 100% auto;
}
.game_times,
.game_nums {
	position: absolute;
	top: 0.4rem;
	width: 1.6rem;
	line-height: 0.9rem;
	background: rgba(111, 111, 111, 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
}
.games_box{
	display: block;
	position: absolute;
	left: 5%;
	top: 15%;
	width: 90%;
	height: 80%;
}
.games_box .list {
	position: absolute;
	display: inline-block;
	animation:plusate 1s linear infinite;
}
@keyframes plusate{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}
.games_box .list img{
	display: block;
	width: 1.9rem;
}
.games_box .gamenumtop{
	position: absolute;
	display: inline-block;
	font-size: 0.4rem;
	color: #fe5983;
	font-weight: bold;
	z-index: 10;
}