.banner{
	width:100%;
	//height:4rem;
}
.banner img{
	width:100%;
	height:100%;
}
.cont{
	background:#fff;
	padding-top:.001rem;
}
.contTit{
	padding-top:.6rem;
	margin:0 .32rem .36rem;
	display:flex;
	color:#bbc0c4;
}
.contTit h5{
	font-size:.3rem;
	margin-right:.4rem;
	color:#21242d;
	width: 57%; 
}
.contTit span{
	font-size: .22rem;
	margin:.1rem .22rem 0;
}
.price{
	display:flex;
	justify-content:space-between; 
	margin:0 .3rem;
}
.priceLeft{
	margin-top:.34rem;
}
.priceLeft span{
	font-size:.26rem;
	color:#ef321f;
}
.priceLeft i{
	font-size: .22rem;
	font-style:normal;
	color:#bbc0c4;
	text-decoration:line-through;
}
.priceBtn a{
	display:block;
	width:2.6rem;
	height:.6rem;
	border-radius:.3rem;
	line-height: .6rem;
	text-align: center;
	color:#fff;
	font-size: .26rem;
}
.priceBtn a:first-child{
	background:#fe3c19;
	margin-bottom: .4rem;
}
.priceBtn a:last-child{
	background: #00d35a;
}
.cont h6{
	font-size: .3rem;
	color:#21242d;
	padding:0 .3rem .3rem;
}
.detail{
	word-wrap: break-word;
}
.detail img{
	max-width:100%;
	float:left;
}