.pages {
	display: none;
}

.nav_box {
	height: 0.88rem;
	background: #3bbbba;
	border-radius: 0.12rem 0.12rem 0 0;
}

.nav_box span {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	height: 1rem;
	font-size: 0.32rem;
	color: #fff;
}

.nav_box span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.29rem;
	display: block;
	width: 1px;
	height: 0.3rem;
	background: #76d0cf;
}

.nav_box .on {
	background: #fff;
	color: #3098cc;
	border-radius: 0.12rem 0.12rem 0 0;
	margin-top: -0.1rem;
	font-weight: bold;
}

.nav_box .on::before {
	display: none;
}

.nav_box .on::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	width: 100%;
	height: 0.1rem;
	background: #fff;
}

.nav_con .tit_pub {
	font-size: 0.3rem;
	margin-top: 0.1rem;
}

.nav_con .tit_pub span::before,
.nav_con .tit_pub span::after {
	background: #00a0e1;
}

.nav_con .tit_con {
	line-height: 0.52rem;
	text-align: center;
	color: #3bbbba;
	font-size: 0.3rem;
}

.nav_con .list_box {
	padding: 0 0.24rem 0.24rem;
}

.nav_con .list_con {
	background: #3bbbba;
	border-radius: 0.2rem 0.2rem 0.6rem 0.6rem;
	padding: 0.2rem;
	margin-top: 0.2rem;
}

.nav_con .list_con:first-child {
	margin-top: 0.12rem;
}

.nav_con .list {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 0.2rem 0.2rem 0.5rem 0.5rem;
	padding: 0.12rem;
}

.nav_con .pic {
	display: block;
	width: 0.9rem;
}

.nav_con .tetx_box {
	flex: 1;
	padding-left: 0.2rem;
}

.nav_con .name {
	font-size: 0.32rem;
	color: #333333;
}

.nav_con .text {
	font-size: 0.24rem;
	color: #666666;
}

.scale_con {
	display: flex;
	justify-content: center;
}

.scale_box {
	display: flex;
	align-items: center;
	height: 0.48rem;
	font-size: 0.24rem;
	color: #666666;
	padding-bottom: 0.2rem;
}

.scale_box .scale {
	position: relative;
	width: 2rem;
	height: 0.12rem;
	background: #ffebcd;
	border-radius: 0.8rem;
	margin-top: 0.06rem;
	margin-right: 0.1rem;
}

.scale_box .scale span {
	position: absolute;
	left: 0;
	top: 0;
	height: 0.12rem;
	background: #ff985e;
	border-radius: 0.8rem;
}

