/* <=== tpsubcheck ===> */
.itsubcheck .cktitle{
    pointer-events: none;
    padding: 12px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
}
.itsubcheck .cktitle, .itsubcheck .cktitle h3{
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}
.itsubcheck .ckconts{
    padding: 15px 5px 20px 15px;
    max-height: 281px;
    overflow: hidden;
    overflow-y: auto;
}
.itsubcheck .ckconts::-webkit-scrollbar{
    width: 10px;
    background-color: transparent;
}
.itsubcheck .ckconts::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 25px;
}
/* <=== tpsubcheck ===> */

/* <=== tpsortmobi ===> */
.tpsortmobi .ssgrip{
    display: flex;
}
.tpsortmobi .ssgrip .mcol{
    width: calc(100% - 50px);
    border-right: 1px solid #f5f5fa;
}
.tpsortmobi .ssgrip .hcol{
    width: 50px;
}
.tpsortmobi .clsubmenus{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 50px;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.tpsortmobi .clsubmenus::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.tpsortmobi .clsubcheck{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 10px 15px;
    font-size: 16px;
}
.tpsortmobi .clsubcheck img{
    max-width: 22px;
    width: 100%;
}
/* <=== tpsortmobi ===> */

/* <=== tpproducmm ===> */
.tpproducmm .mmtitle{
    margin-bottom: 15px;
}
.tpproducmm .mmtitle, .tpproducmm .mmtitle h1, .tpproducmm .mmtitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.slproducmm .slick-arrow{
    width: 30px;
    height: 30px;
}
.ltproducmm{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.ltproducmm > div{
    padding: 0 5px;
    width: 20%;
    margin-bottom: 10px;
}
.itproducmm, .itproducmm a a{
    height: 100%;
}
.itproducmm a{
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    min-height: 50px;
}
.itproducmm a:hover{
    border-color: #0351bb;
}
.itproducmm a .vimg{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itproducmm a .vtxt{
    width: calc(100% - 70px);
    padding-left: 8px;
}
.itproducmm a .vtxt span{
    display: block;
}
.itproducmm a .vtxt .tm{
    font-size: 14px;
    line-height: 22px;
}
.itproducmm a .vtxt .th{
    color: #066ffa;
    font-size: 14px;
    line-height: 20px;
}
/* <=== tpproducmm ===> */

/* <=== tpproduchh ===> */
.tpproduchh .hhgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -5px;
}
.tpproduchh .hhgrip > div{
    padding: 0 5px;
}
.itfilltats{
    width: 195px;
}
.itfilltats select{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
}
.itfilltats .chosen-container{
    height: 40px;
}
.itfilltats .chosen-single{
    border: none;
    border-radius: 5px;
}
.itfillquan{
    width: 195px;
}
.itfillquan select{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
}
.itfillquan .chosen-container{
    height: 40px;
}
.itfillquan .chosen-single{
    border: none;
    border-radius: 5px;
}
/* <=== tpproduchh ===> */

/* <=== tpproducbb ===> */
.tpproducbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
.tpproducbb .bbgrip > div{
    padding: 0 10px;
    width: 20%;
    margin-bottom: 20px;
}
.itccinfohh{
    height: 100%;
    padding: 10px 15px 30px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itccinfohh:hover{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.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;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.itccinfohh .prgrip > div{
    padding: 0 5px;
}
.itccinfohh .dsprice .pnew{
    font-size: 16px;
    line-height: 18px;
    color: #d10000;
    font-weight: bold;
}
.itccinfohh .dsprice .pold{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
}
/* <=== tpproducbb ===> */

/* <=== tpproductt ===> */
.tpproductt .tttitle{
    margin-bottom: 5px;
}
.tpproductt .tttitle, .tpproductt .tttitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.itproductt .vdecs{
    font-size: 15px;
    line-height: 25px;
}
.itproductt .vdecs h3{
    font-size: 16px;
}
.itproductt .vdecs{
    position: relative;
}
.itproductt.vactive .vdecs::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.itproductt .vview{
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: -5px;
}
.itproductt .vview > div{
    display: none;
}
.itproductt .vview a{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    border: 1px solid #cccccc;
    padding: 8px 28px;
    background-color: #fff;
    border-radius: 5px;
}
.itproductt .vview a:hover{
    background-color: #0351bb;
    border-color: #0351bb;
    color: #fff;
}
/* <=== tpproductt ===> */

/* <=== vhortherpg ===> */
.hporthermm .mmtitle{
    margin-bottom: 10px;
    color: #000000;
}
.hporthermm .mmtitle, .hporthermm .mmtitle h2{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.slorthermm .itccinfohh{
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: none;
}
.slorthermm .itccinfohh:hover{
    border-color: #0351bb;
}
.slorthermm .itccinfohh .prgrip > div{
    width: 100%;
    margin-bottom: 5px;
}
.slorthermm .itccinfohh .prgrip > div:last-child{
    margin-bottom: 0;
}
/* <=== vhortherpg ===> */

/* <=== vhdetailpg ===> */
.vdtgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vdtgrip > div{
    padding: 0 10px;
}
.vdtgrip > .mlcol{
    width: calc(100% - 340px);
}
.vdtgrip > .hrcol{
    width: 340px;
}
/* <=== vhdetailpg ===> */

/* <=== tpsupoprod ===> */
.tpsupoprod{
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}
.tpsupoprod .sutitle{
    margin-bottom: 10px;
}
.tpsupoprod .sutitle, .tpsupoprod .sutitle h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itsupoprod{
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f0f7ff;
}
.itsupoprod:last-child{
    margin-bottom: 0;
}
.itsupoprod .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.itsupoprod .vvgrip > div{
    padding: 0 7px;
}
.itsupoprod .vvgrip .acol{
    width: 54px;
}
.itsupoprod .vvgrip .bcol{
    width: calc(100% - (54px + 39px));
}
.itsupoprod .vvgrip .ccol{
    width: 39px;
}
.itsupoprod .suavar{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.itsupoprod .suavar img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itsupoprod .dstxt{
    font-size: 14px;
    line-height: 22px;
}
.itsupoprod .dsinf{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itsupoprod .dsinf, .itsupoprod .dsinf a{
    color: #0351bb;
}
.itsupoprod .sulink a{
    display: block;
    width: 25px;
}
/* <=== tpsupoprod ===> */

/* <=== tpnoteprod ===> */
.tpnoteprod{
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}
.tpnoteprod .notitle{
    margin-bottom: 10px;
}
.tpnoteprod .notitle, .tpnoteprod .notitle h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itnoteprod{
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
}
.itnoteprod:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.itnoteprod .vvgrip{
    display: flex;
    margin: 0 -5px;
}
.itnoteprod .vvgrip > div{
    padding: 0 5px;
}
.itnoteprod .vvgrip .acol{
    width: 28px;
}
.itnoteprod .vvgrip .bcol{
    width: calc(100% - 28px);
}
.itnoteprod .noicon{
    font-size: 14px;
    color: #0351bb;
    min-height: 22px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itnoteprod .nodecs .dsm{
    font-size: 15px;
}
.itnoteprod .nodecs .dsh{
    font-size: 14px;
    color: #666666;
}
/* <=== tpnoteprod ===> */

/* <=== tprelaprod ===> */
.tprelaprod{
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}
.tprelaprod .retitle{
    margin-bottom: 10px;
}
.tprelaprod .retitle, .tprelaprod .retitle h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itrelaprod{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}
.itrelaprod:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.itrelaprod .regrip{
    display: flex;
    margin: 0 -7.5px;
}
.itrelaprod .regrip > div{
    padding: 0 7.5px;
}
.itrelaprod .regrip .acol{
    width: 75px;
}
.itrelaprod .regrip .bcol{
    width: calc(100% - 75px);
}
.itrelaprod .rethumb{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itrelaprod .rethumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itrelaprod .dstitle{
    margin-bottom: 2px;
}
.itrelaprod .dstitle, .itrelaprod .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.itrelaprod .dsprice{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.itrelaprod .dsprice > div{
    padding: 0 5px;
}
.itrelaprod .dsprice .pnew{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #d10000;
}
.itrelaprod .dsprice .pold{
    font-size: 14px;
    color: #999999;
    text-decoration: line-through;
}
/* <=== tprelaprod ===> */

/* <=== hpdetailmm ===> */
.hpdetailmm{
    margin-bottom: 20px;
}
.hpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hpdetailmm .mmgrip > div{
    padding: 0 10px;
}
.hpdetailmm .mmgrip .mcol{
    width: 37.038%;
}
.hpdetailmm .mmgrip .hcol{
    width: calc(100% - 37.038%);
}
.tpdetailma .mainfos{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
.tpdetailma .maslider{
    margin-bottom: 20px;
}
.slthumbnav {
    margin-bottom: 20px;
}
.itthumbnav a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itthumbnav a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
}
.itthumbfor{
    padding-top: calc(100% - 4px);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.itthumbfor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}
.itthumbfor::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffc200;
    border-radius: 5px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}
.slick-current .itthumbfor::after{
    opacity: 1;
}
.itthumbfor img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
}
.tpdetailma .mazoomim a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.tpdetailma .mazoomim a:hover{
    background-color: #0351bb;
    color: #fff;
}
.tpdetailma .mazoomim a i{
    margin-right: 7px;
}
.tpdetailma .mashare ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 -5px;
}
.tpdetailma .mashare li{
    padding: 0 5px;
}
.tpdetailma .mashare li a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpdetailmb{
    border-radius: 5px;
    background-color: #fff;
}
.tpdetailmb .mbpadd{
    padding: 20px;
    border-bottom: 2px solid #f0f7ff;
}
.tpdetailmb .mbpadd:last-child{
    border-bottom: none
}
.tpdetailmb .mbshare{
    margin-bottom: 10px;
}
.tpdetailmb .mbshare ul{
    display: flex;
    margin: 0 -2.5px;
}
.tpdetailmb .mbshare li{
    padding: 0 2.5px;
}
.tpdetailmb .mbtitle{
    margin-bottom: 10px;
}
.tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.tpdetailmb .mbcodes .cogrip{
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 -10px;
}
.tpdetailmb .mbcodes .cogrip > div{
    padding: 0 10px;
}
.tpdetailmb .mbcodes .coinfo{
    color: #0351bb;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 14px;
    background-color: #f0f7ff;
    border-radius: 5px;
}
.tpdetailmb .cotext{
    color: #999999;
}
.tpdetailmb .mbtools{
    margin-bottom: 20px;
}
.tpdetailmb .mbtools .tlgrip{
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}
.tpdetailmb .mbtools .tlgrip > div{
    padding: 0 20px;
}
.tpdetailmb .tlprice .pnews{
    color: #d10000;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tpdetailmb .tlprice .pinfo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpdetailmb .tlprice .pinfo > div{
    margin-right: 10px;
}
.tpdetailmb .tlprice .pinfo > div:last-child{
    margin-right: 0;
}
.tpdetailmb .tlprice .polds{
    color: #999999;
    text-decoration: line-through;
    font-size: 14px;
}
.tpdetailmb .tlprice .psale{
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    border: 1px solid #d10000;
    color: #d10000;
    border-radius: 5px;
    padding: 2px 6px;
}
.tpdetailmb .tldownl a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
}
.tpdetailmb .tldownl a i{
    color: #0351bb;
    margin-right: 8px;
}
.tpdetailmb .mbinfos{
    margin-bottom: 15px;
    background-color: #f0f7ff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 25px;
}
.tpdetailmb .mbinfos li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 2px;
}
.tpdetailmb .mbinfos li::before{
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #0351bb;
}
.tpdetailmb .mbnotes{
    margin-bottom: 20px;
}
.tpdetailmb .mbnotes .notitle{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.tpdetailmb .mbnotes .noconts{
    margin-bottom: 15px;
    background-color: #f0f7ff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 25px;
}
.tpdetailmb .mbnotes .noconts li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 2px;
}
.tpdetailmb .mbnotes .noconts li::before{
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #0351bb;
}
.tpdetailmb .mblinks ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpdetailmb .mblinks li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.tpdetailmb .mblinks li.vmm{
    width: 34.923%;
}
.tpdetailmb .mblinks li.vhh{
    width: 28.574%;
}
.tpdetailmb .mblinks li.vbb{
    width: calc(100% - (34.923% + 28.574%));
}
.tpdetailmb .mblinks li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #0351bb;
    border-radius: 5px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}
.tpdetailmb .mblinks li a .vicon{
    margin-right: 15px;
}
.tpdetailmb .mblinks li.vmm a{
    background-color: #0351bb;
    color: #fff;
}
.tpdetailmb .mblinks li.vhh a{
    background-color: #0351bb;
    color: #fff;
}
.tpdetailmb .mblinks li.vmm a:hover, .tpdetailmb .mblinks li.vhh a:hover{
    background-color: #066ffa;
}
.tpdetailmb .mblinks li.vbb a{
    color: #0351bb;
}
.tpdetailmb .mblinks li.vbb a:hover{
    background-color: #0351bb;
    color: #fff;
}
/* <=== hpdetailmm ===> */

/* <=== hpdetailhh ===> */
.hpdetailhh{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.hpdetailhh .hhtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hpdetailhh .hhtitle, .hpdetailhh .hhtitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailhh table{
    width: 100%;
    border-top: 1px solid #d6e0eb;
    border-left: 1px solid #d6e0eb;
}
.tpdetailhh table th, .tpdetailhh table td{
    border-right: 1px solid #d6e0eb;
    border-bottom: 1px solid #d6e0eb;
    text-align: center;
}
.tpdetailhh table th{
    background-color: #f0f7ff;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 8px 14px;
}
.tpdetailhh table td:nth-child(1){
    width: 90px;
}
.tpdetailhh table td:nth-child(2){
    max-width: 240px;
    text-align: left;
}
.tpdetailhh table td{
    padding: 15px 14px;
}
.tpdetailhh table .tdimgs{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}
.tpdetailhh table .tdimgs img{
    max-width: 100%;
    max-height: 100%;
}
.tpdetailhh table .tdcode{
    font-size: 14px;
    line-height: 25px;
}
.tpdetailhh table .tdolds{
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.tpdetailhh table .tdnews{
    text-align: center;
    color: #d10000;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}
.tpdetailhh table .tdstts{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
    padding: 9px 10px;
    min-width: 100px;
    text-align: center;
    background-color: #f0f7ff;
    color: #0351bb;
}
.tpdetailhh table .tdstts.vdis{
    background-color: #f6f6f6;
    color: #666666;
    cursor: no-drop;
}
.tpdetailhh table .bogrip{
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}
.tpdetailhh table .bogrip > div{
    padding: 0 5px;
}
.tpdetailhh table .boinput input{
    min-width: 50px;
    height: 40px;
    width: 50px;
    text-align: center;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailhh table .bocarts a{
    min-width: 60px;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #0351bb;
    color: #fff;
    border-radius: 5px;
}
.tpdetailhh table .bocarts a:hover{
    background-color: #066ffa;
}
.tpdetailhh table .tdbook.vdis{
    opacity: 0.2;
    pointer-events: none;
    cursor: no-drop;
}
/* <=== hpdetailhh ===> */

/* <=== hpdetailbb ===> */
.hpdetailbb{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.hpdetailbb .bbtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpdetailbb .bbtitle, .hpdetailbb .bbtitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpdetailbb .bbgrip > div{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 5px;
}
.itdetailbb table{
    width: 100%;
    border-left: 1px solid #d6e0eb;
    border-top: 1px solid #d6e0eb;
}
.itdetailbb table td{
    border-right: 1px solid #d6e0eb;
    border-bottom: 1px solid #d6e0eb;
    padding: 15px 15px;
}
.itdetailbb table td:nth-child(1){
    width: 170px;
    background-color: #f0f7ff;
    font-weight: bold;
}
/* <=== hpdetailbb ===> */

/* <=== hpdetailtt ===> */
.hpdetailtt{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.hpdetailtt .tttitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpdetailtt .tttitle, .hpdetailtt .tttitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpdetailtt .itproductt .vdecs p{
    padding: 0;
}
/* <=== hpdetailtt ===> */

/* <=== hpdetailnn ===> */
.hpdetailnn{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.hpdetailnn .nntitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpdetailnn .nntitle, .hpdetailnn .nntitle h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
/* <=== hpdetailnn ===> */

/* <=== vntpopzoom ===> */
#vntpopzoom{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 15px;
    margin: 0!important;
    height: 100vh;
}
.vhzoompage{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    max-height: 100%;
    padding-bottom: 70px;
    position: relative;
}
.vhzoompage .vhzoomfor{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: auto;
    width: 100%;
    max-width: 970px;
}
.vhzoomnav .slick-arrow{
    position: fixed!important;
    border-radius: 100%;
}
.vhzoomfor .slick-track{
    text-align: center;
}
.vhzoomfor .slick-list{
    width: 100%;
    margin: 0 -3px;
}
.vhzoomfor .slick-slide{
    margin: 0 auto;
    padding: 0 3px;
}
.vhzoomfor .item .img{
    padding-top: 100%;
    border: 1px solid #eeeeee;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}
.vhzoomfor .item .img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0351bb;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}
.vhzoomfor .slick-current .img::before{
    opacity: 1;
}
.vhzoomfor .item .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
}
.vhzoompage > div{
    width: 100%;
}
.vhzoompage .vhzoomnav {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}
.vhzoompage .vhzoomnav .img, .vhzoompage .vhzoomnav img{
    max-height: calc(100vh - 130px);
}
.vhzoompage .vhzoomnav img{
    margin: 0 auto;
}
.styzoom .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
}
.styzoom .fancybox-button{
    background-color: #cccccc;
    color: #fff;
    border-radius: 100%;
    top: 20px;
    right: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
}
.styzoom .fancybox-button svg{
    width: 70%;
}
.slbutton.vhzoomnav .slick-arrow{
    width: 50px;
    height: 50px;
    background-color: #cccccc;
    color: #fff;
    box-shadow: none;
}
.slbutton.vhzoomnav .slick-arrow::before{
    font-family: 'icomoon' !important;
}
.slbutton.vhzoomnav .slick-prev{
    left: 20px;
}
.slbutton.vhzoomnav .slick-next{
    right: 20px;
}
.slbutton.vhzoomnav .slick-prev::before{
    content: '\e90a';
}
.slbutton.vhzoomnav .slick-next::before{
    content: '\e909';
}
/* <=== vntpopzoom ===> */
@media all and (min-width: 992px){
    /* <=== tpsubcheck ===> */
    .itsubcheck .ckconts{
        display: block!important;
    }
    /* <=== tpsubcheck ===> */
}
@media all and (max-width: 1200px){
    /* <=== vhdetailpg ===> */
    .vdtgrip > .mlcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .vdtgrip > .hrcol{
        width: 100%;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 991px){
    /* <=== tpsubcheck ===> */
    .tpsubcheck{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1112;
        pointer-events: none;
    }
    .tpsubcheck.active{
        pointer-events: auto;
    }
    .tpsubcheck > .vwhite{
        background-color: transparent;
    }
    .tpsubcheck .ckinfos{
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 320px;
        width: 100%;
        background-color: #f5f5fa;
        z-index: 2;
        transform: translateX(-100%);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tpsubcheck.active .ckinfos{
        transform: unset;
    }
    .tpsubcheck .ckbacks{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #000000;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tpsubcheck.active .ckbacks{
        opacity: 0.5;
    }
    .tpsubcheck .ifclose {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        padding: 10px;
        z-index: 1;
        opacity: 0.8;
    }
    .tpsubcheck .iftitle {
        font-size: 15px;
        line-height: 26px;
        padding: 12px 50px 12px 20px;
        background-color: #0351bb;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }
    .tpsubcheck .ifconts{
        height: calc(100% - 70px);
        overflow: hidden;
        overflow-y: auto;
    }
    .tpsubcheck .ifconts::-webkit-scrollbar{
        width: 5px;
        background-color: transparent;
    }
    .tpsubcheck .ifconts::-webkit-scrollbar-thumb {
        background-color: #cccccc;
    }
    .itsubcheck .vradi5{
        border-radius: 0;
    }
    .itsubcheck .cktitle{
        pointer-events: auto;
        border-bottom-color: transparent ;
        padding-right: 50px;
        position: relative;
    }
    .itsubcheck .cktitle, .itsubcheck .cktitle h3{
        line-height: 25px;
    }
    .itsubcheck .cktitle::before{
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 16px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .itsubcheck.active .cktitle::before{
        transform: translateY(-50%) rotate(180deg);
    }
    .itsubcheck.active .cktitle{
        border-bottom-color: #eeeeee
    }
    .itsubcheck .ckconts{
        display: none;
        max-height: 100%;
    }
    /* <=== tpsubcheck ===> */

    /* <=== tpproducmm ===> */
    .tpproducmm .mmtitle, .tpproducmm .mmtitle h1, .tpproducmm .mmtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .ltproducmm > div{
        width: calc(100% / 3);
    }
    .slproducmm .slick-prev{
        left: -15px;
    }
    .slproducmm .slick-next{
        right: -15px;
    }
    .slproducmm .slick-list{
        margin: 0 -15px;
        padding-left: 15px;
    }
    .slproducmm .slick-slide{
        padding: 0;
    }
    .slproducmm .slick-slide{
        margin-right: 10px;
    }
    .slproducmm .slick-slide:first-child{
        margin-left: 15px;
    }
    /* <=== tpproducmm ===> */

    /* <=== tpproducbb ===> */
    .tpproducbb .bbgrip{
        margin: 0 -5px;
    }
    .tpproducbb .bbgrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
        width: calc(100% / 3);
    }
    .itccinfohh{
        padding-bottom: 25px;
    }
    .itccinfohh .prgrip > div{
        margin-bottom: 3px;
    }
    /* <=== tpproducbb ===> */

    /* <=== tpproductt ===> */
    .tpproductt .tttitle, .tpproductt .tttitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== tpproductt ===> */

    /* <=== vhortherpg ===> */
    .slorthermm .itccinfohh{
        border-radius: 5px;
    }
    /* <=== vhortherpg ===> */

    /* <=== tpsupoprod ===> */
    .tpsupoprod{
        border-radius: 0;
        padding: 20px 15px 25px;
        margin-bottom: 10px;
    }
    /* <=== tpsupoprod ===> */

    /* <=== tpnoteprod ===> */
    .tpnoteprod{
        border-radius: 0;
        padding: 20px 15px 25px;
        margin-bottom: 10px;
    }
    /* <=== tpnoteprod ===> */

    /* <=== tprelaprod ===> */
    .tprelaprod{
        border-radius: 0;
        padding: 20px 15px 25px;
    }
    /* <=== tprelaprod ===> */

    /* <=== hpdetailmm ===> */
    .hpdetailmm{
        margin-bottom: 10px;
    }
    .hpdetailmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .hpdetailmm .mmgrip .hcol{
        width: 100%;
    }
    .tpdetailma .mainfos{
        margin-bottom: 10px;
        padding: 15px 15px 25px;
    }
    .tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== hpdetailmm ===> */

    /* <=== hpdetailhh ===> */
    .hpdetailhh{
        margin-bottom: 10px;
        padding: 15px 15px 30px;
    }
    .tpdetailhh table{
        border-right: 1px solid #d6e0eb;
        border-bottom: 1px solid #d6e0eb;
    }
    .tpdetailhh table, .tpdetailhh table thead, .tpdetailhh table tr, .tpdetailhh table th, .tpdetailhh table tbody, .tpdetailhh table td{
        display: block;
    }
    .tpdetailhh table th{
        display: none;
    }
    .tpdetailhh table th:nth-child(2){
        display: block;
        text-align: left;
    }
    .tpdetailhh table td:nth-child(1){
        width: 100%;
    }
    .tpdetailhh table td:nth-child(2){
        max-width: 100%;
    }
    .tpdetailhh table td{
        border-bottom: none;
        border-right: none;
        padding: 0;
    }
    .tpdetailhh table tbody tr{
        border-bottom: 1px solid #d6e0eb;
        position: relative;
        padding: 10px 20px 20px 105px;
        min-height: 100px;
    }
    .tpdetailhh table tr:last-child{
        border-bottom: none
    }
    .tpdetailhh table .tdolds, .tpdetailhh table .tdnews,
    .tpdetailhh table th, .tpdetailhh table td{
        text-align: left;
    }
    .tpdetailhh table .bogrip{
        justify-content: flex-start;
    }
    .tpdetailhh table .tdimgs{
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .tpdetailhh table .tdstts{
        display: none;
    }
    .tpdetailhh table .tprice{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -4px;
    }
    .tpdetailhh table .tprice > div{
        padding: 0 4px;
        margin-bottom: 10px;
    }
    .tpdetailhh table .tdolds{
        text-decoration: line-through;
    }
    /* <=== hpdetailhh ===> */

    /* <=== hpdetailbb ===> */
    .hpdetailbb{
        margin-bottom: 10px;
    }
    .tpdetailbb .bbgrip > div{
        width: 100%;
        margin-bottom: 0;
    }
    .tpdetailbb .bbgrip > div .itdetailbb table tr:last-child td{
        border-bottom: none;
    }
    .tpdetailbb .bbgrip > div:last-child .itdetailbb table tr:last-child td{
        border-bottom: 1px solid #d6e0eb;
    }
    .itdetailbb table td:nth-child(1){
        width: 160px;
    }
    /* <=== hpdetailbb ===> */

    /* <=== hpdetailtt ===> */
    .hpdetailtt{
        margin-bottom: 10px;
    }
    /* <=== hpdetailtt ===> */

    /* <=== hpdetailnn ===> */
    .hpdetailnn{
        margin-bottom: 10px;
    }
    /* <=== hpdetailnn ===> */

    /* <=== vntpopzoom ===> */
    .styzoom .fancybox-button{
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }
    /* <=== vntpopzoom ===> */
}
@media all and (max-width: 767px){
    /* <=== tpproduchh ===> */
    .itfilltats, .itfillquan{
        width: 100%;
    }
    .tpproduchh .hhgrip > div{
        width: 100%;
    }
    /* <=== tpproduchh ===> */

    /* <=== tpproducbb ===> */
    .tpproducbb .bbgrip > div{
        width: 50%;
    }
    /* <=== tpproducbb ===> */

    /* <=== hpdetailmm ===> */
    .tpdetailmb .mblinks li.vmm{
        width: 100%;
    }
    .tpdetailmb .mblinks li.vhh{
        width: 100%;
    }
    .tpdetailmb .mblinks li.vbb{
        width: 100%;
    }
    /* <=== hpdetailmm ===> */

    /* <=== tpproducmm ===> */
    .ltproducmm > div{
        width: 100%;
    }
    /* <=== tpproducmm ===> */
}