.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;
}

.i-video {
    display: flex;
    padding: 4% 0;
    justify-content: center;
    align-items: center;
}

.i-video iframe {
    width: 1400px;
    height: 800px;
}

@media screen and (max-width:1420px) {
    .i-video iframe {
        width: 1000px;
        height: 572px;
    }
}

@media screen and (max-width:1040px) {
    .i-video iframe {
        width: 780px;
        height: 446px;
    }
}

@media screen and (max-width:800px) {
    .i-video iframe {
        width: 640px;
        height: 366px;
    }
}

@media screen and (max-width:660px) {
    .i-video iframe {
        width: 480px;
        height: 275px;
    }
}

@media screen and (max-width:500px) {
    .i-video iframe {
        width: 100%;
        height: 286px;
    }
}

.sale-box {
}

.sale-box .thin {
    font-weight: 400;
}

.bold, strong {

}

.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: #0F0F0F;
}

.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: #727171;
}

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

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

.sale-box .blue {
    color: #357CF5;
}

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

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

.linear, .linear1, .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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, #E6CBA4, #A88257);
    cursor: pointer;
}

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

.sale-box .sec1 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 8% 10% 5%;
}

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

.sale-box .sec1 .box {
    width: 40%;
    padding-left: 0;
    padding-top: 4%;
}

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

.sale-box .sec1 .box p {
    margin-top: 3%;
    line-height: 1.6;
}

.sale-box .sec1- .box {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 40%;
    padding-left: 0;
    padding-top: 3%;
}

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

.sale-box .sec1- .box p {
    margin-top: 3%;
    line-height: 1.6;
}

.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 {
    left: unset;
    right: 15%;
    width: 50%;
    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;
}

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

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

.sale-box .sec2 {
    background-color: #F2F2F2;
    color: #fff;
    padding: 5% 0;
}

.sale-box .sec2 .flex {
    flex-wrap: wrap;
}

.sale-box .sec2 .flex .sell {
    position: relative;
}

.sale-box .sec2 .flex .sell- {
    width: 47.25%;
    margin-bottom: 1%;
}

.sale-box .sec2 .flex .sell- .sell1 {
    margin-bottom: 2.5%;
}

.sale-box .sec2 .flex .sell3 {
    width: 51.7%;
    margin-bottom: 1%;
}

.sale-box .sec2 .flex .sell4 {
    width: 59.2%;
    margin-bottom: 1%;
}

.sale-box .sec2 .flex .sell5 {
    width: 39.723%;
    margin-bottom: 1%;
}

.sale-box .sec2 .flex .sell6 {
    width: 34.47%;
}

.sale-box .sec2 .flex .sell7 {
    width: 33.78%;
}

.sale-box .sec2 .flex .sell8 {
    width: 29.38%;
}

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

.sale-box .sec2 .flex .sell- .sell1 .text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.sale-box .sec2 .flex .sell- .sell1 .text h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box .sec2 .flex .sell- .sell1 .text h2 img {
    width: 12%;
}

.sale-box .sec3 .imgs .flex {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    padding: 0 5%;
}

.sale-box .sec3 .imgs .flex .ips {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale-box .sec3 .imgs .flex .ips img {
    height: 40px;
    margin-right: 10px;
    width: auto;
}

.sale-box .sec3 .imgs .flex .ips .text {
    text-align: left;
    color: #2088F5;
}

.sale-box .sec3 .imgs .flex .ips .text .p-mini {
    margin-top: 1%;
}

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

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

.sale-box .sec4 .box {
    width: 56%;
    padding-top: 0;
    padding-left: 0;
}

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

.sale-box .sec4 .flex .flex {
    width: 40%;
}

.sale-box .sec4 .flex .flex .mm {
    width: max-content;
    text-align: left;
}

.sale-box .sec4 .flex .flex .mm .bold {
    color: #2088F5;
    margin-bottom: 2%;
}

.sale-box .sec4 .flex .flex .mm .bold span {
    font-size: 1.5em;
    vertical-align: baseline;
}

.sale-box .sec4 .imgs .flex2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
}

