body {
    --scrollbar-thumb: #d5d5d5;
    --scrollbar-thumb-radius: 0.5rem;
    --scrollbar-width: 0.5rem;
    /*background: url(//img10.360buyimg.com/imagetools/jfs/t1/218520/17/45961/549592/6718e97eF36caeb69/c412621166e2d7e8.png) 50% 50% / 100% 100% no-repeat, radial-gradient(35.2% 35.2% at 0 0, hsla(0, 0%, 100%, .8) 0, hsla(0, 0%, 100%, 0) 100%), linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f5f6fa 20%);*/
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: var(--scrollbar-width);
    height: var(--scrollbar-width);
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-thumb-radius);
}

/*::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover);
}*/

::selection {
    color: #fff;
    background: #FF0F23;
}

.bg-gray {
    background: #f5f5f5;
}

/*隐藏AI客服按钮*/
.chat-button {
    display: none !important;
}

/*商城*/
@media (min-width: 1400px) {
    .container {
        width: 1226px;
        margin: 0 auto;
        padding: 0;
    }
}

.product-recommend {
    padding: 30px 0px;
}



/*.product-recommend .owl-carousel.owl-drag .owl-item {
    width: 295px !important;
}*/

/*商城-header*/
/*商城-header-宣传广告*/
.mall-header-area .home_adv_con {
    overflow: hidden;
    height: 70px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.mall-header-area .home_adv_con .home_adv {
    overflow: hidden;
    height: 70px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.mall-header-area .home_adv_con .close1 {
    top: 20px;
    right: 15px;
    z-index: 2;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.mall-header-area .home_adv_con .close1 img {
    width: 30px;
    height: 30px;
}
/*商城-header-宣传广告  结束*/
.mall-header-area .header-top {
    background: #333;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border-bottom: .5px solid rgba(0, 0, 0, .06);
    color: #b5b5b5;
}

.mall-header-area .header-top p {
    font-size: 13px;
    display: flex;
}

.mall-header-area .header-top ul.ul_nav {
    display: flex;
    text-align: center;
    align-items: center;
}

.mall-header-area .header-top ul.ul_nav li {
    padding-right: 22px;
}

.mall-header-area .header-top ul.ul_nav li:last-child {
    padding-right: 0;
}

.mall-header-area .header-top ul.ul_nav li a {
    color: #b5b5b5;
}

.mall-header-area .header-top .header-info-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

.mall-header-area .header-top .header-info-right ul li { 
    padding: 0 15px;
    float: left;
    position: relative;
}

/*.mall-header-area .header-top .header-info-right ul li.sep:after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    content: "";
    position: absolute;
    background-color: #424242;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mall-header-area .header-top .header-info-right ul li:nth-last-child(2):after, .mall-header-area .header-top .header-info-right ul li.UsersNotice:after {
    width: 0px;
}

.sep-hidden::after {
    width: 1px !important;
}*/

.mall-header-area .header-top .header-info-right ul .sep {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 12px;
    content: "";
    background-color: #424242;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mall-header-area .header-top .header-info-right ul li.user-login {
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 0;
}

.mall-header-area .header-top .header-info-right ul li a {
    color: #b5b5b5;
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
}

.mall-header-area .header-top ul li a:hover {
    color: #ffffff
}

/*.mall-header-area .header-top .header-info-right ul li.collect {
    padding-left: 25px;
}*/

/*users_info.htm*/

.mall-header-area .header-top .header-info-right ul li.user-login .log-in img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.mall-header-area .header-top ul li.user-login .log-in .button-group {
    position: relative;
}

.mall-header-area .header-top ul li.user-login .log-in .drop-menu {
    position: absolute;
    background: #fff;
    color: #fff;
    height: auto;
    top: 40px;
    left: 0;
    min-width: 110px;
    padding: 7px 0;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

/*.mall-header-area .header-top ul li.user-login .log-in .button-group:hover .drop-menu {
    display: block;
}*/

.mall-header-area .header-top ul li.user-login .log-in .drop-menu li {
    padding: 0 10px;
    height: 32px;
    text-align: center;
    float: unset;
}

.mall-header-area .header-top ul li.user-login .log-in .drop-menu li:hover {
    background-color: #f5f5f5;
}

.drop-menu a:hover {
    background: unset;
    transition: none;
}

.mall-header-area .header-top ul li.user-login .log-in .drop-menu li a {
    display: block;
    padding: 3px 19px;
    line-height: 2;
    color: #424242;
}

.mall-header-area .header-top ul li.user-login .log-in .drop-menu li a:hover {
    color: #FF0F23;
}

.mall-header-area .header-top ul li.user-login .badge-corner {
    display: none;
}

.mall-header-area .header-top ul li.user-login .badge-corner .badge {
    background-color: #FF0F23;
}
/*users_info.htm-结束*/

.mall-header-area .header-top .header-info-right ul li.user-login .register-box {
    display: flex;
    text-align: center;
    align-items: center;
}

.mall-header-area .header-top .header-info-right ul li.user-pic {
    padding: 0;
}

.mall-header-area .header-top .header-info-right ul li.user-pic img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.mall-header-area .header-top ul li.user-pic ul.userinfo {
    position: absolute;
    background: #fff;
    color: #fff;
    height: auto;
    top: 40px;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    z-index: 999;
    width: 110px;
    padding: 7px 0;
}

.mall-header-area .header-top ul li.user-pic:hover ul.userinfo {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: height .3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.mall-header-area .header-top ul li.user-pic ul.userinfo li {
    padding: 0 10px;
    height: 32px;
    text-align: center;
}

.mall-header-area .header-top ul li.user-pic ul.userinfo li:hover {
    background-color: #f5f5f5;
}

.mall-header-area .header-top ul li.user-pic ul.userinfo li a {
    display: block;
    padding: 3px 19px;
    line-height: 2;
    color: #424242;
}

.mall-header-area .header-top ul li.user-pic ul.userinfo li a:hover {
    color: #FF0F23;
}

.mall-header-area .header-top ul li.cart {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    text-align: center;
    background: #424242;
}

.mall-header-area .header-top .header-info-right ul li.cart a {
    display: flex;
    text-align: center;
    align-items: center;
    color: #b0b0b0;
    font-size: 12px;
}

.mall-header-area .header-top ul li.cart i {
    margin-right: 5px;
}

.mall-header-area .header-top ul li.mobile-dropdown-active {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    text-align: center;
    background: #424242;
}

.mall-header-area .header-top ul li.mobile-dropdown-active:hover {
    /*background: #02a852;*/
}

.mall-header-area .header-top ul li.mobile-dropdown-active a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mall-header-area .header-top ul li.mobile-dropdown-active a i {
    font-size: 22px;
    color: #ffffff;
    background-image: url(../../images/mall/icon_mobile.png);
    /*margin-right: 4px;*/
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.mall-header-area .header-top ul li.mobile-dropdown-active:hover a i {
    background-image: url(../../images/mall/icon_mobile_on.png);
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown {
    position: absolute;
    background: #fff;
    color: #fff;
    width: 280px;
    height: auto;
    top: 40px;
    right: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /*transform: translate3d(0, 10px, 0);
    transition: all 0.5s ease;*/
    box-shadow: 0 8px 16px 0 rgba(84, 86, 96, .05);
    box-sizing: border-box;
    z-index: 999;
}

.mall-header-area .header-top ul li.mobile-dropdown-active:hover .mobile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}


.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row {
    height: 152px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row:last-child {
    border-bottom: none;
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row .left {
    margin: 0 0 0 30px;
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row .left img {
    width: 110px;
    height: 110px;
    background-color: #ffe1e1;
}

/*.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown img {
    width: 100%;
    height: 100%;
    padding: 10px 10px 0;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown span {
    font-size: 15px;
    line-height: 40px;
}*/

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row .right {
    height: 112px;
    padding: 20px 30px 20px 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row .right .top {
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #000;
    width: 90px;
    height: 22px;
    display: flex;
    align-items: center;
}

.mall-header-area .header-top ul li.mobile-dropdown-active .mobile-dropdown .info_row .right .bottom {
    margin-bottom: 14px;
    font-size: 12px;
    color: #888e98;
    width: 60px;
    height: 18px;
    display: flex;
    align-items: center;
}


.mall-header-area .header-top .header-info-right ul {
    top: 0;
    right: 0;
}

.mall-header-area .header-top .badge-corner .badge {
    top: 0;
}

.mall-header-area .header-top .header-info-right ul .button-group {
    padding: 0;
    display: unset;
}

.mall-header-area .header-top .header-info-right ul .button-group a.user-head {
    display: flex;
    align-items: center;
    height: 40px;
}

.mall-header-area .header-top .shopBar {
    top: 0;
    right: 70px;
}

.mall-header-area .navbar {
    box-shadow: unset;
    /*background: linear-gradient(19deg, #F6FEFF, #FEF7FA);*/
}

.mall-header-area .logo {
    padding: 35px 0;
    position: relative;
}

.mall-header-area .logo img {
    max-height: 40px;
}

/*logo动画*/
.mall-header-area .logo:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 350%;
    margin-left: -250%;
    filter: blur(2px);
    pointer-events: none;
    -webkit-animation: logomove 2.5s linear infinite;
    animation: logomove 2.5s linear infinite;
    background: linear-gradient(to right, var(--be-light) 46%, var(--be-real) 50%, var(--be-light) 54%) 50% 50%;
}

:root {
    --be-light: rgba(255,255,255,0);
    --be-real: rgba(255,255,255,.65);
}

@-webkit-keyframes logomove {
    0% {
        transform: translate3d(-30%,0,0)
    }

    100% {
        transform: translate3d(30%,0,0)
    }
}

@keyframes logomove {
    0% {
        transform: translate3d(-30%,0,0)
    }

    100% {
        transform: translate3d(30%,0,0)
    }
}
/*logo结束*/

/*导航*/
.mall-header-area ul.nav li a.first-level {
    line-height: 110px;
    color: #3e3e3e;
    position: relative;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 500;
}

.mall-header-area ul.nav li.active a.first-level, .mall-header-area ul.nav li a.first-level:hover {
    color: #FF0F23;
}

/*搜索框*/
.search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 35px 0;
}

.search .search-key {
    display: flex;
}

.search .form-control {
    padding: 10px;
    border: 1px solid #e0e0e0;
    color: #b0b0b0;
    width: 210px;
}

.search .form-control:focus {
    box-shadow: none;
    color: #495057;
    /*border: 1px solid #FF0F23;*/
}

.search .submit {
    background: #FF0F23;
    color: #fff;
    border: 2px solid #FF0F23;
    padding: 10px;
}

.search .submit .ey-tb-ss {
    font-size: 24px;
}

.search .hotkeywords, .search .keyword-list {
    display: none;
}

.search .keyword-list {
    position: absolute;
    left: auto;
    top: 76px;
    z-index: 20;
    width: 210px;
    border: 1px solid #FF0F23;
    border-top: 0;
    background: #fff;
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);*/
}

.search .keyword-list li a {
    position: relative;
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    color: #424242;
}

.search .keyword-list li:hover {
    background: #fafafa;
}

/*AI搜索智能参考结果*/
.ai_search .ai_search_box {
    font-size: 15px;
    text-indent: 2em;
    color: #828282;
}
/*左侧菜单*/

.mall_fl .fl_fenlei {
    background: #FF0F23;
    text-align: left;
    color: #fff;
    line-height: 2.5rem;
    font-size: .75rem;
    padding-left: 25px;
    position: relative;
    width: 230px;
}

.mall_fl .fl_fenlei span {
    margin-right: 15px;
}

.mall_fl .fl_fenlei>a {
    color: #fff;
    font-size: 16px;
}

.mall_dh {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(105, 101, 101, .6);
    min-height: 450px;
    z-index: 300;
}

.mall_dh ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.mall_dh ul li {
    padding: 0;
}

/* .mall_dh ul li i {
    margin-right: 15px;
} */

.mall_dh ul li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    display: block;
    padding-left: 30px;
    height: 42px;
    line-height: 42px
}

.mall_dh ul li a i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #e0e0e0;
    /*font-weight: bold;*/
}

.mall_dh ul li a:hover {
    color: #fff;
    font-weight: bold;
    background: #FF0F23;
}

.mall_dh ul li p {
    margin: 5px 0 0;
    padding: 0;
    line-height: 24px;
}

.mall_dh ul li p a {
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.mall_dh ul li p a:hover {
    color: #FF0F23;
}

.mall_dh ul li .jc-erji {
    position: absolute;
    width: 570px;
    min-height: 450px;
    background: #fff;
    top: 0;
    left: 230px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #333;
    display: none;
    padding: 15px 20px;
}

.mall_dh ul li .jc-erji dl {
    margin: 0;
    padding: 0;
}

.mall_dh ul li .jc-erji dt {
    display: inline-block;
    margin-right: 10px;
    width: 110px;
}

.mall_dh ul li .jc-erji dt a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}

.mall_dh ul li .jc-erji dd {
    /*display: inline-block;
    border-bottom: 1px solid #eee; 
    line-height: 30px;
    width: 100%;
    padding-bottom: 10px;*/
}

.mall_dh ul li .jc-erji dd a {
    /*width: 150px;
    text-align: left;
    margin-top: 30px;
    margin-right: 15px;
    padding: 0;
    font-size: 13px;
    color: #666;
    display: inline-block;*/
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    font-size: 13px;
    color: #666;
    padding-left: 18px;
    position: relative;
    float: left;
    width: 265px;
    height: 76px;
}
.mall_dh ul li .jc-erji dd a:nth-child(4n) {
    margin-right: 0;
}

.mall_dh ul li .jc-erji dd a.active {
    color: #FF0F23;
}

.mall_dh ul li .jc-erji a:hover {
    color: #FF0F23;
    background: unset;
    font-weight: 400;
}

.mall_dh ul li .jc-erji .brand {
    margin-top: 20px;
}
.mall_dh ul li .jc-erji dd a img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.mall_dh ul li .jc-erji .brand .bname {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
}

.mall_dh ul li .jc-erji .brand a {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 100px;
    height: 50px;
}

.mall_dh ul li .jc-erji .brand a img {
    width: 100%;
    height: 100%;
}

/* .mall_dh ul li:hover {
    background: #FF0F23
} */

.mall_dh ul li:hover .jc-erji {
    display: block;
}

.mall_fl .eytop_dh {
    border: 0;
    margin-left: 30px;
}

.mall_fl .eytop_dh ul {
    list-style: none;
    display: flex;
}

.mall_fl .eytop_dh ul li {
    margin-right: 30px;
}

.mall_fl .eytop_dh ul li a {
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    line-height: 50px;
    padding-bottom: 10px;
}

.mall_fl .eytop_dh ul li a:hover {
    color: #FF0F23;
}

.mall_fl .eytop_dh ul li.cur a {
    color: #FF0F23;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*轮播*/

/* 轮播图容器样式 - 宽度和高度可以在这里自定义 */
.carousel-container {
    width: 100%;  /* 自定义宽度 */
    height: 450px;  /* 自定义高度 */
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /*border: 2px solid #333;*/
}

.carousel-slides {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: unset;
}

.btn-panel {
    width: 80%;
    top: 222px;
    right: 2px;
    position: absolute;
    text-align: center;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.carousel-container:hover .carousel-control {
    opacity: 1;
    /*background-color: #ff0f23;*/
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 20px;
}

.carousel-indicators {
    position: absolute;
    display: flex;
    gap: 10px;
    right: 30px;
    bottom: 20px;
    text-align: right;
}

.carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: #909090;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicator.active {
    background-color: #cdcdcd;
    width: 20px;
    border-radius: 8px;
}

/*3格图*/
.wcontent {
	clear: both;
	overflow: hidden;
	margin: 0 auto 0;
	padding-top: 16px
}
.wcontent .hotcontent {
    display: flex;
}
.wcontent .hotcontent .hot-left {
    float: left;
    height: 170px;
    width: 230px;
    padding: 3px 4px;
    background: #5f5750;
}
.wcontent .hotcontent .hot-left ul li {
    position: relative;
    float: left;
    width: 74px;
    height: 82px;
    padding: 0 3px;
}
.wcontent .hotcontent .hot-left ul li:after, .wcontent .hotcontent .hot-left ul li:before {
    position: absolute;
    content: "";
    background: #665e57;
}
.wcontent .hotcontent .hot-left ul li:before {
    top: -1px;
    left: 6px;
    width: 64px;
    height: 1px;
}
.wcontent .hotcontent .hot-left ul li:after {
    top: 6px;
    left: 0;
    width: 1px;
    height: 70px;
}
.wcontent .hotcontent .hot-left ul li:first-child::after {
    width: 0;
}
.wcontent .hotcontent .hot-left ul li:nth-child(4):after {
    width: 0;
}
.wcontent .hotcontent .hot-left ul li a {
    display: block;
    text-align: center;
    padding-top: 18px;
    text-overflow: ellipsis;
    color: #fff;
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.wcontent .hotcontent .hot-left ul li a i {
    font-size: 24px;
}
.wcontent .hotcontent .hot-left ul li a span{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.wcontent .hotcontent .hot-right {
    flex: 1;
}
.wcontent .hotcontent .hot-right ul li {
    margin-left: 16px;
    width: 316px;
	height: 170px;
	background: #fff;
	border-radius: 1px;
	float: left;
	overflow: hidden;
}

.wcontent .hotcontent .hot-right ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.wcontent .hotcontent .hot-right ul li img {
    height: 170px;
    width: 100%;
}

/*产品内容*/

.mall_index .home-banner-box a {
    overflow: hidden;
    width: 100%;
}

.mall_index .home-banner-box a img {
    width: 100%;
    height: auto;
}

.mall_index .product-box {
    display: block;
    margin-top: 15px;
    padding-top: 3px;
    width: 100%;
}

.eyou-theme {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 20px;
}

.product-box .eyou-cap {
    text-indent: 0px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 200;
    color: #333;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex: 1;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

.eyou-theme .mall_switch {
    justify-content: flex-end;
    display: flex;
}

.product-box .mall_switch li {
    margin: 0;
    padding: 0 10px;
}

.product-box .mall_switch li.active {
    border-bottom: unset;
}


.mall_switch li a {
    display: block;
    color: #76838F;
    padding: 0.6rem 0rem;
    font-size: 15px;
}

.product-box .mall_switch li a {
    color: #666;
}

.product-box .mall_switch li.active a {
    border-bottom: 2px solid #FF0F23;
    color: #FF0F23;
}

.product-box .mall_major {
    margin-top: 5px;
    border-top: 0;
}

.mall_index .shop-product-wrap {
    display: none;
}

.mall_index .shop-product-wrap.active {
    display: block;
}

.mall_index .product-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;  或 space-around */
    margin: 0 -5px; /* 抵消子元素的外边距 */
}

.mall_index .product-item {
    flex: 0 0 calc(20% - 10px); /* 三列布局，减去边距 */
    margin: 0 5px 10px; /* 左右边距和下边距 */
    box-sizing: border-box;
}
  
/* 清除浮动影响（如果原有代码中有浮动） */
.mall_index .product-item, .product-item * {
    float: none;
}

.mall_index .product-item .padding-large {
    padding: 0 !important;
}

.mall_index .product-list .media-body {
    padding: 10px 15px 15px 15px;
}

.mall_index .product-list .media-body p {
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
}

.mall_index .product-item .imgshow-pic {
    width: 100%;
    height: auto;
    padding: 15px;
}

.mall_index .product-item .imgshow-pic .img-responsive {
    max-width: 100%;
}

/*商城动态*/
.mall-news {
    padding-bottom: 30px;
}

.mall-news .news-title {
    padding-bottom: 15px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
}

.mall-news .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 23px 0 10px;
    width: 100%;
}

.mall-news .news-list .news-item {
    flex: 0 0 calc(33.333% - 20px); /* 平均三栏，减去间距 */
    box-sizing: border-box;
    padding-bottom: 10px;
    text-align: left;
    margin: 0 10px;
}

.mall-news .news-list .news-item .imgshow-contain {
    padding: 0 10px;
}

.mall-news .news-list .news-item a {
    color: #333;
}

.mall-news .news-list .news-item a:hover {
    color: #FF0F23;
}



/* 产品列表*/
.filter-box {
    border-radius: 8px;
}

.filter-box dl {
    align-items: center;
}

.filter-nav ul li {
    line-height: 30px;
}

.filter-box dl dt {
    color: #999;
    padding-bottom: 10px;
}

.filter-box dl dd {
    padding-bottom: 10px;
    border-bottom: 1px dotted #efefef;
    width: 92%;
}

.filter-box dl:last-of-type dd {
    padding-bottom: 0;
    border-bottom: 0;
}

.filter-box dl.sort  {
    margin: 15px 0;
}

.filter-box dl.sort .filter-nav ul li {
    position: relative;
    padding: 0 20px;
}

.filter-box dl.sort .filter-nav ul li:after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    content: "";
    position: absolute;
    background-color: #e0e0e0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-box dl.sort .filter-nav ul li:first-child {
    padding-left: 0;
}

.filter-box dl.sort .filter-nav ul li:last-child:after {
    width: 0px;
}

.filter-box dl.sort .filter-nav ul li a {
    margin: 0;
    padding: 0;
}

.no-data {
    width: 100%;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.product-list .x3 {
    flex: 0 0 calc(25% - 10px);
    margin: 0 5px 10px;
    box-sizing: border-box;
    float: none;
}

.product-list .media {
	-webkit-transition: .3s;
	transition: .3s;
    /*border-radius: 0;*/
}

.product-list .media:hover {
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05);
	/*-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);*/
    transform: translate3d(0, -2px, 0);
}

.product-list .media .padding-large {
    padding: 25px;
}

.product-list .media .media-body h2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 24px;
    font-size: 16px;
}

/*.product-list .media:hover .media-body h2 {
    display: unset;
}*/

.product-list .media .product-discount {
    background: #e2231a;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 20px;
    line-height: 1;
    min-width: 46px;
    padding: 4px 12px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    z-index: 3;
}

.product-list .media .product-discount:nth-child(1) {
    top: 20px;
}

.product-list .media .product-discount span {
    display: block;
    margin-top: 1px;
}

.product-list .media .product-label {
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 18px;
    display: inline-block;
}

.product-list .media .product-label li {
    display: inline-block;
}

.product-list .media .product-label li img {
    height: 18px;
    width: auto;
    border-radius: 3px;
}

.product-list .media:hover .media-body h2 a {
    color: #5a5a5a;
}

.product-list .media-body {
	padding: 10px 0 0 0
}
.product-list .media-body p {
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
}

.product-list .media-body a {
    margin-top: 5px;
    color: #5a5a5a;
    font-weight: 400;
    height: 47px;
    -webkit-box-orient: vertical;
    display: unset !important;
    overflow: hidden;
    
}

.price-info ul li.v2-1 {
	width: 50%
}

.price-info .price-unit {
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 2px;
    color: #FF0F23;
}

.price-info .num {
    font-size: 26px;
    font-weight: 700;
    color: #FF0F23;
}

.price-info ul li.v2-2 {
	width: 50%;
}

.filter-nav ul li a.active {
    color: #FF0F23;
    background: unset;
    font-weight: 700;
    /*color: #fff;
    background-color: #FF0F23;
    border-radius: 4px;*/
}

/*产品列表*/

.filter-nav ul li a {
    margin: 0 35px 0 2px;
    padding: 0;
    /*margin-right: 20px;
    padding: 0 10px;*/
}

.filter-nav ul li a:hover {
    color: #FF0F23;
    font-weight: 700;
}

.filter-nav ul li a.search-arrow {
	position: relative;
	margin-right: 35px;
}

.filter-nav ul li a.search-arrow:after, .filter-nav ul li a.search-arrow:before {
    content: "";
    position: absolute;
    right: -12px;
    border: 5px solid transparent;
	top: 14px;
}

.filter-nav ul li a.search-arrow:after {
    top: 0px;
    border-bottom-color: #999;
}
.filter-nav ul li a.search-arrow:before {
    border-top-color: #999;
    bottom: 0px;
}
.filter-nav ul li a.search-arrow.arrow-up:after {
    border-bottom-color: #FF0F23;
}
.filter-nav ul li a.search-arrow.arrow-down:before {
    border-top-color: #FF0F23;
}

.filter-nav ul li b {
	font-weight: 700;
}


/*产品详情页*/

/*.nav-bread {
    display: none;
}*/

.nav-bread a.crumb { 
    color: #888888;
}

.nav-bread a, .nav-bread a:hover {
    color: #ff0f23;
}

.product-description {
	background: #fff;
    /*margin-top: 35px;*/
    border-radius: 0;
    padding: 30px 0;
}

.product-description .article {
	overflow: unset;
}

/*.product-description .padding-large {
	padding: 30px 0 0 30px
}*/

.article .post h1 {
    font-size: 22px;
    /*font-weight: 600;
    word-break: break-all;*/
    color: #1a1a1a
}

.padding-large .article .product-label {
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 23px;
    display: inline-block;
}

.padding-large .article .product-label li {
    display: inline-block;
}

.padding-large .article .product-label li img {
    max-height: 23px;
    width: auto;
    border-radius: 3px;
}

.product-description .padding-large-top {
	padding: 0px 0px 0px 10px;
}

.product-description p {
    margin-bottom: 28px !important;
}

.product-description .zoomimg {
	width: 474px
}

/*.article .post h1 {
    float: left;
    width: 88.2%;
}

.article .post .ey-joincollect {
    width: 58.5px;
    float: right;
    height: 16px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    color: #505259;
    font-weight: 400;
    cursor: pointer;
}

.article .post .ey-joincollect i {
    margin-right: 5px;
}*/

/*商品服务标签调用start*/
.product-description .service-list {
	display: flex;
    gap: 30px;
    padding: 15px 0;
    margin-top: 20px;
}

.product-description .service-item {
	display: flex; /* 使图标和文字水平排列 */
	align-items: center; /* 垂直居中 */
	position: relative; /* 为tooltip定位提供参考 */
}

.product-description .service-item .service-icon {
	width: 24px;
    height: 24px;
    margin-right: 8px;
}

.product-description .service-item .text {
	cursor: pointer;
    position: relative;
    display: inline-block; /* 确保可以包含绝对定位的tooltip */
}

/*.product-description .service-item:not(:last-child)::after {
	content: "|";
	color: #ddd;
	margin-left: 20px;
}*/

/* 提示框样式 */
.product-description .service-item .tooltip {
	position: absolute;
	top: 100%; /* 显示在.text下方 */
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: white;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	margin-top: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	white-space: normal; /* 允许换行 */
    line-height: 1.5;
    padding: 10px;
    width: 220px; /* 更宽以适应多行文本 */
	transition: opacity 0.2s ease, visibility 0.2s ease;
    transition-delay: 0.1s; /* 延迟显示 */
}
  
/* 三角形箭头 */
.product-description .service-item .tooltip::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #333 transparent;
}

/* 鼠标悬停时显示提示框 */
.product-description .service-item .text:hover .tooltip {
	opacity: 1;
	visibility: visible;
}

/* 悬停效果增强 */
.product-description .service-item:hover .text {
	color: #e4393c; /* 悬停时文字变红 */
	transition-delay: 0s; /* 立即显示 */
}
/*商品服务标签调用end*/

.ey-number .btn-input {
    margin-left: 4px;
}

.z-price {
	background: #f9f9fa;
    padding: 15px;
	display: flex;
    align-items: baseline;
}

.z-price .ey-price {
    color: #FF0F23;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}

.z-price .ey-price span {
    color: #FF0F23;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}

.z-price .ey-price .name-p {
    color: #999;
    display: inline-block;
    font-size: 14px;
    width: 56px;
    height: 18px;
    text-align: justify;
    margin-right: 16px;
    font-weight: normal;
}

.z-price .ey-price .name-p:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.ey-price .crossed-price {
    margin-left: 10px;
    line-height: 30px;
    color: #999;
}

.z-price .crossed-price {
    margin-left: 15px;
    color: #999;
    line-height: 0;
}

.ey-buyaction {
    display: flex;
    width: 65%;
}

.ey-buyaction a {
	padding: 15px 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size: 16px !important;
	flex: 1; /* 让两个按钮等宽 */
    line-height: 18px;
}

.ey-joincollect:hover, .ey-joincollect:focus {
	text-decoration: none;
	color: #6E6E6E;
}

.ey-buyaction a.ey-joincollect {
    font-size: 12px !important;
    max-width: 60px;
    line-height: 20px;
    margin-top: 7px;
}

.ey-buyaction a.ey-joincollect i.icon-yishoucang {
    color: #ff0f23;
}

/*.ey-buyaction a.ey-joincollect span {
    color: #ff0f23;
}*/

.ey-joinin {
    border: 0;
    color: #fff;
    font-weight: 600;
    height: 48px;
    line-height: 22px;
    text-align: center;
    border-radius: 8px 0 0 8px !important;
    background: linear-gradient(90deg, rgb(255, 15, 35), rgb(255, 73, 0));
    vertical-align: top;
    cursor: pointer;
	margin: 0 !important;
}

.ey-joinin:hover, .ey-joinin:focus {
	color: #fff;
	background-color: #2EAE00;
}

.ey-joinbuy {
    border: 0;
    color: #fff;
    font-weight: 600;
    height: 48px;
    line-height: 22px;
    text-align: center;
    border-radius: 0 8px 8px 0 !important;
    background: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
    vertical-align: top;
    cursor: pointer;
}

.ey-joinbuy:hover, .ey-joinbuy:focus {
	color: #fff;
	background-color: #FF0F23
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.product-overview .tab {
    margin: 0;
}

.product-description .line-large {
    margin: 0 0 0 -5px;
}

.product-overview .tab .tab-body {
    padding: 0 20px;
    border-radius: 0;
    border-top: solid 0px #ebebeb;
}

.product-overview .tab .tab-nav li a {
    margin-bottom: -1px;
    color: #6E6E6E;
    padding: 12px 0;
    display: block;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
}

.product-overview .tab .tab-nav .active a {
    cursor: default;
    color: #FF0F23;
    background: #ffffff00;
    border-bottom: 3px solid #FF0F23;
}

.tab-nav-container.floating {
    box-shadow: unset;
    border-bottom: 1px solid #eaeaea;
}

.qrcode_switch_dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode_switch_dropdown i {
    margin-right: 4px;
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.qrcode_switch_dropdown i.scan {
    background-image: url(../../images/icon/scan.png);
}

.pro-thumb .item img {
    border-radius: 0;
}

.title-l h2:before {
    background: #ff0f23;
}