@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('https://sjglecom.oss-cn-shanghai.aliyuncs.com/home/enquiries/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf') format('truetype'); /* 也可以是其他格式，如 'woff', 'woff2' */
}
@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('https://sjglecom.oss-cn-shanghai.aliyuncs.com/home/enquiries/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('https://sjglecom.oss-cn-shanghai.aliyuncs.com/home/enquiries/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('https://sjglecom.oss-cn-shanghai.aliyuncs.com/home/enquiries/AlibabaPuHuiTi-2-75-SemiBold.otf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('../../static/fonts/AlibabaPuHui/AlibabaPuHuiTi-2-95-ExtraBold.otf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('https://sjglecom.oss-cn-shanghai.aliyuncs.com/home/enquiries/AlibabaPuHuiTi-2-105-Heavy.otf') format('truetype');
    font-weight: 900;
}
@font-face {
    font-family: 'Alibaba_PuHuiT';
    src: url('https://sjglecom.oss-cn-shanghai.aliyuncs.com/home/enquiries/AlibabaPuHuiTi-2-115-Black.otf') format('truetype');
    font-weight: 1000;
}
:root{
    --color: #E21818;
    --bs-gutter-x: 20px;
    --hr: 1px solid rgba(18, 18, 18, 0.12);
    --fancybox-accent-color: #E21818;
    --border-radius-xs: 4px;
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-width: 5px;
    --swiper-pagination-bullet-height: 5px;
    --swiper-pagination-bullet-horizontal-gap: 2px;
    --swiper-pagination-bullet-inactive-opacity: 0.38;
    --nav-header-index: 30
}
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Alibaba_PuHuiT';
}

body {
    background: #F5F6FA;
    font-size: 12px;
    color: #333;
}
.container {
    transition: all .3s;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
a {
    -webkit-user-drag: none !important;
    user-drag: none !important;
    -webkit-touch-callout: none !important;
    user-select: none !important;
    pointer-events: auto !important;
}

/* 禁止图片被拖动（可选，一起禁用更干净） */
img {
    -webkit-user-drag: none !important;
    user-drag: none !important;
    user-select: none !important;
}
img {
    max-width: 100%;
}
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

/*.img-adapt {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*    object-position: center;*/
/*    -webkit-touch-callout: none;*/
/*    -webkit-user-drag: none;*/
/*    pointer-events: auto;*/
/*    -webkit-transform: translateZ(0);*/
/*    transform: translateZ(0);*/
/*    -webkit-text-size-adjust: 100%;*/
/*}*/
.w12 {
    /*width: 1200px;*/
    margin: auto;
}

a {
    color: inherit;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.flex-box-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}
.iconfont{
    font-weight: initial !important;
}
.aliyunCaptcha-captcha-logo{
    display: none !important;}
img {
    max-width: 100%;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.white-bg {
    background: #fff;
}


select {
    font-size: 16px;
    color: #333;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
    border-color: rgba(0,0,0,0);

}

.wap_header_auth{
    background: #fff;
    position: sticky;
    z-index: 3;
    height: 54px;
    top: 0;
    border-bottom: 1px solid #E5E5E5;
    .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        .logo{
            height: 24px;
            img{
                width: auto;
                height: 100%;
                object-fit: contain;
            }
        }
        ._user{
            font-size: 20px;
            cursor: pointer;
            margin-right: 20px;
            color: #000;
        }
        ._menu-toggle{
            display: flex;
            flex-direction: column;
            gap: 4px;
            cursor: pointer;
            span{
                width: 20px;
                height: 2px;
                background: #000;
            }
        }
        ._menu-toggle.on{
            span:nth-child(1){
                transform: rotate(45deg);
                position: relative;
                bottom: -6px;
            }
            span:nth-child(2){
                opacity: 0;
            }
            span:nth-child(3){
                transform: rotate(-45deg);
                position: relative;
                top: -6px;
            }
        }
    }
}
.form-control:focus{
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 2px #FCF4F4 !important;
}
::-webkit-scrollbar {
    width: 0px; /* 竖向滚动条宽度设置为1px */
    height: 0px; /* 横向滚动条高度（这里用不到，可保留） */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
    background: transparent; /* 轨道透明，也可自定义颜色 */
}

/* 滚动条滑块（可拖动部分） */
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0); /* 滑块颜色，半透明灰色 */
    border-radius: 1px; /* 滑块圆角，和宽度匹配更美观 */
}

/* 滑块hover状态（可选，提升交互体验） */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* ========== IE/Edge 旧版 兼容（可选） ========== */
body,div {
    /* IE 下设置滚动条宽度 */
    -ms-overflow-style: none; /* 隐藏默认滚动条，配合下面伪元素模拟（如需） */
    scrollbar-width: thin; /* Firefox 下设置细滚动条 */
    scrollbar-color: #CA252D transparent; /* Firefox 滑块/轨道颜色 */
}

/* 修改 placeholder颜色 */
select.placeholder, input::placeholder,textarea::placeholder{
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}

