/* <=== vtitlehome ===> */
.vtitlehome{
    margin-bottom: 12px;
}
.vtitlehome .ttgrip{
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 -10px;
}
.vtitlehome .ttgrip > div{
    padding: 0 10px;
}
.vtitlehome .tname{
    text-transform: uppercase;
}
.vtitlehome .tname, .vtitlehome .tname h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.vtitlehome .tview a{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #0351bb;
    border-bottom: 2px solid #d0def2;
}
/* <=== vtitlehome ===> */

/* <=== itaainfohh ===> */
.itaainfohh{
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px 20px;
}
.itaainfohh .thumb{
    margin-bottom: 5px;
}
.itaainfohh .dssales{
    margin-bottom: 10px;
    min-height: 20px;
}
.itaainfohh .dssales .ssgrip{
    display: flex;
    margin: 0 -2.5px;
}
.itaainfohh .dssales .ssgrip > div{
    padding: 0 2.5px;
}
.itaainfohh .dstitle{
    margin-bottom: 10px;
}
.itaainfohh .dstitle, .itaainfohh .dstitle h3{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.itaainfohh .dstitle a{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itaainfohh .prgrip{
    display: flex;
    margin: 0 -5px;
}
.itaainfohh .prgrip > div{
    padding: 0 5px;
}
.itaainfohh .dsprice .inew{
    font-size: 16px;
    line-height: 18px;
    color: #d10000;
    font-weight: bold;
    margin-bottom: 2px;
}
.itaainfohh .dsprice .iold{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
}
.itaainfohh .dsprice .prraba{
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #d10000;
    border-radius: 5px;
    color: #d10000;
    padding: 2px 3px;
    font-weight: bold;
}
/* <=== itaainfohh ===> */

/* <=== bannerhome ===> */
.hpbannerhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hpbannerhh .hhgrip > div{
    padding: 0 10px;
}
.hpbannerhh .hhgrip .mcol{
    width: calc(100% - 24.546%);
}
.hpbannerhh .hhgrip .hcol{
    width: 24.546%;
}
.tpbannerhh .hhitem{
    margin-bottom: 20px;
}
.tpbannerhh .hhitem:last-child{
    margin-bottom: 0;
}
.itbannerhh a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itbannerhh a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slbannerhh, .slbannerhh .slick-list, .slbannerhh .slick-track, .slbannerhh .item, .slbannerhh .banvdimg{
    min-height: 100%;
    height: 100%;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 64.198%;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
/* <=== bannerhome ===> */

/* <=== eeinfohome ===> */
.tpeeinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpeeinfohh .hhgrip > div{
    padding: 0 10px;
    width: 25%;
}
.iteeinfohh a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}
.iteeinfohh a i{
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
    color: #0351bb;
}
.iteeinfohh a span{
    display: block;
}
/* <=== eeinfohome ===> *

/* <=== ccinfohome ===> */
.slccinfohh .slick-slide > div{
    margin-bottom: 10px;
}
.slccinfohh .slick-slide > div:last-child{
    margin-bottom: 0;
}
/* <=== ccinfohome ===> */

/* <=== itccinfohh ===> */
.itccinfohh{
    height: 100%;
    padding: 10px 15px 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itccinfohh:hover{
    border-color: #0351bb;
}
.itccinfohh .thumb{
    margin-bottom: 5px;
}
.itccinfohh .dssales{
    margin-bottom: 10px;
    min-height: 20px;
}
.itccinfohh .dssales .ssgrip{
    display: flex;
    margin: 0 -2.5px;
}
.itccinfohh .dssales .ssgrip > div{
    padding: 0 2.5px;
}
.itccinfohh .dstitle{
    margin-bottom: 10px;
}
.itccinfohh .dstitle, .itccinfohh .dstitle h3{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.itccinfohh .dstitle a{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itccinfohh .prgrip{
    display: flex;
    margin: 0 -5px;
}
.itccinfohh .prgrip > div{
    padding: 0 5px;
}
.itccinfohh .dsprice .inew{
    font-size: 16px;
    line-height: 18px;
    color: #d10000;
    font-weight: bold;
}
.itccinfohh .dsprice .iold{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
}
.itccinfohh .dsprice .prraba{
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #d10000;
    border-radius: 5px;
    color: #d10000;
    padding: 2px 3px;
    font-weight: bold;
}
/* <=== itccinfohh ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    border: 2px solid #0351bb;
}
.hpddinfohh .hhtitle{
    background-color: #0351bb;
    text-transform: uppercase;
    padding: 8px 18px 10px;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle a{
    color: #fff;
}
.hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itddinfohh a{
    display: block;
    padding-top: 63.89%;
    position: relative;
}
.itddinfohh a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itddinfohh:hover a img{
    transform: translate(-50%, -50%) scale(1.05);
}
/* <=== ddinfohome ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vtitlehome ===> */
    .vtitlehome .tname, .vtitlehome .tname h2{
        font-size: 18px;
        line-height: 25px;
    }
    /* <=== vtitlehome ===> */

    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 56.287%;
        min-height: 197px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 4px;
    }
    .hpbannerhh .hhgrip .mcol{
        width: 100%;
    }
    .hpbannerhh .hhgrip .hcol{
        width: 100%;
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== itaainfohh ===> */
    .itaainfohh .dssales{
        min-height: 15px;
    }
    .itaainfohh .dssales .snews{
        max-width: 52px;
    }
    .itaainfohh .dssales .shots{
        max-width: 61px;
    }
    .itaainfohh .dsprice .prraba{
        font-size: 9px;
        line-height: 11px;
    }
    /* <=== itaainfohh ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        border-right: none;
        border-left: none;
    }
    .hpddinfohh .hhtitle, .hpddinfohh .hhtitle h2{
        font-size: 18px;
    }
    .slddinfohh {
        padding: 0 5px;
    }
    .itddinfohh{
        width: 135px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 767px){
}