.main_box{
	display: block;
	padding: 0.6rem 0.3rem 0.28rem;
}
.rule_box{
	position: relative;
	margin: 0.9rem 0 0;
	background: #FFFFFF;
	border-radius: 0.12rem;
	padding: 0.2rem 0.3rem 0.36rem;
}
.rule_box .title{
	text-align: center;
	height: 0.6rem;
}
.rule_box .title span{
	position: relative;
	display: inline-block;
	line-height: 0.6rem;
	color: #666666;
	font-size: 0.3rem;
}
.rule_box .title span::before{
	content: '';
	position: absolute;
	left: -0.5rem;
	top: 50%;
	height: 1px;
	width: 0.36rem;
	background: #999999;
}
.rule_box .title span::after{
	content: '';
	position: absolute;
	right: -0.5rem;
	top: 50%;
	height: 1px;
	width: 0.36rem;
	background: #999999;
}
.rule_box .text{
	padding-top: 0.1rem;
	font-size: 0.24rem;
	color: #666666;
}
.hb_title{
	line-height: 0.68rem;
	text-align: center;
	padding-bottom: 0.8rem;
	font-size: 0.3rem;
}
.hb_text{
	display: flex;
	height: 1rem;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 0.12rem;
	font-size: 0.3rem;
	color: #333333;
	padding: 0 0.4rem;
	margin-bottom: 0.3rem;
}
.hb_money{
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.48rem;
	padding-top: 0.6rem;
}
.hb_money i{
	font-size: 0.6rem;
}
.hb_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;
}
.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;
}
.return_box {
    position: fixed;
    right: 0.3rem;
    top: 0.3rem;
    height: 0.6rem;
    z-index: 30;
}
.return_box img {
    display: block;
    width: auto;
    height: 100%;
}