select option {
    font-family: "Rub-Rag";
    color: #333;
}
.fade {
    transition: opacity 220ms linear;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-between{
    justify-content: space-between;
}
.align-c{
    align-items: center;
}
.align-s{
    align-items: stretch;
}
.limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.limit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.modal-backdrop{
    opacity: .4;
}
.modal-header{
    border-bottom: none;
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff;
    z-index: 99;
}
.modal-close .i {
    font-size: 22px;
    line-height: 1;
    color: #121212;
    font-style: normal;
}

.text-primary {
    color: var(--color) !important;}
.modal-footer .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 44px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 44px;
    background-color: #E21818;
    white-space: nowrap;
    transition: all 220s;
    transition-duration: 175ms;
}
.modal-footer .button span{color: #fff}
.button--primary {
    color: #fff;
    background-color: var(--primary, #E21818);
    border-color: transparent;
}
.modal-header,.modal-footer{
    border: none;
}
.img-collect {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
}
.img-luck{
    display: block;
    position: absolute;
    z-index: 3;
    font-size: 30px;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    right: 10px;
    bottom: 10px;
}

.img-collect em {
    position: relative;
    font-size: 22px;
    z-index: 10;
}
.dropdown-menu a {
    line-height: 40px;
}
.img-collect:hover em::before {
    content: "\e8f5";
}

input.checkbox{
    margin-right: 10px !important;
    margin-top: 1px !important;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #D9D9D9;
    flex-shrink: 0;
    font-weight: normal;
    cursor: pointer;
}
input.checkbox:focus{
    outline: none !important;
}
input.checkbox:checked{
    position: relative;
    border: none;
    background: var(--color);
}
input.checkbox:checked::after{
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 11px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 6px;
    top: 2px;
}

.i-close:before {
    content: "\2715" !important;
}
.list-split3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 16px;
}

.position-relative {
    position: relative
}

.dropdown-menu {
    position: absolute;
    z-index: 200;
    display: none;
    min-width: 180px;
    left: 0;
    padding: .8px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
    width: fit-content;
}
.dropdown-menu a{
    line-height: 40px;}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 16px;
    clear: both;
    font-weight: 400;
    color: #111;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    line-height: 40px;
}
.limit4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #da1212;
}

.dropdown-item:hover, .dropdown-item:hover {
    color: rgba(202, 53, 37);
    text-decoration: none;
    background-color: rgba(249, 232, 232);
}

.dropdown-menu a {
    display: block !important;
}
.right-option-go-top.on {
    display: flex;
}
.dropdown-menu a:hover::after {
    display: none;
}
.crumbs{
    display: flex;
    padding: 15px 0;
    gap: 7px;
    align-items: center;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.crumbs a{
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #999999;
    gap: 8px;
}
.crumbs div{
    width: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.crumbs a i{
    font-size: 12px;
}

.disabled{
    opacity: 0.3;
    pointer-events: none;
}
.item-box{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 20px;
}
.item-box.cnxs{
    height: 100%;
}
.item-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.item-title ._text{
    font-weight: bold;
    font-family: 'Alibaba_PuHuiTb700';
}
.item-title .send-btn{
    font-size: 14px;
    color: #CA252D;
    line-height: 20px;
    margin-left: 20px;
    font-weight: 500;
}
.list-title-btns{
    display: flex;
    align-items: center;
    gap: 20px;
}
.list-title-btns ._type{
    display: flex;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    gap: 4px;
}
.list-title-btns ._type i{
    font-size: 12px;
}
.list-title-btns ._type.on{
    color: #CA252D;
}
.list-title-btns .page-num{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
}
.list-title-btns .page-num a:first-child{
    margin-right: 4px;
}
.list-title-btns .page-num a:last-child{
    margin-left: 4px;
}
.list-title-btns .page-num i{
    font-size: 12px;
}
.list-title-btns .page-num .un{
    color: #999999;
}
.list-title-btns .page-num span{
    color: #CA252D;
}

.product-checkbox{
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: transparent;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
}
.product-checkbox:checked {
    color: #fff;
    background-color: #CA252D;
    border: 1px solid #CA252D;
}
.product-checkbox:after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 4px;
    margin-left: 3px;
}
.font-bold{
    font-weight: bold;
}

._btn-exit{
    background: #ffffff !important;
    margin-top: 20px ;
    color: #000000 !important;
    border: 1px solid !important;
}

._btn{
    flex: 1;
    height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
._btn:hover{
    color: var(--base-color);
    background: var(--light-color);
}
._btn-shadow:hover{
    opacity: 0.8;
}
._btn-shadow{
    height: 32px;
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%);
    box-shadow: 0px 4px 4px 0px #FDD8D9;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 20px;
}
._btn-red{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 36px;
    cursor: pointer;
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%);
    border-radius: 24px 24px 24px 24px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 16px;
}

