body{
	font-size: .24rem;
}
.ui-page, .ui-page-group{
	background: #F7F7F7;
}
.header{
	background: #fff;
	padding: .1rem .32rem .2rem .32rem;
	font-size: .24rem;
	color: #333;
}
.header .relative img{
	height: 2.8rem;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.header .wenben{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .1rem 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	width: 100%;
	color: #fff;
	text-indent: 10px;
	font-size: .32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .pj{
	background: #F7F7F7;
	display: flex;
	display: -webkit-flex;
	/* padding: .15rem 0; */
	height: .72rem;
	line-height: .72rem;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.header .pj p{
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	position: relative;
}
.header .pj p::after{
	content: "";
	position: absolute;
	right: 0;
	top: .28rem;
	width: .02rem;
	height: .16rem;
	background: #D8D8D8;
}
.header .pj p:last-child::after{
	width: 0;
	height: 0;
}
.header .pj p img{
	width: .24rem;
	height: .24rem;
	margin-right: .08rem;
	position: relative;
	top: .03rem;
}
.header .tx{
	padding: .24rem 0;
	font-size: .29rem;
	color: #666;
	text-align: justify;
}
.header .tx span{
	display: initial;
	position: relative;
}


.pingjia{
	background: #fff;
	margin-top: .16rem;
	padding: 0 .32rem .2rem .32rem;
}
.pingjia .title{
	color: #333;
	font-size: .32rem;
	padding: .4rem 0;
	font-weight: bold;
	text-align: center;
}
.eval_footer{
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.2rem;
	border-top: solid 1px #EEEEEE;
	padding: 0 .32rem;
}
.eval_footer .money{
	font-size: .2rem;
	color: #666;
	padding-top: .16rem;
	text-align: center;
}
.eval_footer .money p{
	color: #FE7467;
	font-size: .36rem;
}
.eval_footer .money p span{
	font-size: .24rem;
}
.eval_footer .tiwen{
	margin-top: .2rem;
	width: 4.5rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	background: #00B2B6;
	border-radius: 49px;
	float: right !important;
}
article{
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	padding: .24rem .32rem 1.3rem .32rem;
	font-size: .28rem;
	color: #666;
}
article p{
	padding-top: 0rem;
	line-height: 26px;
}
article  img{
	width: 100%;
}

/*新增分类弹窗*/
.menu-popu{
    z-index: 4000;
}
.menu-popu .model{
    bottom: 0;
    position: absolute;
    width: 100%;
    transition: all .4s;
    height: auto;
    overflow: hidden;
}
.menu-popu .model.hide_bot{
    height: 0;
}
.menu-popu .menu_item{
    padding: .3rem 0;
    color: #666;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
.menu-popu .menu_item.active{
    color: #01b2b6;
}
.menu-popu .menu_item:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
.menu-popu a{
	background: #00B2B6;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: .28rem;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}



.quck_tip{
	background: linear-gradient( 141deg, #B083FF 0%, #6B93FF 100%);
	width: 3.44rem;
	height: .52rem;
	display: flex;
	align-items: center;
	position: absolute;
	top: .1rem;
	right: .1rem;
	border-radius: 32px;
	z-index: 10;
}
.quck_tip::after{
	content: "";
	position: absolute;
	right: 0.28rem;
	top: -0.1rem;
	background: url(https://resource.bangbangce.com/f4KsFwrW5m3n) no-repeat;
	background-size: 100% 100%;
	width: .18rem;
	height: .16rem;
}
.quck_tip .icon_t0{
	background: url(https://resource.bangbangce.com/YeR3jtccwhxE) no-repeat;
	background-size: 100% 100%;
	width: .7rem;
	height: .52rem;
	display: inline-block;
	position: relative;
	left: -0.32rem;
	animation: translateFrom 1s linear infinite;
}
.quck_tip .icon_t1{
	background: url(https://resource.bangbangce.com/yrHXADfcfFXB) no-repeat;
	background-size: 100% 100%;
	width: 2.9rem;
	height: .26rem;
	display: inline-block;
	position: relative;
	left: -0.32rem;
}
@keyframes translateFrom{
	0%{
		transform: translateY(-3px);
	}
	50%{
		transform: translateY(3px);
	}
	100%{
		transform: translateY(-3px);
	}
}