.part {
    position: relative;
    font-size: .75rem;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}
.part .part-image {
    max-width: 100%;
    width: 100%;
}
.part-text-center {
    text-align: center;
}
.part .part-title {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: .25em;
}
.part .part-subtitle {
    font-size: 1.25em;
    font-weight: 500;
    padding-bottom: .25em;
    line-height: 1.2;
}
.part .part-text {
    font-size: .85em;
    line-height: 1.25;
    margin-bottom: 0;
    color: #a7a7a7;
}
.part .part-title2 {
    font-size: 1.725em;
}

.sale-box- {
}

.thin {
    font-weight: 400;
}

.bold {
}

.italic {
}

.sale-box- h1, .sale-box- h2, .sale-box- h3, .sale-box- h4, .sale-box- h5, .sale-box- h6, .sale-box- p {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.sale-box- .desc {
    color: #787878;
}

.sale-box- img {
    width: 100%;
    vertical-align: top;
    max-width: unset;
    box-sizing: border-box;
}

.sale-box- div {
    box-sizing: border-box;
}

.sale-box- .black {
    color: #000;
}

.sale-box- .white {
    color: #fff;
}

.sale-box- .gray {
    color: #c5c4c4;
}

.sale-box- .gray1 {
    color: #787878;
}

.sale-box- .yellow {
    color: #f6d52f;
}

.sale-box- .gold {
    color: #FFDEA9;
}

.sale-box- .blue {
    color: #5EAFF1;
}

.sale-box- .green {
    color: #74C090;
}

.sale-box- .purple {
    color: #AFA2E3;
}

.sale-box- .linear, .sale-box- .linear1, .sale-box- .linear2 {
    width: fit-content !important;
    margin: 0;
    color: transparent;
    background-image: linear-gradient(to bottom, #E6CBA4, #A88257);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
}

.sale-box- .linear1 {
    background-image: linear-gradient(to right, #AFA2E3, #6F87B8);
}

.sale-box- .linear2 {
    background-image: linear-gradient(to bottom, #b9f0ee, #4EB7B3);
}

.sale-box- .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-box- .flex1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.sale-box- .flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box- .flex3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale-box- .flex-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sale-box- .flex-row {
    flex-direction: row-reverse;
}

.sale-box- .bg-black1 {
    background-color: #0a0a0a;
}

.sale-box- .bg-black {
    background-color: #000;
    color: #fff;
}

.sale-box- .bg-white {
    background-color: #fff;
    color: #000;
}

.sale-box- .bg-white .desc {
    color: #7A7A7A;
}

.sale-box- .relative {
    position: relative;
}

.sale-box- .text- {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.sale-box- {
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}

.sale-box- .punk-btn {
    background-image: linear-gradient(to right, #E1BBDF, #7E62E1);
    cursor: pointer;
}

.sale-box- .app {
    display: none;
}

.back_top_div {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 1%;
    bottom: 14%;
    opacity: 0;
    z-index: -10;
    background: #fff url('images/back-top.svg') no-repeat center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px
}

.back_top_div.backTop_show {
    opacity: 1;
    z-index: 99999
}

.back_top_div.nodisplay {
    display: none !important
}

@media screen and (min-width:1200px) {
    .back_top_div:after {
        content: '';
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        background-color: #fff;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .back_top_div:hover {
        cursor: pointer
    }

    .back_top_div:hover:after {
        opacity: .7
    }
}

@media screen and (max-width:1199px) {
    .back_top_div {
        width: 36px;
        height: 36px;
        right: 20px;
        -webkit-box-shadow: 0 4.286px 6px 0 rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 4.286px 6px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 4.286px 6px 0 rgba(0, 0, 0, .05);
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px
    }

    .back_top_div.backTop_show {
    }
}

.sale-box- .sec1 {
    position: relative;
    padding: 6% 10% 10%;
    background-color: #fff;
}

.sale-box- .sec1 .text {
    width: 42%;
}

.sale-box- .sec1 img {
    width: 54%;
}

.sale-box- .sec1 .tuv {
    width: 10%;
    position: absolute;
    right: 5%;
    bottom: 15%;
}

.sale-box- .sec1 .text h3 {
    letter-spacing: 1px;
}

.sale-box- .sec1 .text .flex3 {
    margin-top: 3%;
    justify-content: flex-start;
    align-items: flex-start;
    transform: scale(0.9);
    transform-origin: left center;
}

.sale-box- .sec1 .text .flex3 .sell {
    padding: 0 4%;
    text-align: center;
    position: relative;
    width: max-content;
    white-space: nowrap;
}

.sale-box- .sec1 .text .flex3 .sell:nth-child(1) {
    padding-left: 0;
}

.sale-box- .sec1 .text .flex3 .sell:nth-child(2)::before, .sale-box- .sec1 .text .flex3 .sell:nth-child(3)::after, .sale-box- .sec1 .text .flex3 .sell:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 1.5px;
    height: 90%;
    background-color: #000;
    left: 0;
    top: 4%;
}

.sale-box- .sec {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.sale-box- .box {
    text-align: center;
    padding: 8% 0 2%;
}

.sale-box- .box h2 {
    max-width: 90%;
    margin: auto;
    font-weight: 700;
}

.sale-box- .box h6 {
    margin-top: 0.8%;
}

.sale-box- .box .desc {
    text-align: center;
    width: 50%;
    margin: 1.5% auto 2%;
    line-height: 1.4;
}

.sale-box- .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 6%;
}

.sale-box- .left-text {
    text-align: left;
    padding-left: 15%;
}

.sale-box- .left-text h2 {
    margin-left: 0;
}

.sale-box- .left-text h3 {
    max-width: 90%;
    margin-left: 0;
}

.sale-box- .left-text .desc {
    width: 40%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.sale-box- .right-text {
    text-align: right;
}

.sale-box- .right-text .desc {
    text-align: right;
    width: 50%;
    margin-right: 0;
    margin-left: auto;
}

.sale-box- .sec-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8% 15% 4%;
}

.sale-box- .sec-flex>img, .sale-box- .sec-flex>.img {
    width: 50%;
}

.sale-box- .sec-flex .box {
    width: 46%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.sale-box- .sec-flex .box h3 {
    letter-spacing: 1px;
    margin-bottom: 1%;
}

.sale-box- .sec-flex .box .desc {
    width: 90%;
}

.sale-box- .width- {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.sale-box- .sec2 {
    margin-top: -4%;
}

.sale-box- .sec2 .imgs {
    background-color: #F5F5F6;
    padding: 5% 4%;
}

.sale-box- .sec2 .flex {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 4%;
}

.sale-box- .sec2 .text1 {
    bottom: 60%;
}

.sale-box- .sec2 .text2 {
    top: 60%;
}

.sale-box- .sec2 .flex h5 {
    color: #756788;
}

.sale-box- .sec2 .flex h5, .sale-box- .sec2 .flex p {
    width: 50%;
    text-align: center;
}

.sale-box- .sec2 .flex p {
    color: #2D2D2D;
}

.sale-box- .swiper-wrapper {
    height: unset;
}

.sale-box- .draw- {
    background-image: linear-gradient(to right, #EFF2F4, #E4F2FD);
}

.sale-box- .draw>div, .sale-box- .width-90 {
    width: 90%;
    margin: 0 auto;
}

.sale-box- .sec3 .imgs, .sale-box- .sec17 .imgs, .sale-box- .sec4, .sale-box- .sec5 {
    background-color: #fff;
    border-radius: 15px;
}

.sale-box- .title {
    width: 40%;
    margin-left: 0;
    padding: 1% 0;
    text-align: center;
    margin-bottom: 2%;
    color: #fff;
    border-bottom-right-radius: 10px;
}

.sale-box- .sec3 .imgs {
    margin-top: 3%;
    background-image: linear-gradient(to right, #D7D6EC, #E4DBED);
}

.sale-box- .sec3 .imgs .flex {
    flex-wrap: wrap;
    margin: 0 2%;
    align-items: stretch;
}

.sale-box- .sec3 .imgs .img {
    margin-bottom: 2%;
    width: 32%;
    display: flex;
    padding: 3% 4%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px;
}

.sale-box- .sec3 .imgs .img:hover {
    transform: translateY(-5px) !important;
}

.sale-box- .sec3 .imgs .img .img- {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.sale-box- .sec3 .imgs .img .text {
    text-align: center;
    color: #000;
}

.sale-box- .sec3 .imgs .img .text p strong {
    font-size: 1.25em;
    vertical-align: baseline;
}

.sale-box- .sec3 .imgs .img .text .p-mini {
    color: #7A7A7A;
    margin-top: 2%;
}

.sale-box- .draw .sec4, .sale-box- .sec4 {
    margin-top: 6%;
    padding-bottom: 5%;
}

.sale-box- .sec4 img {
    width: 12%;
    margin: 4% auto 0;
}

.sale-box- .draw .sec5 {
    margin-top: 6%;
    padding-bottom: 3%;
}

.sale-box- .draw .sec5 .imgs {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.sale-box- .draw .sec5 .imgs .text {
    text-align: center;
    position: absolute;
    width: 46%;
    left: 47%;
    color: #fff;
    top: 10%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sale-box- .draw .sec5 .imgs .text h5 {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.sale-box- .draw .sec5 .imgs .text h5 span {
    font-size: 4.5em;
    margin: 0 0.1em;
    line-height: 1;
}

.sale-box- .draw .sec5 .imgs .buttons {
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box- .draw .sec5 .imgs .buttons p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box- .draw .sec5 .imgs a, .sale-box- .draw .sec5 .imgs button {
    color: #fff;
    background-color: #B6D493;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 4% 10%;
    width: fit-content;
    margin-left: 3%;
    text-decoration: none;
    outline: 0;
    border: 0;
}

.sale-box- .draw .sec6 .imgs h3 {
    margin-bottom: 3%;
    text-align: center;
    margin-top: 6%;
}

.sale-box- .draw .sec6 .imgs .flex {
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: stretch;
}

.sale-box- .draw .sec6 .imgs .flex .img {
    width: 32%;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2%;
    padding: 4% 2% 2%;
}

.sale-box- .draw .sec6 .imgs .flex .img .img- {
    width: 30%;
    margin: 0 auto 2%;
}

.sale-box- .draw .sec6 .imgs .flex .img p {
    margin-bottom: 1%;
}

.sale-box- .draw .sec6 .imgs .flex .img .p-mini {
    color: #7A7A7A;
    margin-bottom: 0;
}

.sale-box- .draw .sec6 .imgs .flex .img p span {
    font-size: 1.2em;
    vertical-align: baseline;
    font-weight: 700;
}

.sale-box- .sec7 {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #F9FCFF;
}

.sale-box- .sec7 .flex {
    flex-wrap: wrap;
    margin-top: 2%;
}

.sale-box- .sec7 .flex .sells-1 {
    width: 32.53%;
}

.sale-box- .sec7 .flex .sells-1 .sell1 {
    margin-bottom: 4.6%;
}

.sale-box- .sec7 .flex .sell3 {
    width: 65.98%;
}

.sale-box- .sec7 .flex .sell-1 {
    width: 49.25%;
    margin-top: 1.5%;
}

.sale-box- .sec7 .flex .sell-2 {
    width: 24%;
    margin-top: 1.5%;
}

.sale-box- .sec7 .flex .sell {
    color: #000;
    position: relative;
}

.sale-box- .sec7 .flex .sell .text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    padding: 0 6%;
    text-align: center;
}

.sale-box- .sec7 .flex .sell .text- {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding-left: 4%;
    align-items: center;
    height: 100%;
    top: 0;
}

.sale-box- .sec7 .flex .sell .textLeft {
    text-align: left;
}

.sale-box- .sec13 {
    margin-bottom: 4%;
}

.sale-box- .sec13 .imgs img {
    width: 50%;
    padding: 0 4%;
}

.sale-box- .sec13 .imgs .hours {
    width: 50%;
    flex-wrap: wrap;
    padding-left: 4%;
}

.sale-box- .sec13 .imgs .hours .hour {
    width: 50%;
    text-align: left;
    margin-bottom: 8%;
}

.sale-box- .sec13 .imgs .hours .hour:last-child {
    margin-bottom: 0;
}

.sale-box- .sec14 .imgs {
    padding-left: 20%;
}

.sale-box- .sec14 .imgs .texts {
    position: absolute;
    top: 5%;
    left: 0;
    width: 20%;
}

.sale-box- .sec14 .imgs .texts .mms {
    margin-bottom: 30%;
}

.sale-box- .sec14 .imgs .texts .mms .mm {
    text-align: left;
    width: max-content;
    white-space: nowrap;
}

.sale-box- .sec14 .imgs .texts .mms .mm:first-child {
    margin-right: 6%;
}

.sale-box- .sec14 .imgs .texts .colors {
    width: 100%;
    text-align: left;
}

.sale-box- .sec14 .imgs .texts .colors .color {
    margin-bottom: 10%;
}

.sale-box- .sec14 .imgs .texts .colors .color .circle {
    width: 30px;
    height: 30px;
    margin-right: 3%;
    border-radius: 50%;
    border: 1px solid #707070;
}

.sale-box- .sec15 .imgs .flex2 {
    padding: 0 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    align-items: flex-start;
}

.sale-box- .sec15 .imgs .flex2 .hour {
    width: 20%;
    text-align: center;
}

.sale-box- .sec9 img {
    border-radius: 6px;
}

.sale-box- .sec9 .imgs .box {
    width: 30%;
    right: 10%;
    left: unset;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

.sale-box- .sec9 .imgs .box p {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    color: #7A7A7A;
    width: 70%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.sale-box- .sec9 .imgs .box a {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 1% 2%;
    width: fit-content;
    margin-top: 3%;
}

.sale-box- .sec9 .imgs .box a h5 {
    transform: scale(0.9);
    transform-origin: center;
}

.sale-box- .sec11 {
    background-color: #EFEFEF;
    padding-bottom: 8%;
}

.sale-box- .sec11 .imgs .img {
    padding: 5%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 3%;
    position: relative;
}

.sale-box- .sec11 .imgs .img:hover {
}

.sale-box- .sec11 .imgs .img::after {
    content: 'NEW';
    background-image: linear-gradient(to right, #FF443F, #FF9616);
    font-size: 16px;
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    left: 2%;
    top: 5%;
    color: #fff;
}

.sale-box- .sec11 .imgs .img img {
    width: 45%;
    padding-left: 5%;
}

.sale-box- .sec11 .imgs .img img:hover {
    transform: scale(1.05) !important;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}

.sale-box- .sec11 .imgs .img .text {
    width: 40%;
    color: #000;
    text-align: left;
}

.sale-box- .sec11 .imgs .img .text p {
    margin-top: 2%;
}

.sale-box- .sec11 .imgs .img .text .p-mini {
    margin-top: 3%;
    line-height: 1.4;
}

.sale-box- .sec11 .imgs .img .text a {
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 2% 4%;
    display: block;
    margin-top: 4%;
    width: fit-content;
    cursor: pointer;
}

.sale-box- .sec12 {
    padding: 5% 15% 10%;
}

.sale-box- .sec12 h5 {
    width: 70%;
    margin: 0 auto;
}

.sale-box- .sec12 .flex {
    width: 70%;
    margin: 5% auto 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.sale-box- .sec12 .buttons {
    background-color: #F4E8F5;
}

.sale-box- .sec12 .flex .email {
    width: 70%;
    height: 70px;
    outline: 0;
    border: 0;
    padding-left: 5%;
    font-size: 20px;
    background-color: #F4E8F5;
}

.sale-box- .sec12 .flex .news-submit {
    width: 30%;
    position: relative;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.sale-box- .sec12 .flex .news-submit input {
    width: 100%;
    height: 70px;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 25px;
}

.sale-box- .sec12 .flex .news-submit img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 25%;
}

.sale-box- .sec12- {
    margin-top: 3%;
    margin-bottom: 5%;
    padding-top: 0;
    padding-bottom: 5%;
}

.sale-box- .sec12 .success {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #7E62E1, #E1BBDF);
    clip-path: inset(0 0 0 100%);
}

.sale-box- .sec17 {
    padding-top: 8%;
}

.sale-box- .sec17 .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 4% auto 0;
}

.sale-box- .sec17 img {
    width: 30%;
    padding-left: 5%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.4);
    transform-origin: bottom center;
}

.sale-box- .sec17 .sec12 {
    width: 100%;
    transform: translateX(10%);
    padding-bottom: 0;
}

.sale-box- .sec17 .sec12 .box {
    padding-top: 0;
}

.sale-box- .sec17 .buttons {
    background-color: #F4E8F5;
}

.sale-box- .sec17 .flex .email {
    background-color: #F4E8F5;
}

.sale-box- .sec17 .rules {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.sale-box- .sec17 .rules .content {
    color: #7A7A7A;
    margin-top: 1%;
}

.sale-box- .sec17 .rules .content .p-mini {
    margin-bottom: 0.5%;
}

.sale-box- .sec17 .rules .content .bold- {
    color: #000;
    padding-left: 1%;
    font-weight: 500;
}

.bt:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url('images/0_26a5014f-0b49-4f01-86f3-628b5271f0ba.png') no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
}

.bt.collapsed:after {
    content: "";
    background: url('images/0_f4aea259-becf-4863-bfd5-6c0e70e658c5.png') no-repeat;
    background-size: cover;
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.sale-box- .sec16 .box {
    margin-bottom: 4%;
}

.sale-box- .sec16 .flex {
    align-items: flex-start;
}

.sale-box- .sec16 .flex .texts {
    width: 50%;
    text-align: left;
    padding-top: 4%;
}

.sale-box- .sec16 .flex .texts p {
    margin-bottom: 1%;
}

.sale-box- .sec16 .flex img {
    width: 50%;
    padding: 4%;
}

.sale-box- .sec16 .rules {
    text-align: left;
    padding-bottom: 4%;
}

.sale-box- .sec16 .rules .content {
    color: #7A7A7A;
    margin-top: 1%;
}

.sale-box- .sec16 .rules .content .p-mini {
    margin-bottom: 0.5%;
}

.sale-box- .sec16 .sec4, .list-unstyled li, .sale-box- .sec11 .imgs .img {
    box-shadow: 2px 2px 8px 2px #ccc;
}

.s11 {
    position: relative;
    margin-top: 4%;
    padding: 0 !important;
}


.s11 .d-flex {
    display: flex;
    flex-wrap: wrap
}

.s11 .items {
    width: 50%;
}

.s11 .item {
    margin-bottom: 1em;
    text-align: left;
    background-color: #C9E7FF;
    border: 1px solid #5EAFF1;
    border-radius: 30px;
    overflow: hidden;
}

.s11 .item div {
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3% 3%;
    border-radius: 30px;
}

.s11 .item div input {
    cursor: pointer;
    margin-right: 2%;
    width: 16px;
    height: 16px;
}

.s11 .item div input:checked+span {
}

.s11 .btn-primary {
    cursor: pointer;
    line-height: 1;
    text-align: left;
}

.s11 .px-lg-5 {
    width: 100%;
    margin: 3% auto 0;
}

.sale .up {
    width: 3.5%;
    display: block;
    margin: 0 auto -3.5rem;
}

.s11 .comment {
    width: 100%;
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    min-height: 150px;
    padding: 4% 5% 0;
    color: #000;
    border-radius: 4px;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 1rem;
    display: none;
    background-color: #efeeee;
}

.s11 .comment:active, .s11 .comment:focus-visible {
    border: 0;
    outline: 0;
}

.s11 .comment:empty::before {
    content: attr(placeholder);
    font-size: 14px;
    color: #CCC;
    line-height: 21px;
    padding-top: 10px
}

.s11 #btn-comment {
    margin-top: 10%;
    margin-left: 0;
    line-height: 1;
    text-align: center;
    background-size: cover;
    color: #fff;
    border: none;
    display: block;
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 3% 5%;
    cursor: pointer;
}

.s11 #comment-list {
    margin: 10% 0;
    padding: 0;
}

.s11 #comment-list li {
    display: block;
    padding: 3% 5%;
    border-radius: 10px;
    margin-bottom: 2%;
}

.s11 #comment-list .info {
    color: #999999;
    display: flex;
    margin-bottom: 1%;
}

.s11 #comment-list .info p {
    margin-bottom: 0;
}

.s11 #comment-list .floor {
    color: #bc3459;
}

.s11 #comment-list .btns {
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.s11 #comment-list .btns .btn {
    padding: 1% 2%;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 1%;
    background-image: linear-gradient(to right, #E1BBDF, #7E62E1);
    background-color: transparent;
    color: #fff;
    border: 0;
}

.s11 #comment-list .msg {
    color: #7A7A7A;
    padding: 1%;
    text-align: left;
}

.s11 #pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}

.s11 #pagination .page-item {
    margin: 0 1%;
    list-style: none;
}

.s11 #pagination .page-item-prev, .s11 #pagination .page-item-next {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 1%;
}

.s11 #pagination .page-item::marker {
    content: '';
}

.s11 #pagination .page-item a {
    line-height: 1;
    color: #ccc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layui-layer-content .success {
    display: none;
}

.sale-box- .sec18 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1% 0;
    overflow: visible;
    border-radius: 20px 20px 0 0;
    z-index: 3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}

.sale-box- .sec18 img {
    width: 10%;
    transform: scale(1.5);
    transform-origin: right bottom;
}

.sale-box- .sec18 .text {
    margin: 0 4%;
    text-align: left;
}

.sale-box- .sec18 .text p {
    transform: scale(0.9);
    margin-top: 1%;
    transform-origin: bottom left;
}

.sale-box- .sec18 a {
    padding: 1% 3%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

@keyframes clip {
    from {
        clip-path: inset(0 0 0 100%);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

@media screen and (min-width:1920px) {
    .sale-box- h1 {
        font-size: 7.8125rem;
    }

    .sale-box- .h2 {
        font-size: 5rem;
    }

    .sale-box- h2 {
        font-size: 5rem;
    }

    .sale-box- .h3 {
        font-size: 3.5rem;
    }

    .sale-box- h3 {
        font-size: 2.815rem;
    }

    .sale-box- h4 {
        font-size: 2.5rem;
    }

    .sale-box- h5 {
        font-size: 2.25rem;
    }

    .sale-box- h6 {
        font-size: 2rem;
    }

    .sale-box- .h6 {
        font-size: 2rem;
    }

    .sale-box- p, .sale-box- .pp {
        font-size: 1.75rem;
    }

    .sale-box- .pl {
        font-size: 30px;
    }

    .sale-box- .p {
        font-size: 24px;
    }

    .sale-box- .p- {
        font-size: 20px;
    }

    .sale-box- .p-s {
        font-size: 20px;
    }

    .sale-box- .p-mini {
        font-size: 18px;
    }

    .sale-box- a {
        font-size: 1.25rem;
    }

}

@media screen and (max-width:2250px) {
    .sale-box- h2 {
        font-size: 4rem;
    }

    .sale-box- h3 {
        font-size: 3rem;
    }

    .sale-box- h4 {
        font-size: 32px;
    }

    .sale-box- .p {
        font-size: 22px;
    }

    .sale-box- .sec12 .flex .email {
        height: 60px;
    }

    .sale-box- .sec12 .flex .news-submit input {
        height: 60px;
        font-size: 20px;
    }

    .sale-box- .draw .sec5 .imgs .text h5 span {
        font-size: 4em;
    }
}

@media screen and (max-width:1920px) {
    .sale-box- h1 {
        font-size: 5rem;
    }

    .sale-box- .h2 {
        font-size: 4rem;
    }

    .sale-box- h2 {
        font-size: 3.5rem;
    }

    .sale-box- .h3 {
        font-size: 3rem;
    }

    .sale-box- h3 {
        font-size: 2.5rem;
    }

    .sale-box- h4 {
        font-size: 2rem;
    }

    .sale-box- h5 {
        font-size: 1.8rem;
    }

    .sale-box- h6 {
        font-size: 1.5rem;
    }

    .sale-box- .h6 {
        font-size: 1.5rem;
    }

    .sale-box- p, .sale-box- .pp {
        font-size: 1.25rem;
    }

    .sale-box- .pl {
        font-size: 20px;
    }

    .sale-box- .p, .sale-box- .p- {
        font-size: 18px;
    }

    .sale-box- .p-s {
        font-size: 16px;
    }

    .sale-box- .p-mini {
        font-size: 14px;
    }

    .sale-box- a {
        font-size: 1rem;
    }

    .sale-box- .left-text {
        padding-left: 10%;
    }

    .sale-box- .title {
        width: 50%;
    }
}


@media screen and (max-width:1680px) {
    .sale-box- h1 {
        font-size: 4rem;
    }

    .sale-box- h2 {
        font-size: 3rem;
    }

    .sale-box- .h3 {
        font-size: 2.2rem;
    }

    .sale-box- h3 {
        font-size: 2rem;
    }

    .sale-box- h4 {
        font-size: 1.75rem;
    }

    .sale-box- h5 {
        font-size: 1.5rem;
    }

    .sale-box- h6 {
        font-size: 1.25rem;
    }

    .sale-box- .p, .sale-box- .p- {
        font-size: 16px;
    }

    .sale-box- .sec3 .imgs .img {
        border-radius: 10px;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        font-size: 16px;
        height: 50px;
    }

    .s11 .items {
        width: 72%;
    }

    .sale-box- .sec14 .imgs .texts .colors .color .circle {
        width: 25px;
        height: 25px;
    }

    .sale-box- .draw .sec5 .imgs a, .sale-box- .draw .sec5 .imgs button {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0.5em 1em;
    }
}

@media screen and (max-width:1420px) {
    .sale-box- h1 {
        font-size: 3rem;
    }

    .sale-box- h2 {
        font-size: 2.5rem;
    }

    .sale-box- .h3 {
        font-size: 2rem;
    }

    .sale-box- h3 {
        font-size: 1.75rem;
    }

    .sale-box- h4 {
        font-size: 1.5rem;
    }

    .sale-box- h5 {
        font-size: 1.25rem;
    }

    .sale-box- h6 {
        font-size: 1.2rem;
    }

    .sale-box- .p, .sale-box- .p- {
        font-size: 15px;
    }

    .sale-box- .sec2 .flex .sell .text {
    }

    .sale-box- .box .desc {
        width: 60%;
    }

    .sale-box- .left-text .desc {
        width: 50%;
    }

    .sale-box- .left-text {
        padding-left: 10%;
    }

    .sale-box- .sec-flex {
        padding-left: 10%;
        padding-right: 10%;
    }

    .sale-box- .sec-flex .p-mini {
        font-size: 13px;
    }

    .sale-box- .width- {
        width: 80%;
    }

    .sale-box- .sec3 .imgs .img .img- {
        width: 50%;
    }

    .sale-box- .sec12 .flex {
        border-radius: 6px;
    }

    .sale-box- .sec12 h5 {
        width: 80%;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        height: 50px;
    }

    .sale-box- .sec1 .text .flex3 .sell:nth-child(2)::before, .sale-box- .sec1 .text .flex3 .sell:nth-child(3)::after, .sale-box- .sec1 .text .flex3 .sell:nth-child(4)::after {
        width: 1px;
    }

    .sale-box- .sec14 .imgs .texts .colors .color .circle {
        width: 20px;
        height: 20px;
    }
}

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


    .sale-box- .h3 {
        font-size: 2rem;
    }

    .sale-box- h3 {
        font-size: 1.5rem;
    }

    .sale-box- h4 {
        font-size: 1.25rem;
    }

    .sale-box- h5 {
        font-size: 18px;
    }

    .sale-box- h6 {
        font-size: 1rem;
    }

    .sale-box- .h6 {
        font-size: 1.2rem;
    }

    .sale-box- p, .sale-box- .pp {
        font-size: 1rem;
    }

    .sale-box- .pl {
        font-size: 18px;
    }

    .sale-box- .p, .sale-box- .p- {
        font-size: 13px;
    }

    .sale-box- .p-s {
        font-size: 14px;
    }

    .sale-box- .p-mini {
        font-size: 12px;
    }

    .sale-box- a {
        font-size: 1rem;
    }

    .sale-box- .left-text {
    }

    .sale-box- .left-text .desc {
    }

    .sale-box- .sec-flex {
    }



    .sale-box- .sec3 .imgs .img {
        border-radius: 5px;
    }

    .s11 #btn-comment {
        font-size: 20px;
    }

    .bt:after {
        width: 25px;
        height: 25px;
    }

    .sale-box- .sec3 .imgs .img .img- {
        width: 60%;
    }

    .sale-box- .sec3 .imgs, .sale-box- .sec17 .imgs, .sale-box- .sec4, .sale-box- .sec5, .sale-box- .draw .sec6 .imgs .flex .img, .sale-box- .sec15 .imgs .flex2 .hour {
        border-radius: 10px;
    }

    .sale-box- .sec4 img {
        width: 16%;
    }

    .sale-box- .draw .sec5 .imgs a {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .sale-box- .draw .sec5 .imgs {
        width: 72%;
    }

    .sale-box- .sec12- {
        margin-top: 6%;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        height: 42px;
        font-size: 14px;
    }

    .s11 #comment-list .btns .btn {
        font-size: 14px;
    }

    .sale-box- .sec1 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sale-box- .sec1 .tuv {
        width: 14%;
    }

    .sale-box- .sec18 img {
        width: 15%;
    }
}

@media screen and (max-width:1040px) {
    .sale-box- h1 {
        font-size: 2.5rem;
    }

    .sale-box- h2 {
        font-size: 2.25rem;
    }

    .sale-box- .h3 {
        font-size: 28px;
    }

    .sale-box- h3 {
        font-size: 1.5rem;
    }

    .sale-box- h6 {
        font-size: 15px;
    }

    .sale-box- p {
        font-size: 14px;
    }

    .sale-box- .box .desc {
    }

    .sale-box- .sec1 .text1 {
        right: 75%;
    }

    .sale-box- .sec1 .text2 {
        left: 75%;
    }

    .sale-box- .sec12 .flex {
        width: 85%;
    }

    .s11 .items {
        width: 92%;
    }

    .sale-box- .sec1 {
        padding-top: 80px;
    }
}

@media screen and (max-width:960px) and (min-width:800px) {
    .sale-box- h1 {
    }

    .sale-box- .h2 {
        font-size: 3rem;
    }

    .sale-box- h2 {
        font-size: 2rem;
    }

    .sale-box- .h3 {
        font-size: 24px;
    }

    .sale-box- h3 {
        font-size: 20px;
    }

    .sale-box- h4 {
        font-size: 18px;
    }

    .sale-box- h5 {
        font-size: 16px;
    }

    .sale-box- h6 {
        font-size: 15px;
    }

    .sale-box- .h6 {
        font-size: 1rem;
    }

    .sale-box- .sec2 .p, .sale-box- .sec2 .p- {
        font-size: 12px;
    }

    .sale-box- .sec1 .text2 .flex {
        margin-left: -20%;
    }

    .sale-box- .sec3 .imgs {
        padding: 0;
    }

    .sale-box- .sec12 .flex {
        border-radius: 5px;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        height: 40px;
        font-size: 14px;
    }

    .sale-box- .sec1 .text {
        width: 50%;
    }

    .sale-box- .sec1 .text .flex3 {
        transform: scale(0.8);
    }

}

@media screen and (max-width:800px) {
    .sale-box- .app {
        display: block;
    }

    .sale-box- .window {
        display: none;
    }

    .sale-box- h1 {
    }

    .sale-box- .h2 {
        font-size: 2.8rem;
    }

    .sale-box- h2 {
        font-size: 2.8rem;
        line-height: 1.1;
    }

    .sale-box- .h3 {
    }

    .sale-box- h3 {
        font-size: 1.8rem;
    }

    .sale-box- h4 {
        font-size: 1.25rem;
    }

    .sale-box- h5 {
        font-size: 1.2rem;
    }

    .sale-box- h6 {
        font-size: 1rem;
    }

    .sale-box- .h6 {
        font-size: 1rem;
    }

    .sale-box- a {
        font-size: 14px;
    }

    .sale-box- .box {
        padding-top: 12%;
    }

    .sale-box- .box .desc {
        width: 80%;
    }

    .sale-box- .left-text {
        text-align: center;
        padding-left: 0;
    }

    .sale-box- .left-text h3 {
        margin-left: auto;
        margin-right: auto;
    }

    .sale-box- .left-text .desc {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .sale-box- .sec-flex {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5%;
        padding-right: 5%;
    }

    .sale-box- .sec-flex .box {
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 12%;
        padding-bottom: 2%;
    }

    .sale-box- .sec-flex img {
        width: 100%;
    }

    .sale-box- .left-text h2 {
        margin-left: auto;
    }

    .sale-box- .width- {
        width: 90%;
    }

    .sale-box- .sec1 {
        display: block;
        text-align: center;
    }

    .sale-box- .sec1 img {
        width: 90%;
        margin: 0 auto;
    }

    .sale-box- .sec1 .text {
        width: 100%;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .sale-box- .sec1 .text .flex3 {
        justify-content: center;
        transform-origin: center;
        transform: scale(1);
    }

    .sale-box- .sec1 .text .flex3 .sell:last-child {
        padding-right: 0;
    }

    .sale-box- .sec1 .tuv {
        width: 20%;
        position: static;
        margin: 4% auto;
    }

    .sale-box- .sec2 .imgs {
        padding: 8% 4%;
    }

    .sale-box- .sec3 .imgs {
        padding: 0;
    }

    .sale-box- .sec3 .imgs .img {
        border-width: 0.5px;
        padding: 3% 2%;
    }

    .sale-box- .sec11 .imgs .img {
        border-radius: 5px;
    }

    .sale-box- .sec11 .imgs .img img {
        width: 40%;
        padding-left: 0;
    }

    .sale-box- .sec11 .imgs .img .text {
        width: 60%;
    }

    .sale-box- .sec11 .imgs .img .text a {
        border-radius: 3px;
    }

    .sale-box- .sec11 .imgs .img::after {
        font-size: 12px;
        width: 40px;
        height: 20px;
    }

    .sale-box- .sec12 .flex {
        border-radius: 6px;
    }

    .sale-box- .sec12 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .sale-box- .sec12 h5 {
        width: 100%;
    }

    .sale-box- .sec12 .desc {
        width: 100%;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        height: 40px;
        font-size: 14px;
    }

    .sale-box- .sec12 .flex .news-submit {
        border-bottom-left-radius: 6px;
    }

    .sale-box- .sec12 .flex .news-submit img {
        left: 20%;
    }

    .sale-box- .sec12 .flex .email {
        padding-left: 3%;
    }

    .sale-box- .sec12 h5 br {
        display: none;
    }

    .sale-box- .sec12 .flex {
        width: 100%;
    }

    .sale-box- .sec17 {
        padding-top: 4%;
    }

    .sale-box- .sec17 .flex-row {
        display: block;
    }

    .sale-box- .sec12- {
        margin-top: 0;
        padding-top: 5%;
    }

    .sale-box- .sec17 img {
        transform: none;
        width: 50%;
    }

    .bt:after {
        width: 20px;
        height: 20px;
    }

    .sale-box- .title {
        width: 60%;
        padding: 2% 0;
        margin-bottom: 2%;
    }

    .sale-box- .sec4 img {
        width: 20%;
    }

    .sale-box- .draw .sec5 .imgs {
        width: 80%;
    }

    .sale-box- .draw .sec6 .imgs .flex .img {
        width: 49%;
    }

    .sale-box- .draw .sec5 .app {
        width: 90%;
        margin: 2% auto;
    }

    .sale-box- .sec16 .flex {
        display: block;
    }

    .sale-box- .sec16 .flex .texts, .sale-box- .sec16 .rules {
        width: 80%;
        text-align: center;
        margin: 0 auto 2%;
    }

    .sale-box- .sec16 .rules {
        text-align: left;
    }

    .s11 #btn-comment {
        margin: 5% auto 3%;
    }

    .sale-box- .sec9 .imgs .box {
        width: 90%;
        height: 48%;
        left: 5%;
        text-align: center;
        align-items: center;
    }

    .sale-box- .sec9 .imgs .box p {
        margin-right: auto;
        text-align: center;
    }


    .sale-box- .sec18 {
        padding: 2% 0;
    }

    .sale-box- .sec18 img {
        transform: scale(2);
    }

    .s11 #comment-list .btns .btn {
        font-size: 12px;
    }

    .sale-box- .sec3 .imgs, .sale-box- .sec17 .imgs, .sale-box- .sec4, .sale-box- .sec5, .sale-box- .draw .sec6 .imgs .flex .img, .sale-box- .sec15 .imgs .flex2 .hour {
        border-radius: 6px;
    }

    .sale-box- .draw .sec5 .imgs a {
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .s11 #pagination .page-item a {
        font-size: 16px;
    }

    .sale-box- .sec18 {
        padding: 4% 0;
        border-radius: 15px 15px 0 0;
    }

    .sale-box- .sec11 {
        padding-bottom: 15%;
    }

    .sale-box- .sec17 {
        display: block;
    }

    .sale-box- .sec17 img {
        position: static;
        padding-left: 0;
        margin: 0 auto;
        display: block;
    }

    .sale-box- .sec17 .sec12 {
        transform: none;
    }

    .sale-box- .sec7 {
        padding-top: 8%;
    }

    .sale-box- .sec7 .width- {
        margin-top: 4%;
    }

    .sale-box- .sec15 .imgs .flex2 {
        padding: 0;
    }

    .sale-box- .sec16 .box {
        margin-bottom: 0;
    }

    .sale-box- .sec14 .imgs .texts .mms .mm {
        text-align: center;
    }
}

@media screen and (max-width:660px) {
    .sale-box- h1 {
        font-size: 2.25rem;
    }

    .sale-box- .h2 {
        font-size: 2.5rem;
    }

    .sale-box- h2 {
        font-size: 2.5rem;
    }

    .sale-box- .h3 {
    }

    .sale-box- h3 {
        font-size: 1.5rem;
    }

    .sale-box- h4 {
        font-size: 18px;
    }

    .sale-box- h5 {
        font-size: 1rem;
    }

    .sale-box- h6 {
        font-size: 1rem;
    }

    .sale-box- .h6 {
        font-size: 14px;
    }

    .sale-box- p, .sale-box- .pp {
        font-size: 14px;
    }

    .sale-box- .pl {
        font-size: 14px;
    }

    .sale-box- .p, .sale-box- .p- {
        font-size: 12px;
    }

    .sale-box- .p-s {
    }

    .sale-box- .p-mini {
        font-size: 12px;
    }

    .sale-box- a {
        font-size: 12px;
    }

    .sale-box- .sec .box {
        padding-top: 12%;
    }

    .sale-box- .title {
        width: 70%;
    }

    .sale-box- .sec3 .imgs .img {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .sale-box- .sec3 .imgs {
        justify-content: center;
    }

    .sale-box- .draw .sec5 .imgs {
        width: 90%;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        height: 36px;
        font-size: 13px;
    }

    .sale-box- .sec12 .flex .news-submit img {
        left: 15%;
    }

    .sale-box- .draw>div, .sale-box- .width-90 {
        width: 100%;
    }

    .sale-box- .sec16 .flex .texts, .sale-box- .sec16 .rules {
        width: 90%;
    }

    .sale-box- .sec7 .flex .sells-1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sale-box- .sec7 .flex .sells-1 .sell {
        width: 49%;
        margin-bottom: 1%;
    }

    .sale-box- .sec7 .flex .sell3 {
        width: 100%;
    }

    .sale-box- .sec7 .flex .sell {
        overflow: hidden;
        border-radius: 10px;
    }

    .sale-box- .sec7 .flex .sell-1 img {
        width: 150%;
        margin-left: -50%;
    }

    .sale-box- .sec7 .flex .sell-1 .text {
        height: auto;
        top: 10%;
        text-align: center;
        width: 100%;
        padding-left: 0;
        display: block;
    }

    .sale-box- .sec7 .flex .sell4 {
        background-color: #fcf1f0;
        padding-top: 8%;
    }

    .sale-box- .sec7 .flex .sell5 {
        background-color: #d8f3ff;
        padding-top: 8%;
    }

    .sale-box- .sec7 .flex .sell4 img {
        margin-left: -66%;
    }

    .sale-box- .sec7 .flex .sell-2 {
        width: 49%;
    }

    .sale-box- .sec2 .imgs {
        padding: 12% 2%;
    }

    .sale-box- .draw .sec6 .imgs h3 {
        margin-top: 10%;
    }

    .sale-box- .sec13 .imgs {
        display: block;
    }

    .sale-box- .sec13 .imgs .hours {
        width: 100%;
        justify-content: center;
    }

    .sale-box- .sec13 .imgs .hours .hour {
        width: 32%;
        text-align: center;
        margin-bottom: 3%;
    }

    .sale-box- .sec13 .imgs .hours .hour:last-child {
        margin-bottom: 3%;
    }

    .sale-box- .sec13 .imgs img {
        width: 70%;
        margin-top: 5%;
    }

    .sale-box- .sec13 .note {
        max-width: 96%;
        margin: 0 auto;
    }

    .sale-box- .sec14 .imgs {
        padding: 0 10% 5%;
    }

    .sale-box- .sec14 .imgs .texts {
        position: static;
        width: 100%;
    }

    .sale-box- .sec14 .imgs .texts .mms {
        justify-content: center;
        margin-bottom: 3%;
    }

    .sale-box- .sec14 .imgs .texts .colors .color {
        margin-bottom: 0;
    }

    .sale-box- .sec14 .imgs .texts .colors {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .sale-box- .sec14 .imgs .texts .colors .color {
        margin: 0 2%;
        width: 22%;
        justify-content: center;
    }

    .sale-box- .sec15 .imgs .flex2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sale-box- .sec15 .imgs .flex2 .hour {
        width: 33%;
        margin-bottom: 2%;
    }

    .sale-box- .sec1 img {
        width: 90%;
    }

    .sale-box- .sec1 .tuv {
        width: 30%;
    }

    .sale-box- .sec18 .flex2 {
        margin-left: 4%;
    }

    .sale-box- .sec18 a {
        padding-top: 2%;
        padding-bottom: 2%;
        white-space: nowrap;
    }

    .sale-box- .sec8 img, .sale-box- .sec10 img {
        width: 120%;
        margin-left: -10%;
    }
}

@media screen and (max-width:500px) {
    .sale-box- h1 {
        font-size: 2.5rem;
    }

    .sale-box- .h2 {
        font-size: 2rem;
    }

    .sale-box- h2 {
        font-size: 1.8rem;
    }

    .sale-box- .h3 {
        font-size: 1.5rem;
    }

    .sale-box- h3 {
        font-size: 1.35rem;
    }

    .sale-box- h4 {
        font-size: 16px;
    }

    .sale-box- h5 {
        font-size: 13px;
    }

    .sale-box- h6 {
        font-size: 14px;
    }

    .sale-box- .h6 {
    }

    .sale-box- p, .sale-box- .pp {
        font-size: 13px;
    }

    .sale-box- .pl {
        font-size: 13px;
    }

    .sale-box- .p, .sale-box- .p- {
        font-size: 12px;
    }

    .sale-box- .p-s {
        font-size: 12px;
    }

    .sale-box- .p-mini, .sale-box- .sec-flex .p-mini {
        font-size: 12px;
    }

    .sale-box- a {
        font-size: 12px;
    }

    .sale-box- .box .desc {
        margin-top: 9px;
        line-height: 1.2;
        width: 90%;
    }

    .sale-box- .box, .sale-box- .sec-flex .box {
        padding-top: 15%;
    }

    .sale-box- .width- {
        width: 96%;
    }

    .sale-box- .sec1 .box {
        padding-top: 10%;
    }

    .sale-box- .sec1 .box h2 .gg {
        border-radius: 2px;
    }

    .sale-box- .sec1 .box .slogan {
        font-size: 16px;
    }

    .sale-box- .sec1 .text .flex3 {
        transform: scale(0.8);
    }

    .sale-box- .sec1 img {
        width: 100%;
    }

    .sale-box- .sec1 .tuv {
        width: 35%;
    }

    .sale-box- .sec2 {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        overflow: hidden;
    }

    .sale-box- .sec3 .imgs {
        margin-top: 3%;
    }

    .sale-box- .sec3 .imgs .img {
        padding: 4% 0;
    }

    .sale-box- .draw .sec5 .imgs {
        width: 96%;
    }

    .sale-box- .draw .sec5 .imgs .text {
        width: 42%;
    }

    .sale-box- .sec9 .imgs .box a {
        padding: 3% 5%;
    }

    .sale-box- .sec9 .box {
        padding-top: 8%;
        margin-bottom: 4%;
    }

    .s11 #comment-list .btns .btn {
        padding: 2% 3%;
    }

    .sale-box- .sec11 .imgs {
        margin-top: 4%;
    }

    .sale-box- .sec11 .imgs .img {
        flex-direction: column-reverse;
        padding: 5% 2% 10%;
        position: relative;
    }

    .sale-box- .sec11 .imgs .img img {
        width: 90%;
        margin: 4% auto 0;
    }

    .sale-box- .sec11 .imgs .img:first-child img {
        margin-top: 0;
    }

    .sale-box- .sec11 .imgs .img .text {
        width: 100%;
        text-align: center;
        padding-top: 8%;
    }

    .sale-box- .sec11 .imgs .img .text h4 {
        font-size: 22px;
    }

    .sale-box- .sec11 .imgs .img .text .p {
        font-size: 16px;
    }

    .sale-box- .sec11 .imgs .img .text a {
        margin-left: auto;
        margin-right: auto;
        padding: 4% 6%;
        font-size: 14px;
    }

    .sale-box- .sec11 .imgs .img .text .p-mini {
        color: #4c4c4c;
    }

    .sale-box- .sec11 .imgs .img::after {
        top: 2%;
        left: 3%;
    }

    .sale-box- .sec12 .flex {
        border-radius: 5px;
    }

    .sale-box- .sec12 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sale-box- .sec12 .flex {
        border-width: 0.5px;
    }

    .sale-box- .sec12 .flex .email, .sale-box- .sec12 .flex .news-submit input {
        height: 30px;
        font-size: 12px;
    }

    .sale-box- .sec12 h5 {
        font-size: 14px;
    }

    .sale-box- .sec12 .success p {
        white-space: nowrap;
        transform: scale(0.8);
        transform-origin: center;
    }

    .sale-box- .draw .sec6 .imgs .flex .img .img- {
        width: 40%;
    }

    .sale-box- .sec15 .imgs .flex2 .hour {
        width: 31%;
    }

    .sale-box- .sec15 .imgs .flex2 .hour:nth-child(4), .sale-box- .sec15 .imgs .flex2 .hour:nth-child(5) {
        width: 47%;
    }

    .s11 .item, .s11 #comment-list .btns .btn {
        border: 0;
    }

    .s11 #comment-list li {
        padding: 3% 2%;
    }

    .sale-box- .sec11 {
        padding-bottom: 20%;
    }

    .sale-box- .sec18 {
        padding: 5% 0;
        border-radius: 10px 10px 0 0;
    }

    .sale-box- .sec18 .text {
        text-align: center;
    }

    .sale-box- .sec18 .text p {
        display: none;
    }

    .sale-box- .sec18 a {
        padding: 3% 4%;
    }

    .s11 #btn-comment {
        border-radius: 5px;
    }

    .sale-box- .title {
        border-bottom-right-radius: 5px;
    }

    .sale-box- .sec16 .flex img {
        width: 60%;
    }

    .s11 #pagination .page-item-prev, .s11 #pagination .page-item-next {
        border-width: 0.5px;
    }

    .sale-box- .sec7 .flex .sell p {
        font-size: 12px;
    }

    .sale-box- .sec17 img {
        width: 40%;
    }

    .sale-box- .sec8 img, .sale-box- .sec10 img {
        width: 130%;
        margin-left: -15%;
    }

    .sale-box- .sec13 .imgs img {
        width: 80%;
    }

    .sale-box- .sec14 .imgs {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 8%;
    }

    .sale-box- .sec14 .imgs .texts .colors .color {
        width: 32%;
    }

    .sale-box- .sec18 img {
        margin-right: -4%;
    }

    .sale-box- .sec18 .flex2 {
        margin-left: 8%;
    }
}



.layui-layer-title {
}

.layui-layer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layui-layer-content input {
    width: 90%;
    margin: 0 auto 2%;
    font-size: 18px;
    padding: 2% 1%;
    height: 50px;
    outline: 0;
    border: 0;
    color: #000;
    background-color: #F4E8F5;
    border-radius: 5px;
}

.layui-layer-content .btn {
    background-image: linear-gradient(to right, #E1BBDF, #7E62E1);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    width: 150px;
    border-radius: 5px;
}

input:-internal-autofill-selected {
    background-color: unset;
}

@media screen and (max-width:1680px) {
    .sale-box- .draw .sec6 .imgs .flex .img .img- {
        width: 30%;
    }
}

@media screen and (max-width:1240px) {
    .sale-box- .draw .sec5 .imgs button {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .sale-box- .draw .sec6 .imgs .flex .img .img- {
        width: 40%;
    }
}

@media screen and (max-width:800px) {
    .sale-box- .draw .sec5 .imgs button {
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .sale-box- .sec2 .imgs {
        border-radius: 4px;
    }
}

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



.animation5 {
    animation: item_move 5s linear infinite;
}

@keyframes item_move {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.sale-box- .sec4 .list {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.sale-box- .sec4 .list p {
    color: #000;
    line-height: 2.5;
    text-align: center;
}

.sale-box- {
    font-weight: normal;
}

.sale-box- .box h3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sale-box- .left-text h3 {
    max-width: 90%;
    margin-left: 0;
}

.bg-black .desc {
    color: #c5c4c4;
}

.sale-box- .sec20 .imgs .img1 {
    width: 36%;
}

.sale-box- .sec20 .imgs .img2 {
    width: 8%;
}

.sale-box- .sec20 .imgs .img- {
    width: 45%;
    flex-wrap: wrap;
    align-items: stretch;
}

.sale-box- .sec20 .imgs .img- .img {
    width: 48%;
    background-color: #e4f2fd;
    border-radius: 10px;
    padding: 6% 0 3%;
    text-align: center;
}

.sale-box- .sec20 .imgs .img- .img:nth-child(-n+2) {
    margin-bottom: 4%;
}

.sale-box- .sec20 .imgs .img- .img img {
    width: 60%;
    margin: 0 auto 4%;
}

.sale-box- .sec20 .imgs .img- .img h6 {
    color: #787878;
}

.sale-box- .sec20 {
    margin-bottom: 4%;
}

.sale-box- .sec21 .box {
    padding-top: 4%;
}

.sale-box- .sec21 .imgs .text {
    width: 40%;
    text-align: left;
    padding-left: 2%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    position: relative;
    z-index: 1;
}

.sale-box- .sec21 .imgs .text::before {
    content: '';
    width: 6px;
    height: 100%;
    border-radius: 3px;
    background-color: #D3D3D3;
    position: absolute;
    left: 0;
    top: 0;
}

.sale-box- .sec21 .imgs .text .line {
    width: 6px;
    height: 250%;
    border-radius: 3px;
    background-color: #4D4D4D;
    position: absolute;
    left: -5.2%;
}

.sale-box- .sec21 .imgs .text1 .line {
    top: -22%;
}

.sale-box- .sec21 .imgs .text2 .line {
    top: -40%;
    display: none;
}

.sale-box- .sec21 .imgs .text3 .line {
    top: -75%;
    display: none;
}

.sale-box- .sec21 .imgs .text h5 {
    white-space: nowrap;
}

.sale-box- .sec21 .imgs .text p {
    width: 80%;
    margin-left: 0;
    position: absolute;
    top: 105%;
    left: 0%;
}

.sale-box- .sec21 .imgs .text .text1, .sale-box- .sec21 .imgs .text .text2 {
    margin-bottom: 15%;
}

.sale-box- .sec21 .imgs .text .text2 p, .sale-box- .sec21 .imgs .text .text3 p {
    display: none;
}

.sale-box- .sec21 .imgs .img {
    width: 58%;
    position: relative;
    transform: scale(1.2);
    transform-origin: left center;
}

.sale-box- .sec21 .imgs .img2, .sale-box- .sec21 .imgs .img3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.sale-box- .sec22 .img- {
    width: 8%;
    position: absolute;
    left: 15%;
    bottom: 15%;
}

.sale-box- .sec23 .box h3 {
    max-width: 1200px;
    margin: 0 auto;
}

.sale-box- .sec23 .hi {
    width: 4%;
    margin: 0 auto 3%;
}

.sale-box- .sec24 .imgs img {
    width: 50%;
}

.sale-box- .sec24 .imgs .texts {
    width: 50%;
    padding-left: 5%;
}

.sale-box- .sec24 .imgs .texts .text {
    width: 50%;
    text-align: left;
}

.sale-box- .sec24 .imgs .texts .text p {
    margin-bottom: 8%;
    line-height: 2;
}

.sale-box- .sec24 .imgs .texts .text p img {
    width: 7%;
    margin-left: 10%;
    vertical-align: baseline;
}

.sale-box- .sec24 .imgs .texts .text2 {
    color: #808080;
}

.sale-box- .sec25 .imgs {
    padding: 0 5%;
}

.sale-box- .sec27 .imgs .note {
    margin-top: 2%;
}

.sale-box- .sec30 .imgs {
    flex-wrap: wrap;
    margin-top: 2%;
}

.sale-box- .sec30 .imgs .img {
    width: 49%;
    position: relative;
}

.sale-box- .sec30 .imgs .img1 {
    width: 100%;
    margin-bottom: 2%;
}

.sale-box- .sec30 .imgs .img .text {
    width: 100%;
    position: absolute;
    top: 8%;
    left: 0;
    padding-left: 6%;
    text-align: left;
    color: #000;
}

.sale-box- .sec30 .imgs .img3 .text {
    color: #fff;
}

.sale-box- .sec30 .imgs .img .text p {
    margin-top: 2%;
}

.sale-box- .sec30 .imgs .img1 .text {
    padding-left: 3%;
}

.sale-box- .sec30 .imgs .img1 .text p {
    margin-top: 1%;
}

.sale-box- .sec31 .swiper-container {
    margin-left: 20%;
    padding-bottom: 4%;
}

.sale-box- .sec31 .swiper-wrapper {
    align-items: flex-end;
}

.sale-box- .sec31 .swiper-button-prev {
    left: 12%;
}

.sale-box- .sec31 .swiper-button-next {
    right: 12%;
}

.sale-box- .sec31 .swiper-button-next:after, .sale-box- .sec31 .swiper-button-prev:after {
    color: #fff;
    font-size: 32px;
}

.sale-box- .sec31 .swiper-slide {
    opacity: 0.5;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.sale-box- .sec31 .swiper-slide-active {
    opacity: 1;
    filter: none;
}

.sale-box- .sec31 .swiper-slide .box {
    opacity: 0;
    padding-left: 0;
}

.sale-box- .sec31 .swiper-slide-active .box {
    opacity: 1;
}

.sale-box- .sec31 .swiper-slide .img h6 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 4%;
}

.sale-box- .sec32 .desc {
    margin-bottom: 6%;
    line-height: 1.2;
}

.sale-box- .sec32 p, .sale-box- .sec33 p {
    color: #434343;
    line-height: 1.5;
}

.sale-box- .sec32 h4, .sale-box- .sec33 h4 {
    margin-bottom: 2%;
}

.sale-box- .sec34 {
    padding-bottom: 4%;
}

.sale-box- .sec34 .imgs {
    padding-bottom: 2%;
    align-items: stretch;
}

.sale-box- .sec34 .imgs .img {
    width: 49%;
    background-color: #252324;
    padding: 6% 0 3%;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sale-box- .sec34 .imgs .img img {
    width: 80%;
    margin: 0 auto 4%;
}

@keyframes opac {
    from {
        opacity: 1;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
    }

    to {
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.animate .w2 {
    animation-delay: 1s;
}

.animate .w3 {
    animation-delay: 2s;
}

.animate .w4 {
    animation-delay: 3s;
}

.wave {
    width: 25%;
    height: 48%;
    position: absolute;
}

.wave1 {
    left: 9%;
    top: 18%;
    transform-origin: center;
}

.wave2 {
    left: -11.5%;
    top: 51%;
    transform: rotateX(30deg);
}

.wave3 {
    right: 9%;
    top: 18%;
    transform-origin: center;
}

.wave4 {
    right: -12.5%;
    top: 24%;
    transform: rotateX(40deg);
}

.wave * {
    background-image: radial-gradient(circle, transparent, rgba(95, 154, 249, 0.35));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    box-sizing: content-box !important;
}

@media screen and (min-width:1920px) {}

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

@media screen and (max-width:1920px) {
    .sale-box- .width- {
        width: 80%;
    }

    .sale-box- .sec22 .img- {
        left: 10%;
    }

    .sale-box- .sec31 .swiper-container {
        padding-bottom: 8%;
    }
}


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

@media screen and (max-width:1420px) {
    .sale-box- .sec23 .box h3 {
        max-width: 90%;
    }
}

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



    .sale-box- .sec21 .imgs .text .text1, .sale-box- .sec21 .imgs .text .text2 {
        margin-bottom: 24%;
    }

    .sale-box- .sec21 .imgs .text p {
        width: 100%;
    }
}

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

@media screen and (max-width:960px) and (min-width:800px) {}

@media screen and (max-width:800px) {
    .sale-box- .sec1 {
        padding-top: 50px;
    }

    .sale-box- .width- {
        width: 90%;
    }

    .sale-box- .left-text h3 {
        margin-left: auto;
    }

    .sale-box- .sec13 .imgs .hours {
        padding-left: 0;
    }

    .sale-box- .sec21 .imgs {
        display: block;
        margin-top: 4%;
    }

    .sale-box- .sec21 .imgs .text {
        width: 100%;
        margin-bottom: 5%;
    }

    .sale-box- .sec21 .imgs .img {
        width: 100%;
    }

    .sale-box- .sec21 .imgs .text .text1, .sale-box- .sec21 .imgs .text .text2 {
        margin-bottom: 10%;
    }

    .sale-box- .sec21 .imgs .text .line {
        left: -2.2%;
    }

    .sale-box- .sec21 .imgs .img {
        transform: none;
    }

    .sale-box- .sec22 .box, .sale-box- .sec32 .box, .sale-box- .sec33 .box {
        position: static;
    }

    .sale-box- .sec22 .img- {
        width: 12%;
        bottom: 4%;
    }

    .sale-box- .sec23 .hi {
        width: 6%;
    }

    .sale-box- .sec23 .imgs {
        transform: scale(1.5);
        margin-bottom: 12%;
        transform-origin: top center;
    }

    .sale-box- .sec24 .imgs .texts .text p {
        line-height: 1.6;
    }

    .sale-box- .sec31 .swiper-container {
        margin-left: 0;
    }

    .sale-box- .sec31 .swiper-button-next, .sale-box- .sec31 .swiper-button-prev {
        top: 54%;
    }

    .sale-box- .sec31 .swiper-button-next:after, .sale-box- .sec31 .swiper-button-prev:after {
        font-size: 24px;
    }

    .sale-box- .sec32 {
        background-image: linear-gradient(to right, #eee, #ededed, #eaeaea);
    }

    .sale-box- .sec33 {
        background-image: linear-gradient(to right, #ededed, #ececec, #e5e5e5);
    }

    .sale-box- .sec32 .box-, .sale-box- .sec33 .box {
        width: max-content;
        text-align: left;
        margin-left: 10%;
        margin-bottom: -10%;
    }

    .sale-box- .sec33 .box {
        margin-top: -4%;
        margin-bottom: -16%;
    }
}

@media screen and (max-width:660px) {
    .sale-box- .sec14 .imgs {
        padding-bottom: 10%;
    }

    .sale-box- .sec13 .imgs .hours .hour:nth-child(4), .sale-box- .sec13 .imgs .hours .hour:nth-child(5) {
        width: 45%;
    }

    .sale-box- .sec14 .imgs .texts .colors {
        bottom: 2%;
    }

    .sale-box- .sec14 .imgs .texts .colors .color {
        width: 28%;
    }

    .sale-box- .sec20 .imgs {
        flex-direction: column;
    }

    .sale-box- .sec20 .imgs .img1 {
        width: 50%;
    }

    .sale-box- .sec20 .imgs .img2 {
        width: 12%;
        margin: 4% auto;
    }

    .sale-box- .sec20 .imgs .img- {
        width: 72%;
    }

    .sale-box- .sec24 .imgs {
        display: block;
    }

    .sale-box- .sec24 .imgs img {
        width: 80%;
    }

    .sale-box- .sec24 .imgs .texts {
        width: 80%;
        margin: 6% auto 0;
        padding-left: 0;
    }

}

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

    .sale-box- .width- {
        width: 96%;
    }

    .sale-box- .sec7 .flex .sell, .sale-box- .sec20 .imgs .img- .img, .sale-box- .sec34 .imgs .img {
        border-radius: 5px;
    }

    .sale-box- .sec14 .imgs {
        padding-bottom: 10%;
    }

    .sale-box- .sec21 .imgs .text .text1, .sale-box- .sec21 .imgs .text .text2 {
        margin-bottom: 18%;
    }

    .sale-box- .sec21 .imgs .text .line, .sale-box- .sec21 .imgs .text::before {
        width: 4px;
    }

    .sale-box- .sec21 .imgs .text {
        padding-left: 4%;
    }

    .sale-box- .sec21 .imgs .text .line {
        left: -4.1%;
    }

    .sale-box- .sec24 .imgs img, .sale-box- .sec24 .imgs .texts {
        width: 90%;
    }

    .sale-box- .sec30 .imgs .img {
        border-radius: 5px;
        overflow: hidden;
    }

    .sale-box- .sec30 .imgs .img img {
        width: 120%;
        margin-left: -10%;
    }

}

.sale-box- .sec1 .text {
    text-align: left;
}
@media screen and (max-width:800px) {
    .sale-box- .sec1 .text {
        text-align: center;
    }
}
@media screen and (max-width:1920px) {
    .sale-box- .sec22 .img- {
        width: 10%;
    }
    .sale-box- .sec21 .box {
        padding-top: 80px;
    }
}
@media screen and (max-width:500px) {
    .sale-box- .sec22 .img- {
        width: 16%;
    }
}
.sale-box- .sec30 .imgs .img .text {
    color: #fff;
}