.detail{
	width: 100%;
	height: 440px;
	*height: 400px;
	*width: 1160px;
	background: #fff;
	padding: 20px;
}
.detail .img_box{
	width: 400px;
	height: 400px;
	border: 1px solid #e5e5e5;
	float: left;
}
.detail .img_list{
	float: left;
	margin-left: 20px;
}
.detail .img_list li{
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	margin-top: 20px;
	overflow: hidden;
}
.detail .img_list li.active{
	border: 1px solid #ea5d27;
}
.detail .img_list li:first-child{
	margin-top: 0;
}
.detail .img_list li img{
	width: 100px;
	height: 100px;
	vertical-align: baseline;
}
.detail .text{
	width: 600px;
	height: 400px;
	float: right;
}
.detail .text p.name{
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
}
.detail .text p.jifen{
	height: 60px;
	line-height: 60px;
	margin: 20px 0;
	background: #fff5f1;
	padding-left: 20px;
}
.detail .text p.jifen span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	color: #666;
}
.detail .text p.jifen .txt{
	font-size: 18px;
	color: #ef2c2f;
}
.detail .text p.jifen .jf{
	font-size: 30px;
	color: #ef2c2f;
	margin: 10px 25px 10px 10px;
}
.detail .text p.jifen .money{
	text-decoration: line-through;
}
.detail .text p.kucun{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	padding-left: 20px;
}
.detail .text p.sl{
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 18px;
}
.detail .text p.sl span,.detail .text p.sl input{
	float: left;
}
.detail .text p.sl span.jia,.detail .text p.sl span.jian{
	display: inline-block;
	width: 22px;
	height: 30px;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.detail .text p.sl span.jian{
	margin-left: 10px;
}
.detail .text p.sl span img{
	vertical-align: baseline;
	*vertical-align: middle;
}
.detail .text p.sl input{
	height: 30px;
	line-height: 30px;
	padding: 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	width: 58px;
	border-left: none;
	border-right: none;
	outline: none;
}
.detail .text div.btn{
	padding-left: 20px;
	margin-top: 50px;
}
.detail .text div.btn div{
	/*vertical-align: middle;*/
	display: inline-block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;	
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	float: left;
}
.detail .text div.btn div.dh{
	background: #ff4700;
	color: #fff;
}
.detail .text div.btn div.jr{
	border: 1px solid #3dbb2b;
	margin-left: 30px;
}
.detail .text div.btn img{
	position: relative;
	top: -2px;
	*top: 0;
	margin-right: 5px;
}
.xiangqing{
	width: 100%;
	min-height: 200px;
	background: #fff;
	margin-top: 10px;
	padding: 0 20px;
}
.xiangqing_title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 13px;
}
.xiangqing_title img{
	margin: 0 5px 0 -10px;
}
.xiangqing_title span{
	color: #666;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
.xiangqing p{
	line-height: 30px;
	font-size: 16px;
}
