body{
	padding-bottom:.98rem ;
}
.banner{
	height: 3rem;
	width: 100%;
	background: #ffba00;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.tag_sell{
	font-size: .2rem;
	margin-top: .8rem;
}
.total_num{
	font-size: .8rem;
	margin-top: .1rem;
}

.list{
	overflow: hidden;
}
.list li{
	display: flex;
	background: #fff;
	position: relative;
	padding-right: .3rem;
	align-items: center;
	height: 1.02rem;
	border-bottom: .01rem solid #e3e3e3;
	padding-left: .3rem;
}
.list li:nth-of-type(2){
	padding-left:0;
	margin-left: .3rem;
	margin-top: .28rem;
	border-top: .01rem solid #e3e3e3;
}
.list li:nth-of-type(5){
	margin-top: .28rem;
	border-top: .01rem solid #e3e3e3;
}
.bg_whiter{
	position: absolute;
	height: 2.1rem;
	left: -.3rem;
	top: 0;
	background: #fff;
	width: .3rem;
	z-index: 500;
}
.left{
	font-size: .34rem;
	color: #333;
	margin-right: .4rem;
}
.right{
	font-size: .3rem;
	color: #666;
	flex: 1;
	text-align: right;
}
.right input{
	font-size: .34rem;
	width: 100%;
}
.right input::-webkit-input-placeholder{
	color: #999;
}
.nowPrice{
	color: #fc7e00;
}
.tag_question{
	display: inline-block;
	width: .34rem;
	height: .34rem;
	border-radius: 50%;
	background: #f2f1f0;
	color: #999;
	font-size: .2rem;
	text-align: center;
	line-height: .34rem;
	margin-left: .2rem;
	position: relative;
	top: -.04rem;
}
.forget_psw{
	font-size: .22rem;
	margin-top: .3rem;
	padding-right: .3rem;
	text-align: right;
	color: #999;
}
.confirm_sell{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: .98rem;
	text-align: center;
	line-height: .98rem;
	color: #fff;
	background: #ffba00;
	font-size: .32rem;
	z-index: 999;
}
.bg_gray{
	position: absolute;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 1000;
	width: 100%;
	display: none;
}
.service_charge{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -1.7rem;
	background: #fff;
	z-index: 2000;
	width: 6rem;
	height: 3.4rem;
	overflow: hidden;
	color: #333;
	display: none;
}
.delete_photo{
	width: .7rem;
	position: absolute;
	right: .3rem;
	top: .3rem;
}
.charge_title{
	font-size: .26rem;
	margin-left: .48rem;
	margin-top: .98rem;
	margin-bottom: .15rem;
}
.charge_content{
	font-size: .24rem;
	margin-left: .48rem;
	margin-top: .05rem;
}
