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

.sale-box .blue {
    color: #76ADEE;
}

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

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

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

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

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

.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;
    flex-direction: row-reverse;
}

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

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

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

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

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

.sale-box .sec1 .tuv {
    width: 10%;
    position: absolute;
    left: 85%;
    top: 85%;
}

.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% 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%;
    font-weight: 400;
    color: #fff;
}

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

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

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

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

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

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

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

.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 .sec3 .box {
    padding-top: 6%;
    padding-bottom: 4%;
}

.sale-box .sec3 .imgs {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-box .sec3 .imgs .img1 {
    width: 62.6%;
}

.sale-box .sec3 .imgs .img- {
    width: 35.4%;
}

.sale-box .sec3 .imgs .img2 {
    margin-bottom: 5%;
    margin-top: -20.5%;
}

.sale-box .sec3 .imgs .img {
    position: relative;
}

.sale-box .sec3 .imgs .img p {
    position: absolute;
    width: 40%;
    left: 10%;
    bottom: 5%;
    text-align: left;
    color: #000;
}

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

.sale-box .sec3 .flex .lights {
    margin-right: 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

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

.sale-box .sec3 .flex .lights p span {
    font-size: 1.5em;
    vertical-align: text-bottom;
    color: #76ADEE;
}

.sale-box .sec3 .flex>p {
    width: 40%;
    color: #fff;
    text-align: left;
}

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

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

.sale-box .sec6 .imgs .img p {
    position: absolute;
    left: 10%;
    top: 25%;
}

.sale-box .sec6 .imgs .img .p2 {
    top: 30%;
}

.sale-box .sec6 .imgs .img p::after {
    content: '';
    width: 150%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 110%;
    top: 50%;
}

.sale-box .sec6 .imgs>p {
    width: 30%;
    text-align: left;
    line-height: 2.5;
    margin-bottom: 10%;
}

.sale-box .sec5 .imgs {
    position: absolute;
    width: 100%;
    left: 0%;
    padding-left: 35%;
    padding-right: 25%;
    top: 70%;
    flex-wrap: wrap;
}

.sale-box .sec5 .imgs .img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    margin-bottom: 6%;
}

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

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

.sale-box .sec7 .flex {
    margin-left: 10%;
}

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

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

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

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

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

.sale-box .sec10 .imgs .tuv {
    width: 8%;
    position: absolute;
    right: 0;
    bottom: 0;
}

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

.sale-box .sec11 .imgs .img {
    width: 100%;
    left: 0;
    top: 88%;
    position: absolute;
    padding: 0 26%;
}

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

.sale-box .sec12 .imgs .tuv {
    width: 4%;
    position: absolute;
    right: 2%;
    bottom: 2%;
}

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

.sale-box .sec13 .box .octa {
    color: #FFDEA9;
    margin-top: 5%;
    line-height: 2;
}

.sale-box .sec14 .box {
    margin-bottom: -5%;
    position: relative;
    z-index: 1;
}

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

.sale-box .sec14 .flex p {
    margin: 0 3%;
    color: #84E1FF;
}

.sale-box .sec15 .flex3 {
    margin-top: 4%;
    margin-bottom: 2%;
}

.sale-box .sec15 .flex3 .gb {
    margin-right: 4%;
}

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

.sale-box .sec15 .imgs .img- {
    width: 50%;
    margin: 10% auto 0;
}

.sale-box .sec15 .imgs>p {
    margin-top: 2%;
}

.sale-box .sec15 .imgs .img {
    position: absolute;
    width: 10%;
    left: 0;
    top: 0;
}

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

.sale-box .sec15 .imgs .img2 {
    width: 17%;
    left: 5%;
    top: 30%;
}

.sale-box .sec15 .imgs .img3 {
    width: 10%;
    left: 30%;
    top: 18%;
}

.sale-box .sec15 .imgs .img4 {
    width: 10%;
    left: 22%;
    top: 35%;
}

.sale-box .sec15 .imgs .img5 {
    width: 13%;
    left: 32%;
    top: 33%;
}

.sale-box .sec15 .imgs .img6 {
    width: 10%;
    left: 18%;
    top: 52%;
}

.sale-box .sec15 .imgs .img7 {
    width: 15%;
    left: 33%;
    top: 50%;
}

.sale-box .sec15 .imgs .img8 {
    width: 15%;
    left: 6%;
    top: 70%;
}

.sale-box .sec15 .imgs .img9 {
    width: 10%;
    left: 22%;
    top: 78%;
}

.sale-box .sec15 .imgs .img10 {
    width: 15%;
    left: 32%;
    top: 71%;
}

.sale-box .sec15 .imgs .img11 {
    width: 17%;
    left: 60%;
    top: 8%;
}

.sale-box .sec15 .imgs .img12 {
    width: 15%;
    left: 78%;
    top: 2%;
}

.sale-box .sec15 .imgs .img13 {
    width: 9%;
    left: 55%;
    top: 28%;
}

.sale-box .sec15 .imgs .img14 {
    width: 7%;
    left: 68%;
    top: 31%;
}

.sale-box .sec15 .imgs .img15 {
    width: 18%;
    left: 79%;
    top: 24%;
}

.sale-box .sec15 .imgs .img16 {
    width: 10%;
    left: 52%;
    top: 56%;
}

.sale-box .sec15 .imgs .img17 {
    width: 12%;
    left: 66%;
    top: 46%;
}

.sale-box .sec15 .imgs .img18 {
    width: 6%;
    left: 79%;
    top: 48%;
}

.sale-box .sec15 .imgs .img19 {
    width: 10%;
    left: 54%;
    top: 72%;
}

.sale-box .sec15 .imgs .img20 {
    width: 18%;
    left: 72%;
    top: 66%;
}

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

.sale-box .sec17 img {
    padding-top: 20%;
    padding-left: 30%;
    padding-bottom: 6%;
}

.sale-box .sec17 .box .flex3 {
    width: 50%;
    margin-top: 5%;
    flex-wrap: wrap;
}

.sale-box .sec17 .box .flex3 .hour {
    width: 35%;
    text-align: left;
    margin-bottom: 6%;
}

.sale-box .sec17 .imgs .left-text {
    position: absolute;
    left: 0;
    bottom: 6%;
}

.sale-box .sec18 .imgs p {
    width: 20%;
    position: absolute;
    left: 80%;
    top: 20%;
    text-align: left;
    line-height: 2;
}

.sale-box .sec19 .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -5%;
    height: 100%;
}

