.prodetails-dbox .dbox-right-title {
    font-family: "FZZhunYuan-M02S";
    font-size: 18px;
    color: #666;
    padding-bottom: 12px;
    margin: 0;
    padding-left: 35px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.prodetails-dbox .dbox-right-product {
    margin: 0 -10px 30px;
}
.prodetails-dbox .dbox-right-product li {
    float: left;
    width: 25%;
}
.prodetails-dbox .dbox-right-product li a {
    display: block;
    overflow: hidden;
    display: block;
    margin: 10px;
    border: 1px solid #E6E6E6;
    transition: .6s;
}
.dbox-right-product-imgs {
    display: table-cell;
    width: 100%;
    overflow: hidden;
    /* height: 248px; */
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.dbox-right-img {
    border: 0;
    max-width: 100%;
    height: 140px;
    vertical-align: middle;
}
.prodetails-dbox .dbox-right-product li p {
    width: 100%;
    height: 51px;
    line-height: 51px;
    background-color: #E0E0E0;
    box-sizing: border-box;
    padding: 0 20px;
    transition: .5s;
    color: #222222;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clearfix:after {
    content: ".";
    *zoom: 1;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}