/* .card-box2{
    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;
}
.cb2-content .left,.cb2-content .right{
    float: left;
}
.cb2-content .left{
    width: 528px;
    height: 465px;
    box-shadow:0 4px 10px 0 rgba(0,0,0,.04);
    background-color: #FFF;
}
.cb2-content .left:hover{
    transform: translateY(-6px);
    transition: all .3s ease-in-out 0s;
}
.cb2-content .left img{
    width: 100%;
    max-height: 267px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.cb2-content .left .cbl2-title{
    padding: 0px 24px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.cb2-content .left .cbl2-title:hover{
    color:#0052A2;
}
.cb2-content .left .cbl2-price{
    padding: 0px 24px;
    margin-top:40px;
    height: 76px;
    line-height: 76px;
}
.cb2-content .left  .cbl2-saleprice{
    float: right;
}
.lightgray{
    color:#999999;
}
.red{
    color:#E34F3D;
}
.fuhao{
    font-size: 14px;
}
.big-price{
    font-size: 24px;
}
.delline{
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 5px;
}
.cb2-content .right{
    padding: 24px 24px 0px;
    margin-left: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.04);;
}
.cb2-content .right .cbr2-box{
    width: 594px;
    height: 123px;
    margin:0px 0px 24px;
    padding: 0px 0px 24px;
    border-bottom:1px solid #f0f0f0;
}
.cb2-content .right .cbr2-box .cbrl2,
.cb2-content .right .cbr2-box .cbrr2{
    float: left;
}
.cb2-content .right .cbr2-box .cbrr2{
    margin-left: 20px;
    width: calc(100% - 200px);
}
.cb2-content .right .cbr2-box .cbrl2 img{
    width: 174px;
    max-height: 98px;
    object-fit: cover;
    border-radius:5px ;
}
.cb2-content .right .cbr2-box .cbrr2 .cbrr2-title{
    font-size: 18px;
}
.cbrrr2{
    float: right;
}