html,body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow-x:hidden ;
}
.container{
	margin: 0 auto;
}
.contentWrap{
	width: 100%;
	max-width: 1040px;
	height: auto;
	margin: 0 auto;

}
.tabImgBox{
	margin-bottom: 20px;
}
.leftWrap{
	display: inline-block;
	margin-right: 10px;
	clear: both;
}
.rightWrap{
	display: inline-block;
	width: calc( 100% - 210px);
	float: right;
}
.img-detail{
	width: 100%;
}
.img-detail li{
	margin-bottom: 10px;
}
.img-detail img{
	width: 100%;
}
.tabImg{
	width: 100%;
	overflow: hidden;
	height: auto;
}
.tabImg-ul{
	width: 102%;
}
.tabImgBox .col-xs-6:first-of-type{
	width: 50%;
	overflow: hidden;
	padding: 0 5px;
}
.tabImgBox .col-xs-6  img{
	width: 100%;
	height: 100%;
}
.tabImg li{
	
	padding:0px 6px 0px 0  ;
	margin: 4px auto;
	cursor: pointer;

}
.tabImg li img{
	opacity: 0.8;
}
.tabImg li img:hover{
	border:1px dotted coral;
opacity: 1;
}
/*.tabImg li:first-child{
	padding-left:0px ;
}*/
.tabImg li img{
	width: 100%;
	max-width: 100%;
}
.pro_title{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #ccc;
}
.pro_detailText{
	font-size: 12px;
	padding:  0 0 10px 0 ;
		border-bottom:1px dotted #ccc;
	margin-bottom: 10px;
	
}
.pro_price{
	padding:  0 0 10px 0 ;
		border-bottom:1px dotted #ccc;
	margin-bottom: 10px;
	
}
.pro_price h1{
	color:#d90000;
}
.pro_price h6{
	color:#d90000;
	margin-top: 10px;
	text-indent: 10px;
}
.pro_number{
	margin-top: 10px;
		text-indent: 10px;
}
.pro_ems{
	padding:  0 0 10px 0 ;
		border-bottom:1px dotted #ccc;
	margin-bottom: 10px;
}
.pro_amount{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.pro_amount b{
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ccc;
	cursor: pointer;
	font-size: 22px;
	margin: 0 10px;
	}
.pro_amount input{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ccc;
	padding: 0 0px 0 10px ;
	margin: 0 10px;
}
.shop_cart{
	width: 60%;
	margin: 0;
	height: 60px;
	line-height:60px ;
	border: 1px solid #EC971F;
	border-radius: 5px;
	background: #EC971F;
	text-align: left;
	color:#fff;
	position: relative;
	margin-top: 10px;
cursor: pointer;
}
.shop_cart a i{
font-size: 30px;
position: absolute;
top: 50%;
margin-top: -16px;
left:10px;
display: inline-block;

}
.shop_cart a {
	color:#fff;
}
.shop_cart a:hover{
	text-decoration: none;
}
.shop_cart a span {
		font-size: 22px;
		margin-left: 50px;
		
}
.shop_collector,.shop_consult{
	width: 60%;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #E0E0E0;
	color:#8C8C8C;
	border-radius: 5px;
	margin-top: 15px;
	background: #E8E8E8;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.shop_collector i{
	font-size: 18px;
	margin:0 10px;
	color:#ff3766;
}
.shop_consult{
	
}
