.part {
    position: relative;
    font-size: .75rem;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}
.part .part-image {
    max-width: 100%;
    width: 100%;
}
.part-text-center {
    text-align: center;
}
.part .part-title {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: .25em;
}
.part .part-subtitle {
    font-size: 1.25em;
    font-weight: 500;
    padding-bottom: .25em;
    line-height: 1.2;
}
.part .part-text {
    font-size: .85em;
    line-height: 1.25;
    margin-bottom: 0;
    color: #a7a7a7;
}
.part .part-title2 {
    font-size: 1.725em;
}

.sale-box {
}

.thin {
    font-weight: 400;
}

.bold {
}

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

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

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

.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, #FF443F, #FF9616);
    -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;
    color: #000;
}

.bg-white .desc {
    color: #434343;
}

.relative {
    position: relative;
}

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

.sale-box {
    overflow-x: hidden;
    background-color: #000;
    color: #fff;
}

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

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

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

.sale-box .sec1 .h3 {
    letter-spacing: 2px;
}

.sale-box .sec1 .text1 {
    position: absolute;
    right: 70%;
    top: 40%;
    text-align: left;
    width: max-content;
}

.sale-box .sec1 .text1 .title {
    position: absolute;
    left: 0;
    bottom: 110%;
    text-align: left;
}

.sale-box .sec1 .text1 .title img {
    width: 15%;
    margin-left: 4%;
    vertical-align: baseline;
}

.sale-box .sec1 .text2 {
    position: absolute;
    left: 66%;
    top: 40%;
    text-align: right;
    width: max-content;
}

.sale-box .sec1 .text2 .flex {
    justify-content: flex-end;
    align-items: flex-start;
}

.sale-box .sec1 .text2 .flex .ah {
    padding: 0 4%;
    text-align: center;
    position: relative;
    width: max-content;
}

.sale-box .sec1 .text2 .flex .ah:nth-child(3) {
    padding-right: 0;
}

.sale-box .sec1 .text2 .flex .ah:nth-child(2)::before, .sale-box .sec1 .text2 .flex .ah:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 1.5px;
    height: 90%;
    background-color: #000;
    left: 0;
    top: 4%;
}

.sale-box .sec1 .text2 .flex .ah:nth-child(2)::after {
    left: unset;
    right: 0;
}

.sale-box .sec1 .text2 .flex .ah p:first-child {
    white-space: nowrap;
}

.sale-box .sec1 .text2 .flex .ah .p-mini {
    font-size: 12px;
    margin-top: 2%;
}

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

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

.sale-box .sec2 .flex .sell {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    width: 16.3%;
    color: #fff;
}

.sale-box .sec2 .flex .sell a {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.sale-box .sec2 .flex .sell a .imgs {
    display: flex;
    width: 100%;
    flex-direction: column;
}

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

.sale-box .sec2 .flex .sell a:hover .imgs {
    transform: translateY(-50%);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.sale-box .sec2 .flex .sell:hover>img, .sale-box .sec26 .flex .img img:hover, .sale-box .sec3 .imgs .img:hover img {
    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%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 60%;
    left: 0;
    text-align: left;
    padding-left: 8%;
    padding-right: 4%;
}

.sale-box .sec2 .flex .sell .text p span {
    font-size: 0.5em;
    vertical-align: baseline;
    opacity: 0.5;
}

.sale-box .sec2 .flex .sell .text .p-mini {
    margin-top: 1%;
    opacity: 0.8;
}

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

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

.sale-box .sec3 .imgs {
    padding-top: 3%;
}

.sale-box .sec3 .imgs .img {
    width: 32%;
    overflow: hidden;
}

.sale-box .max {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sale-box .max h1 {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-transform: uppercase;
}

.sale-box .max span {
    display: block;
    margin: 0 1%;
    white-space: nowrap;
}

.sale-box .max .linear {
    transform: scale(2) translateY(70%);
}

.sale-box .max .text {
    transform: scale(1.5) translateX(100vw);
}

.sale-box .sec4 .imgs .text {
    align-items: first baseline;
    margin-bottom: -1.5%;
    position: relative;
    z-index: 1;
}

.sale-box .sec4 .imgs .text h1 {
    line-height: 1;
}

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

.sale-box .sec4 .imgs .img {
    z-index: 0;
    overflow: hidden;
    perspective: 200px;
}

.sale-box .sec4 .imgs .img video {
    position: absolute;
    z-index: -1;
    width: 96%;
    left: 2%;
    top: -6%;
    transform: rotateX(2deg);
    transform-origin: bottom center;
}

.sale-box .sec4 .texts .hour {
    width: 10%;
    padding: 1% 0;
    margin: 0 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}

.sale-box .sec4 .texts .hour .text {
    text-align: left;
    transform: scale(0.8);
    transform-origin: center;
}

.sale-box .sec4 .texts .hour .p-mini {
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 0;
}

.sale-box .sec4 .note {
    width: 100%;
    margin-top: 2%;
    text-align: center;
}

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

.sale-box .sec5 .travel {
    padding-top: 3%;
}

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

.sale-box .sec5 .imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 58.35%;
    background-color: #e37024;
    z-index: 7;
    overflow: hidden;
}

.sale-box .sec5 .imgs .text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 6%;
    flex-direction: column;
    width: 65%;
    height: 100%;
    background-color: #e37024;
    z-index: 7;
    transform: scale(1.5);
    transform-origin: left;
}

.sale-box .sec5 .swiper-slide {
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.sale-box .sec5 .swiper-slide-next {
    z-index: 5;
}

.sale-box .sec5 .swiper-slide-next+.swiper-slide {
    z-index: 4;
}

.sale-box .sec5 .swiper-slide-next+.swiper-slide+.swiper-slide {
    z-index: 3;
}

.sale-box .sec5 .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
    z-index: 2;
}

.sale-box .sec5 .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    z-index: 1;
}

