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

.thin {
    font-weight: 400;
}

.sale-box .bold {
    font-weight: 700;
}

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

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

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

.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 .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: 40%;
    position: absolute;
    left: 10%;
    top: 20%;
    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-bottom: 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% 10%;
    background-color: #F8F8F8;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.sale-box .sec2 .sellings .selling1 .selling1-3 .sell8 {
    margin-top: 1.6%;
}

.sale-box .sec2 .sellings .selling2 .sell9 {
    width: 35.8%;
}

.sale-box .sec2 .sellings .selling2 .sell10 {
    width: 30.83%;
}

.sale-box .sec2 .sellings .selling2 .sell11 {
    width: 31.63%;
}

.sale-box .sec2 .sellings .selling3 .sell12 {
    width: 27.46%;
}

.sale-box .sec2 .sellings .selling3 .sell13 {
    width: 22.82%;
}

.sale-box .sec2 .sellings .selling3 .sell14 {
    width: 22.856%;
}

.sale-box .sec2 .sellings .selling3 .sell15 {
    width: 24.2576%;
}

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

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

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

.sale-box .sec2- .box .flex {
    align-items: flex-end;
    justify-content: center;
    margin-top: 3%;
}

.sale-box .sec2- .box .flex .upgrade {
    width: 16%;
}

.sale-box .sec2- .box .flex .upgrade h6 {
    font-weight: 700;
    color: #4C8DFF;
    margin-top: 0.3%;
    margin-bottom: 0.6%;
}

.sale-box .sec2- .img p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2%;
    text-align: center;
}

.sale-box .sec3 .box {
    padding-left: 54%;
    top: 10%;
    color: #fff;
    z-index: 3;
}

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

.sale-box .sec3 .box .flex {
    margin-top: 15%;
    justify-content: flex-start;
}

.sale-box .sec3 .box .flex .color {
    width: 20%;
    text-align: center;
}

.sale-box .sec3 .box .flex .color span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 auto 3%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.sale-box .sec3 .box .flex .color2 span, .sale-box .sec3 .box .flex .color3 span {
    border-width: 0;
}

.sale-box .sec3 .imgs .img2, .sale-box .sec3 .imgs .img3, .sale-box .sec5 .imgs .img2, .sale-box .sec5 .imgs .img3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    opacity: 0;
}

.sale-box .sec4 .box {
    top: 40%;
}

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

.sale-box .sec5 .box {
    width: 45%;
}

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

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

.sale-box .sec5 .imgs .img2, .sale-box .sec5 .imgs .img3 {
    background-color: #fff;
}

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

.sale-box .sec6 .box .flex {
    flex-wrap: wrap;
    width: 80%;
    margin-left: 0;
    justify-content: flex-start;
}

.sale-box .sec6 .box .flex .rain {
    width: 18%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3%;
}

.sale-box .sec6 .box .flex .rain img {
    width: 12%;
    margin-left: 0;
    margin-right: 4%;
}

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

.sale-box .sec7 .imgs {
    border-bottom: 1px solid #000;
}

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

.sale-box .sec7 .imgs .img1 {
    padding-right: 0.5%;
}

.sale-box .sec7 .imgs .img2 {
    padding-left: 0.5%;
}

.sale-box .sec7 .imgs .img- {
    position: absolute;
    width: 30%;
    left: 35%;
    bottom: 0;
}

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

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

.sale-box .sec10 .text .flex2 {
    justify-content: center;
    margin-bottom: 1%;
}

.sale-box .sec10 .text .flex2 .hour {
    text-align: center;
    margin-right: 4%;
}

.sale-box .sec10 .text .flex2 .hour:last-child {
    margin-right: 0;
}

.sale-box .sec11 .imgs .img- {
    position: absolute;
    width: 26%;
    left: 10%;
    bottom: 0;
    transform: translateX(-200%);
}

.sale-box .sec11 .imgs .pic {
    width: 180%;
    margin-left: 32%;
    padding: 10% 0 4% 0;
    transform: translateX(-90%);
}

.sale-box .sec11 .imgs .pic .img {
    width: 16.4%;
    position: relative;
}

.sale-box .sec11 .imgs .pic .img h5 {
    text-align: left;
    padding-left: 4%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3%;
}

.sale-box .sec11 .imgs .pic>h5 {
    padding-left: 0.7%;
    text-align: left;
    margin-top: 1%;
}

.sale-box .sec14 .box .ips {
    margin-top: 4%;
    line-height: 3;
}

.sale-box .sec16 .box img {
    width: 30%;
    margin-top: 4%;
}

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

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

.sale-box .sec18 .box .flex2 .nm {
    text-align: center;
    margin-right: 5%;
}

.sale-box .sec18 .box .flex2 .nm:last-child {
    margin-right: 0;
}