.playing-icon{
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-right: 5px;
}
.playing-icon i{
    width: 2px;
    height: 9px;
    margin: 0 !important;
    background: var(--base-color);
    border-radius: 2px;
    animation: playing-icon 1s infinite;
}
.playing-icon i:nth-child(2n){
    height: 6px;
    animation: playing-icon 1s infinite;
    animation-delay: .5s;
}
.swiper-split-4,.swiper-split-5{
    position: relative;
}
.swiper-btn{
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 46px;
    color: #CA252D;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-btn.icon-fanye-zuo{
    left: 0;
}
.swiper-btn.icon-fanye-you{
    right: 0;
}
.swiper-btn.swiper-button-disabled{
    background: rgba(255,255,255,0.05);
    color: #999999;
}
.page-bar li{
    display: flex;
    align-items: center;
    gap: 15px;
}
.flex-1{
    flex: 1;
}
.left-top-tag{
    position: absolute;
    height: 21px;
    padding: 0 4px;
    top: 0;
    left: -3px;
    line-height: 21px;
    font-size: 12px;
    color: #FFFFFF;
    background-size: 100% 100%;
}
.left-top-tag img{
    width: 14px;
    height: 14px;
}
.left-top-tag.rm{
    background-image: url("../zh/imgs/baseIcon/tag-rm.png");
}
.left-top-tag.xp{
    background-image: url("../zh/imgs/baseIcon/tag-xp.png");
}
.left-top-tag.zj{
    background-image: url("../zh/imgs/baseIcon/tag-bg.png");
}
.border-bottom{

    border-bottom: 1px solid #E4E4E4 !important;
}
.product-item .main-img .icon-weishoucang:hover{
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
}
.product-item .main-img .icon-yishoucang{
    background: rgba(0, 0, 0, 0.7) !important;
}
.product-item .main-img .icon-yishoucang:hover{
    color: #fff;
}
.icon-weishoucang:hover{
    background-color: #FCF4F4 !important;
    color: #CA252D !important;
    border: none !important;
}
.btn:hover{
    background-color: #FCF4F4 ;
    color: #CA252D ;
}
._btn:hover{
    background-color: #FCF4F4 ;
    color: #CA252D ;
}
.business-item ._go:hover{
    opacity: 0.8;
}
.business-box ._right-form ._form-submit:hover{
    opacity: 0.8;
}
@keyframes playing-icon {
    0%{
        height: 9px;
    }
    50%{
        height: 6px;
    }
    100%{
        height: 9px;
    }
}
.mb-20{
    margin-bottom: 20px;
}
.wap-show{
    display: none;
}
.wap-scroll{
    overflow: hidden;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    position: fixed;
}
.wap-scroll .container{
    padding: 0;}
.wap-scroll .swiper{
    overflow: visible;
    width: 100%;
}
.free-swiper .swiper-slide{
    width: fit-content !important;
}
.product-scroll-col,
.purchace-scroll-col,
.wap-tuijian-col,
.video-scroll-col,
.supplier-scroll-col{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-scroll-col{
    width: 158px;
}
.supplier-scroll-col{
    width: 320px;
}
.purchace-scroll-col{
    width: 224px;
}
.video-scroll-col{
    width: 285px;
}
.wap-tuijian-col{
    width: 216px;
    flex: 0 0 216px;
}
.page-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 20px;
}
.page-title div{
    font-weight: bold;
}
.page-title .more-btn{
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.page-title .more-btn i{
    /*margin-left: 5px;*/
}

#aliyunCaptcha-checkbox-wrapper #aliyunCaptcha-checkbox-body #aliyunCaptcha-checkbox-logo{
    display: none;
}


.was-validated .form-control:invalid, .form-control.is-invalid{
    background-image: none;
    border:1px solid #FF8D28;
    box-shadow: 2px 2px 2px rgba(255, 141, 40, 0.2);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 2px #FCF4F4;
}
.layui-input:focus, .layui-select:focus, .layui-textarea:focus{
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 2px #FCF4F4 !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}
@media (max-width: 992px) {
    .wap-scroll{
        z-index: 1;
        pointer-events: all;
        opacity: 1;
        position: relative;
        width: 100%;
    }
    .pc-show{
        display: none;
    }
    .wap-show{
        display: block;
    }
    .page-title{
        line-height: 31px;
        font-size: 22px;
        margin-bottom: 16px;
    }
    .page-title .more-btn{
        font-size: 12px;
    }
    .page-title .more-btn i{
        font-size: 12px;
    }
    .item-box{
        padding: 16px;
    }
    .list-title-btns{
        gap: 10px;
    }
    .item-title .send-btn{
        margin-left: 10px;
    }
}

@media (max-width: 768px){
    .list-split3{
        grid-template-columns: repeat(2,1fr);
    }
    .crumbs div{
        width: auto;}

}

.ls-pager-inner{
    margin-top: 20px;
}
.g-20{
    gap: 20px;
}
.f-14{
    font-size: 14px;
}
.mouse-on-hand{
    cursor: pointer;
}