.nav_con .but {
	width: 1.4rem;
	line-height: 0.64rem;
	text-align: center;
	background-image: linear-gradient(#ffb954, #ff8d10);
	border-radius: 0.4rem;
	font-size: 0.24rem;
	color: #ffffff;
}

.rule_box {
	padding-top: 0.24rem;
}

.list_qu {
	padding: 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
}

.rule_quan {
	padding: 0.1rem 0.2rem 0.3rem;
	margin-top: 0.2rem;
}

.card_list {
	position: relative;
	/* background: #fff; */
	border-radius: 0.12rem;
	padding: 0.24rem 0.3rem;
	background: url(../img/jpg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.card_list .img_box {
	position: relative;
}

.card_list .bg {
	font-size: 0.34rem;
	font-weight: bold;
	background: #F9DECB;
	height: 1.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card_list .canvas_bg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.card_list .but {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2rem;
	height: 0.72rem;
	margin: -0.28rem 0 0 -1rem;
	z-index: 6;
}

.main_con {
	background: #fff;
	padding: 0.3rem 0.3rem 0.24rem;
	border-radius: 0.12rem;
}

.tit_pub1 {
	height: 0.6rem;
	text-align: center
}

.tit_pub1 span {
	position: relative;
	display: inline-block;
	font-size: 0.34rem;
	line-height: 0.6rem;
	color: #d63331
}

.tit_pub1 span::before {
	content: '';
	position: absolute;
	top: 44%;
	left: -0.7rem;
	display: inline-block;
	width: 0.34rem;
	height: 0.12rem;
	background: url(../img/icon_z.png) no-repeat;
	background-size: 100% 100%
}

.tit_pub1 span::after {
	content: '';
	position: absolute;
	top: 44%;
	right: -0.7rem;
	display: inline-block;
	width: 0.34rem;
	height: 0.12rem;
	background: url(../img/icon_y.png) no-repeat;
	background-size: 100% 100%
}

.lottery_box {
	position: relative;
}

.lottery_box .list_box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5.6rem;
	height: 5.6rem;
	margin-left: -2.8rem;
	margin-top: -2.8rem;
}

.lottery_box .list {
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0.1rem;
	background: #fffdfd;
	border-radius: 0.1rem;
}

.lottery_box .list:nth-child(1) {
	left: 0;
	top: 0;
}

.lottery_box .list:nth-child(2) {
	left: 1.9rem;
	top: 0;
}

.lottery_box .list:nth-child(3) {
	right: 0;
	top: 0;
}

.lottery_box .list:nth-child(4) {
	right: 0;
	top: 1.9rem;
}

.lottery_box .list:nth-child(5) {
	right: 0;
	bottom: 0;
}

.lottery_box .list:nth-child(6) {
	left: 1.9rem;
	bottom: 0;
}

.lottery_box .list:nth-child(7) {
	left: 0;
	bottom: 0;
}

.lottery_box .list:nth-child(8) {
	left: 0;
	top: 1.9rem;
}

.lottery_box .list_box::before {
	content: '';
	display: none;
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.12rem;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.lottery_box .list_box0::before {
	display: block;
	left: 0;
	top: 0;
}

.lottery_box .list_box1::before {
	display: block;
	left: 1.9rem;
	top: 0;
}

.lottery_box .list_box2::before {
	display: block;
	right: 0;
	top: 0;
}

.lottery_box .list_box3::before {
	display: block;
	right: 0;
	top: 1.9rem;
}

.lottery_box .list_box4::before {
	display: block;
	right: 0;
	bottom: 0;
}

.lottery_box .list_box5::before {
	display: block;
	left: 1.9rem;
	bottom: 0;
}

.lottery_box .list_box6::before {
	display: block;
	left: 0;
	bottom: 0;
}

.lottery_box .list_box7::before {
	display: block;
	left: 0;
	top: 1.9rem;
}

.lottery_box .list_but {
	position: absolute;
	left: 1.9rem;
	top: 1.9rem;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0.04rem;
}

.lottery_box .list_ev {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #d09d8e;
	border-radius: 0.1rem;
	text-align: center;
}

.lottery_box .list_ev img {
	display: inline-block;
	/* width: 0.7rem; */
	height: 0.62rem;
}

.lottery_box .list_ev .name {
	padding-top: 0.1rem;
	line-height: 0.32rem;
	font-size: 0.24rem;
	color: #e74435;
}

.pidtext {
	display: none;
	text-align: justify;
	color: #f00;
	background: #fff;
	padding: 0.24rem;
	border-radius: 0.12rem;
	margin-top: 0.24rem;
}

.category_but{
	display: flex;
	justify-content: space-around;
	padding: 0.2rem 0.2rem 0;
}
.category_but .but{
	width: 3rem;
	line-height: 0.68rem;
	text-align: center;
	border: 1px solid #ff8a0d;
	background: #fff;
	border-radius: 0.12rem;
}
.category_but .but_on{
	background-image: linear-gradient(#f1bd55,#ff8a0d, #f1bd55);
	color: #fff;
}
.ewmcode_box{
	text-align: center;
	padding: 0.2rem 0;
}
.ewmcode_box img{
	width: 60%;
	margin: 0 auto;
	border-radius: 0.12rem;
}
.ewmcode_box .text{
	line-height: 0.8rem;
}