﻿body {
    background: rgba(243, 243, 246, 1);
}

#wrapper {
    padding-bottom: 120px;
}

#newIndex {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
    overflow: auto;
}

    #newIndex.opn {
        opacity: 0;
    }

.new-index-banner {
    position: relative;
    width: 100%;
    height: 912px;
    padding: 32px 24px;
}

.new-index-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 848px;
    width: 100%;
    background: rgba(30, 30, 30, 1);
    z-index: 1;
}


.center-banner {
    width: 686px;
    height: 292px;
    margin: 35px 32px 0 32px;
}

#center-banner .swiper-wrapper .swiper-slide {
    width: 686px;
    height: 292px;
}

#center-banner .swiper-wrapper .object-fit-cover {
    width: 686px;
    height: 292px;
}

#center-banner .swiper-pagination {
    bottom: 16px;
    text-align: right;
    padding-right: 32px;
}


#center-banner .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 4px;
}

#center-banner .swiper-pagination-bullet-active {
    border-radius: 30px;
    background: #ffffff;
}





.index-banner {
    width: 702px;
    height: 864px;
}

#index-banner .swiper-wrapper .swiper-slide {
    width: 702px;
    height: 864px;
}

#index-banner .swiper-wrapper .object-fit-cover {
    width: 686px;
    height: 848px;
    margin: 0 8px 16px 8px;
    border-radius: 8px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

#index-banner .swiper-pagination {
    bottom: 32px;
}


#index-banner .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 4px;
}

#index-banner .swiper-pagination-bullet-active {
    border-radius: 30px;
    background: rgba(30, 30, 30, 1);
}





/* 容器 6 */
.contains-6 {
    width: 686px;
    height: 220px;
    margin: 0 auto;
    position: relative;
}

    .contains-6:before {
        content: "";
        position: absolute;
        width: 450px;
        height: 2px;
        background: rgba(196, 196, 196, 1);
        top: 38px;
        left: 130px;
        z-index: 1;
    }

    .contains-6 .item {
        position: relative;
        z-index: 2;
    }

    .contains-6 .item-img {
        /* 椭圆 1 */
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        border: 2px solid rgba(118, 118, 118, 1);
        background: rgba(243, 243, 246, 1);
        border-radius: 50%;
        margin: 0 auto;
    }

        .contains-6 .item-img img {
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 18px;
        }

    .contains-6 .item-h1 {
        margin-top: 14px;
        text-align: center;
    }

    .contains-6 .item-h2 {
        text-align: center;
    }


.contains-7 {
    margin-top: 32px;
    padding: 0 32px;
}

.contains-7-title {
    height: 64px;
    line-height: 64px;
}

    .contains-7-title .tit-left {
        color: rgba(51, 51, 51, 1);
        text-align: left;
        text-transform: capitalize;
    }

    .contains-7-title .tit-right {
        text-align: right;
        padding-right: 40px;
        background-image: url('../../images/new/arrow.png');
        background-size: 32px 32px;
        background-position: right center;
        background-repeat: no-repeat;
    }

#coupon-template-list {
    margin-top: 30px;
}


.index-coupon-nor-ul {
    grid-gap: 34px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}

.coupon-item {
    width: 326px;
    height: 448px;
    border-radius: 4px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
}

.index-coupon-nor-ul .img {
    width: 326px;
    height: 240px;
    position: relative;
}

    .index-coupon-nor-ul .img img {
        width: 326px;
        height: 240px;
        border-radius: 4px
    }


.index-coupon-nor-ul .buyer {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(30, 30, 30, 1);
    color: rgba(255, 255, 255, 1);
    /*font-family: 'regular';*/
    font-size: 20px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 40px;
}

.index-coupon-nor-ul .name {
    color: rgba(51, 51, 51, 1);
    /*font-family: 'light';*/
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    text-transform: capitalize;
    padding: 16px;
}

.index-coupon-nor-ul .brand {
    color: rgba(51, 51, 51, 1);
    /*font-family: 'bold';*/
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    text-transform: capitalize;
    padding: 0 16px;
}

.index-coupon-nor-ul .price {
    color: rgba(0, 153, 255, 1);
    /*font-family: 'medium';*/
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 20px;
    padding: 0 16px;
}

.index-coupon-nor-ul .price-span {
    font-size: var(--size-s1);
}



.contains-2 {
    margin-top: 64px;
    padding: 0 32px;
    height: 526px;
    overflow: hidden;
}

.contains-2-title {
    height: 64px;
    line-height: 64px;
}

    .contains-2-title .tit-left {
        color: rgba(51, 51, 51, 1);
        /*font-family: 'regular';*/
        font-size: 40px;
        line-height: 52px;
        text-align: left;
        text-transform: capitalize;
    }

    .contains-2-title .tit-right {
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 52px;
        text-align: right;
        text-transform: capitalize;
        padding-right: 40px;
        background-image: url('../../images/new/arrow.png');
        background-size: 32px 32px;
        background-position: right center;
        background-repeat: no-repeat;
    }

#pro-list {
    margin-top: 30px;
}

