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

.peo_box {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: relative;
    transform: translateY(30px);
}

.lishow {
    visibility: visible;
    transform: none;
    opacity: 1;
}

.sale-box {
}

.DINPro {
}

.DINProBold {
    font-weight: 700;
}

.DINProThin {
    font-weight: 400;
}

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

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

.sale-box .blue {
    color: #2C8AFF;
}

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

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

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

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

.sale-box .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: #000;
    color: #fff;
}

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

.sale-box .sec2 .flex .sell:hover, .sale-box .sec2 .flex .sell .center:hover {
    transform: translateY(-5px);
}

.sale-box .sec1 {
    position: relative;
    color: #fff;
}

.sale-box .sec1 .box {
    width: 36%;
    position: absolute;
    left: 64%;
    top: 15%;
    text-align: left;
    white-space: nowrap;
}

.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-top: 4%;
}

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

.sale-box .sec1 .box .buttons a {
    margin-right: 4%;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 16%;
}

/* е†…е®№ */
.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: 10%;
}

.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% 10% 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%;
    background-color: #2A2A2A;
    font-weight: 700;
    color: #fff;
}

.sale-box .sec2 .sellings .selling1, .sale-box .sec2 .sellings .selling2, .sale-box .sec2 .sellings .selling3 {
    flex-wrap: wrap;
    margin-bottom: 1.4%;
}

.sale-box .sec2 .sellings .selling1 .selling1-1 .sell {
    margin-bottom: 4%;
}

.sale-box .sec2 .sellings .selling1 .selling1-2 .sell {
    margin-bottom: 3.88%;
}

.sale-box .sec2 .sellings .selling1 .selling1-3 .sell {
    margin-bottom: 4.95%;
}

.sale-box .sec2 .sellings .selling1 .selling .sell:last-child {
    margin-bottom: 0;
}

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

.sale-box .sec2 .sellings .selling1 .selling1-2 {
    width: 35.303%;
}

.sale-box .sec2 .sellings .selling1 .selling1-3 {
    width: 26.861%;
}

.sale-box .sec2 .sellings .selling2 .sell {
    width: 49.35%;
}

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

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

.sale-box .sec2 .flex .sell .text {
    position: absolute;
    width: 100%;
    top: 10%;
    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%;
}

.sale-box .sec2 .flex .sell1 .text {
    top: 25%;
}

.sale-box .sec2 .sellings .sell7 .text .p-mini {
    transform: scale(0.75);
    margin-top: 1%;
    transform-origin: center left;
}

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

.sale-box .sec4 {
    /* padding-bottom: 0; */
    overflow: hidden;
}

.sale-box .sec4 img {
    transform: scale(1.25);
    transform-origin: center;
}

.sale-box .sec5 {
    padding: 0;
    background-image: linear-gradient(to right, #EDEEF0, #e9eaec);
}

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

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

.sale-box .sec6 .flex .proof {
    width: 33%;
    position: relative;
}

.sale-box .sec6 .flex .proof p {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 6%;
}

.sale-box .sec7 .box {
    z-index: 1;
    position: relative;
}

.sale-box .sec7>img {
    width: 80%;
    margin: -5% auto 0;
}

.sale-box .sec7 .flex {
    padding-left: 15%;
    padding-right: 10%;
    flex-wrap: wrap;
    padding-bottom: 6%;
}

.sale-box .sec7 .flex .proof {
    width: 20%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2%;
}

.sale-box .sec7 .flex .proof img {
    width: 15%;
    margin-right: 4%;
}

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

.sale-box .sec8 .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
}

.sale-box .sec8 .box h2 {
    margin: 0;
}

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

.sale-box .sec8 .swiper-button-next:after, .sale-box .sec8 .swiper-button-prev:after {
    color: #ccc;
    transform: scale(1.5);
    transform-origin: center;
}

.sale-box .sec8 .swiper-button-next {
    right: 4%;
}

.sale-box .sec8 .swiper-button-prev {
    left: 4%;
}

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

