@CHARSET "UTF-8";
.main-bg{
	background-color: #fff !important;
	color: #888 !important;
}
.banner{
	background: url("images/bar.jpg") no-repeat center center;
	height: 300px
}
.detail-wrap{
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 30px;
}
.detail-text p{
	margin-top: 10px;
	font-size: 15px;
}
.detail-text p.price{
	background-color: #fff2e9 !important;
	padding: 30px;
	line-height: 30px;
	height: 30px;
	font-size: 30px;
	color: red !important;
}
.layui-tab-content{
	background-color: #FFF !important;
}
.layui-carousel .detail-image img{
	width: 100%;
}