.card-box6{
    width: 100%;
    background-color: #f8f8f8;
}
.card-box6 .cb6-title{
    padding-top: 20px;
    margin-bottom: 20px;
}
.card-box6 .cb6-title .cbt6-icon{
    width: 30px;
    height: 30px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -6px
}
.card-box6 .cb6-title span{
    font-size: 26px;
}
.card-box6 .cb6-title .more{
    font-size: 14px;
    float: right;
    line-height: 58px;
    color:#0d97f4;
}
.card-box6 .cb6-card{
    width: 220px;
    height: 244px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.card-box6 .cb6-card:nth-child(5n+1){
    margin-right: 0px;
}
.card-box6 .cb6-card:hover{
   box-shadow:  0 6px 16px -8px rgba(0,0,0,.08), 0 9px 28px 0 rgba(0,0,0,.05), 0 12px 48px 16px rgba(0,0,0,.03);
}
.card-box6 .cb6-card .cb6-img{
    width: 220px;
    height: 124px;
    overflow: hidden;
}
.card-box6 .cb6-card img{
    width: 220px;
    height: 124px;
    object-fit: cover;
}
.card-box6 .cb6-card img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}
.card-box6 .cb6-card .cbc6-content{
    background-color: #fff;
    width: 220px;
    height: 120px;
    padding: 10px;
}
.card-box6 .cb6-card .cbc6-content .cbcc6-title{
    height: 40px;
    color:#303133;
}
.card-box6 .cb6-card .cbc6-content .cbcc6-title:hover{
    color: #FC6B06;
}
.card-box6 .cb6-card .cbc6-content .cbcc6-tag{
    color: #909399;
    font-size: 12px;
    margin-top:5px;
}
.card-box6 .cb6-card .cbc6-content .cbcc6-fuhao{
    font-size: 12px;
    color: #FC6B06;
}
.card-box6 .cb6-card .cbc6-content .cbcc6-price{
    font-size: 20px;
    color: #FC6B06;
    font-weight: 700;
}