#layout {
    background: #fff;
}

.banner-container {
    background-image: url(/images/banner_mall.jpg?v=20250509120425);
}

.content-wrap {
    padding-bottom: 50px;
}

.tab-container {
    width: 410px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 75px;
}

.my-mall .tab-container {
    width: 320px;
    padding-left: 35px;
}

.tab-wrap {
    position: relative;
}

.tab-wrap-level1:before {
    content: "";
    line-height: 0;
    font-size: 0;
    height: 1px;
    width: 260px;
    top: 0;
    left: 0;
    background: #E7E7E7;
    position: absolute;
}

.my-mall .tab-wrap-level1:before {
    width: 220px;
}

.tab-wrap .tab-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #F3BF4A;
}

.tab-items li {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #737373;
    cursor: pointer;
}

.en-lang .tab-items li {
    font-size: 22px;
    line-height: 28px;
}

.tab-items .tab-title {
    cursor: auto;
    font-weight: bold;
}

.tab-items li.on,
.tab-items li:hover {
    font-weight: 700;
    position: relative;
    color: #060879;
}

.tab-items li.on:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    left: -18px;
    background: #F3BF4A;
    line-height: 1;
    font-size: 0;
    top: 50%;
    margin-top: -5px;
}

.panel-content {
    padding: 30px 20px 0 0;
    background: #fff;
    box-sizing: border-box;
    margin-left: 410px;
    position: relative;
}

.panel-content:before {
    content: "";
    line-height: 0;
    font-size: 0;
    height: 100%;
    width: 1px;
    top: 30px;
    left: -30px;
    background: #E7E7E7;
    position: absolute;
}

.my-mall .panel-content {
    margin-left: 320px;
    padding-top: 0;
}

.my-mall .panel-content:before {
    top: 0;
}

.my-mall #list {
    margin-top: 60px !important;
}

.list li {
    width: 31.2%;
    height: 300px;
    margin-bottom: 60px;
    box-sizing: border-box;
    float: left;
    margin-right: 3.2%;
    border-radius: 30px;
    box-shadow: 0px 4px 12.7px 0px #0000000D inset;
    position: relative;
    padding: 30px 0 30px 30px;
    background: #F8F8F8;
}

.my-mall .list li {
    width: 32%;
    margin-right: 2%;
}

#list {
    margin-left: 0;
    margin-right: 0;
}

.list li:nth-child(3n) {
    margin-right: 0;
}

.list li .img-wrap {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -32px;
    left: 30px;
    border-radius: 100px;
    border: 5px solid #fff;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000040;
}

.list li .img-wrap img {
    border-radius: 60px;
}

.list li .no-hover-box .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 30px;
    margin-right: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #060879;
}

.list li .desc {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 5px;
    margin-right: 30px;
    color: #060879;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: block;
}

.list li .no-hover-box .text-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #F3BF4A;
    margin-top: 40px;
    position: relative;
}

.list li .no-hover-box .text-price .price {
    background: #F8F8F8;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.list li .no-hover-box .text-price:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 10px;
    left: 0;
}

.list li .no-hover-box .text-price .price s {
    font-size: 15px;
    color: #BABABA;
    position: absolute;
    top: -22px;
}

.list li .no-hover-box .text-price .price .up {
    font-size: 12px;
}

.list li .btn-wrap {
    margin-top: 25px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
}

.list li .btn-wrap a {
    display: inline-block;
    text-align: center;
    border: 1px solid #F3BF4A;
    color: #060879;
}

.list li .btn-wrap a:hover {
    background: #060879;
    color: #fff;
}

.list li .btn-wrap a.btn-buy {
    max-width: 160px;
    height: 62px;
    line-height: 62px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    flex: 1;
    margin-right: 4%;
}

.my-mall .list li .btn-wrap a.btn-buy {
    width: 60%;
}

.list li .btn-wrap a.btn-buy .iconfont {
    font-size: 13px;
    color: #F3BF4A;
    margin-left: 10px;
}

.list li .btn-wrap a.btn-cart {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 64px;
    float: right;
}

.list li .btn-wrap a.btn-cart .iconfont {
    font-size: 22px;
    font-weight: 700;
}

.getMore,
.noMore {
    margin-bottom: 30px;
}

.en-lang .tab-items li {
    font-size: 14px;
}

.discount-icon {
    position: absolute;
    right: 0;
    width: 62px;
    top: 0;
    border-radius: 0 30px 0 0;
    overflow: hidden;
    height: 108px;
    background: url(/images/discount.svg?v=20250509120425) no-repeat center;
    text-align: center;
}

.discount-icon .iconfont {
    font-size: 108px;
    position: absolute;
    top: 0;
    display: none;
}

.discount-icon span {
    display: block;
    color: #fff;
}

.discount-icon .num {
    font-weight: 700;
    font-size: 22px;
    margin-top: 6px;
}

.discount-icon .text1 {
    font-size: 16px;
}

.discount-icon .text {
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
    padding: 0 5px;
    max-height: 27px;
    overflow: hidden;
    word-break: break-all;
}

