﻿.product-ul li{
    float: left;
    width: 20%;
    background: #fff;
    /*border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;*/
    border: 1px solid #e5e5e5;
    margin: 0 3px;
}
.product-ul li:nth-last-child(1), .product-ul li:nth-last-child(2), .product-ul li:nth-last-child(3), .product-ul li:nth-last-child(4), .product-ul li:nth-last-child(5){
    border-bottom: 1px solid #e5e5e5;
}
.product-ul li a{
    width: 100%;
    padding: 50px 33px 36px 33px;
    padding: 20.8% 13.75% 15% 13.75%;
}
.product-ul{
    border-right: 1px solid #e5e5e5;
}
.product-ul li img{
    width: 100%;
}
.pro-cont{
    margin-top: 48px;
    margin-top: 27.7%;
}
.pro-cont h4{
   font-weight: bold;
    font-size: 14px;
}
.pro-cont p{
    width: 100%;
    color: #333;
    margin-top: 12px;
}



/*product details*/
.product-picture{
    float: left;
    width: 31.66%;
    height: 250px;
    border: 1px solid #e5e5e5;
    padding:3%;
}
.product-picture img{
    width: 100%;
    height: 100%;
}
.love{
    right: 20px;
    top: 20px;
    width: 22px;
    height: 20px;
    background: url(../images/love.png) no-repeat center;
}
.product-details{
    float: right;
    width: 65%;
}
.item-no{
    color: #666;
    margin: 15px 0 20px 0;
    margin: 1.9% 0 2.5% 0;
    line-height: 175%;
}
.item-no span{
    margin: 0 1.5%;
}
.pro-various{
    padding: 21px 0 36px 0;
    padding: 2.7% 0 4.6% 0; 
}
.various-list{
    float: left;
    width: 80%;
    color: #666;
    padding: 0 3.33%;
}
.various-p p{
    float: left;
    width: 49.33%;
    line-height: 180%;
    margin-bottom: 4px;
}
.promotion{
    margin-top: 15px;
    margin-top: 2.62%;
}
.promotion strong{
    color: #ff8100;
}
.various-code{
    float: right;
    width: 19.23%;
    padding: 6px 37px;
    padding: 6px 4.74%;
}
.various-code img{
    width: 100%;
}
.prodtil-oppera{
    margin-top: 3%;
}
.prodtil-oppera>a{
    width: 140px;
    line-height: 38px;
    border: 1px solid #026bb9;
    color: #026bb9;
    text-align: center;
    border-radius: 20px;
}
.msds-coa{
    float: right;
}
.msds-coa a{
    margin-left: 17px;
    padding: 0 33px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}
.msds-coa a.hover{
    background: #ededed;
    color: #999;
}
.proAttr td{
    padding: 1.66% 0;
}
.proAttr td:nth-of-type(odd){
    background: #f5f5f5;
    color: #333;
    width: 11%;
    text-align: center;
}
.proAttr td:nth-of-type(even){
    color: #384f61;
    font-weight: bold;
    padding: 0 1.9%;
    width: 39%;
}
.proAttr:nth-of-type(1){
    display: table;
}
.proAttr:nth-of-type(2){
    display: none;
}
/*.mobAttr{
    border: 1px solid #e5e5e5;
}
.mobAttr li p{
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.mobAttr p{
    float: left;
}
.mobAttr p:nth-of-type(odd){
    background: #f5f5f5;
    color: #333;
    width: 30%;
    text-align: center;
}
.mobAttr p:nth-of-type(even){
    color: #384f61;
    font-weight: bold;
    padding: 0 1.9%;
    width: 70%;
}*/
.product-4{
    padding-bottom: 7%;
}
.commodTab{
    text-align: center;
}
.commodTab td, .commodTab th{
    border: none;
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
}
.commodTab th{
    background: #f5f5f5;
    font-weight: bold;
    color: #333;
    width: 11%;
}
.commodTab td{
    color: #555;
}
.quantity{
    display: inline-block;
    vertical-align: middle;
}
.quantity a{
    float: left;
    width: 22px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
    background: -webkit-linear-gradient(to bottom, #fafafa, #f1f1f1);
    background: -moz-linear-gradient(to bottom, #fafafa, #f1f1f1);
    background: -ms-linear-gradient(to bottom, #fafafa, #f1f1f1);
    background: -o-linear-gradient(to bottom, #fafafa, #f1f1f1);
    background: linear-gradient(to bottom, #fafafa, #f1f1f1);
}
.quantity a i{
    width: 8px;
    height: 8px;
    vertical-align: middle;
}
.less i{
    background: url(../images/less.png) no-repeat center;
}
.more i{
    background: url(../images/more.png) no-repeat center;
}
.quantity input{
    float: left;
    margin: 0 5px;
    width: 37px;
    height: 30px;
    border: 1px solid #d2d2d2;
    text-align: center;
}
.commod-oppera{
   float: right;
   margin-top: 2%;
}
.commod-oppera a{
    padding: 0 33px;
    line-height: 40px;
    border: 1px solid #e50f1e;
    color: #e50f1e;
    text-align: center;
    border-radius: 3px;
    margin-left: 15px;
}
.commod-oppera a.hover{
    border: 1px solid #e50f1e;
    color: #fff;
}
.product-2 h2{
    padding: 0 0 2.5% 0;
}
/*大包装询价*/
.zkl-big{
	width: 100%;
	padding: 0 2% 30px;
}
.inquiry{
	display: inline-block;
	padding: 6px 14px;
	font-size: 16px;
	color:#fff;
	background: #0b9efb;
}
.zkl-list{
	width: 100%;
	padding: 0 4%;
	border:1px solid #dcdcdc;
}
.zkl-tle{
	width: 100%;
	padding: 20px 0 10px;
	border-bottom: 1px solid #dcdcdc;
}
.zkl-tle h5{
	float: left;
	font-size: 20px;
	color:#545454;
	font-weight: 400;
}

.zkl-tle span{
	float: right;
	padding: 6px 14px;
	font-size: 14px;
	color:#fff;
	background: #1d9b00;
	cursor: pointer;
}
.zkl-list{
	margin: 20px 0;
	display: none;
}
.zkl-list>h6{
	width: 100%;
	padding: 10px 2%;
	font-size: 16px;
	color:#545454;
	font-weight: 400;
	background: #f7f7f7;
	margin: 30px 0 20px;
}
.zkl-int{
	width: 100%;
	padding-bottom: 10px;
}
.zkl-int label{
	padding-bottom: 12px;
	float: left;
	width: 20%;
	height: 32px;
	line-height: 32px;
	color: #555;
	font-size: 14px;
	text-align: right;
}
.zkl-int label em{
	color:red;
}
.zkl-int input{
	float: left;
	width: 30%;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	outline: none;
}
.zkl-int textarea{
	float: left;
	width: 40%;
	border: 1px solid #ddd;
	height: 100px;
	line-height: 30px;
	padding-left: 6px;
	outline: none;
	resize: none;
}
.zkl-int .fabu{
	display: inline-block;
	margin: 20px 0 20px 10%;
	padding: 6px 24px;
	font-size: 16px;
	color:#fff;
	background: #0b9efb;
	border-radius: 3px;
}