.pro-list-ul {
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    /*    grid-gap: 20px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);*/
}

    .pro-list-ul .item { /* 矩形 62 */
        min-width: 280px;
        height: 464px;
        border-radius: 4px;
        margin-right: 32px;
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
        background: rgba(255, 255, 255, 1);
        position: relative;
    }

    .pro-list-ul .item-brand {
        margin-top: 16px;
        padding: 0 16px;
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 1px;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .pro-list-ul .item-img {
        width: 280px;
        height: 240px;
        /*background: rgba(226, 226, 227, 1);*/
        border-radius: 4px;
        position: relative;
    }


    .pro-list-ul .item-Inventory,
    .pro-list-ul .item-badge {
        position: absolute;
        top: 16px;
        right: 16px;
        background: rgba(30, 30, 30, 1);
        color: rgba(255, 255, 255, 1);
        /*font-family: 'regular';*/
        font-size: 20px;
        line-height: 32px;
        padding: 0 10px;
        border-radius: 40px;
    }

    .pro-list-ul .item-badge--coming {
        background: rgba(0, 153, 255, 1);
    }

    .pro-list-ul .item-badge--hot {
        top: 60px;
        background: rgba(220, 38, 38, 1);
    }

    .pro-list-ul img {
        display: block;
        width: 240px;
        height: 240px;
        margin: 0 auto;
    }

    .pro-list-ul .item-title {
        text-align: left;
        text-transform: capitalize;
        padding: 0 16px;
        margin-top: 4px;
        height: 72px;
    }

    .pro-list-ul .item-price {
        color: rgba(0, 153, 255, 1);
        text-align: left;
        text-transform: capitalize;
        margin-top: 30px;
        padding: 0 16px;
    }

    .pro-list-ul .item-price-span {
        font-size: var(--size-s1);
    }

    .pro-list-ul .item-more {
        background: var(--mr);
        color: var(--white);
        margin: 20px 20px;
        text-align: center;
        font-size: var(--size-s1);
        padding: 20px 0;
        border-radius: 50px;
    }




.contains-4 {
    margin-top: 64px;
    padding: 0 32px;
}

.contains-4-title {
    height: 64px;
    line-height: 64px;
}

    .contains-4-title .tit-left {
        color: rgba(51, 51, 51, 1);
        /*font-family: 'regular';*/
        font-size: 40px;
        line-height: 52px;
        text-align: left;
        text-transform: capitalize;
    }

    .contains-4-title .tit-right {
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 52px;
        text-align: right;
        text-transform: capitalize;
        padding-right: 40px;
        background-image: url('../../images/new/arrow.png');
        background-size: 32px 32px;
        background-position: right center;
        background-repeat: no-repeat;
    }

.index-brand-ul {
    margin-top: 30px;
    grid-gap: 32px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
}

.brand-item {
    border-radius: 10px;
}

.index-brand-ul .img {
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index-brand-ul img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-brand-ul .brand {
    color: rgba(51, 51, 51, 1);
    /*font-family: 'regular';*/
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 16px;
    padding: 0 16px;
}

.index-brand-ul .quan {
    color: rgba(0, 153, 255, 1);
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 12px;
    padding: 0 16px;
}

.index-title {
    font-size: var(--size-b2);
    line-height: var(--size-b2);
    font-weight: 500;
    padding-bottom: 20px;
}

.index-more {
    font-size: var(--size-s1);
    line-height: var(--size-s1);
    padding-bottom: 20px;
    color: var(--mrlight);
    padding-right: 20px;
    position: relative;
}

    .index-more::after {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        content: "\f101";
        font-family: 'FontAwesome';
        font-size: var(--size-s1);
        line-height: var(--size-s1);
    }


.loadLayout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 200;
    display: none;
}

    .loadLayout.AniShow {
        display: block;
    }

.loadLayout-bg {
    position: absolute;
    top: 100px;
    bottom: 0;
    z-index: 1;
}

    .loadLayout-bg .yd-i1 {
        position: relative;
        z-index: 2;
    }

    .loadLayout-bg .yd-i2 {
        position: absolute;
        top: 112px;
        left: 0;
        width: 750px;
        bottom: 0;
        background: url(/images/new/yd-i2.png) 0 0 no-repeat;
        /*background-size: 100% 100%;*/
    }

.loadLayout-content {
    position: relative;
    z-index: 5;
}


    .loadLayout-content .loadTime {
        height: 62px;
        line-height: 62px;
    }

    .loadLayout-content .loadClose {
        height: 32px;
        width: 32px;
        background: url(/images/new/cross.png) center center no-repeat;
        margin-left: 16px;
        margin-right: 32px;
    }


.loadLayout .div-01 {
    display: block;
    width: 144px;
    height: 144px;
    margin: 0 auto;
}

.loadLayout .yd01 {
    display: block;
    width: 144px;
    height: 144px;
    margin: 0 auto;
    transform: scale(0.7);
    opacity: 0;
}

.AniShow.loadLayout .yd01 {
    transform: scale(1);
    opacity: 1;
}


.loadLayout .div-02 {
    display: block;
    width: 152px;
    height: 48px;
    margin: 38px auto 0 auto;
}

.loadLayout .w1 {
    display: block;
    width: 152px;
    margin: 0 auto;
    margin-left: -100px;
    opacity: 1;
}

.AniShow.loadLayout .w1 {
    margin-left: 0px;
    opacity: 1;
}


.loadLayout .div-03 {
    display: block;
    width: 146px;
    height: 16px;
    margin: 16px auto 0 auto;
}

.loadLayout .w2 {
    display: block;
    width: 146px;
    height: 16px;
    margin-left: 100px;
}

.AniShow.loadLayout .w2 {
    margin-left: 0px;
    opacity: 1;
}



.loadLayout .div-04 {
    display: block;
    width: 100%;
    height: 40px;
    margin: 56px auto 0 auto;
}

.loadLayout .word {
    display: block;
    padding-top: 100px;
}

.AniShow .word {
    padding-top: 0px;
    opacity: 1;
}