.sale-box .sec19 .box .desc {
    width: 30%;
}

.sale-box .sec20 {
    padding-right: 0;
}

.sale-box .sec20 .box .blue {
    margin-top: 4%;
    line-height: 2;
}

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

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

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

.sale-box .sec22 .flex .img2 {
    width: 67.5%;
}

.sale-box .sec22 .flex .img3 {
    width: 31.2%;
}

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

.sale-box .sec22 .flex .img3 .img:first-child {
    margin-bottom: 21%;
}

.sale-box .sec22 .flex .img3 .img:last-child {
    transform: scale(1.25);
    transform-origin: left bottom;
}

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

.sale-box .sec22 .flex .img h4 {
    position: absolute;
    left: 15%;
    top: 50%;
    text-align: left;
    color: #fff;
    font-weight: 400;
}

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

.sale-box .sec22 .flex .img3 .img:first-child h4 {
    top: 80%;
}

.sale-box .sec22 .flex .img3 .img:last-child h4 {
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    transform: scale(0.8);
    transform-origin: center;
}

.sale-box .sec24 .note {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4%;
}

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

.sale-box .sec25 .flex {
    width: 60%;
    margin: 4% auto;
    align-items: flex-end;
}

.sale-box .sec25 .flex .design {
    width: 54%;
    text-align: left;
}

.sale-box .sec25 .flex .design:nth-child(2) {
    width: 40%;
}

.sale-box .sec25 .flex .design .text h4 {
    margin-bottom: 1%;
}

.sale-box .sec25 .flex .design .text {
    padding-bottom: 3%;
}

.sale-box .sec25 .flex .design:nth-child(1) .text {
    padding-left: 10%;
}

.sale-box .sec26 img {
    padding-right: 25%;
}

.sale-box .sec27 .box {
    padding-bottom: 0;
    margin-bottom: -2%;
}

.sale-box .sec27 .imgs {
    padding-top: 5%;
    padding-bottom: 6%;
}

.sale-box .sec27 .flex {
    width: 180%;
    margin-left: 20%;
}

.sale-box .sec27 .flex .task {
    width: 24%;
}

.sale-box .sec27 .flex .task p {
    text-align: left;
    margin-top: 3%;
}

.sale-box .sec29 .flex {
    position: absolute;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    left: 0;
    padding-right: 4%;
    bottom: 8%;
}

.sale-box .sec29 .flex .text {
    margin-right: 4%;
}

