html {
    font-size: 16px; /* 默认基础字体大小 */
}

.deals-page {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px !important;
        overflow: hidden;
    }

    a {
        color: #000;
    }

    /*background: #fff;*/

    .figure-img-box {
        margin-top: 20px;
        width: 100%;
        border-radius: 20px;

        .figure-img {
            border-radius: 20px;
        }
    }

    .top-title-deals {
        font-size: 40px;
        line-height: 1.25em;
        margin: 5%
    }

    .store-box {
        margin-right: 27.5px;
        margin-left: 27.5px;


        .col-md-6, .col-lg-4 {
            padding-right: 27.5px;
            padding-left: 27.5px;
        }

        .col-6 {
            @media (max-width: 750px) {
                padding-right: 7.5px;
                padding-left: 7.5px;
            }
        }

        .card {
            box-shadow: none;
            background: transparent;
            /*max-width: 460px;*/
        }

        .card-body {
            padding: 0;
            text-align: center;
        }
        .img-box {
            width: 400px;
            height: 400px;
            margin: 0 auto;
            @media (max-width: 750px) {
                width: 170px;
                height: 170px;
            }
        }

        .card-img-top {
            border-radius: 20px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .card-title {
            margin: 15px auto;
            width: 100%;
            line-height: 1.3em;
            font-size: calc(16px + 0.4vw);
        }

        .card-text {
            font-size: calc(16px + 0.4vw);
            margin-bottom: 15px;
        }

        .price-text {
            font-size: calc(16px + 0.3vw);
        }

        .price-bg {
            display: inline-block;
            width: 150px;
            height: 60px;
            line-height: 60px;
            background: url("../../img/price-bg.png") no-repeat center;
            background-size: contain;
        }
    }

    .store-box.row {
        @media (max-width: 750px) {
            margin-right: -7.5px;
            margin-left: -7.5px;
        }
    }

    .sale-box {
        .row {
            margin-right: -17.5px;
            margin-left: -17.5px;
        }

        .col-md-6, .col-lg-4 {
            padding-right: 17.5px;
            padding-left: 17.5px;
        }

        .sale-box-title {
            text-align: center;
            font-size: 32px;
            line-height: 38px;
            color: #ffffff;
            min-height: 38px;
            background-color: #8949f3;
            margin: 40px 0;
            padding: 5px 0;
        }

        .sale-store {
            position: relative;
        }

        .sale-content {
            top: 5px;
            width: 92%;
            height: 92%;
            display: flex;
            @media (max-width: 750px) {
                height: 89%;
            }
        }

        .sale-tip {
            width: 15%;
            text-align: center;
            padding-top: 4.5%;
            font-size: 25px;
            color: #fff;
            @media (max-width: 750px) {
                padding-top: 2.5%;
                font-size: 18px;
            }
        }

    }

    .category-container {
        background: #f1e8ff;
    }

    .category-box {
        .category-title {
            font-size: 38px;
            line-height: 40px;
            color: #000000;
        }

        .category-more-btn {
            font-size: 20px;
            line-height: 27px;
            cursor: pointer;

            > a {
                color: #000000;
            }
        }

        .tabs-list {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 80%;
            @media (max-width: 750px) {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
            }
        }

        .tab-item {
            cursor: pointer;
            margin: 20px 0;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 20px;
            /* line-height: 25px; */
            @media (max-width: 750px) {
                margin: 5px 0;
            }
        }

        .active {
            color: #ffffff;
            background: #965ff1;
            border-right: 2px solid #965ff1;
        }

        .container-seven-tabs {
            padding-left: 10%;
        }

        .category-tabs-moreStores {
            border-color: transparent;
            border-radius: 4px;
            filter: drop-shadow(3px 0px 5px rgba(137, 73, 243, 0.5));
            background-color: #f4f6f9;
            font-size: 20px;
            line-height: 23px;
            color: #8949f3;
            width: 80%;
            @media (max-width: 750px) {
                width: 100%;
            }
        }

        .category-list-tabContent {
            margin-top: 20px;
        }

        .category-list-tabContent .row {
            margin-right: -17.5px;
            margin-left: -17.5px;
            margin-top: -35px
        }

        .category-list-tabContent .row > * {
            padding-right: 17.5px;
            padding-left: 17.5px;
            margin-top: 35px;
            @media (max-width: 750px) {
                margin-top: 10px;
            }
        }

        .category-deals-store {
            .deals-store-box {
                background: #ffffff;
                height: 149px;
                cursor: pointer;
                border-radius: 10px;
            }

            .sale-store-content {
                padding-right: 0px;
            }

            .sale-store-title {
                font-size: calc(16px + 0.08vw);
                line-height: 20px;
                padding-right: 5px;
            }

            .sale-store-price {
                font-size: calc(16px + 0.08vw);
                line-height: 20px;
            }

            .store-originalPrice {
                font-size: calc(14px + 0.08vw);
                text-decoration: line-through;
                color: #4d4d4d;
                opacity: 0.749;
            }

            .sale-store-express-fee {
                font-size: calc(14px+ 0.1vw);
                line-height: 14px;
            }

            .sale-store-btn {
                width: 159px;

                > span {
                    font-size: calc(16px + 0.08vw);
                    height: 30px;
                    line-height: 27px;
                }
            }
        }
    }


    .two-line-ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .tabContent {
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .tabContent.fade-out {
        opacity: 0;
        visibility: hidden;
    }

    .tabContent.fade-in {
        opacity: 1;
        visibility: visible;
    }
}