.sale-box .sec10 .flex {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.sale-box .sec10 .flex .img1 {
    width: 100%;
    margin-bottom: 0.5%;
}

.sale-box .sec10 .flex .img2 {
    width: 68%;
}

.sale-box .sec10 .flex .img3 {
    width: 31.4%;
}

.sale-box .sec10 .flex .img4, .sale-box .sec10 .flex .img5, .sale-box .sec10 .flex .img6 {
    width: 32.94%;
    margin-top: 0.5%;
}

.sale-box .sec11, .sale-box .sec15, .sale-box .sec16, .sale-box .sec18, .sale-box .sec24 {
    padding-left: 0;
    padding-right: 0;
}

.sale-box .sec11 .box, .sale-box .sec15 .box, .sale-box .sec16 .box, .sale-box .sec18 .box, .sale-box .sec24 .box {
    padding-left: 10%;
}

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

.sale-box .sec11 .box .flex .ips {
    width: 33%;
    margin-bottom: 4%;
}

.sale-box .sec12 .imgs {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 5%;
    z-index: 0;
}

.sale-box .sec12 .imgs img {
    z-index: 1;
}

.sale-box .sec13 img {
    width: 60%;
    margin: 0 auto;
}

.sale-box .sec14 .box {
    padding-bottom: 0;
}

.sale-box .sec14 .imgs {
    width: 50%;
    margin: 0 auto;
}

.sale-box .sec14 .imgs .flex {
    text-align: left;
    position: absolute;
    width: 100%;
    left: 0;
    justify-content: center;
    top: 10%;
}

.sale-box .sec14 .imgs .flex .gb:first-child {
    margin-right: 10%;
}

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

.sale-box .sec15 .box .gbs .gb {
    margin-top: 5%;
}

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

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

.sale-box .sec17 .imgs {
    width: 60%;
    margin: 0 auto;
}

.sale-box .sec17 .imgs .flex {
    text-align: left;
}

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

.sale-box .sec19 .imgs .flex {
    width: 200%;
    left: 0;
    position: absolute;
    bottom: 4%;
}

.sale-box .sec19 .imgs .flex img {
    width: 19.5%;
}

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

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

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

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

.sale-box .sec23 img {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.sale-box .sec24 {
    background-image: linear-gradient(to bottom, #3f3f3f, #474747, #3f3f3f);
    padding-top: 0;
    padding-bottom: 0;
}

.sale-box .sec24 .box p {
    line-height: 2;
    margin-top: 4%;
}

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

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

.sale-box .sec25 .flex .opt {
    width: 49.5%;
    margin-bottom: 1%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.sale-box .sec25 .flex .opt .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 2% 0;
    background-color: #9D9D9D;
}

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

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

.sale-box .sec26 .flex {
    justify-content: space-between;
    align-items: flex-start;
}

.sale-box .sec26 .flex .tablet {
    width: 30%;
    position: relative;
}

.sale-box .sec26 .flex .tablet img {
    width: 60%;
    margin: 0 auto;
}

.sale-box .sec26 .flex .tablet h5 {
    margin-bottom: 2%;
}

.sale-box .sec26 .flex .tablet p {
    line-height: 1;
    margin-top: 2%;
}

.sale-box .sec26 .flex .tablet p br {
    margin-top: 2%;
}

.sale-box .sec26 .flex .tablet a {
    color: #2680EB;
    border: 1px solid #2680EB;
    padding: 1% 2%;
    margin-top: 4%;
    display: inline-block;
    border-radius: 6px;
}

.sale-box .sec26 .flex .tablet .colors {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.sale-box .sec26 .flex .tablet .colors .color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 2%;
}

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

    to {
        transform: rotateZ(0);
    }
}

@keyframes trans {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@keyframes trans- {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

@keyframes mask {
    from {
        opacity: 1;
        transform: 0;
    }

    to {
        /* opacity : 0; */
        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: 45%;
    height: 78%;
    position: absolute;
    z-index: -1;
}

.wave1 {
    left: -20%;
    bottom: 20%;
    /* width: 26%; */
    /* transform: rotateX(-50deg) rotateY(20deg) rotateZ(0deg); */
}

.wave2 {
    width: 35%;
    height: 40%;
    left: 9.5%;
    top: 30%;
    /* transform: rotateY(50deg); */
}

.wave3 {
    right: -20%;
    bottom: 20%;
    /* width: 20%; */
    /* transform: rotateX(70deg) rotateY(20deg) rotateZ(0deg); */
}

.wave4 {
    width: 38%;
    height: 70%;
    right: 9.5%;
    top: 30%;
    /* transform: rotateY(-50deg); */
}

.wave * {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgb(255, 255, 255, 0.5));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    /* border: 12px solid rgb(182, 170, 236, 0.6); */
    box-shadow: -10px 10px 20px rgba(90, 89, 89, 0.4);
    box-sizing: content-box !important;
}

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

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


@media screen and (min-width:1920px) {
    /* h1:125 h2:65 .h3:50 h3: 45 h4:42  h5:38 h6:35 .h6:32 .p-l:30 p:28 .p:24 .p-s:20 .p-mini:18*/

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

    /* h1:100 h2:65 .h3:48 h3: 45 h4:42  h5:38 h6:35 .h6:32 .p-l:30 p:28 .p:24 .p-s:20 .p-mini:18*/
    .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-style: 3.5rem;
    }

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

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

    .sale-box .sec25 .flex .opt {
        border-radius: 20px;
    }

}

@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 {
        /* top: 16px; */
    }

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

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

    .sale-box .left-text {
        /* padding-left: 6%; */
    }

    .sale-box .sec-flex {
        /* padding: 0; */
    }

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

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

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

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

    .sale-box .sec8 .swiper-button-next:after, .sale-box .sec8 .swiper-button-prev:after {
        transform: none;
    }

    .sale-box .sec17 .imgs {
        width: 70%;
    }

    .sale-box .sec25 .flex .opt {
        border-radius: 15px;
    }

    .sale-box .sec26 .flex .tablet .colors .color {
        width: 15px;
        height: 15px;
    }
}

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

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

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

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

    .sale-box .left-text .desc {
        /* width: 60%; */
    }

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

    .sale-box .sec5, .sale-box .sec11, .sale-box .sec15, .sale-box .sec16, .sale-box .sec18, .sale-box .sec22, .sale-box .sec24 {
        padding-left: 0;
        padding-right: 0;
    }

    .sale-box .sec5 .box, .sale-box .sec11 .box, .sale-box .sec15 .box, .sale-box .sec16 .box, .sale-box .sec18 .box, .sale-box .sec24 .box {
        padding-left: 5%;
    }

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

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

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

    .sale-box .sec8 .box {
        left: 5%;
    }

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

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

    .sale-box .sec13 img, .sale-box .sec14 .imgs {
        width: 70%;
    }

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

    .sale-box .sec25 .flex .opt img {
        width: 120%;
        margin-left: -10%;
    }

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

}

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

    .sale-box .box .desc {
        /* width: 70%; */
    }

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

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

    .sale-box .sec26 .flex .tablet a {
        padding: 2%;
    }

    .sale-box .sec26 .flex .tablet .colors .color {
        width: 12px;
        height: 12px;
    }
}

