.mall-container {
    width: 100%;
    /*height: 100%;*/
    padding-top: 64px;
    background: #F7F8FA;
}

.poster {
    width: 100%;
    height: 400px;
}

.poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mall-content {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

.hot-commodity {
    width: 100%;
    height: 480px;
}

.hot-commodity-left, .hot-commodity-right {
    width: 49%;
    height: 480px;
}

.hot-commodity-right-top {
    width: 100%;
}

.hot-commodity-item {
    width: 49%;
    height: 230px;
    background: transparent;
}

.hot-commodity-left {
    background: #1b6afe;
}

.hot-commodity-right-bottom {
    width: 100%;
    height: 230px;
    background: #1b6afe;
}

.hot-commodity-left, .hot-commodity-item, .hot-commodity-right-bottom {
    position: relative;
    border-radius: 8px;
}

.hot-commodity-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.30) 100%);
    z-index: 888;
    display: block;
}

.hot-commodity-left img, .hot-commodity-item img, .hot-commodity-right-bottom img {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    border-radius: 8px;
}

.hot-commodity-left .hot-commodity-mask {
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 108px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.30) 100%);
}

.hot-commodity-left .hot-commodity-mask span {
    display: block;
}

.hot-commodity-mask span:last-child {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
}

.classification {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #333333;
    overflow-x: hidden;
    /*position: fixed;*/
    /*top: 194px;*/
    /*left: 0;*/
    /*z-index: 999;*/
}

.classification-content {
    width: 100%;
    max-width: 1200px;
    min-width: 900px;
}

.classification-item {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    min-width: 125px;
    text-align: center;
}

.tabs {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    /*flex-wrap: wrap;*/
    margin-top: 40px;
    margin-bottom: 24px;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.tabs-container {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    /*flex-wrap: wrap;*/
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.tabs::-webkit-scrollbar, .tabs-container::-webkit-scrollbar {
    display: none;
}

.tabs-roll {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tabs-roll > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100px;
    align-self: center;
    text-align: center;
    z-index: 9;
}

.tabs-roll > div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100px;
    text-align: center;
    align-self: center;
    z-index: 9;
}

.tabs-roll > div img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    cursor: pointer;
}

.tab-item {
    width: auto;
    min-width: 168px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.tab-item::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 35px;
    top: 33px;
    background: #f1f1f1;
}

.tab-item:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0px;
    height: 0px;
    top: 33px;
    background: #f1f1f1;
}

.tab-item-name {
    color: #1F3349;
}

.tab-item-des {
    color: rgba(31, 51, 73, 0.6);
    margin-top: 5px;
}

.commodity-container {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-top: 24px;
}

.commodity-item {
    width: 24%;
    height: 479px;
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-left: 1%;
}

.commodity-item:nth-child(4n) {
    margin-right: 0;
}

.commodity-img {
    width: 100%;
    height: 282px;
    border-radius: 8px 8px 0 0;
}

.commodity-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

.commodity-content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
    padding: 0 16px;
}

.commodity-title {
    align-items: center;
}

.commodity-title span.title {
    display: inline-block;
    width: 90%;
}

.commodity-title .tag {
    display: inline-block;
    background: #1b6afe;
    border-radius: 2px;
    box-sizing: border-box;
    width: 32px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 6px;
}

.commodity-des {
    width: 100%;
    height: 40px;
    margin: 8px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*两行文本*/
    -webkit-box-orient: vertical;
}

.commodity-full-container {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 12px;
}

.commodity-full-item {
    width: auto;
    margin-right: 3px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #f32d2d;
    border-radius: 2px;
}

.commodity-full-item span {
    display: block;
}

.commodity-full-item span:first-child {
    width: 20px;
    text-align: center;
    background: #F32D2D;
}

.commodity-full-item span:last-child {
    width: auto;
    box-sizing: border-box;
    padding: 0 5px;
}

.previous, .next {
    display: inline-block;
    width: 72px;
    color: #FFFFFF;
    border: 1px solid #4da0f0;
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4da0f0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.swiper-container {
    /*--swiper-theme-color: #ff6600;!* 设置Swiper风格 *!*/
    --swiper-navigation-color: #acb2b4; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
}

.swiper-wrapper > a {
    display: block;
}

@media (max-width: 1200px) {
    .commodity-item {
        width: 48%;
        margin-right: 1%;
    }
}