.sale-box .sec29 .flex .text p {
    margin-bottom: 4%;
    color: #707070;
    text-align: left;
    font-weight: 400;
}

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

    .sale-box .sec-flex {
    }

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

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

    .sale-box .sec6 .imgs .img p {
        left: 0;
    }

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

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

    .sale-box .sec25 .flex {
        width: 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: 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 {
    }

    .sale-box .left-text .desc {
    }

    .sale-box .sec-flex {
    }

    .sale-box .sec8 .box {
        padding-left: 0%;
    }

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

    .sale-box .sec3 .flex>p {
        width: 50%;
    }

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

    .sale-box .sec5 .imgs {
        padding-left: 30%;
        padding-right: 25%;
    }

}

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

    .sale-box .box .desc {
    }

    .sale-box .sec6 .imgs .img p::after {
        width: 120%;
    }

    .sale-box .sec5 .imgs {
        padding-left: 25%;
        padding-right: 20%;
    }
}

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

    .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 .sec6 .imgs .img {
        width: 65%;
    }

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

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

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

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

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

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

    .sale-box .sec2 .sellings .selling1 .selling1-2 {
        width: 100%;
        margin-bottom: 2%;
    }

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

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

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

    .sale-box .sec3 .imgs {
        flex-wrap: wrap;
    }

    .sale-box .sec3 .imgs .img1 {
        width: 100%;
        margin-bottom: 2%;
    }

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

    .sale-box .sec3 .imgs .img2 {
        margin-top: 0;
        margin-bottom: 0;
        width: 49%;
        background-color: #e6f5fa;
        padding-top: 2%;
        border-radius: 5px;
        overflow: hidden;
    }

    .sale-box .sec3 .imgs .img3 {
        width: 49%;
        background-color: #eeeeee;
        border-radius: 5px;
        overflow: hidden;
    }

    .sale-box .sec3 .imgs .img3 img {
        width: 120%;
        margin-left: -20%;
    }

    .sale-box .sec3 .flex .lights {
        margin-right: 0;
    }

    .sale-box .sec3 .flex .lights .light:first-child {
        margin-right: 35%;
    }

    .sale-box .sec4 img {
        width: 135%;
        margin-top: 3%;
    }

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

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

    .sale-box .sec6 .imgs>p {
        width: 100%;
        text-align: center;
    }

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

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

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

    .sale-box .sec7 .flex .img {
        width: 70%;
        margin-bottom: 2%;
    }

    .sale-box .sec7 .flex .img2 {
        margin-left: 20%;
    }

    .sale-box .sec8, .sale-box .sec9 {
        padding-right: 5%;
        padding-left: 5%;
    }

    .sale-box .sec8 img, .sale-box .sec9 img {
        border-radius: 8px;
        overflow: hidden;
    }

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

    .sale-box .sec11 .box {
        top: 0;
    }

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

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

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

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

    .sale-box .sec17 img {
        padding-top: 0;
        padding-left: 0;
    }

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

    .sale-box .sec17 .box .flex3 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .sale-box .sec17 .box .flex3 .hour {
        width: 33%;
        text-align: center;
    }

    .sale-box .sec18 img {
        width: 120%;
        margin-left: -5%;
        padding-top: 6%;
    }

    .sale-box .sec18 .imgs p {
        width: max-content;
        top: 0;
        left: unset;
        right: 0;
        transform: scale(0.8);
        transform-origin: center;
    }

    .sale-box .sec19 .box {
        position: static;
        height: auto;
        padding: 8% 0 2%;
        width: 100%;
    }

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

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

    .sale-box .sec20 img {
        padding-left: 10%;
        padding-top: 4%;
    }

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

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

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

    .sale-box .sec23 .box, .sale-box .sec24 .box, .sale-box .sec28 .box {
        position: static;
    }

    .sale-box .sec23 .box .white, .sale-box .sec24 .box .white, .sale-box .sec28 .box .white {
        color: #000;
    }

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

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

    .sale-box .sec27 .flex {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .sale-box .sec27 .flex .task {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 1%;
    }

    .sale-box .sec27 .flex .task:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .sale-box .sec27 .flex .task img {
        width: 60%;
    }

    .sale-box .sec27 .flex .task p {
        width: 40%;
        text-align: center;
    }

    .sale-box .sec29 .flex {
        position: static;
        width: 100%;
        padding-right: 0;
        justify-content: flex-start;
        padding-left: 15%;
    }
}

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

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

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

    .sale-box .h3 {
    }

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

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

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

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

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

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

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

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

    .sale-box .p-s {
    }

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

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

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

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

    .sale-box .sec5 .ips>img, .sale-box .sec16 img {
        width: 120%;
        margin-left: -10%;
    }

    .sale-box .sec5 .imgs {
        position: static;
        margin-top: -10%;
    }

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

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

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

@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 .sec6 .imgs .img p {
        font-size: 12px;
    }

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

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

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

    .sale-box .sec7 .flex .img2 {
        margin-left: 10%;
    }

    .sale-box .sec11 .imgs img:first-child {
        width: 140%;
        margin-left: -20%;
    }

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

    .sale-box .sec15 .rom>img {
        width: 140%;
        margin-left: -20%;
    }

    .sale-box .sec15 .imgs .img- {
        margin-top: 30%;
    }

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

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

    .sale-box .sec17 .imgs .left-text {
        transform: scale(0.8);
        transform-origin: center;
    }

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

    .sale-box .sec25 .flex {
    }

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

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

    .sale-box .sec29 img, .sale-box .sec24 img, .sale-box .sec23 img {
        width: 120%;
        margin-left: -10%;
    }
}