body{
	padding-bottom:.98rem ;
}
.header{
	border-bottom: 0;
}
.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;
}
.row{
	display: flex;
	height: 1.02rem;
	background: #fff;
	padding-left: .3rem;
	padding-right: .3rem;
	border-bottom: .01rem solid #e3e3e3;
	align-items: center;
	position: relative;
}
.left{
	font-size: .32rem;
	color: #333;
}
.right{
	font-size: .28rem;
	color: #666;
	flex: 1;
	text-align: right;
}
.bg_white{
	position: absolute;
	height: 1.1rem;
	left: 0;
	top: 0;
	background: #fff;
	width: .3rem;
	z-index: 500;
}
.toward_photo{
	position: relative;
	top: .06rem;
	margin-left: .2rem;
	height: .3rem;
}
.photo_list{
	display: flex;
	flex-wrap: wrap;	
	overflow: hidden;
}
.photo_list li{
	width: 3.45rem;
	height: 2.1rem;
	border: .01rem solid #e3e3e3;
	margin-left: .2rem;
	background: #fff;
	text-align: center;
	margin-top: .2rem;
}
.photo{
	height:1.2rem;
	margin-top: .4rem;
}