.sale-box .sec4 .imgs .flex2 .color {
    margin: 0 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box .sec4 .imgs .flex2 .color span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.sale-box .sec5 .flex {
    margin-bottom: 5%;
}

.sale-box .sec5 .flex img {
    width: 40%;
    margin-right: 4%;
}

.sale-box .sec5 .img1 {
    animation: trans 25s infinite;
    animation-timing-function: linear;
}

.sale-box .sec5 .img2 {
    flex-direction: row-reverse;
    animation: trans- 25s infinite;
    animation-timing-function: linear;
}

.sale-box .sec6 .box {
    padding: 0;
    left: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 35%;
}

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

.sale-box .sec6 .box .flex3 {
    flex-wrap: wrap;
    margin-top: 4%;
}

.sale-box .sec6 .box .flex3 .hour {
    width: 32%;
    text-align: left;
    margin-bottom: 4%;
}

.sale-box .sec6 .box .flex3 .hour .bold {
    color: #7CACFE;
    margin-bottom: 1%;
}

.sale-box .sec6 .note {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4%;
    text-align: center;
    padding: 0 10%;
}

.sale-box .sec9 {
    margin-top: 10%;
}

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

.sale-box .sec10 .flex {
    padding: 3% 5% 6%;
    align-items: stretch;
}

.sale-box .sec10 .flex .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 32%;
    background-color: #1B1B1B;
    border-radius: 15px;
    overflow: hidden;
    padding: 4% 3% 2% 3%;
    text-align: left;
}

.sale-box .sec10 .flex .text .bold {
    margin-bottom: 2%;
}

.sale-box .sec10 .flex .text .p-mini {
    color: #C7C7C7;
}

.sale-box .sec11 {
    padding-bottom: 8%;
    margin-top: 3%;
}

.sale-box .sec11 .imgs {
    width: 50%;
    margin: 0 auto;
    z-index: 0;
}

.sale-box .sec11 video {
    position: absolute;
    z-index: -1;
    width: 98%;
    left: 1%;
    top: 3%;
}

.sale-box .sec12 .imgs {
    padding-right: 15%;
}

.sale-box .sec12 .imgs p {
    position: absolute;
    top: 0;
    left: 75%;
    line-height: 2;
    color: #357CF5;
    text-align: left;
}

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

.sale-box .sec13 .imgs .flex {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4%;
    padding-left: 10%;
    padding-right: 5%;
}

.sale-box .sec13 .imgs .flex .chip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #fff;
    width: 33%;
}

.sale-box .sec13 .imgs .flex .chip:nth-child(2) {
    margin-right: -6%;
}

.sale-box .sec13 .imgs .flex .chip img {
    margin-right: 5%;
    width: 10%;
}

.sale-box .sec13 .imgs .flex .chip .text .bold {
    margin-bottom: 1%;
}

.sale-box .sec13 .imgs .flex .chip .text .p-mini {
    color: #C7C7C7;
}

.sale-box .sec14 {
    background-color: #F5F5F7;
}

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

.sale-box .sec15 .imgs {
    padding: 0 5% 5%;
    z-index: 0;
}

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

.sale-box .sec19 .swiper-slide {
    background-color: #000;
}

.sale-box .sec19 .flex {
    align-items: center;
}

.sale-box .sec19 .flex .text {
    width: 40%;
    color: #fff;
    text-align: center;
}

.sale-box .sec19 .flex .imgs {
    width: 60%;
    position: relative;
}

.sale-box .sec19 .flex .imgs::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 30%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.sale-box .sec19 .pags {
    position: static;
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box .sec19 .pags .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.sale-box .sec19 .pags .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background-color: #424242;
}

.sale-box .sec20 .cam {
    background-color: #F1F3F4;
    border-radius: 15px;
    overflow: hidden;
}

