

.product-main-dv{
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #d9dfe8;
}
.product-title-dv{
    height: 45px;
    background-color: #0079df;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-title-span{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.product-search-dv{
    width: 255px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.product-search-input{
    width: 100%;
    height: 32px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    outline: none;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
}

.price-search-btn{
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #3993df;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 10px;
    background: linear-gradient(to right,#44b5ff,#2782ff);
}
.product-content-dv{
    box-sizing: border-box;
    padding: 0 25px 25px;
    display: flex;
    flex-wrap: wrap;
}
.product-detail-content-dv{
    font-size: 0;
    margin-top: 20px;
    min-width: 100%;
}
.product-detail-pic{
    display: inline-block;
    vertical-align: top;
    width: 465px;
    height: 395px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.product-show-pic-dv{
    height: 295px;
    background-color: #c4c5c6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-show-pic-little{
    font-size: 0;
    margin-top: 10px;
    display: flex;
}
.product-show-little-item{
    display: flex;
    vertical-align: middle;
    width: calc(100% / 5 - 5px);
    height: 68px;
    background-color: #c4c5c6;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}
.product-show-little-item:last-child{
    margin-right: 0;
}


.product-detail-info-dv{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 465px);
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.product-detail-name{
    word-break: break-all;
    height: 75px;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}
.product-detail-price-dv{
    height: 75px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    line-height: 75px;
}
.price-label-span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #555555;
    margin-right: 20px;
}
.price-value-span{
    display: inline-block;
    vertical-align: middle;
    color: #ff521d;
    font-weight: bold;
    font-size: 24px;
}
.price-text{
    font-size: 40px;
    font-weight: bold;
}
.product-detail-size-dv{
    margin-top: 20px;
}
.price-label-blue-value{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #0079df;
}
.product-detail-desc-dv{
    height: 120px;
    box-sizing: border-box;
    padding: 15px 10px;
    background-color: #fff9f9;
    font-size: 14px;
    color: #999999;
    margin-top: 40px;
    line-height: 23px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.product-info-item-dv{
    margin-top: 20px;
    width: 100%;
}
.product-info-item-title{
    position: relative;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 15px;
}
.product-info-item-title:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 10px;
    left: 0;
    top: 50%;
    background-color: #0079df;
    transform: translateY(-50%);
}
.product-table-dv{
    margin-top: 20px;

}
.product-info-table{
    width: 100%;
}
.product-info-table tr{
    border: 1px solid #eeeeee;
}
.product-label{
    width: auto;
    word-break: keep-all;
    color: #000000;
    font-size: 14px;
    background-color: #fafbfc;
    box-sizing: border-box;
    padding: 15px 30px;
    text-align-last: justify;
    /*text-align: center;*/
}
.product-value{
    width: 260px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 15px;
}
.website-link{
    color: #0079df;
    cursor: pointer;
}


.banner__box__title__product{
    width: 707px;
    height: 145px;
    float: left;
    background: url("../images/banner-title-icon.png") no-repeat center;
    box-sizing: border-box;
    margin-top: 32px;
}
.banner_product {
    width: 100%;
    background-size: 100% 100%;
}
.main__content__product {
    height: auto;
    padding-top: 10px;
    padding-bottom: 35px;
    /*background: url("../images/bg.png") no-repeat center top #ffffff;*/
    flex: 1;
}
.section-product{
    background: url("../images/banner-bg-product.png") no-repeat center top;
    min-height: 925px;
}
























