.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.detail_list li{
	height: 1.2rem;
	line-height: 1.2rem;
	border-bottom: .01rem solid #e3e3e3;
	background: #fff;
	padding-left: .3rem;
	display: flex;
	align-items: center;
}
.detail_list li:nth-of-type(1){
	height: .96rem;
	line-height: .96rem;
	color: #333;
	font-size: .34rem;
}
.detail_list li:nth-of-type(1) span:nth-of-type(2){
	margin-left: .12rem;
}
.detail_list li:nth-of-type(1) span:nth-of-type(3){
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	display: inline-block;
	font-size: .26rem;
	color: #fff;
	text-align: center;
	background: #fc7e00;
	margin-left: .8rem;
}
.detail_list li:nth-of-type(1) span:nth-of-type(4){
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	display: inline-block;
	font-size:.26rem;
	color: #fff;
	text-align: center;
	background: #ffba00;
	margin-left: .2rem;
}
.detail_list li:nth-of-type(2){
	color: #666;
	font-size: .24rem;
}
.detail_list li img{
	margin-left:-.15rem ;
	width: .5rem;
	height: .5rem;
}
.tag_right{
	margin-left:.3rem ;
}
.tag_right2{
	font-size: .34rem;
	color:#333;
	margin-left:.3rem ;
}
