
.content{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #fff;
}
.content_in{
	width: 1235px;
	margin: auto;
	background: #fff;
}
.shopinfo{
	overflow: hidden;
}
.shopinfo .img {
	float: left;
	width:540px;
	height: 500px;
	background: #F8F8F8;
	text-align: center;
}
.img img{
	//width: 300px;
	height: 100%;
	//margin-top: 100px;
}
.info{
	float: right;
	width: 50%;
}
.s_name{
	font-size: 18px;
}
.s_pro{
	color: #A0A0A0;
	font-size: 13px;
	margin-top: 10px;
}
.s_price{
	color: #FE7B05;
	font-size: 22px;
	font-weight: 550;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.s_num{
	font-size: 17px;
	margin-top: 35px;
}
.number{
	width: 180px;
	height: 40px;
	border: 1px solid #DBDBDB;
	float: left;
	overflow: hidden;
	margin-top: 50px;
}
.number input{
	width: 33.3%;
	text-align: center;
	float: left;
	border: 0;
	height: 100%;
	font-size: 18px;
	outline: none;
}
.number span{
	float: left;
	width: 33.3%;
	text-align: center;
}
.joincar{
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #FF7B05;
	color: #fff;
	font-size: 14px;
	margin-top: 150px;
	float: left;
}
.products{
	width:1235px;
	margin: auto;
	margin-top: 20px;
	font-size: 18px;
}
.describe{
	background: #fff;
	width: 100%;
	padding: 40px;
	margin-top: 30px;
	padding-top: 30px;
}
.describe p{
	font-size: 15px;
	margin-top: 10px;
}
.imgs{
	width: 100%;
	margin-top: 30px;
	background: #FFF;
}
.imgs img{
	width: 100%;
	height: auto;
}