.sale-box .sec20 .cam .text {
    background-color: #ECECEC;
    padding: 0 10%;
    text-align: left;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sale-box .sec20 .cam .text .bold {
    margin-bottom: 2%;
}

.sale-box .sec20 .cam1 {
    width: 56%;
}

.sale-box .sec20 .cam2 {
    width: 43%;
}

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

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

.sale-box .sec21 {
    padding: 8% 0;
}

.sale-box .sec21 .imgs {
    background-color: #F1F3F4;
    border-radius: 15px;
    overflow: hidden;
    padding: 8% 4%;
}

.sale-box .sec21 .imgs .text {
    width: 46%;
    text-align: left;
    padding-left: 5%;
}

.sale-box .sec21 .imgs .text h3 {
    line-height: 1.4;
    margin-bottom: 2%;
}

.sale-box .sec21 .imgs .img {
    width: 52%;
    position: relative;
}

.sale-box .sec21 .imgs2, .sale-box .sec21 .imgs3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.5);
}

.sale-box .sec21 .imgs3 .img p {
    position: absolute;
    left: 4%;
    bottom: 4%;
    width: max-content;
    background-color: rgba(108, 108, 108, 0.6);
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    color: #fff;
    padding: 2% 4%;
}

.sale-box .sec22 .imgs {
    width: 80%;
    margin: 0 auto;
}

.sale-box .sec22 .imgs p {
    position: absolute;
    width: 18%;
    text-align: center;
    color: #767676;
}

.sale-box .sec22 .imgs .p1 {
    left: 2%;
    bottom: 4%;
    width: 25%;
}

.sale-box .sec22 .imgs .p2 {
    left: 34%;
    top: 64%;
}

.sale-box .sec22 .imgs .p3 {
    left: 59%;
    top: 64%;
}

.sale-box .sec22 .imgs .p4 {
    left: 82%;
    top: 50%;
}

.sale-box .sec22 .imgs .p5 {
    left: 34%;
    bottom: 4%;
}

.sale-box .sec22 .imgs .p6 {
    left: 59%;
    bottom: 4%;
}

.sale-box .sec22 .imgs .p7 {
    left: 82%;
    bottom: 4%;
}

.sale-box .sec26 {
    padding-bottom: 3%;
}

.sale-box .sec26 .flex {
    flex-wrap: wrap;
}

.sale-box .sec26 .flex .img {
    width: 49%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2%;
}

.sale-box .sec26 .flex .img1, .sale-box .sec26 .flex .img2 {
    background: url(images/26.png);
    background-size: cover;
    background-position: top;
}

.sale-box .sec26 .flex .img3, .sale-box .sec26 .flex .img4 {
    background-color: #F1F3F4;
}

.sale-box .sec26 .flex .img1 img, .sale-box .sec26 .flex .img2 img {
    width: 50%;
    padding: 2% 0;
    margin: 0 auto;
}

.sale-box .sec26 .flex .img3 img {
    width: 40%;
    margin: 6.63% auto;
}

.sale-box .sec26 .flex .img4 img {
    width: 80%;
    margin-top: 3%;
    margin-left: 20%;
}

.sale-box .sec26 .flex .img p {
    background-color: #ececec;
    height: 80px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.sale-box .sec26 .flex .img img:hover {
    transform: scale(1.1);
    transform-origin: center;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
}

@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: 40%;
    height: 70%;
    position: absolute;
    z-index: -1;
}

.wave1 {
    left: -3.2%;
    top: 49%;
    transform: rotateX(50deg) scale(0.8);
    transform-origin: center;
}

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

.wave3 {
    right: -3.2%;
    top: 49%;
    transform: rotateX(40deg) scale(0.8);
    transform-origin: center;
}

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

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

@keyframes trans {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes trans- {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@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 h4 {
        font-size: 32px;
    }

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

}

@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.2rem;
    }

    .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 {
    }

    .sale-box .sec3 .imgs .flex .ips img {
        height: 30px;
    }
}


