body{
	background: #faf2d8;
}
.pages{
	display: none;
}
.page_hb{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.3); */
	background: #fff;
	z-index: 50;
}
.page_szjq{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #bf0005;
}
.hb_anibox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5.6rem;
	height: 9.2rem;
	margin: -5.2rem 0 0 -2.8rem;
}
.hb_anibox .top_tetxbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.hb_anibox .text_box{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80%;
	text-align: center;
}
.hb_anibox .text_box .name{
	line-height: 0.52rem;
	font-size: 0.32rem;
	color: #f3efb4;
}
.hb_anibox .text_box .name img{
	display: inline-block;
	vertical-align: top;
	width: 0.52rem;
	height: 0.52rem;
	border-radius: 0.26rem;
}
.hb_anibox .text_box .tit{
	color: #f3efb4;
	font-size: 0.4rem;
	line-height: 0.8rem;
	padding-top: 0.4rem;
}
.hb_anibox .bg_bot{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
}
.bg_anibut{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0.9rem;
	width: 1.76rem;
	height: 1.76rem;
	z-index: 20;
	margin-left: -0.88rem;
}
.bg_details{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0.4rem;
	width: 100%;
	line-height: 0.88rem;
	color: #f3efb4;
	text-align: center;
}
.bg_detailsbut{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.bg_anibut .hbbut_ani1{
	display: block;
}
.bg_anibut .hbbut_ani2{
	display: none;
}
.bg_anibut_on .hbbut_ani1{
	display: none;
}
.bg_anibut_on .hbbut_ani2{
	display: block;
}
.bg_anibut .hbbut_ani1{
	animation: ani1 0.8s infinite;
}
@keyframes ani1{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
.bg_anibut .hbbut_ani2{
	animation: ani2 1s 1;
}
@keyframes ani2{
	0%{
		transform: rotateY(0deg);
	}
	100%{
		transform: rotateY(360deg);
	}
}
.hb_anibox_on{
	animation: ani3 1s 1;
	animation-fill-mode:forwards;
}
@keyframes ani3{
	0%{
		height: 9.2rem;
		margin-top: -5.2rem;
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		height: 20rem;
		margin-top: -12rem;
	}
}
.page_index{
	opacity: 0;
}
.page_indexon{
	opacity: 1;
}
.page_indexani{
	animation: ani4 1s 1;
	animation-fill-mode:forwards;
}
@keyframes ani4{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.ing_text1{
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: 100%;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.42rem;
	color: #ffeab8;
}
.index_hbbox{
	background: #faf2d8;
	padding-top: 0.5rem;
}
.index_hbbox .name{
	line-height: 0.84rem;
	height: 0.84rem;
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
}
.index_hbbox .name img{
	display: inline-block;
	height: 0.84rem;
	height: 0.84rem;
	vertical-align: top;
	margin-right: 0.2rem;
	border-radius: 0.42rem;
}
.ndex_hb_main{
	display: flex;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.ndex_hb_main .text1{
	font-size: 0.68rem;
	color: #fff8a9;
	line-height: 1rem;
}
.ndex_hb_main .text2{
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.68rem;
}
.ndex_hb_main .text3{
	line-height: 0.48rem;
	font-size: 0.24rem;
	color: #fff;
}
.ndex_hb_main .text4{
	line-height: 0.48rem;
	font-size: 0.4rem;
	color: #fff8a9;
}
.indexhb_but{
	width: 4.2rem;
	line-height: 0.92rem;
	background-image: linear-gradient(#ffedd5,#ffd376,#ffc954);
	margin: 0 auto;
	text-align: center;
	border-radius: 0.46rem;
	font-size: 0.36rem;
	color: #333333;
	border: 1px solid #fed49a;
	/* box-shadow: 0 0.12rem 0.24rem #f8e4e2; */
}
.indexhb_but i{
	color: #df3926;
}
.indexhb_lj{
	padding: 0 0.44rem 0.3rem;
	background: #faf2d8;
}
.indexhb_lj .list{
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.18rem 0;
}
.indexhb_lj .list .hea{
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.4rem;
}
.indexhb_lj .text_box{
	flex: 1;
	padding:0 0.1rem 0 0.18rem;
	color: #fff;
}
.indexhb_lj .text_box .name{
	font-size: 0.28rem;
	color: #fff;
}
.indexhb_lj .list .text1{
	color: #fff;
}
.indexhb_lj .text_box .text{
	font-size: 0.24rem;
	color: #fff;
}
.foot_box{
	position: fixed;
	left: 0;
	bottom: 0;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 1.2rem;
	background: #f35543;
}
.foot_box .list{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 30%;
	height: 0.8rem;
	font-size: 0.24rem;
	color: #781b18;
	background: #ffffff;
	border-radius: 0.2rem;
	box-shadow: 0 0.06rem 0.12rem #f0a99d;
}
.foot_box .list_on{
	/* background-image: linear-gradient(#ea8a75,#f9442c);
	color: #ffd78c; */
	font-weight: bold;
}
.jl_hea{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1rem;
	box-sizing: content-box;
	border-bottom: 0.16rem solid #f6f6f6;
	background: #FFFFFF;
	z-index: 5;
}
.jl_hea .list{
	float: left;
	width: 33.33%;
	display: flex;
	height: 1rem;
	align-items: center;
	justify-content: center;
}
.jl_hea .list_on{
	position: relative;
	color: #f9442c;
}
.jl_hea .list_on::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0.1rem;
	width: 0.6rem;
	height: 0.04rem;
	background: #fff8a9;
	margin-left: -0.3rem;
	border-radius: 0.02rem;
}
table{
	width: 100%;
	border-color: #f5f5f5;
	table-layout: fixed; 
}
table td,table th{
	color: #5c6b77;
	padding: 0.2rem 0.06rem;
	font-size: 0.24rem;
	text-align: center;
}
table th{
	padding: 0.24rem 0.06rem;
	color: #333333;
}
table td span{
	display: inline-block;
	padding: 0 0.3rem;
	line-height: 0.52rem;
	background-image: linear-gradient(#fff1de,#ffc954);
	border-radius: 0.26rem;
	color: #fff8a9;
	box-shadow: 0 0.06rem 0.12rem #f8e4e2;
}
.details_mstab{
	background: #FFFFFF;
	/* margin: 0 0.2rem 0.2rem; */
}
.details_mstab .text_box{
	height: 1.72rem;
	background: #FFFFFF;
	border-bottom: 0.12rem solid #f5f5f5;
}
.details_mstab .text_box .list{
	float: left;
	width: 50%;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.details_mstab .text_box .name{
	font-size: 0.46rem;
	font-weight: bold;
	line-height: 0.52rem;
}
.details_mstab .text_box .text{
	font-size: 0.24rem;
	color: #666666;
}
.none_dongxi{
	display: block;
	width: 2rem;
	margin: 0.4rem auto 0;
}
.none_text{
	text-align: center;
	color: #333333;
	padding-bottom: 0.6rem;
}
.zffb{
	text-align: center;
	font-size: 0.24rem;
	color: #fff8a9;
	padding-top: 0.12rem;
}
.rule_but{
	position: absolute;
	right: 0;
	top: 0.6rem;
	width: 1rem;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffeab8;
	border-radius: 0.35rem 0 0 0.35rem;
	color: #d52c19;
	z-index: 10;
	font-size: 0.24rem;
	line-height: 0.28rem;
	padding-left: 0.1rem;
}
.mask_rule .mask_box{
	top: 10%;
	width: 6.4rem;
	margin-left: -3.2rem;
}
.mask_rule .mask_box .text{
	max-height: 6.8rem;
	text-align: left;
	overflow-y: auto;
	font-size: 0.24rem;
}
.technical_text{
	text-align: center;
	color: #fba197;
	line-height: 0.48rem;
}
#launch-btn{
	position: absolute;
	left: 0;
	top: 0;
}
.label_box{
	display: block;
	width: 100%;
	padding: 0.2rem 0.1rem;
}
.label_box input{
	vertical-align: middle;
	margin-right: 0.12rem;
}
.mask_card{
	background: #cccccc;
}
.mask_card .mask_box{
	background: none;
}
.mask_card .mask_box .text{
	position: absolute;
	left: 0;
	top: 1rem;
	width: 100%;
}
.mask_card .mask_box .but{
	position: absolute;
	left: 50%;
	bottom: 0.64rem;
	margin-left: -1.9rem;
	opacity: 0;
}
.pulsename{
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-duration: 1s;
	animation-fill-mode: both;
	transform: scale(1.1);
}
@keyframes pulse /*定义动画名*/
{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.share_box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}
.share_box .share_img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.share_but{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.46rem;
	height: 0.9rem;
	/* background: #fc5255; */
	margin: 0.6rem auto 0;
	font-size: 0.3rem;
	color: #FFFFFF;
	border-radius: 0.12rem;
	border: 2px solid #fff;
}
.jlimg{
	padding: 0 0.24rem;
	overflow: hidden;
	margin-top: 0.24rem;
}
.jlimg img{
	border-radius: 0.12rem;
}
.pho_text{
	position: absolute;
	right: 0;
	top: 0.1rem;
	padding: 0 0.18rem 0 0.12rem;
	background: #ffeab8;
	line-height: 0.32rem;
	border-radius: 0.18rem 0 0 0.18rem;
	font-size: 0.22rem;
	color: #c82c1d;
	display: none;
}
.foot_boxmer{
	display: flex;
}
.foot_boxmer .list{
	width: 2.34rem;
}
.home_text2{
	padding-bottom: 0.1rem;
	font-size: 0.24rem;
	color: #9e9e9e;
	text-align: center;
}
.hb_kalist {
	padding: 0 0.24rem 0.24rem;
}
.hb_kalist .tit_fot {
	display: flex;
	justify-content: space-between;
	margin-top: 0.2rem;
}

.hb_kalist .tit_fot .list {
	position: relative;
	width: 49%;
	overflow: hidden;
}
.hb_kalist .tit_fot .list img{
	border-radius: 0.12rem;
}
.index_href {
	position: absolute;
	top: 3.24rem;
	width: .52rem;
	height: 1.4rem;
	line-height: .32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .4);
	font-size: .24rem;
	color: #fff;
	z-index: 10
}

.index_href1 {
	left: 0;
	border-radius: 0 .12rem .12rem 0
}

.index_href2 {
	right: 0;
	border-radius: .12rem 0 0 .12rem
}
.return_box {
	position: absolute;
	right: 0;
	top: .3rem;
	min-width: 1.2rem;
	line-height: .3rem;
	background: rgba(0, 0, 0, .4);
	font-size: .24rem;
	color: #fff;
	padding: .2rem .12rem .2rem .26rem;
	border-radius: .36rem 0 0 .36rem;
	border-right: none;
	text-align: center;
	z-index: 10
}