.very-main{
    padding:50px 25px;
    background: #ffffff;
}

.very-fl{
    width: 376px;
    float: left;
}
	
.very-fl .very-img{
	width: 376px;
	height:376px;
	overflow:hidden;
}
.very-fl .very-img img{
    width: 376px;
	height:376px;
}
.very-img img{
	width:100%;
}
.very-fr{
    width: 560px;
    float: right;
}
.very-title{
    color:#000000;
    font-size: 24px;
    padding-bottom: 40px;
}
.product-title{
    line-height: 38px;
    font-size: 24px;
    color: #595757;
}
.very-content img{ width:100%}
.product-table{
    border:1px solid #cfcfcf;
    width:100%;
    margin-top: 35px;
}
.product-table th{
    font-weight: bold;
    background:#dbdcdc;
}
.product-table td,.product-table th{
    font-size: 15px;
    color: #888888;
    line-height: 60px;
    text-align: center;
}
.product-name{
    padding-top: 30px;
}
.product-name h3{
    font-size: 15px;
    color: #595757;
    line-height: 40px;
}
.product-name .product-item{
    padding: 13px;
    height: 24px;
    line-height: 24px;
    background:#eeeeef;
    font-size: 14px;
    color: #595757;
    text-align: center;
}
.vertical-line{
    float: right;
    display: block;
    width: 1px;
    height: 24px;
    background:#acabac;
}
.product-item li{
    float: left;
    width:33%;
}

.product-details{
    margin-top: 35px;
}

.details-fl{
    float: left;
    width: 260px;
}
.details-fl h3{
    line-height:35px;
    font-size: 15px;
    border-bottom: 1px dashed #acabab;
}
.details-fl li{
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #595757;
    margin-top: 15px;
}
.details-fl li span{
    float: right;
    width: 72px;
    height: 24px;
    text-align:center;
    background:#eeeeef;
    border-radius: 2px;
    display: block;
}

.details-fr{
    float: right;
    width: 260px;
}
.details-fr{
    font-size:14px;
    color:#595757;
    line-height: 34px;
}

.very-img{
    display: block;
    padding-bottom: 40px;
}
.very-img img{
	width:100%;
}