@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 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 .flex .ips img {
        height: 25px;
    }
}

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

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

    .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 .pp {
        font-size: 1rem;
    }

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


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

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

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

    .sale-box .right-text {
        right: 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 .sec1 {
        padding-left: 5%;
        padding-right: 5%;
    }

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

    .sale-box .sec1- .box {
    }

    .sale-box .sec20 .cam .text {
        height: 90px;
    }

    .sale-box .sec26 .flex .img p {
        height: 60px;
    }

    .sale-box .sec10 .flex .text, .sale-box .sec20 .cam, .sale-box .sec21 .imgs, .sale-box .sec26 .flex .img {
        border-radius: 10px;
    }
}

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


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

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

    .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 {
    }

}

@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 h6 {
        font-size: 15px;
    }

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

    .sale-box .box .desc {
    }

    .sale-box .sec10 img {
        width: 110%;
        margin-left: -5%;
    }

    .sale-box .sec10 .flex {
        padding-left: 0;
        padding-right: 0;
    }

    .sale-box .sec19 .pags .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .sale-box .sec19 .pags .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
    }

    .sale-box .sec20 .cam .text {
        height: 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: 1.8rem;
    }

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

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

    .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 .sec3 .imgs .flex {
        padding: 0;
    }

    .sale-box .sec3 .imgs .flex .ips img {
        height: 20px;
    }

    .sale-box .sec6 img {
        width: 120%;
        margin-left: -15%;
    }

    .sale-box .sec6 .box {
        width: 40%;
    }

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

    .sale-box .sec10 .flex .text {
        padding-left: 2%;
        padding-right: 2%;
    }

    .sale-box .sec13 .imgs .flex {
        padding-left: 2%;
        padding-right: 2%;
    }

}

