body {
	background: #f5f5f5;
}

.img_none {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none
}

.pages {
	display: none;
}

.page_hb {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	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: 70%;
	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.2rem;
}

.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: 50%;
	top: 1.12rem;
	width: 3.9rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 0.56rem;
	color: #ffeab8;
	margin-left: -1.9rem;
	padding: 0 0.12rem;
	/* display: none; */
}

.ing_text1 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.8rem;
	height: 0.88rem;
}

.index_hbbox {
	/* background-image: linear-gradient(#fbcbc1, #ffe6e5); */
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}

.index_hbbox .name {
	line-height: 0.84rem;
	height: 0.84rem;
	font-size: 0.34rem;
	color: #333;
	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: 1.8rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 0.24rem;
}

.ndex_hb_main .text1 {
	font-size: 0.68rem;
	color: #f45e4d;
	line-height: 1rem;
}

.ndex_hb_main .text2 {
	font-size: 0.28rem;
	color: #999999;
	line-height: 0.68rem;
	display: none;
}

.ndex_hb_main .text3 {
	line-height: 0.48rem;
	font-size: 0.24rem;
	color: #ff3b38;
}

.ndex_hb_main .text4 {
	line-height: 0.48rem;
	font-size: 0.4rem;
	color: #f45e4d;
}

.indexhb_but {
	width: 5rem;
	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: #df3926;
	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;
}

.indexhb_lj .list {
	border-bottom: 1px solid #f2ece0;
	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;
}

.indexhb_lj .text_box .name {
	font-size: 0.28rem;
	color: #333333;
}

.indexhb_lj .text_box .text {
	font-size: 0.24rem;
	color: #999999;
}

.indexhb_lj .list .text1 {
	display: flex;
	text-align: center;
	flex-direction: column;
}

.foot_box {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 1.2rem;
	background: #f5f5f5;
}

.foot_box .list {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 1.8rem;
	height: 0.8rem;
	font-size: 0.24rem;
	color: #f45e4d;
	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: #f45e4d;
}

.jl_hea .list_on::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0.1rem;
	width: 0.6rem;
	height: 0.04rem;
	background: #f45e4d;
	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: #f45e4d;
	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: #f45e4d;
	padding-top: 0.12rem;
}

.rule_but {
	position: absolute;
	right: 0;
	top: 0.56rem;
	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: #cccccc;
	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 {
	top: 2.4rem;
	width: 6rem;
	margin-left: -3rem;
	background: none;
}

.mask_card .mask_box .text {
	position: absolute;
	left: 0;
	top: 2.2rem;
	width: 100%;
}

.mask_card .mask_box .text1 {
	position: absolute;
	left: 0;
	bottom: 2.2rem;
	width: 100%;
	color: #ee6257;
	text-align: center;
	font-size: 0.24rem;
}

.mask_card .mask_box .but {
	position: absolute;
	left: 50%;
	bottom: 0.8rem;
	margin-left: -1.6rem;
	width: 3.2rem;
	background-image: linear-gradient(#fff1dd, #ffc954);
	border: 1px solid #fed49a;
	color: #df3926;
	font-size: 0.36rem;
	box-shadow: 0 0.12rem 0.12rem #f7d6b4;
}
.mask_card .inp{
	position: absolute;
	left: 20%;
	top: 3.85rem;
	width: 60%;
}
.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;
}

.hb_kalist {
	display: none;
	padding: 0.24rem 0.38rem;
	background: #f5f5f5;
}

.hb_kalist .tit_box {
	display: flex;
	justify-content: space-between;
}

.hb_kalist .tit_box .list {
	position: relative;
	width: 32%;
	background: #ffe6e5;
	border-radius: 0.12rem;
	/* padding: 0.44rem 0 0.1rem; */
	padding: 0.24rem 0 0.1rem;
	overflow: hidden;
}

.hb_kalist .tit_box .list img {
	display: block;
	margin: 0 auto;
	width: 1rem;
}

.hb_kalist .tit_box .list .name {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.6rem;
	padding-top: 0.1rem;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #e24c3b;
}

.hb_kalist .tit_box .list .tit {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0.44rem;
	padding-left: 0.12rem;
	font-size: 0.24rem;
	display: none;
}

.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;
}

.launch-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100px;
}
.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;
}