.sale-box .sec18 .box .flex2 .nm h5, .sale-box .sec19 .box .flex3 .gb h5 {
    color: #4C8DFF;
}

.sale-box .sec17 .imgs img {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 10%;
    position: relative;
    z-index: 2;
}

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

.sale-box .sec19 .box .flex3 {
    margin-top: 5%;
}

.sale-box .sec19 .box .flex3 .gb {
    text-align: left;
    margin-right: 6%;
}

.sale-box .sec19 .box .flex3 .gb:last-child {
    margin-right: 0;
}

.sale-box .sec19 .imgs {
    width: 50%;
    padding-top: 10%;
    margin-top: 4%;
}

.sale-box .sec19 .imgs .img1, .sale-box .sec19 .imgs .img2, .sale-box .sec19 .imgs .img3 {
    position: absolute;
    width: 90%;
}

.sale-box .sec19 .imgs .img1 {
    left: 12%;
    top: 21%;
}

.sale-box .sec19 .imgs .img2 {
    left: 24%;
    top: 12%;
}

.sale-box .sec19 .imgs .img3 {
    left: 40%;
    top: 2%;
}

.sale-box .sec20 {
    background-image: linear-gradient(to bottom, #D9E1EB, #F1F4F8);
    margin-bottom: 4%;
}

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

.sale-box .sec20 .flex2 {
    align-items: flex-end;
    margin-top: 2%;
}

.sale-box .sec20 .flex2 h4 {
    color: #4C8DFF;
    line-height: 1;
}

.sale-box .sec20 .flex2 img {
    width: 1.5%;
    margin-left: 1%;
    margin-right: 3%;
}

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

.sale-box .sec20 .imgs .gbs {
    position: relative;
    width: 45%;
    margin: 0 auto;
    z-index: 3;
}

.sale-box .sec20 .imgs .gbs .flex {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 29.5%;
    height: 41%;
    background-color: rgb(0, 0, 0, 0.4);
    align-items: flex-start;
    padding-top: 6%;
    color: #fff;
    justify-content: center;
}

.sale-box .sec20 .imgs .gbs .flex .gb {
    text-align: left;
    margin-right: 8%;
}

.sale-box .sec20 .imgs .gbs .flex .gb:last-child {
    margin-right: 0;
}

.sale-box .sec20 .imgs .gbs .flex .gb h6 {
    margin-top: 0.5%;
    margin-bottom: 1%;
}

.sale-box .sec20 .imgs .img {
    position: absolute;
    width: 12%;
    top: 5%;
    z-index: 1;
}

.sale-box .sec20 .imgs .img1 {
    width: 12%;
    left: 4%;
    top: 15%;
}

.sale-box .sec20 .imgs .img2 {
    width: 13%;
    left: 16%;
    top: 7%;
}

.sale-box .sec20 .imgs .img3 {
    width: 14%;
    left: -1%;
    top: 41%;
}

.sale-box .sec20 .imgs .img4 {
    width: 9%;
    left: 13%;
    top: 36%;
}

.sale-box .sec20 .imgs .img5 {
    width: 7%;
    left: 22%;
    top: 31%;
}

.sale-box .sec20 .imgs .img6 {
    width: 12%;
    left: 3%;
    top: 67%;
}

.sale-box .sec20 .imgs .img7 {
    width: 18%;
    left: 14%;
    top: 52%;
}

.sale-box .sec20 .imgs .img8 {
    width: 7%;
    right: 23.5%;
    top: 25%;
}

.sale-box .sec20 .imgs .img9 {
    width: 9%;
    right: 16.5%;
    top: 6%;
}

.sale-box .sec20 .imgs .img10 {
    width: 12%;
    right: 4%;
    top: 6%;
}

.sale-box .sec20 .imgs .img11 {
    width: 9%;
    right: 13.5%;
    top: 32%;
}

.sale-box .sec20 .imgs .img12 {
    width: 20%;
    right: -7.5%;
    top: 30%;
}

.sale-box .sec20 .imgs .img13 {
    width: 7%;
    right: 25%;
    top: 64%;
}

.sale-box .sec20 .imgs .img14 {
    width: 12%;
    right: 12.5%;
    top: 58%;
}

.sale-box .sec20 .imgs .img15 {
    width: 6%;
    right: 7%;
    top: 66%;
}

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

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

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

.sale-box .sec21 .img p {
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: 55%;
    padding-right: 1%;
    left: 18%;
}

.sale-box .sec21 .img .text2 {
    top: 66%;
}

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

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

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

.sale-box .sec24 .imgs video {
    width: 98%;
    top: 7%;
    left: 1%;
    position: absolute;
    z-index: -1;
}

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

.sale-box .sec25 .flex2 h5:first-child {
    margin-right: 5%;
}

.sale-box .sec27 .box {
    top: 20%;
    width: 80%;
}

.sale-box .sec27 .box .desc {
    width: 40% !important;
}

.sale-box .sec29 {
    padding-left: 0 !important;
}

.sale-box .sec29 img {
    width: 45%;
}

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

.sale-box .sec31 .box {
    top: 6%;
}

.sale-box .sec31 .box p {
    line-height: 2.5;
}

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

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

.sale-box .sec32 .flex .img {
    position: relative;
}

.sale-box .sec32 .flex .img .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: #9D9D9D;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sale-box .sec32 .flex .img:nth-child(-n+3) {
    width: 32.5%;
    margin-bottom: 1%;
}

