/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
    padding-top: 10px;
}
.tpproducmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpproducmm .mmgrip > div{
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
}
.itproducmm{
    position: relative;
    overflow: hidden;
}
.itproducmm .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itproducmm .thumb a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c60108;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproducmm:hover .thumb a::before{
    opacity: 0.7;
}
.itproducmm .thumb a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.itproducmm:hover .thumb a::after{
    opacity: 0;
}
.itproducmm .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itproducmm .decss{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}
.itproducmm .decss, .itproducmm .decss a{
    color: #fff;
}
.itproducmm .dswrap{
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
}
.itproducmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproducmm .dstitle, .itproducmm .dstitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.itproducmm .dsconts{
    font-size: 16px;
    line-height: 25px;
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproducmm:hover .dsconts{
    opacity: 1;
    transform: unset;
}
.hpproduchh{
    margin-bottom: 10px;
}
.tpproduchh a{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0;
    background-color: #c60108;
    color: #fff;
}
.tpproduchh a:hover{
    background-color: #e00525;
}
.tpproduchh a span{
    display: inline-block;
    position: relative;
    padding-right: 22px;
}
.tpproduchh a span::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== vhproducpg ===> */

/* <=== vhdetailpg ===> */
.hpdetailmm{
    padding: 50px 0 55px;
}
.tpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpdetailmm .mmgrip > div{
    padding: 0 20px;
}
.tpdetailmm .mmgrip .mcol{
    width: 50.414%;
}
.tpdetailmm .mmgrip .hcol{
    width: calc(100% - 50.414%);
}
.tpdetailmm .mmtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpdetailmm .mmtitle, .tpdetailmm .mmtitle h1, .tpdetailmm .mmtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.slthumbnav{
    border: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 15px;
}
.slthumbnav::before{
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    color: #a6a6a6;
    font-size: 25px;
    line-height: 35px;
}
.slthumbnav .slick-arrow::before{
    font-size: 35px;
    line-height: 35px;
    color: #000;
    opacity: 0.35;
}
.slthumbnav .slick-prev{
    left: 10px;
}
.slthumbnav .slick-next{
    right: 10px;
}
.itthumbnav a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.slthumbfor .slick-track{
    margin: 0;
}
.slthumbfor .slick-list{
    margin: 0 -5px;
}
.slthumbfor .slick-slide{
    padding: 0 5px;
}
.itthumbfor{
    border: 1px solid #eeeeee;
    overflow: hidden;
    padding-top: calc(100% - 2px);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itthumbfor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border: 2px solid #c60108;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .itthumbfor::before{
    opacity: 1;
}
.itthumbfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdetailmm .mmconts{
    margin-bottom: 30px;
}
.tpdetailmm .mmconts li{
    font-size: 15px;
    line-height: 25px;
    padding: 10px 18px;
    display: flex;
    flex-wrap: wrap;
}
.tpdetailmm .mmconts li:nth-child(odd){
    background-color: #f5f5f5;
}
.tpdetailmm .mmconts li .tm{
    font-weight: bold;
    width: 54.202%;
    padding-right: 50px;
    position: relative;
}
.tpdetailmm .mmconts li .tm::before{
    content: ':';
    position: absolute;
    right: 35px;
    top: 0;
}
.tpdetailmm .mmconts li .th{
    width: calc(100% - 54.202%);
}
.tpdetailmm .mmshare{
	display: flex;
	align-items: center;
	align-content: center;
}
.tpdetailmm .mmshare .stxts{
	margin-right: 15px;
}
.tpdetailmm .mmshare .sinfo ul{
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 -5px;
}
.tpdetailmm .mmshare .sinfo li{
	padding: 0 5px;
}
.tpdetailmm .mmshare .sinfo li a{
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #f5f5f5;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
}
.tpdetailmm .mmshare .sinfo li a .icon{
	font-weight: bold;
	font-size: 11px;
}
.tpdetailmm .mmshare .sinfo li a:hover{
	border-radius: 5px;
}
.hpdetailhh{
    padding: 20px 0;
    background-color: #f5f5f5;
}
.hpdetailhh.fixed{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.tpdetailhh > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tpdetailhh > ul li{
    margin-right: 2px;
}
.tpdetailhh > ul li:last-child{
    margin-right: 0;
}
.tpdetailhh li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 20px;
    background-color: #fff;
    text-transform: uppercase;
}
.tpdetailhh li.current a, .tpdetailhh li.active a, .tpdetailhh li:hover a{
    background-color: #e00525;
    color: #fff;
}
.tpdetailbm{
    padding: 30px 0 50px;
}
.tpdetailbm .ctdecss{
    font-size: 15px;
    line-height: 26px;
}
.tpdetailbm .ctdecss h3{
    font-size: 25px;
    line-height: 35px;
}
.tpdetailbm .ctthumb img{
    width: 100%;
}
.vinheight .vchange{
	position: relative;
}
.vinheight .vchange::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}
.vinheight .dsview{
	text-align: center;
	margin-top: 20px;
} 
.vinheight .vvviews{
    text-align: center;
    margin-top: 20px;
}
.vinheight .vvviews > div{
    display: none;
}
.vinheight .vvviews a{
	background-color: #e00525;
	color: #fff;
    display: inline-block;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	padding: 10px 45px;
}
.vinheight .vvviews a:hover{
	background-color: #c60108;
}
.vinheight .vvviews a span{
    position: relative;
    display: inline-block;
    padding-right: 18px;
}
.vinheight .vvviews a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vinheight .vshow a span::before{
    content: '\f107';
}
.vinheight .vhide a span::before{
    content: '\f106';
}
.tpdetailbh{
    padding: 50px 0 70px;
    background-color: #f5f5f5;
}
.itdetailbh a{
    border: 1px solid #dddddd;
    background-color: #fff;
    display: block;
    padding-top: 132.593%;
    position: relative;
}
.itdetailbh a:hover{
    border-color: #e00525;
}
.itdetailbh a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}
.tpdetailbb{
    padding: 55px 0 70px;
}
.tpdetailbb .bbthumb{
    text-align: center;
}
.tpdetailbt{
    padding: 50px 0 65px;
    background-color: #f5f5f5;
}
.tpdetailbt .btinfos{
    margin-bottom: 20px;
}
.tpdetailbt .ifgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tpdetailbt .ifgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itnecklace{
    height: 100%;
    background-color: #fff;
    padding: 30px 25px 30px;
    text-align: center;
}
.itnecklace .vicon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.itnecklace .vicon img{
    max-width: 100%;
    max-height: 100%;
}
.itnecklace .dtitle{
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #e00525;
}
.itnecklace .dtitle, .itnecklace .dtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itnecklace .dconts{
    font-size: 14px;
    line-height: 24px;
}
.tpdetailbn{
    padding: 50px 0 70px;
}
.tpdetailbn .bnthumb{
    text-align: center;
}
.tpdetailbn .bnthumb img{
    width: 100%;
}
.itdetailbt{
    height: 100%;
}
.itdetailbt, .itdetailbt a{
    color: #fff;
}
.itdetailbt .thumb{
    display: block;
    padding-top: 66.667%;
    position: relative;
    overflow: hidden;
}
.itdetailbt .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itdetailbt .decss{
    text-align: center;
    padding: 10px 20px;
    background-color: #e00525;
}
.itdetailbt .dstile{
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itdetailbt .dstile, .itdetailbt .dstile h3{
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 50px 0 60px;
    background-color: #f5f5f5;
}
.slortherpg .slick-list{
    padding: 5px 0 10px;
}
.itortherpg{
    border: 3px solid #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}
.itortherpg .thumb a{
    border-radius: 3px;
}
.itortherpg .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itortherpg .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px 20px 25px;
    z-index: 2;
    pointer-events: none;
}
.itortherpg .decss, .itortherpg .decss a{
    color: #fff;
}
.itortherpg .dtitle{
    margin-bottom: 8px;
    text-transform: uppercase;
}
.itortherpg .dtitle, .itortherpg .dtitle h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.itortherpg .dconts{
    font-size: 14px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
}
/* <=== vhortherpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhproducpg ===> */
    .tpproducmm .mmgrip > div{
        width: 100%;
    }
    .itproducmm .decss{
        padding: 25px;
    }
    .itproducmm .dstitle{
        margin-bottom: 0;
    }
    .itproducmm .dstitle, .itproducmm .dstitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itproducmm .dsconts{
        display: none;
    }
    .itproducmm .thumb a::before{
        display: none;
    }
    .itproducmm .thumb a::after{
        height: 60%;
    }
    /* <=== vhproducpg ===> */

    /* <=== vhdetailpg ===> */
    .hpdetailmm{
        padding: 20px 0 25px;
    }
    .tpdetailmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpdetailmm .mmgrip .hcol{
        width: 100%;
    }
    .tpdetailmm .mmtitle{
        text-align: center;
    }
    .tpdetailmm .mmtitle, .tpdetailmm .mmtitle h1, .tpdetailmm .mmtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailmm .mmconts{
        margin-bottom: 20px;
    }
    .tpdetailbm{
        padding: 20px 0 40px;
    }
    .tpdetailbm .ctdecss h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tpdetailbm .ctdecss{
        font-size: 14px;
        line-height: 23px;
    }
    .vinheight .vroww{
        flex-direction: column-reverse;
    }
    .tpdetailbh{
        padding: 35px 0 30px;
    }
    .tpdetailbb{
        padding: 30px 0;
    }
    .tpdetailbt{
        padding: 35px 0 40px;
    }
    .tpdetailbt .btinfos{
        margin-bottom: 0;
    }
    .tpdetailbt .ifgrip > div{
        width: 50%;
    }
    .itdetailbt .dstile, .itdetailbt .dstile h3{
        font-size: 13px;
        line-height: 20px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .vhortherpg{
        padding: 30px 0;
    }
    .slortherpg{
        padding-bottom: 40px;
    }
    .itortherpg .decss{
        padding: 15px 18px 10px;
    }
    .itortherpg .dtitle{
        margin-bottom: 0;
    }
    .itortherpg .dtitle, .itortherpg .dtitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itortherpg .dconts{
        display: none;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhdetailpg ===> */
    .tpdetailmm .mmconts li .tm{
        width: auto;
        display: inline-block;
        padding-right: 5px;
    }
    .tpdetailmm .mmconts li .tm::before{
        right: 0;
    }
    .tpdetailmm .mmconts li .th{
        width: 100%;
    }
    .tpdetailbt .ifgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhproducpg ===> */
    /* <=== vhproducpg ===> */
}