.en-lang .discount-icon .text {
    line-height: 1;
    max-height: 24px;
}

@media screen and (max-width:1300px) {

    .list li,
    .my-mall .list li {
        width: 48%;
        margin-right: 4%;
    }

    .list li:nth-child(3n) {
        margin-right: 4%;
    }

    .my-mall .list li:nth-child(3n) {
        margin-right: 2%;
    }

    .list li:nth-child(2n),
    .my-mall .list li:nth-child(2n) {
        margin-right: 0;
    }

}

.my-mall .w1440 {
    max-width: 100%;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    .content-wrap {
        padding-bottom: 0;
    }

    #bannerSwiper {
        height: 200px;
        border-radius: 0;
    }

    .banner-wrap {
        position: relative;
    }

    .banner-left {
        background: #f8f8f8;
    }

    .tab-container,
    .my-mall .tab-container {
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        float: none;
        width: 100%;
    }

    .tab-wrap {
        width: 100%;
        margin: 0;
        padding: 30px 4vw 5vw;
        box-sizing: border-box;
    }

    .tab-wrap-level1:before {
        display: none;
    }

    .tab-items {
        overflow-x: auto;
        white-space: nowrap;
    }

    .my-mall .tab-items {
        margin-top: 0;
    }

    .tab-items::-webkit-scrollbar {
        display: none;
    }

    .tab-items li {
        padding: 0;
        margin-bottom: 0;
        margin-right: 4vw;
        line-height: 8vw;
        height: 8vw;
        font-size: 4vw;
        box-sizing: border-box;
        float: none;
        display: inline-block;
        border: none;
        border-radius: 0;
    }

    .list li:hover .no-hover-box {
        display: block;
    }

    .list li:hover .hover-box {
        display: none;
    }

    .tab-wrap-level1 .tab-items li {
        padding: 0 2.8vw 10vw;
    }

    .tab-wrap-level1 .tab-items li.on,
    .tab-wrap-level1 .tab-items li:hover {
        background: none;
    }

    .tab-wrap-level1 .tab-items li.on:before {
        left: 50%;
        margin-left: -5px;
        top: 100%;
        margin-top: -10px;
    }

    .tab-wrap-level2 {
        background: #f8f8f8;
        padding-bottom: 0;
    }

    .tab-wrap-level2 .tab-items li {
        padding: 0 2.8vw 3vw;
        height: 6.8vw;
        line-height: 6.8vw;
        font-size: 3.6vw;
        box-sizing: content-box;
    }

    .tab-wrap-level2 .tab-items li.on {
        border-bottom: 3px solid #F3BF4A;
    }

    .tab-wrap-level2 .tab-items li.on:before {
        display: none;
    }

    .panel-content,
    .my-mall .panel-content {
        margin: 8vw 0 4vw 0;
        padding: 0 4vw;
        background: none;
        border: none;
        border-radius: 0;
        min-height: 20vh;
    }

    .list li {
        width: 48%;
        margin-right: 4%;
        min-width: 0;
        padding: 15px 0 15px 15px;
        border-radius: 15px;
        height: 218px;
        margin-bottom: 40px;
    }

    .list li:nth-child(3n) {
        margin-right: 4%;
    }

    .list li:nth-child(2n) {
        margin-right: 0;
    }

    .list .list-item {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .list li .img-wrap {
        width: 40px;
        height: 40px;
        top: -20px;
        left: 20px;
        border-width: 2px;
    }

    .list li .no-hover-box .title {
        font-size: 18px;
        margin-top: 20px;
        margin-right: 15px;
    }

    .list li .desc {
        font-size: 14px;
        margin-right: 15px;
    }

    .list li .no-hover-box .text-price {
        margin-top: 30px;
        font-size: 18px;
    }

    .list li .no-hover-box .text-price .price s {
        font-size: 13px;
    }

    .list li .btn-wrap {
        margin-right: 15px;
        margin-top: 12px;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }

    .list li .btn-wrap a.btn-buy,
    .my-mall .list li .btn-wrap a.btn-buy {
        width: 23.6vw;
        font-size: 3vw;
        height: 36px;
        line-height: 36px;
    }

    .list li .btn-wrap a.btn-buy .iconfont {
        margin-left: 5px;
    }

    .list li .btn-wrap a.btn-cart {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }

    .list li .btn-wrap a.btn-cart .iconfont {
        font-size: 4vw;
    }

    #cart_overlay .form_panel {
        border-radius: 0;
    }

    .my-mall #list {
        margin-top: 0 !important;
    }

    .discount-icon {
        width: 40px;
        height: 54px;
        background-size: 100% 100%;
        border-radius: 0 15px 0 0;
    }

    .discount-icon .num {
        font-size: 15px;
    }

    .discount-icon .text1 {
        font-size: 12px;
    }

    .discount-icon .text {
        display: none;
    }

    .tab-container.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .tab-container.fixed .tab-wrap-level2 {
        padding-top: 10px;
    }

    .panel-content.fixed {
        margin-top: 100px;
    }
}