.sale-box .sec32 .flex .img:nth-child(n+4) {
    width: 49.5%;
}

@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 {
        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: 24%;
    height: 30%;
    position: absolute;
}

.wave1 {
    left: 16.8%;
    bottom: 72%;
}

.wave2 {
    width: 35%;
    height: 40%;
    left: 9.5%;
    top: 30%;
}

.wave3 {
    right: 16.8%;
    bottom: 72%;
}

.wave4 {
    width: 35%;
    height: 40%;
    right: 9.5%;
    top: 30%;
}

.wave * {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgb(0, 0, 0, 0.1));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    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) {
    .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-style: 3.5rem;
    }

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

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

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

}

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

    .sale-box .sec-flex {
    }

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

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

    .sale-box .sec3 .box .flex .color {
        margin-right: 3%;
    }

    .sale-box .sec3 .box .flex .color span {
        width: 20px;
        height: 20px;
    }

    .sale-box .sec6 .box .flex .rain {
        width: 24%;
    }

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

    .sale-box .sec32 .flex .img .text {
        padding: 15px 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

}

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

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

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

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

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

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

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

    .sale-box .sec14 .box .ips {
        line-height: 2;
    }

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

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

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

    .sale-box .box .desc {
    }

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

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

    .sale-box .sec2 .sellings .selling1 .sell1 .text {
        top: 8%;
    }

    .sale-box .sec2 .sellings .selling1 .sell1 .text span {
        font-size: 1em;
    }

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

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

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

    .sale-box h3 {
    }

    .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 .sec2- img, .sale-box .sec10 img, .sale-box .sec12 img {
        width: 140%;
        margin-left: -20%;
    }

    .sale-box .sec10 .text {
        top: 87%;
    }

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

}

