/* .card-box3{
    width: 100%;
    background-color: #F8F8F8;
} */
.cb-title{
    font-size: 26px;
    padding: 30px 0px 20px;
    color:#3c3c3c;
    width: 100%;
}
.cb-title span{
    display: inline-block;
    color: #0052A2;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 20px;
    float: right;
}
.card-box3 .cb3 .cbl3,
.card-box3 .cb3 .cbr3{
    float: left;
}
.card-box3 .cb3 .cbr3{
    margin-left: 20px;
    width: calc(100% - 305px);
}
.card-box3 .cb3 .cbl3 img{
    border-radius: 8px;
    width: 285px;
    height: 588px;
    object-fit: cover
}
.card-box3 .cb3 .cbr3 .cbr3-box {
    width: 285px;
    background-color: #fff;
    float: left;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.04);
    margin-right: 19px;
    border-radius: 8px;
}
.card-box3 .cb3 .cbr3 .cbr3-box:hover,
.card-box3 .cb3 .cbl3 img:hover{
    transform: translateY(-6px);
    transition: all .3s ease-in-out 0s;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.12);
}
.card-box3 .cb3 .cbr3 .cbr3-box:nth-child(3n){
    margin-right: 0px;
}

.card-box3 .cb3 .cbr3 .cbr3-box:nth-child(4),
.card-box3 .cb3 .cbr3 .cbr3-box:nth-child(5),
.card-box3 .cb3 .cbr3 .cbr3-box:nth-child(6){
    margin-top:17px
}
.card-box3 .cb3 .cbr3 .cbr3-box img{
    width: 285px;
    height: 177px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.card-box3 .cb3 .cbr3 .cbr3-box .cbr3-bottom{
    padding: 12px 12px 0px;
}
.card-box3 .cb3 .cbr3 .cbr3-box .cbr3-title{
    font-size: 16px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-box3 .cb3 .cbr3 .cbr3-box .cbr3-title:hover{
    color:#0052A2
}

.gray{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 72px;
    color: #666;
}

.lightgray{
    color:#999999;
}
.red{
    color:#E34F3D;
}
.fuhao{
    font-size: 14px;
}
.sale-price{
    font-size: 18px;
}
.delline{
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 5px;
}
.fright{
    float: right;
}
.lh50{
    line-height: 50px;
}
.lh38{
    line-height: 38px;
}