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

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

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

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

.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: auto;
    color: transparent;
    background-image: linear-gradient(to right, #52D9F9, #C8AEC1, #F89FB9);
    -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;
}

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

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

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

.bg-white {
    background-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 .app {
    display: none;
}

.sale-box .sec1 {
    position: relative;
    flex-direction: row-reverse;
    padding-top: 5%;
}

.sale-box .sec1 .box {
    width: 36%;
    text-align: left;
    padding-top: 0;
    position: absolute;
    top: 25%;
    right: 0;
}

.sale-box .sec1 .box h2 {
    margin-left: 0;
    font-weight: 400;
}

.sale-box .sec1 .box h6 {
    margin-top: 1%;
    margin-bottom: 4%;
}

.sale-box .sec1 .box>p {
    line-height: 1.6;
    margin-bottom: 4%;
}

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

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

.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 .sec2 {
    padding: 6% 15%;
    font-weight: 400;
    color: #fff;
    background-color: #252526;
}

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

.sale-box .sec2 .sellings .selling .selling1-1 {
    width: 47%;
}

.sale-box .sec2 .sellings .selling .selling1-1 .sell1 {
    margin-bottom: 3%;
}

.sale-box .sec2 .sellings .selling .selling1-1 .sell1 h3 img {
    width: 15%;
    margin-left: 2%;
}

.sale-box .sec2 .sellings .selling .selling1-1 .sell1 h3 span {
    margin-right: 3%;
}

.sale-box .sec2 .sellings .selling .sell3 {
    width: 51.64%;
}

.sale-box .sec2 .sellings .selling .sell4 {
    width: 58.92%;
    margin-top: 1.6%;
    margin-bottom: 1.6%;
}

.sale-box .sec2 .sellings .selling .sell5 {
    width: 39.5%;
    margin-top: 1.6%;
    margin-bottom: 1.6%;
}

.sale-box .sec2 .sellings .selling .sell6 {
    width: 37.7%;
}

.sale-box .sec2 .sellings .selling .sell7 {
    width: 29.887%;
}

.sale-box .sec2 .sellings .selling .sell8 {
    width: 29.738%;
}

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

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

.sale-box .sec2 .flex .sell>img {
    width: 100%;
}

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

.sale-box .sec2 .flex .sell .text- {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    top: 0 !important;
    height: 100%;
    padding: 4%;
    text-align: left;
}

.sale-box .sec2 .flex .sell .textLeft {
    padding-left: 8%;
    text-align: left;
}

.sale-box .sec2 .flex .sell .textRight {
    padding-right: 8%;
    text-align: right;
}

.sale-box .sec2 .flex .sell .center {
    padding-left: 0;
    top: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sale-box .sec2 .flex .sell .textCenterL {
    padding-left: 8%;
    top: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.sale-box .sec2 .flex .sell .textCenterR {
    padding-right: 0;
    padding-right: 8%;
    top: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.sale-box .sec2 .flex .sell .bottom {
    top: unset !important;
    bottom: 8%;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
}

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

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

.sale-box .sec3 .flex {
    justify-content: flex-end;
    position: absolute;
    top: 15%;
    right: 15%;
}

.sale-box .sec3 .flex .mm {
    text-align: left;
}

.sale-box .sec3 .flex .mm:first-child {
    margin-right: 30%;
}

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

.sale-box .sec4 .box {
    margin-bottom: -8%;
}

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

.sale-box .sec4 .colors {
    justify-content: flex-end;
    padding-right: 15%;
    margin-bottom: 3%;
}

.sale-box .sec4 .colors .mm1 {
    margin-right: 6%;
}

.sale-box .sec4 .colors .mm .color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto 15%;
    position: relative;
}

.sale-box .sec4 .colors .mm .color span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: scale(1.25);
    transform-origin: center;
    border: 1.5px solid #0F0F0F;
}

.sale-box .sec4 .colors .mm .color2 span {
    border-color: #51585F;
    opacity: 0;
}

.sale-box .sec4 .colors .mm .color1 {
    background-color: #0F0F0F;
}

.sale-box .sec4 .colors .mm .color2 {
    background-color: #51585F;
    opacity: 0.2;
}

.sale-box .sec4 .imgs .imgs1 {
    width: 54.71%;
}

.sale-box .sec4 .imgs .imgs2 {
    width: 44%;
}

.sale-box .sec4 .imgs .relative {
    background-image: linear-gradient(to bottom, #f8f8f8, #E7E7E7);
    border-radius: 20px;
}

.sale-box .sec4 .imgs .relative .img- {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: inset(0px 0px 100%);
}

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

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

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

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

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

.sale-box .sec6 .box {
    padding-top: 3%;
    padding-bottom: 0;
}

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

.sale-box .sec6 .imgs .img- {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.sale-box .sec6 .flex2 {
    padding: 0 8%;
    align-items: stretch;
    padding-bottom: 6%;
    margin-top: 2%;
}

.sale-box .sec6 .flex2 .mm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 2% 0 2% 2%;
    width: 31%;
    margin: 0 1%;
    background-color: #1A1A1A;
    border-radius: 20px;
}

.sale-box .sec6 .flex2 .mm p {
    margin-top: 2%;
}

.sale-box .sec6 .flex2 .mm .p-mini {
    transform: scale(0.8);
    transform-origin: left center;
}

.sale-box .sec7 .flex {
    width: 100%;
    position: absolute;
    left: 0;
    top: 75%;
    padding: 0 20%;
    flex-wrap: wrap;
    justify-content: center;
}

.sale-box .sec7 .flex .mm {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}

.sale-box .sec7 .flex .mm img {
    width: 6%;
    margin-right: 3%;
}

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

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

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

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

.sale-box .sec8 {
    padding-top: 0;
}

.sale-box .sec8 .img .img- {
    width: 15%;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.sale-box .sec9 {
    padding-bottom: 6%;
}

.sale-box .sec9 .imgs .img- {
    width: 8%;
    position: absolute;
    right: 3%;
    top: 6%;
}

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

.sale-box .sec9 .imgs .flex .mm {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box .sec9 .imgs .flex .mm img {
    width: 10%;
    margin-right: 4%;
}

.sale-box .sec9 .imgs .flex .mm .text {
    text-align: left;
    color: #fff;
}

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

.sale-box .sec10 {
    background-color: #F5F5F7;
    padding-bottom: 5%;
}

.sale-box .sec10 img {
    width: 50%;
    margin: 0 auto;
}

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

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

.sale-box .sec11 .imgs {
    width: 56%;
    z-index: 0;
}

.sale-box .sec11 .box .img- {
    width: 10%;
    margin-top: 5%;
    margin-left: 0;
}

.sale-box .sec12 {
    padding-bottom: 6%;
}

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

.sale-box .sec13 {
    padding-top: 10%;
    padding-bottom: 0;
}

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

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

.sale-box .sec13 .box .note {
    transform: scale(0.8);
    transform-origin: left center;
}

.sale-box .sec13 .flex {
    margin-top: 5%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sale-box .sec13 .flex .gb {
    width: 33%;
    text-align: left;
    margin-bottom: 4%;
}

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

.sale-box .sec14 .imgs .text {
    text-align: left;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}

.sale-box .sec14 .imgs .text h6 {
    line-height: 2;
}

.sale-box .sec15 .box {
    top: 20%;
    width: 60%;
}

.sale-box .sec16 .box .note {
    transform: scale(0.8);
    transform-origin: center;
}

.sale-box .sec16 .imgs .img {
    position: absolute;
    width: 30%;
    bottom: 68.6%;
    left: 35%;
    transform: translateX(100vw);
}

.sale-box .sec17 .box .note {
    transform: scale(0.8);
    transform-origin: left center;
    margin-top: 5%;
}

.sale-box .sec18 .imgs {
    padding-left: 24%;
}

.sale-box .sec18 .imgs .note {
    transform: scale(0.8);
    transform-origin: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
}

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

.sale-box .sec20 .img- {
    position: absolute;
    height: 100%;
    width: auto;
    left: 44%;
    top: 0;
    z-index: 3;
    background-image: linear-gradient(to right, #000, transparent);
}

.sale-box .sec20 .swiper-slide {
    opacity: 0;
}

.sale-box .sec20 .swiper-slide-active {
    opacity: 1 !important;
}

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

.sale-box .sec20 .flex .text {
    width: 45%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box .sec20 .flex img {
    width: 55%;
}

.sale-box .sec20 .swiper-pagination {
    bottom: 2%;
}

.sale-box .sec20 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 0.2%;
    background-color: #fff;
}

.sale-box .sec20 .swiper-pagination-bullet-active {
    transform: scale(1.5);
    transform-origin: center;
    margin: 0 0.4%;
    opacity: 1;
}

.sale-box .sec21, .sale-box .sec22 {
    margin-bottom: 6%;
}

.sale-box .sec21 .imgs p {
    text-align: left;
    padding: 2% 5%;
    position: absolute;
    left: 1%;
    bottom: 2%;
    background-color: rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 10px;
}

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

.sale-box .sec22 .flex .img {
    background-color: #f1f3f4;
    border-radius: 15px;
    overflow: hidden;
}

.sale-box .sec22 .flex .img1 {
    width: 59.2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.sale-box .sec22 .flex .img1 img {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 8%;
}

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

.sale-box .sec22 .flex .img2 {
    margin-bottom: 2%;
}

.sale-box .sec22 .flex .img .text {
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 5%;
    background-color: #ececec;
}

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

.sale-box .sec23, .sale-box .sec24 {
    background-color: #f1f3f4;
    padding: 5% 4%;
    margin-bottom: 2%;
    border-radius: 15px;
    overflow: hidden;
}

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

.sale-box .sec25 {
    overflow: visible;
}

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

.sale-box .sec25 .flex {
    justify-content: flex-start;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 85%;
}

.sale-box .sec25 .flex .text:first-child {
    margin-right: 5%;
}

.sale-box .sec25 .flex p {
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2%;
}

.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(../img/26.png);
    background-size: cover;
}

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

@keyframes rotate {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0);
    }
}

@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 mask {
    from {
        opacity: 1;
        transform: 0;
    }

    to {
        transform: scale(5);
    }
}

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

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

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

.wave3 {
    right: -4.2%;
    top: -2%;
    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.2));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    box-sizing: content-box !important;
}

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

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


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

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

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

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

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

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

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

    .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: 20px;
    }

    .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:1920px) {
    .sale-box h1 {
        font-size: 5rem;
    }

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

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

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


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

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

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

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

    .sale-box .sec4 .colors .mm .color {
        width: 25px;
        height: 25px;
    }

    .sale-box .sec20 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

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

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

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

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

    .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 .sec2 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .sale-box .sec4 .colors .mm .color {
        width: 20px;
        height: 20px;
    }

    .sale-box .sec6 .flex2 .mm {
        border-radius: 15px;
    }

    .sale-box .sec15 .box {
        top: 10%;
    }

    .sale-box .sec20 .swiper-pagination-bullet {
        margin: 0 0.5%;
    }

    .sale-box .sec22 .flex .img .text {
        height: 100px;
    }

    .sale-box .sec23, .sale-box .sec24 {
        padding-left: 4%;
        padding-right: 4%;
    }

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

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

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

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

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

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

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

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

    .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 .sec6 .flex2 {
        padding-left: 4%;
        padding-right: 4%;
    }

    .sale-box .sec6 .flex2 .mm {
        border-radius: 10px;
    }

    .sale-box .sec7 .flex .mm img {
        width: 10%;
    }

    .sale-box .sec14 .imgs .text h6 {
        line-height: 1.6;
    }
}

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

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

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

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

    .sale-box .box .desc {
    }

    .sale-box .sec7 .flex {
        padding: 0 15%;
    }

    .sale-box .sec21 .imgs p {
        border-radius: 6px;
    }

    .sale-box .sec22 .flex .img, .sale-box .sec26 .flex .img {
        border-radius: 10px;
    }

    .sale-box .sec22 .flex .img .text {
        height: 80px;
    }
}

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


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

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

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

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

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

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

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

    .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 .sec6 .flex2 .mm .p-mini {
        width: 120%;
    }

    .sale-box .sec6 .flex2 {
        padding-left: 0;
        padding-right: 0;
    }

    .sale-box .sec7 .flex {
        padding: 0 10%;
    }

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

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

    .sale-box .sec20 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

}

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

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

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

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

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

    .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 !important;
        margin-right: auto !important;
        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: 8%;
        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 {
        text-align: center;
    }

    .sale-box .sec1 .box {
        position: static;
        width: 100%;
        text-align: center;
        padding-top: 6%;
    }

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

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

    .sale-box .sec2 .sellings .selling .sell6 {
        width: 55%;
    }

    .sale-box .sec2 .sellings .selling .sell7 {
        width: 43.6%;
    }

    .sale-box .sec2 .sellings .selling .sell8 {
        width: 45%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }

    .sale-box .sec2 .sellings .selling .sell3 .text {
        top: 3%;
    }

    .sale-box .sec2 .sellings .selling .sell:nth-child(-n+4) {
        overflow: hidden;
        border-radius: 4px;
    }

    .sale-box .sec2 .sellings .selling .sell:nth-child(-n+4)>img {
        width: 120%;
        margin-left: -10%;
    }

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

    .sale-box .sec6 .flex2 {
        padding-left: 10%;
        padding-right: 10%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sale-box .sec6 .flex2 .mm {
        width: 70%;
        margin-left: 0;
        margin-bottom: 3%;
        padding-left: 5%;
    }

    .sale-box .sec6 .flex2 .mm:nth-child(2) {
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 5%;
        text-align: right;
        align-items: flex-end;
    }

    .sale-box .sec6 .flex2 .mm .p-mini {
        width: 120%;
    }

    .sale-box .sec6 .flex2 .mm:nth-child(2) .p-mini {
        transform-origin: right center;
    }

    .sale-box .sec3 .flex {
        position: static;
        width: 100%;
        justify-content: center;
    }

    .sale-box .sec3 .flex .mm:first-child {
        margin-right: 15%;
    }

    .sale-box .sec3 img {
        margin-top: 0;
    }

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

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

    .sale-box .sec4 .imgs .imgs1 {
        width: 60%;
        margin-bottom: 2%;
    }

    .sale-box .sec4 .imgs .relative {
        border-radius: 10px;
    }

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

    .sale-box .sec7 .flex {
        padding: 0 5%;
    }

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

    .sale-box .sec13 .box .note {
        transform-origin: center;
    }

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

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

    .sale-box .sec13 .flex .gb {
        text-align: center;
    }

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

    .sale-box .sec14 .imgs .text {
        right: unset;
        left: 4%;
    }

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

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

    .sale-box .sec9 .imgs .flex {
        position: static;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sale-box .sec9 .imgs .flex .mm {
        width: 50%;
        margin-top: 3%;
    }

    .sale-box .sec9 .imgs .flex .mm .text {
        color: #000;
    }

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

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

    .sale-box .sec11 .box .img- {
        margin-left: auto;
        margin-right: auto;
    }

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

    .sale-box .sec17 .box .note {
        transform-origin: center;
    }

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

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

    .sale-box .sec20 .flex .text {
        width: 100%;
        height: 150px;
    }

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

    .sale-box .sec20 .img- {
        display: none;
    }

    .sale-box .sec20 .swiper-pagination-bullet {
        margin: 0 1%;
    }

    .sale-box .sec23 .imgs {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 8%;
    }

    .sale-box .sec24 {
        padding-bottom: 6%;
    }

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

    .sale-box .sec25 .flex {
        position: static;
        margin-top: 2%;
        width: 100%;
        padding-left: 5%;
    }

    .sale-box .sec25 .flex p {
        margin-bottom: 4%;
    }

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

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

    .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: 1.25rem;
    }

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

    .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 .sec2 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sale-box .sec2 .sellings .selling .sell:nth-child(-n+4)>img {
        width: 140%;
        margin-left: -20%;
    }

    .sale-box .sec .box h3 br {
        display: none;
    }

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

    .sale-box .sec7 .imgs {
        padding-bottom: 6%;
    }

    .sale-box .sec7 .flex {
        bottom: 0;
        top: unset;
    }

    .sale-box .sec14 .imgs .text {
        position: static;
        width: 100%;
        padding-left: 10%;
    }

    .sale-box .sec16 .box {
        padding-top: 15%;
    }

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

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

    .sale-box .sec18 .imgs .note {
        bottom: 0;
    }

    .sale-box .sec20 .flex .text {
        height: 120px;
    }
}

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

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

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

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

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

    .sale-box h4 {
    }

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

    .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 .sec1 .tuv {
        width: 30%;
    }

    .sale-box .sec2 {
        padding-left: 2%;
        padding-right: 2%;
    }

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

    .sale-box .sec6 .flex2 {
        padding: 0;
    }

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

    .sale-box .sec4 .imgs .imgs1 {
        width: 75%;
    }

    .sale-box .sec4 .imgs .imgs2 {
        width: 60%;
    }

    .sale-box .sec7 .imgs {
        padding-bottom: 0;
    }

    .sale-box .sec7 .flex {
        position: static;
        margin-top: -10%;
    }

    .sale-box .sec7 .flex .mm {
        width: 50%;
    }

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

    .sale-box .sec13 img {
        margin: 3% 0;
    }

    .sale-box .sec9 .imgs .flex {
        padding: 0;
    }

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

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

    .sale-box .sec20 .swiper-pagination-bullet {
        margin: 0 2%;
        width: 8px;
        height: 8px;
    }

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

    .sale-box .sec22 .flex .img1 {
        width: 100%;
        margin-bottom: 2%;
    }

    .sale-box .sec22 .flex .img- {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sale-box .sec22 .flex .img- .img {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .sale-box .sec22 .flex .img1 img {
        position: static;
        padding: 4% 0;
    }

    .sale-box .sec22 .flex .img, .sale-box .sec26 .flex .img {
        border-radius: 5px;
    }

}