@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 {
        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 .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: center;
        top: 5%;
        left: 0;
    }

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

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

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

    .sale-box .sec2 .sellings .selling1 .selling1-3 {
        width: 100%;
        margin-top: 1%;
    }

    .sale-box .sec2 .sellings .selling1 .selling1-3 .app {
        margin-top: 1%;
    }

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

    .sale-box .sec2 .sellings .selling1 .selling1-3 .sell9 {
        width: 45.2%;
        overflow: hidden;
        border-radius: 4px;
    }

    .sale-box .sec2 .sellings .selling2 .sell10 {
        width: 49%;
    }

    .sale-box .sec2 .sellings .selling2 .sell11 {
        width: 50.3%;
    }

    .sale-box .sec2 .sellings .selling3 .sell12 {
        width: 54%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .sellings .selling3 .sell13 {
        width: 45%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .sellings .selling3 .sell14 {
        width: 48%;
    }

    .sale-box .sec2 .sellings .selling3 .sell15 {
        width: 51%;
    }

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

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

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

    .sale-box .sec3 .box {
        position: static;
        width: 100%;
        padding-left: 0;
        color: #000;
    }

    .sale-box .sec3 .box .desc, .sale-box .sec6 .box .desc {
        color: #000;
    }

    .sale-box .sec3 .box .flex {
        margin-top: 3%;
        justify-content: center;
    }

    .sale-box .sec3 .box .flex .color span {
        border-color: #ccc;
    }

    .sale-box .sec4 .box {
        position: static;
        margin-bottom: -4%;
    }

    .sale-box .sec26 img, .sale-box .sec8 img, .sale-box .sec13 img {
        padding: 0 10%;
    }

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

    .sale-box .sec6 .box {
        position: static;
        color: #000;
    }

    .sale-box .sec6 .box .flex {
        position: absolute;
        width: 100%;
        padding-left: 10%;
        bottom: 0;
        left: 0;
        color: #fff;
        justify-content: center;
    }

    .sale-box .sec6 .box .flex .rain {
        width: 33%;
    }

    .sale-box .sec7 .box, .sale-box .sec12 .box, .sale-box .sec14 .box, .sale-box .sec15 .box, .sale-box .sec16 .box, .sale-box .sec18 .box, .sale-box .sec18- .box {
        position: static;
    }

    .sale-box .sec7 .imgs .img- {
        width: 40%;
        left: 30%;
    }

    .sale-box .sec8 .box h5 {
        margin-top: 3%;
    }

    .sale-box .sec10 .text {
        position: static;
        margin-top: -5%;
    }

    .sale-box .sec10 .text .p-mini {
        transform: scale(0.8);
        transform-origin: center;
    }

    .sale-box .sec11 .imgs .pic {
        width: 90%;
        margin: 2% auto 0;
        padding: 0;
        transform: none;
    }

    .sale-box .sec11 .imgs .pic .flex {
        flex-wrap: wrap;
    }

    .sale-box .sec11 .imgs .pic .flex .img {
        width: 49%;
        margin-bottom: 2%;
    }

    .sale-box .sec16 .box img {
        width: 46%;
        margin-top: 2%;
    }

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

    .sale-box .sec17 .imgs {
        margin-top: 4%;
        transform: scale(1.5);
        transform-origin: top center;
    }

    .sale-box .sec19 .box .flex3 {
        justify-content: center;
    }

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

    .sale-box .sec20 .imgs {
        padding-top: 20%;
    }

    .sale-box .sec20 .imgs .gbs {
        width: 75%;
    }

    .sale-box .sec20 .imgs .img4 {
        width: 15%;
        left: 31%;
        top: 12%;
    }

    .sale-box .sec20 .imgs .img5 {
        top: 21%;
    }

    .sale-box .sec20 .imgs .img6 {
        top: 74%;
    }

    .sale-box .sec20 .imgs .img7 {
        left: 2%;
        top: 54%;
    }

    .sale-box .sec20 .imgs .img8 {
        right: 42.5%;
        top: 7%;
    }

    .sale-box .sec20 .imgs .img9 {
        width: 11%;
        right: 18.5%;
        top: 8%;
    }

    .sale-box .sec20 .imgs .img13 {
        width: 9%;
        right: 2%;
        top: 51%;
    }

    .sale-box .sec20 .imgs .img11 {
        right: 31.5%;
        top: 16%;
    }

    .sale-box .sec20 .imgs .img14 {
        right: 1.5%;
        top: 63%;
    }

    .sale-box .sec20 .imgs .img15 {
        right: 4%;
        top: 78%;
    }

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

    .sale-box .sec21 .box, .sale-box .sec22 .box, .sale-box .sec23 .box, .sale-box .sec27 .box, .sale-box .sec25 .box, .sale-box .sec31 .box {
        position: static;
    }

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


    .sale-box .sec21 .img p {
        left: 9%;
        padding: 2% 4%;
        font-size: 14px;
        top: 57%;
    }

    .sale-box .sec21 .img .text2 {
        top: 69%;
    }

    .sale-box .sec22 .box .white, .sale-box .sec23 .box .white, .sale-box .sec27 .box .white, .sale-box .sec25 .box .white, .sale-box .sec31 .box .white {
        color: #000;
    }

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

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

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

    .sale-box .sec29 img {
        margin-left: -24%;
    }

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

    .sale-box .sec32 .flex {
        width: 90%;
        align-items: flex-start;
    }

    .sale-box .sec32 .flex .img .text {
        position: static;
        margin-top: -5px;
        margin-bottom: 3%;
        padding-top: 20px;
    }
}

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

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

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

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

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

    .sale-box .sec2- .box .flex .upgrade {
        width: 28%;
    }

    .sale-box .sec20 .imgs .gbs .flex {
        padding-left: 5%;
    }

    .sale-box .sec20 .imgs .gbs .flex .gb h4 {
        font-size: 16px;
    }

    .sale-box .sec20 .imgs .gbs .flex .gb h6 {
        font-size: 13px;
    }
}

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

    .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: 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 .sec1 .box {
        top: 2%;
    }

    .sale-box .sec2- .img p {
        transform: scale(0.8);
        transform-origin: center;
    }

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

    .sale-box .sec26 img, .sale-box .sec8 img, .sale-box .sec13 img {
        padding: 0 5%;
    }

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

    .sale-box .sec6 .box .flex .rain {
        width: 50%;
    }

    .sale-box .sec10 .text .flex2 {
        flex-wrap: wrap;
        margin-bottom: 3%;
    }

    .sale-box .sec10 .text .flex2 .hour {
        width: 50%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .sale-box .sec20 .imgs .gbs .flex .gb h4 {
        font-size: 14px;
    }

    .sale-box .sec20 .imgs .gbs .flex .gb h6 {
        font-size: 12px;
    }

    .sale-box .sec20 .imgs .gbs .flex {
        height: 50%;
    }

    .sale-box .sec20 .imgs .gbs .flex .gb .p-mini {
        transform: scale(0.8);
        transform-origin: left top;
    }

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

    .sale-box .sec32 .flex .img .text {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .sale-box .sec32 .flex .img .text h6 {
        font-size: 14px;
    }
}
