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

.sale-box .bold {
}

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

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

.sale-box .sec1 .box {
    width: max-content;
    margin: 0 auto;
}

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

.sale-box .sec1 .box .text {
    width: max-content;
    margin-right: 0;
    margin-left: auto;
}

.sale-box .sec1 .box .text p {
    text-align: left;
}

.sale-box .sec1 .box .text .p-mini {
    text-align: left;
    line-height: 1.5;
    margin-top: 4%;
}

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

.sale-box .sec1 .imgs {
    display: flex;
    width: 90%;
    margin: -4% auto 0;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

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

.sale-box .sec1 .imgs .img2 {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 13%;
}

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

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

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

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

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

.sale-box .sec2 .sellings .selling .selling1-2 .sell4 {
    margin-bottom: 1.133%;
}

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

.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 {
    background-color: #FAF8FC;
}

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

.sale-box .sec3 .imgs .img {
    position: absolute;
    width: 28%;
    bottom: 0;
    left: 36%;
    transform-origin: bottom center;
}

.sale-box .sec3 .flex {
    margin: 0% auto 3%;
    position: relative;
    z-index: 3;
    width: 80%;
}

.sale-box .sec3 .flex .android {
    display: flex;
    padding: 2%;
    width: 49%;
    background-color: #000;
    border-radius: 10px;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 0;
}

.sale-box .sec3 .flex .android1 {
    transform: translateX(-100vw);
}

.sale-box .sec3 .flex .android2 {
    transform: translateX(100vw);
}

.sale-box .sec3 .flex .android .text {
    width: 50%;
    text-align: left;
}

.sale-box .sec3 .flex .android img {
    width: 45%;
    padding-bottom: 3%;
}

.sale-box .sec3 .flex .android .text h4 {
    position: absolute;
    left: 5%;
    top: 5%;
    text-align: left;
}

.sale-box .sec3 .flex .android .text h6 {
    width: fit-content !important;
    margin: 0;
    margin-bottom: 6%;
    color: transparent;
    background-image: linear-gradient(to right, #42C6C9, #D4E2BE);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
}

.sale-box .sec3 .flex .android .text p {
    opacity: 0.9;
}

.sale-box .sec4 {
    background-image: linear-gradient(135deg, #fff, #fff, #E6E5E2);
}

.sale-box .sec4 .imgs>img {
    padding-right: 35%;
}

.sale-box .sec4 .imgs .colors {
    position: absolute;
    width: 40%;
    left: 60%;
    top: 50%;
}

.sale-box .sec4 .imgs .colors .mm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4%;
}

.sale-box .sec4 .imgs .colors .mm img {
    width: 5%;
    margin-right: 2%;
}

.sale-box .sec5 .swiper-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.sale-box .sec5 .swiper-slide {
    position: relative;
}

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

.sale-box .sec5 .swiper-slide-active .texts {
    opacity: 1;
    color: #fff;
}

.sale-box .sec5 .swiper-slide .texts {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 25%;
    text-align: left;
}

.sale-box .sec5 .swiper-slide .text .p-mini {
    margin-top: 2%;
}

.sale-box .sec5 .swiper-slide .colors {
    position: absolute;
    width: 30%;
    left: 10%;
    bottom: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale-box .sec5 .swiper-slide .colors p {
    line-height: 1;
    color: #000;
}

.sale-box .sec5 .swiper-slide .colors .color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 3%;
    border: 1px solid #fff;
}

.sale-box .sec5 .swiper-slide .colors .color1 {
    background-image: linear-gradient(to bottom, #242424, #808080);
}

.sale-box .sec5 .swiper-slide .colors .color2 {
    background-image: linear-gradient(to bottom, #99999b, #dbd9dd);
}

.sale-box .sec6 {
    background-color: #f7f7f7;
    padding-bottom: 8%;
}

.sale-box .sec6 .sec6-1, .sale-box .sec6 .sec6-2 {
    width: 48%;
}

.sale-box .sec6 .sec6-1 {
    display: flex;
    flex-direction: column-reverse;
}

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

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

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

.sale-box .sec6 .imgs {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

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

.sale-box .sec6 .sec6-2 .imgs .flex {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sale-box .sec6 .sec6-2 .imgs .flex .text {
    margin-top: 4%;
    width: 49%;
    text-align: left;
}

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

.sale-box .sec7 .imgs .img {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.sale-box .sec7 .imgs .img .text {
    text-align: left;
}

.sale-box .sec7 .swiper-container {
    margin-left: 10%;
    margin-top: -4%;
}

.sale-box .sec7 .swiper-container .swiper-slide {
    position: relative;
}

.sale-box .sec7 .swiper-container .swiper-slide .box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
}

.sale-box .sec7 .swiper-container .swiper-slide .box .p-mini {
    margin: 2% auto 0;
    width: 80%;
}

.sale-box .sec8 .flex {
    width: 60%;
    margin: 0 auto 3%;
}

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

.sale-box .sec8 .imgs .note {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3%;
    padding: 0 15%;
    transform: scale(0.9);
    transform-origin: center;
}

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

.sale-box .sec10 .flex {
    width: 50%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: -3%;
    position: relative;
    z-index: 2;
}

.sale-box .sec10 .flex p {
    width: 50%;
    text-align: left;
    margin-bottom: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sale-box .sec10 .flex p strong {
    font-size: 1.2em;
    margin-right: 4%;
}

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

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

.sale-box .sec12 .box .note {
    transform: scale(0.9);
    transform-origin: left;
}

.sale-box .sec13 {
    background-image: linear-gradient(to bottom, #fff, #D5D5D5);
}

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

.sale-box .sec14 .swiper-container {
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    color: #fff;
}

.sale-box .sec14 .box {
    padding-left: 6%;
    top: unset;
    bottom: 0;
}

.sale-box .sec14 .img .p1 {
    position: absolute;
    left: 5%;
    top: 5%;
}

.sale-box .sec14 .img .p2 {
    position: absolute;
    left: 55%;
    top: 5%;
}

.sale-box .sec15 {
    width: 110%;
    margin-left: 0;
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-box .sec15 .sec15-1 {
    width: 40%;
    padding: 0 4%;
}

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

.sale-box .sec15 .sec15-1 .box {
    padding-left: 20%;
}

.sale-box .sec15 .sec15-1 .box p {
    width: 70%;
}

.sale-box .sec15 .sec15-2 .box {
    padding-left: 10%;
    top: unset;
    bottom: 0;
}

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

.sale-box .sec16>div {
    width: 49%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

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

.sale-box .sec16 .box p {
    width: 70%;
    margin-left: 0;
}

.sale-box .sec16-2 .box .flex {
    margin-top: 8%;
    width: 50%;
    margin-left: 0;
    flex-wrap: wrap;
}

.sale-box .sec16-2 .box .flex .gps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-bottom: 6%;
}

.sale-box .sec16-2 .box .flex .gps img {
    width: 20%;
    margin-right: 5%;
}

.sale-box .sec16-2 .box .flex .gps p {
    text-align: left;
}

.sale-box .sec17 .box {
    top: 5%;
}

.sale-box .sec17 .box p {
    line-height: 2;
}

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

    .sale-box .sec2 .flex .sell {
        border-radius: 15px;
    }

    .sale-box .sec4 .imgs>img {
        padding-right: 30%;
    }
}


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

    .sale-box .sec3 .flex .android .text p, .sale-box .sec7 .swiper-container .swiper-slide .box .p-mini {
        font-size: 13px;
    }

    .sale-box .sec5 .swiper-slide .colors .color {
        width: 25px;
        height: 25px;
    }

    .sale-box .sec6 .sec6-2 .imgs {
        padding-top: 16%;
    }

    .sale-box .sec7 .swiper-container .swiper-slide {
        padding-bottom: 3%;
    }

    .sale-box .sec7 .swiper-container .swiper-slide .box {
        top: 52%;
    }

    .sale-box .sec7 .swiper-container .wide2 {
        background-color: #faf6f6;
        border-radius: 20px;
    }

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

    .sale-box .sec11 .imgs, .sale-box .sec13 .imgs {
        padding: 0 5%;
    }
}

@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 .sec2 .flex .sell {
        border-radius: 10px;
    }

    .sale-box .sec3 .flex .android .text p, .sale-box .sec7 .swiper-container .swiper-slide .box .p-mini {
        font-size: 12px;
    }

    .sale-box .sec4 .imgs>img {
        padding-right: 25%;
    }

    .sale-box .sec4 .imgs .colors {
        left: 70%;
    }
}

@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 .sec3 .flex .android .text {
        width: 55%;
    }

    .sale-box .sec5 .swiper-slide .colors .color {
        width: 20px;
        height: 20px;
    }

    .sale-box .sec6 .sec6-2 .imgs {
        padding-top: 26%;
    }

    .sale-box .sec15 {
        align-items: flex-end;
    }

    .sale-box .sec15 .sec15-1 {
        padding-top: 3%;
    }
}

@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 {
        width: 70%;
    }

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

    .sale-box .sec2, .sale-box .sec6 {
        padding-left: 6%;
        padding-right: 6%;
    }

    .sale-box .sec3 .flex .android .text h6 {
        margin-bottom: 0;
    }

    .sale-box .sec3 .flex .android .text p {
        width: 120%;
        margin-left: 0;
        transform: scale(0.8);
        transform-origin: left;
    }

    .sale-box .sec6 .sec6-2 .imgs {
        padding-top: 32%;
    }

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

    .sale-box .sec7 .imgs {
        padding-left: 6%;
        padding-top: 0;
    }

}

@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 .sec7 .swiper-container .swiper-slide {
        padding-bottom: 12%;
    }

    .sale-box .sec15 .sec15-1 {
        padding-top: 6%;
    }

    .sale-box .sec16 .box {
        padding-left: 8%;
    }
}

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

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

    .sale-box h1 {
    }

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

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

    .sale-box .h3 {
    }

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

    .sale-box h4 {
        font-size: 1.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 {
        width: 100%;
        text-align: center;
        padding-top: 6%;
    }

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

    .sale-box .sec1 .box>p {
        transform: none;
        text-align: center;
        margin: 2% auto;
    }

    .sale-box .sec1 .box .text {
        margin-right: 15%;
    }

    .sale-box .sec1 .imgs {
        width: 100%;
        margin-top: 0;
    }

    .sale-box .sec1 .imgs .img1 {
        width: 110%;
        margin-left: -38%;
    }

    .sale-box .sec1 .imgs .img2 {
        width: 80%;
        right: -19%;
    }

    .sale-box .sec2 .flex .sell>img {
        width: 120%;
        margin-left: -10%;
    }

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

    .sale-box .sec2 .sellings .selling .selling1-2 .sell4 .text {
        top: 4%;
    }

    .sale-box .sec5 .swiper-slide .colors {
        left: 5%;
    }

    .sale-box .sec6 .sec6-1, .sale-box .sec6 .sec6-2 {
        width: 100%;
    }

    .sale-box .sec6 .sec6-1 {
        flex-direction: column;
    }

    .sale-box .sec6 .sec6-2 .imgs {
        padding-top: 3%;
        margin-bottom: 4%;
    }

    .sale-box .sec7>.box {
        position: static;
        background-color: #e7eaf6;
    }

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

    .sale-box .sec7 .imgs {
        margin-top: 3%;
        flex-wrap: wrap;
        padding-left: 10%;
        justify-content: center;
    }

    .sale-box .sec7 .imgs .img {
        width: 33%;
        margin-bottom: 3%;
    }

    .sale-box .sec7 .swiper-container .swiper-slide {
        padding-bottom: 6%;
    }

    .sale-box .sec8 .flex, .sale-box .sec10 .flex {
        width: 80%;
    }

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

    .sale-box .sec11 .imgs, .sale-box .sec13 .imgs {
        padding: 0;
    }

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

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

    .sale-box .sec14 .box {
        position: static;
        padding-left: 0;
        color: #000;
        height: 150px;
    }

    .sale-box .sec14 .box .desc {
        color: #000;
    }

    .sale-box .sec15, .sale-box .sec16 {
        width: 100%;
        display: block;
    }

    .sale-box .sec15 .sec15-1, .sale-box .sec15 .sec15-2, .sale-box .sec16>div {
        width: 100%;
    }

    .sale-box .sec15 .sec15-1 .box {
        padding-left: 0;
    }

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

    .sale-box .sec15 .sec15-2 .box {
        padding-left: 0;
        position: static;
    }

    .sale-box .sec15 .sec15-2 .box .white {
        color: #000;
    }

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

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

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

    .sale-box .sec16-2 .box .flex {
        padding-left: 5%;
        width: 45%;
    }

    .sale-box .sec16 .box p {
        margin-left: auto;
        margin-right: auto;
    }

    .sale-box .sec17 {
        background-image: linear-gradient(to right, #e8e8e8, #e8e8e8, #dfdfdf);
    }

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

    .sale-box .sec17 .box p {
        line-height: 1.5;
    }
}

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

    .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 .sec1 .box .text {
        margin-right: 10%;
    }

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

    .sale-box .sec2 .flex .sell>img {
        width: 130%;
        margin-left: -15%;
        margin-top: 8%;
    }

    .sale-box .sec2 .flex .sell {
        background-color: #d1dff3;
    }

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

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

    .sale-box .sec3 .flex .android {
        width: 100%;
        margin-bottom: 3%;
    }

    .sale-box .sec4 .imgs .colors {
        left: 60%;
        top: 72%;
    }

    .sale-box .sec4 .imgs>img {
        padding-right: 15%;
    }

    .sale-box .sec4 .imgs .colors .mm img {
        width: 8%;
    }

    .sale-box .sec7 .swiper-container {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 3%;
    }

    .sale-box .sec7 .swiper-container .swiper-slide {
        padding-bottom: 20%;
        border: 1px solid #e7eaf6;
        border-radius: 5px;
        overflow: hidden;
    }

    .sale-box .sec7 .swiper-container .swiper-slide .box .p-mini {
        width: 90%;
    }

    .sale-box .sec8 .imgs .note {
        position: static;
        padding: 0 5%;
    }

    .sale-box .sec12 img {
        width: 120%;
        margin-left: -20%;
    }

    .sale-box .sec14 .swiper-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .sale-box .sec14 .box {
        height: 180px;
    }

    .sale-box .sec15 .sec15-1 .box {
        padding-top: 5%;
    }

    .sale-box .sec16>div {
        padding-top: 6%;
    }

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

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

    .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 .box .text {
        margin-right: 5%;
    }

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

    .sale-box .sec2 .flex .sell>img {
        margin-top: 20%;
    }

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

    .sale-box .sec3 .flex .android .text h4 {
        left: 2%;
    }

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

    .sale-box .sec4 .imgs .colors {
        position: static;
        width: 100%;
    }

    .sale-box .sec4 .imgs .colors .mm {
        justify-content: center;
    }

    .sale-box .sec4 .imgs .colors .mm img {
        width: 6%;
    }

    .sale-box .sec5 .swiper-slide {
        border-radius: 5px;
        overflow: hidden;
    }

    .sale-box .sec5 .swiper-slide img {
        width: 120%;
        margin-left: -10%;
    }

    .sale-box .sec5 .swiper-slide .colors {
        width: 50%;
    }

    .sale-box .sec5 .swiper-slide .colors .color {
        width: 15px;
        height: 15px;
    }

    .sale-box .sec6 .sec6-2 .imgs {
        padding-top: 28%;
    }

    .sale-box .sec7 .imgs {
        padding-left: 5%;
        padding-right: 1%;
    }

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

    .sale-box .sec7 .swiper-container .swiper-slide {
        padding-bottom: 25%;
    }

    .sale-box .sec7 .swiper-container .swiper-slide .box {
        padding-top: 5%;
    }

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

    .sale-box .sec8 .flex .text {
        width: 50%;
        margin-bottom: 3%;
    }

    .sale-box .sec8 .imgs .note {
        padding: 0;
    }

    .sale-box .sec14 .box {
        height: 150px;
    }

    .sale-box .sec15 .sec15-1 {
        padding-top: 6%;
    }

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

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