.sale-box .sec5 .swiper-slide-active {
    z-index: 6;
}

.sale-box .sec5 .swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.sale-box .sec5 .swiper-slide-active::after {
    background-color: rgba(0, 0, 0, 0);
}

.sale-box .sec5 .swiper-slide:hover::after {
    background-color: rgba(0, 0, 0, 0);
}

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

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

.sale-box .sec5 .swiper-slide .texts {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    padding-left: 6%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.sale-box .sec5 .swiper-slide .text {
    width: 80%;
    text-align: left;
}

.sale-box .sec5 .swiper-slide .text h3 {
    margin-top: 1%;
    margin-bottom: 1%;
}

.sale-box .sec5 .swiper-slide .square {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2%;
    opacity: 0;
}

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

.sale-box .sec5 .swiper-slide .square span {
    width: 20px;
    height: 20px;
    margin-right: 1%;
    background-color: #e37024;
}

.sale-box .sec5 .swiper-pagination {
    position: static;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 1%;
}

.sale-box .sec5 .swiper-pagination .swiper-pagination-bullet {
    width: 16.66%;
    margin: 0;
    background-color: #e37024;
    border-radius: 0;
    opacity: 1;
    border: none;
    height: 8px;
}

.sale-box .sec5 .swiper-pagination .swiper-pagination-bullet-active+.swiper-pagination-bullet, .sale-box .sec5 .swiper-pagination .swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet, .sale-box .sec5 .swiper-pagination .swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet, .sale-box .sec5 .swiper-pagination .swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet, .sale-box .sec5 .swiper-pagination .swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet {
    background-color: #929191;
}

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

.sale-box .sec6>h3 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

.sale-box .sec6>h3 img {
    width: 2.5%;
    margin-left: 0.5%;
}

.sale-box .sec6 .imgs .img {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 110%;
    height: 67%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    z-index: -1;
}

.sale-box .sec6 .imgs .img svg {
    width: 16%;
    margin: 0 0.5%;
    border-radius: 20px;
    overflow: hidden;
}

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

.sale-box .sec7 h1 {
    letter-spacing: -10px;
}

.sale-box .sec7 .box {
    padding-top: 2%;
}

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

.sale-box .sec7 .circle {
    position: absolute;
    z-index: -1;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #262626;
}

svg {
    display: block;
}

.p2 {
    --percent: 0;
    margin-bottom: 1.5em;
    overflow: visible;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transform: rotateX(20deg) rotateZ(-90deg);
    transform-origin: center;
}

.sale-box .sec7 .circle .text {
    color: #fff;
}

:root {
    --bg: #edf1f5;
    --back-bg: #c5ccda;
    --back-shadow: #ffffff;
    --ring-color1: #c1dfc4;
    --ring-color2: #3cba92;
    --text-aolor: #fff;
    --w: 200px;
    --gap: 30px;
    --inner: calc(var(--w) - var(--gap));
    --stroke: 20px;
    --circle: calc(var(--inner) - var(--stroke));
    --center: calc(var(--circle) - var(--stroke));
}

.sale-box .sec7 .container {
    padding: 30px;
    border-radius: 20px;
    background: var(--bg);
    box-shadow: 0px 20px 30px rgba(100, 131, 177, 0.2);
    border: 1px solid #fff;
}

.sale-box .sec7 .container-box {
    position: relative;
    width: 200px;
    height: 200px;
    transform: rotateX(20deg) rotateZ(-90deg);
    transform-origin: center;
}

.sale-box .sec7 .container-box::after {
    content: attr(data-num);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-aolor);
    font-size: 30px;
}

.sale-box .sec7 svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(2) rotate(-90deg);
    transform-origin: center;
}

.sale-box .sec7 svg .bg- {
    position: absolute;
    --z: calc(var(--w) / 2);
    --c: calc(var(--circle) / 2);
    transform: translate(calc(var(--z) - var(--c)),
            calc(var(--z) - var(--c)));
    cy: calc(var(--circle) / 2);
    cx: calc(var(--circle) / 2);
    r: calc(var(--circle) / 2);
    fill: none;
    stroke-linecap: round;
    stroke-width: var(--stroke);
}

.sale-box .sec7 svg #circle {
    position: absolute;
    --z: calc(var(--w) / 2);
    --c: calc(var(--circle) / 2);
    transform: translate(calc(var(--z) - var(--c)),
            calc(var(--z) - var(--c)));
    cy: calc(var(--circle) / 2);
    cx: calc(var(--circle) / 2);
    r: calc(var(--circle) / 2);
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: calc(3.14 * var(--circle));
    stroke-dashoffset: calc(3.14 * var(--circle));
    stroke-width: var(--stroke);
}