@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: 3.5rem;
        line-height: 1.1;
    }

    .sale-box .h3 {
    }

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

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

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

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

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

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

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

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

    .sale-box .box .desc, .sale-box .sec-flex .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 .box .desc {
        color: #000;
    }

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

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

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

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

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

    .sale-box .sec2 .flex {
        align-items: stretch;
    }

    .sale-box .sec2 .flex .sell- {
        background-color: #0f0f0f;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .sale-box .sec2 .flex .sell2 {
        width: 49.5%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .flex .sell2 img {
        width: 135%;
        margin-left: -17.5%;
    }

    .sale-box .sec2 .flex .sell4 img, .sale-box .sec2 .flex .sell5 img {
        width: 120%;
        margin-left: -10%;
    }

    .sale-box .sec2 .flex .sell6 {
        width: 49.5%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .flex .sell7 {
        width: 49.5%;
    }

    .sale-box .sec2 .flex .sell8 {
        width: 49.5%;
    }

    .sale-box .sec2 .flex .sell7 img {
        width: 115%;
        margin-left: -7.5%;
    }

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

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

    .sale-box .sec3 .imgs .flex {
        flex-wrap: wrap;
        position: static;
        margin-top: -5%;
        justify-content: center;
    }

    .sale-box .sec3 .imgs .flex .ips {
        width: 50%;
        margin-bottom: 2%;
        justify-content: center;
    }

    .sale-box .sec4 .texts {
        display: block;
    }

    .sale-box .sec4 .box {
        width: 100%;
    }

    .sale-box .sec4 .flex .flex {
        width: 100%;
        justify-content: center;
    }

    .sale-box .sec4 .flex .flex .mm {
        margin: 0 2%;
    }

    .sale-box .sec6 .box {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 8%;
        text-align: center;
    }

    .sale-box .sec6 .box h6 {
        margin: 0 auto;
    }

    .sale-box .sec6 .box .desc {
        color: #fff;
    }

    .sale-box .sec6 .box .flex3 {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .sale-box .sec6 .box .flex3 .hour {
        text-align: center;
    }

    .sale-box .sec8 {
        padding-top: 10%;
        background-color: #f5f6fa;
    }

    .sale-box .sec9 .box {
        padding-left: 0;
    }

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

    .sale-box .sec10 .box {
        position: static;
    }

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

    .sale-box .sec12 .imgs {
        padding-right: 0;
    }

    .sale-box .sec12 .text {
        width: 50%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .sale-box .sec12 .text h6 {
        color: #357CF5;
        text-align: left;
        margin-bottom: 3%;
    }

    .sale-box .sec12 .text h6:nth-child(2n) {
        text-align: right;
    }

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

    .sale-box .sec13 .imgs .flex {
        display: block;
        padding-left: 3%;
    }

    .sale-box .sec13 .imgs .flex .chip {
        margin-top: 3%;
        margin-bottom: 0;
        width: 50%;
    }

    .sale-box .sec15 .imgs {
        margin-bottom: 10%;
    }

    .sale-box .sec16 {
        padding: 0;
        background-color: #f8f8f8;
    }

    .sale-box .sec16 .note {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 2%;
        padding: 0 2%;
        text-align: center;
    }

    .sale-box .sec19 .swiper-slide {
        background-color: #fff;
    }

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

    .sale-box .sec19 .flex .imgs {
        width: 80%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .sale-box .sec19 .flex .text {
        width: 80%;
        margin: 0 auto;
        background-color: #fff;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
    }

    .sale-box .sec19 .flex .imgs::before {
        content: unset;
    }

    .sale-box .sec19 .pags .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .sale-box .sec20 .cam .text {
        padding: 0 5%;
    }

    .sale-box .sec20 .cam1 img {
        width: 94%;
        margin: 0 auto -8%;
    }

    .sale-box .sec20 .cam2 img {
        width: 43.5%;
    }

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

    .sale-box .sec21 .imgs .text {
        width: 80%;
        padding-left: 0;
        margin: 0 auto 4%;
        text-align: center;
    }

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

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

    .sale-box .sec22 .imgs .text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 4%;
    }

    .sale-box .sec22 .imgs .text p {
        position: static;
        width: 50%;
        text-align: left;
        margin-bottom: 2%;
    }

    .sale-box .sec22 .imgs .text .p1 {
        width: 50%;
    }

}

@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 .sec2 h2 {
        font-size: 24px;
    }

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

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

    .sale-box .sec3 .imgs .flex .ips img {
        height: 20px;
    }

    .sale-box .sec6 .note {
        padding: 0 5%;
        bottom: 2%;
    }

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

    .sale-box .sec10 .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sale-box .sec10 .flex .text {
        width: 49%;
        margin: 0 0.5%;
        margin-bottom: 2%;
    }

    .sale-box .sec10 .flex .text:last-child {
        width: 100%;
    }
}

@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: 15px;
    }

    .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 .sec2 h2 {
        font-size: 20px;
    }

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

    .sale-box .sec2 .flex .sell, .sale-box .sec2 .flex .sell-, .sale-box .sec10 .flex .text, .sale-box .sec20 .cam, .sale-box .sec21 .imgs, .sale-box .sec26 .flex .img {
        border-radius: 5px;
    }

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

    .sale-box .sec8 {
        padding-top: 25%;
    }

    .sale-box .sec12 .text {
        width: 70%;
    }

    .sale-box .sec13 .imgs .flex .chip {
        width: 70%;
    }

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

    .sale-box .sec26 .flex .img1 img, .sale-box .sec26 .flex .img2 img {
        width: 70%;
    }

    .sale-box .sec26 .flex .img3 img {
        width: 52%;
    }

    .sale-box .sec26 .flex .img4 img {
        width: 96%;
        margin-left: 10%;
    }

    .sale-box .sec22 .imgs .text p, .sale-box .sec22 .imgs .text .p1 {
        width: 100%;
    }

    .sale-box .sec26 .flex .img p {
        height: 48px;
    }
}

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