@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: 2.5rem;
    }

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

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

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

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

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

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

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

    .sale-box .sec1 img {
        width: 130%;
        margin-left: -15%;
    }

    .sale-box .sec8 img {
        width: 130%;
        margin-left: -20%;
    }

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

}

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

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

    .sale-box h1 {
        /* font-size: 3.2rem; */
    }

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

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

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

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

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

    .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 h2 br {
        display: none;
    }

    .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 .sec1 {
        display: block;
        padding: 0;
    }

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

    .sale-box .sec1 .box {
        width: 100%;
        text-align: left;
        top: 5%;
        padding-left: 45%;
        left: 0;
    }

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

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

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

    .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 .sec2 {
        background-image: unset;
        background-color: #151519;
    }

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

    .sale-box .sec2 .sellings .selling1 .selling1-2 {
        width: 49%;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 {
        width: 100%;
        margin-top: 1%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell8 {
        width: 53.5%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell9 {
        width: 45.2%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell9 img {
        width: 154%;
        margin-left: -27%;
        margin-bottom: 0;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell10 {
        width: 51%;
        margin-bottom: 0;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell11 {
        width: 47.89%;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell9, .sale-box .sec2 .sellings .selling2 .sell12, .sale-box .sec2 .sellings .selling2 .sell13 {
        background-color: #000;
        overflow: hidden;
        border-radius: 4px;
    }

    .sale-box .sec2 .sellings .selling2 .sell12 img {
        width: 120%;
        margin-left: 0;
    }

    .sale-box .sec2 .sellings .selling2 .sell13 img {
        width: 120%;
        margin-left: -20%;
    }

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

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

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

    .sale-box .sec4 img {
        transform: none;
    }

    .sale-box .sec5 {
        background-image: linear-gradient(to right, #e8e9eb, #edefee, #e1e3e2);
    }

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

    .sale-box .sec6 .flex .proof {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2%;
    }

    .sale-box .sec6 .flex .proof:nth-child(2) {
        flex-direction: row-reverse;
    }

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

    .sale-box .sec6 .flex .proof p {
        width: 40%;
        position: static;
        text-align: center;
    }

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

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

    .sale-box .sec7 .flex .proof {
        width: 25%;
    }

    .sale-box .sec7 .flex .proof:nth-child(9), .sale-box .sec7 .flex .proof:nth-child(10) {
        width: 50%;
    }

    .sale-box .sec7 .flex .proof:nth-child(9) img, .sale-box .sec7 .flex .proof:nth-child(10) img {
        width: 7.5%;
    }

    .sale-box .sec8 .box {
        position: static;
        width: 100%;
        padding-left: 0;
        text-align: center;
        display: block;
        height: auto;
    }

    .sale-box .sec8 .box h2 {
        margin: 0 auto;
    }

    .sale-box .sec8 .box .black {
        color: #fff;
    }

    .sale-box .sec8 .swiper-slide .box {
        opacity: 0.5;
    }

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

    .sale-box .sec8 .swiper-button-next, .sale-box .sec8 .swiper-button-prev {
        /* top: 60%; */
        transform: scale(0.75);
    }

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

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

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

    .sale-box .sec12 .imgs {
        width: 80%;
        margin-top: 4%;
    }

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

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

    .sale-box .sec15 .box .gbs .gb {
        margin-bottom: 0;
        margin-right: 8%;
    }

    .sale-box .sec15 .box .gbs .gb:last-child {
        margin-right: 0;
    }

    .sale-box .sec20 .box, .sale-box .sec21 .box {
        position: static;
        width: 100%;
    }

    .sale-box .sec11 img, .sale-box .sec16 img, .sale-box .sec18 img, .sale-box .sec22 img, .sale-box .sec23 img, .sale-box .sec19 .imgs {
        width: 90%;
        margin: 0 auto;
    }

    .sale-box .sec15 img {
        width: 90%;
        margin-left: 10%;
        margin-top: 3%;
    }

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

    .sale-box .sec17 .imgs .flex .gb {
        width: 33%;
        margin-bottom: 3%;
        text-align: center;
    }

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

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

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

    .sale-box .sec19 .imgs .flex img {
        width: 31%;
        margin: 0 1%;
        margin-bottom: 2%;
    }

    .sale-box .sec24 {
        background-image: linear-gradient(to right, #3f3f3f, #3b3b3b, #353535);
    }

    .sale-box .sec25 .flex .opt {
        border-radius: 10px;
    }

    .sale-box .sec25 .flex .opt img {
        width: 130%;
        margin-left: -15%;
    }

    .sale-box .sec25 .flex .opt:last-child img {
        margin-left: -10%;
    }

    .sale-box .sec25 .flex .opt .text {
        position: static;
    }

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

    .sale-box .sec26 .flex .tablet {
        width: 100%;
        margin-bottom: 6%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ccc;
        padding: 3%;
        border-radius: 5px;
    }

    .sale-box .sec26 .flex .tablet:nth-child(2) {
        flex-direction: row-reverse;
    }

    .sale-box .sec26 .flex .tablet .prod {
        width: 50%;
    }

    .sale-box .sec26 .flex .tablet .selling {
        width: 50%;
    }

    .sale-box .sec26 .flex .tablet p {
        margin-top: 3%;
    }

    .sale-box .sec26 .flex .tablet a {
        border-radius: 3px;
    }
}

@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 {
        font-size: 1.4rem;
    }

    .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 {
        /* font-size: 12px; */
    }

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

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

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

}

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

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

    .sale-box h4 {
        /* font-size: 1.1rem; */
    }

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

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

    .sale-box .h6 {
        /* font-size: 13px; */
    }

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

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

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

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

    .sale-box .sec1 .box {
        padding-left: 30%;
        top: 2%;
    }

    .sale-box .sec1 img, .sale-box .sec7>img, .sale-box .sec20 img, .sale-box .sec21 img {
        width: 120%;
        margin-left: -10%;
    }

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

    .sale-box .sec26 .flex .tablet {
        padding: 3% 0;
    }

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

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

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

    .sale-box .sec7 .flex .proof {
        width: 33%;
    }

    .sale-box .sec9 img {
        width: 140%;
        margin-left: -20%;
    }

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

    .sale-box .sec11 img, .sale-box .sec16 img, .sale-box .sec18 img, .sale-box .sec22 img, .sale-box .sec23 img, .sale-box .sec19 .imgs {
        width: 100%;
    }

    .sale-box .sec15 img {
        width: 100%;
        margin-left: 0;
    }

    .sale-box .sec13 img, .sale-box .sec14 .imgs, .sale-box .sec17 .imgs {
        width: 90%;
    }

    .sale-box .sec14 .imgs .note {
        position: static;
    }

    .sale-box .sec19 .imgs>img {
        width: 140%;
        margin-left: -30%;
    }

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

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

    .sale-box .sec26 .flex .tablet a {
        padding: 2% 4%;
    }
}