@keyframes fade-in {
    from {
        animation-timing-function: steps(1, end);
        opacity: 0;
        visibility: hidden;
    }

    50% {
        animation-timing-function: var(--trans-timing);
        opacity: 0;
        visibility: visible;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-slide-in {
    from {
        opacity: 0;
        transform: translateY(20%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sale-box .sec9 .flex {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -5%;
}

.sale-box .sec9 .flex .text {
    margin: 0 3%;
}

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

.sale-box .sec10 .flex {
    justify-content: center;
    align-items: flex-start;
}

.sale-box .sec10 .flex .text {
    margin: 0 3%;
}

.sale-box .sec10 .flex .text h4 span {
    font-size: 2em;
}

.sale-box .sec10 .flex .text h4 img {
    width: 12%;
    vertical-align: top;
}

.sale-box .sec11 {
    padding: 0;
    align-items: center;
    background-color: #e37024;
}

.sale-box .sec11 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 10%;
}

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

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

.sale-box .sec12 .flex2 {
    padding-top: 4%;
    z-index: 0;
    margin-bottom: 3%;
}

.sale-box .sec12 .flex2 .img {
    width: 16%;
    margin: 0 0.25%;
    z-index: 0;
    overflow: hidden;
    perspective: 200px;
}

.sale-box .sec12 .flex2 .img .img- {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.sale-box .sec12 .flex2 .img video {
    position: absolute;
    z-index: -1;
    width: 90%;
    left: 11%;
    top: 4%;
    transform-origin: left center;
    transform: rotateY(2.5deg);
}

.sale-box .sec12 .flex2 .img .gbs {
    position: absolute;
    width: max-content;
    left: 100%;
    top: 0;
}

.sale-box .sec12 .flex2 .img:nth-child(1) {
    transform: translateX(-100%);
}

.sale-box .sec12 .flex2 .img:nth-child(2) {
    transform: translateX(100%);
}

.sale-box .sec12 .flex2 .texts- {
    position: absolute;
    width: 100%;
    z-index: -1;
    text-align: center;
    top: 0;
    left: 0;
    padding-top: 6%;
}

.sale-box .sec12 .flex2 .texts {
    width: 80%;
    align-items: flex-end;
    margin: 0 auto;
}

.sale-box .sec12 .flex2 .texts .text h1 span {
    font-size: 1.25em;
    width: fit-content !important;
    margin: auto;
    color: transparent;
    background-image: linear-gradient(to right, #d35c5c, #f99595);
    -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 .sec12 .flex2 .texts .text2 h1 span {
    background-image: linear-gradient(to right, #f7c585, #e1ba88);
}

.sale-box .sec12 .flex2 .texts .text2 h3 img {
    width: 6%;
    vertical-align: top;
}

.sale-box .sec12 .flex2 .texts .text1 {
    transform: translateX(-10%);
}

.sale-box .sec12 .flex2 .texts .text2 {
    text-align: left;
}

.sale-box .sec12 .flex2 .texts .text2 h3 {
    color: #e1ba88;
}

.sale-box .sec12 .flex2 .texts .text2 .p-mini {
    margin-bottom: 8%;
    color: #a3a2a2;
}

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

.sale-box .sec15 .colors .color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 20px;
}

.sale-box .sec15 .flex3 {
    margin-top: 8%;
    margin-left: 2%;
    align-items: flex-start;
}

.sale-box .sec15 .flex3 .imgs {
    width: 20%;
    margin-right: 2%;
}

.sale-box .sec15 .flex3 .imgs .img {
    width: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 10%;
    position: relative;
    z-index: 0;
}

.sale-box .sec15 .flex3 .imgs video {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sale-box .sec15 .flex3 .imgs:last-child video {
    top: -61%;
}

.sale-box .sec15 .flex3 .imgs p {
    text-align: center;
}

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

.sale-box .sec16 .box .texts p {
    color: #959494;
    margin-top: 3%;
    line-height: 1.6;
}

.sale-box .sec16 .box .texts .text2, .sale-box .sec16 .box .texts .text3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    visibility: hidden;
}

.sale-box .sec16 .imgs {
    width: 25%;
    margin-top: 10%;
}

.sale-box .sec16 .imgs .img2, .sale-box .sec16 .imgs .img3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    background-color: #000;
}

.sale-box .sec17 .swiper-container {
    text-align: left;
    padding-bottom: 6%;
}

.sale-box .sec17 .box {
    background-color: #fff;
    position: relative;
    padding-left: 0;
}

.sale-box .sec17 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sale-box .sec17 .box h3 {
    text-align: left;
    width: 50%;
    white-space: nowrap;
}

.sale-box .sec17 .box h6 {
    text-align: center;
    width: 50%;
    margin-bottom: 1%;
}

.sale-box .sec17 .flex {
    border-radius: 20px;
    overflow: hidden;
}

.sale-box .sec17 .flex img {
    width: 50%;
}

.sale-box .sec17 .swiper-slide p {
    display: none;
    position: absolute;
    left: 0;
    top: 105%;
    color: #8A8A8A;
}

.sale-box .sec17 .swiper-slide-active p {
    display: block;
}

.sale-box .sec17 .buttons, .sale-box .sec18 .buttons, .sale-box .sec5 .buttons {
    position: absolute;
    right: 0;
    top: 90%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sale-box .sec5 .buttons {
    top: unset;
    bottom: 20px;
    right: 5%;
}

.sale-box .sec17 .buttons div, .sale-box .sec18 .buttons div, .sale-box .sec20 .buttons div, .sale-box .sec5 .buttons div {
    position: static;
    background-color: #8A8A8A;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}

.sale-box .sec17 .buttons div::after, .sale-box .sec18 .buttons div::after, .sale-box .sec20 .buttons div::after, .sale-box .sec5 .buttons div::after {
    font-size: 16px;
    color: #fff;
}

.sale-box .sec18 {
    background-color: #F8F8F8;
}

.sale-box .sec18 .swiper-container {
    margin-left: 15%;
    text-align: left;
    padding-bottom: 3%;
}

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

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

.sale-box .sec18 img {
    margin-bottom: 3%;
}

.sale-box .sec18 .buttons {
    right: 18%;
}

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

.sale-box .sec8 .box h3 span, .sale-box .sec20 .box h3 span {
    vertical-align: top;
    font-size: 0.5em;
}

.sale-box .sec19 .imgs .img {
    width: 10%;
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.sale-box .sec20 {
    padding: 8% 0 4% 0;
}

.sale-box .sec20 .buttons-box {
    width: 50%;
    padding-left: 5%;
}

.sale-box .sec20 .swiper-pagination2- .pag-bul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.sale-box .sec20 .swiper-pagination2- .pag-bul:first-child {
    position: relative;
}

.sale-box .sec20 .swiper-pagination2- .pag-bul .box {
    width: 80%;
}

.sale-box .sec20 .swiper-container {
    width: 50%;
    margin-right: 5%;
    margin-left: auto;
    position: static;
    overflow: visible;
}

.sale-box .sec20 .swiper-wrapper {
    position: static;
}

.sale-box .sec20 .swiper-slide {
    opacity: 0;
    position: static;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.sale-box .sec20 .swiper-slide-prev, .sale-box .sec20 .swiper-slide-next {
    transform: scale(0.7);
    opacity: 0.5;
    transform-origin: center;
}

.sale-box .sec20 .swiper-slide-active {
    transform: none;
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}

.sale-box .sec20 .buttons- {
    margin-top: 15%;
}

.sale-box .sec20 .buttons, .sale-box .sec20 .buttons-, .sale-box .sec20 .swiper-pagination2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale-box .sec20 .swiper-pagination2 {
    position: static;
    margin-right: 4%;
    width: 40%;
}

.sale-box .sec20 .swiper-pagination2 .swiper-pagination-bullet {
    width: 25%;
    background-color: #fff;
    height: 2px;
    border-radius: 0;
}

.sale-box .sec20 .swiper-pagination2 .swiper-pagination-bullet-active {
    background-image: linear-gradient(to right, #FF443F, #FF9616);
}

.sale-box .sec20 .buttons div {
    background-color: transparent;
    position: relative;
    margin: 0 50px;
    transform: scale(2.5);
    transform-origin: center;
}

.sale-box .sec20 .buttons div:focus-visible {
    border: 0;
    outline: 0;
}

.sale-box .sec20 .buttons div::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sale-box .sec20 .buttons .swiper-button-prev::after {
    background: url(images/20_1.png) no-repeat;
    background-size: cover;
}

.sale-box .sec20 .buttons .swiper-button-next::after {
    background: url(images/20_2.png) no-repeat;
    background-size: cover;
}

.sale-box .sec21 .box {
    padding-left: 0;
    background-color: #000;
}

.sale-box .sec21 .swiper-slide p {
    width: 45%;
    margin-left: 0;
}

.sale-box .sec24 .imgs {
    padding: 0 5%;
    padding-bottom: 5%;
}

.sale-box .sec24 .imgs .flex {
    position: absolute;
    width: 100%;
    left: 0;
    top: 72%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 5%;
}

.sale-box .sec24 .imgs .flex .ips {
    width: 25%;
    margin-bottom: 4%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale-box .sec24 .imgs .flex .ips .img {
    width: 15%;
    margin-right: 3%;
}

.sale-box .sec24 .imgs .flex .ips .text {
    width: 80%;
    text-align: left;
}

.sale-box .sec26 .flex3 {
    width: 50%;
    margin-left: 0;
    margin-top: 16%;
    align-items: flex-start;
}

.sale-box .sec26 .flex3 .img {
    width: 22%;
    margin-right: 5%;
}

.sale-box .sec26 .flex3 .img p {
    text-align: center;
    margin-top: 5%;
}

.sale-box .sec26 .flex3 .img p img {
    width: 15%;
    margin-right: 3%;
}

.sale-box .sec27 {
    background-image: linear-gradient(to right, #090909, #0b0b0b, #0b0b0b);
}

.sale-box .sec29>img {
    opacity: 0.5;
}

.sale-box .sec29 .flex2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 84%;
}

.sale-box .sec29 .flex2 .img {
    width: 6%;
    text-align: center;
}

.sale-box .sec29 .flex2 .img img {
    width: 40%;
    margin: 0 auto 6%;
}

.sale-box .sec30 .box {
    background-image: linear-gradient(to right, #000, #0a0a0a, #090909);
}

.sale-box .sec30 .imgs {
    padding-left: 5%;
    background-color: #000;
}

.sale-box .sec30 .imgs .flex3, .sale-box .sec33 .imgs .flex3 {
    width: 30%;
    position: absolute;
    left: 5%;
    top: 10%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sale-box .sec30 .imgs .flex3 .dpi {
    width: 40%;
    margin-right: 5%;
    margin-bottom: 3%;
    text-align: left;
}

.sale-box .sec30 .imgs .flex3 .dpi h6 {
    margin-left: 0;
    margin-bottom: 2%;
}

.sale-box .sec33 .imgs>img {
    opacity: 0.5;
}

.sale-box .sec33 .imgs .flex3 {
    top: 50%;
    z-index: 1;
    margin-left: -2%;
}

.sale-box .sec33 .imgs .flex3 .dpi {
    width: 26%;
    text-align: center;
    margin-bottom: 5%;
}

.sale-box .sec33 .imgs .flex3 .dpi img {
    width: 36%;
    margin: 0 auto 5%;
}

.sale-box .sec34 .box .pag-bul {
    text-align: left;
    margin: 10% 0;
    transform-origin: left;
    width: fit-content;
    background-image: linear-gradient(to right, #FF443F, #FF9616);
    -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 .sec34 .box .swiper-pagination6 {
    position: static;
}

.sale-box .sec34 .swiper-pagination6- {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box .sec34 .swiper-pagination6- .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    margin: 0 10px;
}

.sale-box .sec34 .swiper-pagination6- .swiper-pagination-bullet-active {
    background-image: linear-gradient(to right, #FF443F, #FF9616);
}

.sale-box .sec34 .swiper-container {
    width: 50%;
}

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

.sale-box .sec35 .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sale-box .sec35 .swiper-wrapper {
    transform: none !important;
    height: 100%;
}

.sale-box .sec35 .swiper-slide {
    flex-basis: 5%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.sale-box .sec35 .swiper-slide-active {
    flex-basis: 90%;
}

.sale-box .sec35 .swiper-slide img {
    width: auto;
    height: 100%;
    transform-origin: 100% 50%;
}

.sale-box .sec35 .swiper-slide-active img {
    width: 100%;
    transform: scale(1);
    transition-duration: 0.75s;
    transition-timing-function: ease-in;
}

.sale-box .sec35 .swiper-slide .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #78664f;
}

.sale-box .sec35 .swiper-slide .text h3 {
    transform: scale(0.35);
    line-height: 1;
    margin-bottom: 1%;
}

.sale-box .sec35 .swiper-slide .text p {
    transform: scale(0);
}

.sale-box .sec35 .swiper-slide-active .text {
    display: block;
    text-align: left;
    width: 30%;
    left: 70%;
    top: 60%;
}

.sale-box .sec35 .slide1 .text h3 {
    transform-origin: center;
}

.sale-box .sec35 .swiper-slide-active .text h3, .sale-box .sec35 .swiper-slide-active .text p {
    transform: scale(1);
}

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

.sale-box .sec36 .box p {
    line-height: 2;
    margin-top: 3%;
}

.sale-box .sec15, .sale-box .sec32, .sale-box .sec34 {
    padding-left: 15%;
    padding-right: 15%;
}

.sale-box .sec17 .swiper-container {
    margin: 0 15%;
}

.sale-box .sec18 .swiper-container {
    margin-left: 15%;
}

.sale-box .sec18 .box, .sale-box .sec19 .box, .sale-box .sec20 .buttons-box, .sale-box .sec26 .box, .sale-box .sec30 .box, .sale-box .sec33 .box, .sale-box .sec36 .box {
    padding-left: 15%;
}

.sale-box .sec8 .width-, .sale-box .sec22 .width-, .sale-box .sec23 .width-, .sale-box .sec28 .width- {
    width: 70%;
}

.sale-box .sec19 .imgs .img, .sale-box .sec30 .imgs .flex3, .sale-box .sec33 .imgs .flex3 {
    left: 15%;
}


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

.wave1 {
    left: 8%;
    top: 17%;
    transform-origin: center;
}

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

.wave3 {
    right: 9%;
    top: 17%;
    transform-origin: center;
}

.wave4 {
    right: -12.5%;
    top: 24%;
    transform: rotateX(40deg);
}

.wave * {
    background-image: radial-gradient(circle, transparent, rgba(255, 255, 255, 0.2));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    box-sizing: content-box !important;
}

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


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

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

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

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

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

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

    .sale-box .sec2 .sell p:first-child {
        font-size: 23px;
    }

    .sale-box .sec2 .sell .p-mini {
        font-size: 16px;
        padding-right: 35px;
    }

    .sale-box .sec15, .sale-box .sec32, .sale-box .sec34 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .sale-box .sec17 .swiper-container {
        margin: 0 10%;
    }

    .sale-box .sec18 .swiper-container {
        margin-left: 10%;
    }

    .sale-box .sec18 .box, .sale-box .sec19 .box, .sale-box .sec20 .buttons-box, .sale-box .sec26 .box, .sale-box .sec30 .box, .sale-box .sec33 .box, .sale-box .sec36 .box {
        padding-left: 10%;
    }

    .sale-box .sec8 .width-, .sale-box .sec22 .width-, .sale-box .sec23 .width-, .sale-box .sec28 .width- {
        width: 80%;
    }

    .sale-box .sec19 .imgs .img, .sale-box .sec30 .imgs .flex3, .sale-box .sec33 .imgs .flex3 {
        left: 10%;
    }

    .sale-box .sec17 .swiper-container {
        padding-bottom: 8%;
    }

    .sale-box .sec26 .flex3 .img {
        width: 24%;
    }
}

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

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

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

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

    .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 .sec2 .sell p:first-child {
        font-size: 20px;
    }

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

    .sale-box .sec2 .flex .sell a {
        width: 30px;
        height: 30px;
    }
}


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

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

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

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

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

    .sale-box .sec2 .sell, .sale-box .sec4 .texts .hour {
        border-radius: 12px;
    }

    .sale-box .sec2 .sell p:first-child {
        font-size: 17px;
    }

    .sale-box .sec2 .sell .p-mini {
        font-size: 13px;
    }

    .sale-box .sec4 .texts .hour {
        width: 14%;
        margin: 0 1%;
    }

    .sale-box .sec7 h1 {
        letter-spacing: -5px;
    }

    .sale-box .sec20 .buttons div {
        transform: scale(2);
        margin: 0 35px;
    }

    .sale-box .sec26 .flex3 {
        margin-top: 12%;
    }
}

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

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

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

    .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 .p-mini {
        font-size: 13px;
    }

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

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

    .sale-box .sec2 .flex .sell {
        border-radius: 20px;
        width: 32%;
        margin-top: 2%;
    }

    .sale-box .sec2 .flex .sell:nth-child(-n+3) {
        margin-top: 0;
    }

    .sale-box .sec6 .imgs .img svg rect {
        stroke-width: 4px !important;
    }

    .sale-box .sec6 .imgs .img svg rect:first-child {
        stroke-width: 2px !important;
    }

    .sale-box .sec6>h3 img {
        width: 4%;
    }

    .sale-box .sec7 svg {
        transform: scale(1.5);
    }

    .sale-box .sec7 .container-box::after {
        font-size: 24px;
    }

    .sale-box .sec15 .colors .color {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .sale-box .sec20 .buttons div {
        transform: scale(1.75);
    }

    .sale-box .sec26 .flex3 .img p {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

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

    .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 .sec1 .text2 {
        left: unset;
        right: 4%;
    }

    .sale-box .sec1 .text2 .flex {
        flex-wrap: wrap;
    }

    .sale-box .sec1 .text2 .flex .ah {
        width: 100%;
        text-align: right;
        padding: 0;
    }

    .sale-box .sec1 .text2 .flex .ah:nth-child(2)::before, .sale-box .sec1 .text2 .flex .ah:nth-child(2)::after, .sale-box .sec1 .text2 .flex .ah p br {
        display: none;
    }

    .sale-box .sec1 .text2 .flex .ah .p-mini {
        margin-top: 0;
        margin-bottom: 3%;
    }

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

    .sale-box .sec4 .texts .hour {
        border-radius: 8px;
    }

    .sale-box .sec17 .buttons div, .sale-box .sec18 .buttons div, .sale-box .sec20 .buttons div, .sale-box .sec5 .buttons div {
        width: 20px;
        height: 20px;
    }

    .sale-box .sec17 .buttons div::after, .sale-box .sec18 .buttons div::after, .sale-box .sec20 .buttons div::after, .sale-box .sec5 .buttons div::after {
        font-size: 12px;
    }

    .sale-box .sec7 h1 {
        letter-spacing: 0;
    }

    .sale-box .sec20 .buttons- {
        margin-top: 25%;
    }
}

@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 .sec7 svg {
        transform: scale(1);
    }

    .sale-box .sec7 .container-box::after {
        font-size: 20px;
    }

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

    .sale-box .sec17 .swiper-container {
        padding-bottom: 12%;
    }

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

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

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

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


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

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

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

    .sale-box .sec1 .text2, .sale-box .sec1 .text1 {
        transform: scale(0.9) !important;
        transform-origin: center;
    }

    .sale-box .sec1 .text2 {
        transform-origin: right;
    }

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

    .sale-box .sec4 .texts .hour {
        width: 18%;
    }

    .sale-box .sec21 .swiper-slide p {
        width: 64%;
    }

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

    .sale-box .sec24 .imgs .flex {
        padding-left: 5%;
        padding-right: 0;
    }

    .sale-box .sec33 .imgs .flex3 {
        width: 40%;
        top: 45%;
    }
}

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

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

    .sale-box h1 {
        font-size: 64px;
    }

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

    .sale-box .sec1 .text1, .sale-box .sec1 .text2 {
        position: static;
        width: 100%;
        text-align: center;
    }

    .sale-box .sec1 .text1 .title {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 2%;
    }

    .sale-box .sec1 .texts {
        padding: 4% 0 4% 5%;
        text-align: left;
    }

    .sale-box .sec1 .texts h2 img {
        width: 10%;
        vertical-align: baseline;
        margin-left: 2%;
    }

    .sale-box .sec1 .texts .sells {
        margin-top: 4%;
    }

    .sale-box .sec1 .texts .sells p {
        margin-bottom: 1%;
    }

    .sale-box .sec2 .flex .sell {
        width: 49.5%;
        margin-top: 1%;
    }

    .sale-box .sec2 .flex .sell:nth-child(-n+2) {
        margin-top: 0;
    }

    .sale-box .sec2 .flex .sell:nth-child(3) {
        margin-top: 1%;
    }

    .sale-box .sec3 .imgs {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 4%;
    }

    .sale-box .sec3 .imgs .img {
        width: 80%;
        margin: 1% auto;
    }

    .sale-box .sec4 .texts {
        flex-wrap: wrap;
    }

    .sale-box .sec4 .texts .hour {
        width: 24%;
        margin-bottom: 2%;
        padding: 3% 0;
    }

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

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

    .sale-box .sec5 .swiper-slide .square span {
        width: 15px;
        height: 15px;
    }

    .sale-box .sec5 .buttons {
        bottom: 14px;
    }

    .sale-box .sec6 .imgs .img- {
        width: 50%;
        padding: 28% 0;
    }

    .sale-box .sec6 .imgs .img {
        flex-wrap: wrap;
        height: 80%;
        width: 120%;
        left: -10%;
    }

    .sale-box .sec6 .imgs .img svg {
        width: 22%;
        margin: 0 0.5% 1%;
    }

    .sale-box .sec6>h3 img {
        width: 7%;
    }

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

    .sale-box .sec7 svg {
        transform: scale(0.8);
    }

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

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

    .sale-box .sec12 .flex2 .img {
        width: 22%;
    }

    .sale-box .sec12 .gbs {
        justify-content: center;
        margin-bottom: 4%;
    }

    .sale-box .sec12 .gbs .gb {
        margin: 0 5%;
    }

    .sale-box .sec12 .gbs .gb h3 img {
        width: 10%;
        vertical-align: top;
    }

    .sale-box .sec12 .flex2 .texts- {
        padding-top: 20%;
    }

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

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

    .sale-box .sec16 .imgs {
        width: 30%;
        margin: 0 auto;
    }

    .sale-box .sec17 .box {
        display: block;
        padding-bottom: 6%;
    }

    .sale-box .sec17 .box h3 {
        width: 100%;
        text-align: center;
    }

    .sale-box .sec17 .box h6 {
        position: absolute;
        width: 100%;
        bottom: 3%;
        left: 0;
        text-align: center;
    }

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

    .sale-box .sec17 .swiper-slide p {
        width: 80%;
    }

    .sale-box .sec17 .buttons, .sale-box .sec18 .buttons, .sale-box .sec5 .buttons {
    }

    .sale-box .sec17 .swiper-container {
        margin: 0 5%;
        padding-bottom: 20%;
    }

    .sale-box .sec17 .buttons {
        top: 80%;
    }

    .sale-box .sec18 .swiper-container {
        margin: 0 5%;
    }

    .sale-box .sec18 .box, .sale-box .sec19 .box, .sale-box .sec20 .buttons-box, .sale-box .sec26 .box, .sale-box .sec30 .box, .sale-box .sec33 .box, .sale-box .sec36 .box {
        padding-left: 0;
    }

    .sale-box .sec18 .buttons {
        right: 0;
    }

    .sale-box .sec8 .width-, .sale-box .sec22 .width-, .sale-box .sec23 .width-, .sale-box .sec28 .width- {
        width: 90%;
    }

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

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

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

    .sale-box .sec20 .swiper-container {
        width: 100%;
        margin: 0;
    }

    .sale-box .sec20 .buttons-box {
        width: 100%;
        padding-top: 8%;
        padding-bottom: 4%;
    }

    .sale-box .sec20 .swiper-pagination2- .pag-bul .box {
        width: 100%;
    }

    .sale-box .sec20 .buttons- {
        position: absolute;
        bottom: 2%;
        left: 0;
        width: 100%;
        justify-content: center;
    }

    .sale-box .sec24 .imgs {
        padding: 0;
    }

    .sale-box .sec24 .imgs .flex {
        position: static;
        justify-content: center;
        padding-right: 0;
        padding-left: 0%;
        transform: translateX(5%);
    }

    .sale-box .sec24 .imgs .flex .ips {
        width: 32%;
    }

    .sale-box .sec26 .box {
        position: static;
        color: #fff;
        background-color: #000;
    }

    .sale-box .sec26 .box .desc {
        color: #c4c4c4;
    }

    .sale-box .sec26 .flex3 {
        width: 80%;
        margin: 4% auto 2%;
        justify-content: center;
    }

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

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

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

    .sale-box .sec30 .imgs {
        padding-left: 0;
        background-image: linear-gradient(to right, #000, #0a0a0a, #090909);
    }

    .sale-box .sec30 .imgs .flex3, .sale-box .sec33 .imgs .flex3 {
        position: static;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .sale-box .sec30 .imgs .flex3 .dpi {
        text-align: center;
    }

    .sale-box .sec30 .imgs .flex3 .dpi h6 {
        margin-left: auto;
        text-align: center;
    }

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

    .sale-box .sec33 .imgs .flex3 .dpi {
        width: 18%;
    }

    .sale-box .sec33 .imgs>img {
        opacity: 1;
    }

    .sale-box .sec34 .box .pag-bul {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        transform-origin: center;
    }

    .sale-box .sec34 .swiper-pagination6- {
        position: static;
        margin: 2% 0;
    }

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

    .sale-box .sec35- .text {
        background-color: #000;
        padding-top: 2%;
    }

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

    .sale-box .sec35- .swiper-pagination8 {
        position: static;
        width: 100%;
        margin-top: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sale-box .sec35- .swiper-pagination8 .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-color: #fff;
        opacity: 1;
        margin: 0 10px;
    }

    .sale-box .sec35- .swiper-pagination8 .swiper-pagination-bullet-active {
        background-image: linear-gradient(to right, #FF443F, #FF9616);
    }

    .sale-box .sec36 .box {
        position: static;
        background-image: linear-gradient(to right, #e7e7e7, #e5e5e5, #dfdfdf);
    }
}

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

    .sale-box .sec7 svg {
        transform: scale(0.7);
    }

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

    .sale-box .sec17 .swiper-container {
        padding-bottom: 26%;
    }
}

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

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

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

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

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

    .sale-box h4 {
    }

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

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

    .sale-box .h6 {
    }

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

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

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

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

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

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

    .sale-box .box .desc {
        margin-top: 9px;
        line-height: 1.2;
        width: 90%;
    }

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

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

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

    .sale-box .sec2 .sell p:first-child {
        font-size: 14px;
    }

    .sale-box .sec2 .flex .sell .text .p-mini {
        transform: scale(0.8);
        padding-right: 0;
        transform-origin: left center;
    }

    .sale-box .sec2 .flex .sell a {
        width: 25px;
        height: 25px;
    }

    .sale-box .sec4 .texts .hour {
        width: 42%;
    }

    .sale-box .sec5 .swiper-container {
        padding-bottom: 4%;
    }

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

    .sale-box .sec5 .buttons {
        position: static;
        justify-content: center;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .sale-box .sec6 .imgs .img- {
        width: 55%;
        padding: 32% 0;
    }

    .sale-box .sec7 svg {
        transform: scale(0.5);
    }

    .sale-box .sec7 .container-box::after {
        font-size: 14px;
    }

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

    .sale-box .sec9 .flex .text {
        width: 40%;
    }

    .sale-box .sec9 .flex .text:first-child {
        width: 100%;
        margin-bottom: 4%;
    }

    .sale-box .sec12 .flex2 .img {
        width: 36%;
    }

    .sale-box .sec12 .flex2 .texts- {
        opacity: 0;
    }

    .sale-box .sec15 .flex3 .imgs {
        width: 25%;
    }

    .sale-box .sec17 .swiper-container {
        padding-bottom: 35%;
    }

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

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

    .sale-box .sec17 .swiper-slide p {
        top: 102%;
    }

    .sale-box .sec17 .buttons {
        top: 90%;
    }

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

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

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

    .sale-box .sec18 .buttons {
        top: 85%;
    }

    .sale-box .sec24 .imgs .flex .ips {
        width: 49%;
    }

    .sale-box .sec24 .imgs .flex .ips:nth-child(2n) {
        margin-left: -10%;
    }

    .sale-box .sec26 .flex3 {
        width: 100%;
    }

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

    .sale-box .sec33 .imgs .flex3 .dpi {
        width: 30%;
    }
}

.sale-box h1, .sale-box h2, .sale-box h3, .sale-box h4, .sale-box h5, .sale-box h6 {
    font-weight: 700;
}

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

/* .sale-box .max .linear
    ,.sale-box .max .text {
        transform: none;
    } */
.sale-box .sec12 .flex2 .img {
    transform: none !important;
}

.sale-box .max .text-1 {
    visibility: hidden;
}

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

.sale-box .max h3 {
    width: max-content;
}

.sale-box .sec12 .flex2 .img {
    transform: none !important;
}

.sale-box .sec12 .flex2 .img:nth-child(1) {
    margin-right: 5%;
}

.sale-box .sec12 .flex2 .img:nth-child(2) {
    margin-left: 5%;
}

.sale-box .sec6 .imgs {
    height: auto;
}

.sale-box .sec6 .imgs .img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: trans 30s linear infinite;
}

.sale-box .sec15 .flex3 .imgs .video {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    top: 0;
    left: 0;
    z-index: -1;
    height: auto;
    max-height: unset;
}

.sale-box .sec15 .flex3 .imgs:last-child .video {
    top: -61%;
}

@media screen and (max-width:800px) {
    .sale-box .sec6 .imgs .img {
        flex-wrap: nowrap;
        width: 160%;
    }

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