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

.DINPro {
}

.DINProThin {
    font-weight: 400;
}

.DINProBold {
    font-weight: bold;
}

.DINProItalic {
    font-style: italic;
}

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

.sale img, .sale video {
    width: 100%;
    vertical-align: top;
}

.sale .black {
    color: #000;
}

.sale .white {
    color: #fff;
}

.sale .gray {
    color: #c5c4c4;
}

.sale .gray1 {
    color: #757575;
}

.sale .purple {
    background-image: linear-gradient(to right, #ffadff, #9758fd);
    width: fit-content !important;
    margin: auto;
    color: transparent;
    -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 .yellow {
    color: #f6d52f;
}

.sale .blue {
    color: #00aaff;
}

.sale .linear, .sale .linear1, .sale .linear2 {
    width: fit-content !important;
    margin: auto;
    color: transparent;
    background-image: linear-gradient(to right, #198aff, #ff8000);
    -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 .linear1 {
    background-image: linear-gradient(to right, #4d38dd, #47f4ee);
}

.sale .linear2 {
    background-image: linear-gradient(to right, #47f4ee, #4e3add);
}

.sale .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale .flex1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.sale .flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale .flex3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale .flex-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sale .flex-col1 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

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

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

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

.sale .relative {
    position: relative;
}

.sale .desc {
    text-align: center;
    width: 70%;
    margin: 0 auto 1.5%;
}

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

.sale {
    overflow-x: hidden;
}

.sale .app {
    display: none;
}

.sale .scrollmagic-pin-spacer:nth-child(3) {
    background-color: #000;
}

.sale .poster_fise {
    text-align: left;
    padding: 2% 0 2%;
    position: absolute;
    left: 12%;
    top: 25%;
}

.sale .poster_fise .tit {
    width: 30%;
    margin-left: 4%;
}

.sale .poster_fise h3 {
    letter-spacing: 1px;
    margin: 0% 0 6%;
}

.sale .poster_fise p {
    line-height: 1.4;
    text-align: left;
}

.sale .x2 .selling_point .windeos {
    padding: 4% 0;
    text-align: center;
    background-color: #d3d3d3;
}

.sale .x2 .selling_point .selling {
    width: 95%;
    text-align: center;
    margin: 0 auto;
}

.sale .x2 .selling_point .selling>.flex {
    margin-bottom: 1%;
}

.sale .x2 .selling_point .selling .point {
    position: relative;
    overflow: hidden;
}

.sale .x2 .selling_point .selling img {
    width: 100%;
    height: 100%;
}

.sale .x2 .selling_point .selling .mt {
    margin-top: 1%;
}

.sale .x2 .selling_point p {
    line-height: 1.3;
    font-weight: 700;
}

.sale .x2 .selling_point .selling .point .point-fise {
    position: absolute;
    top: 1.5rem;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.sale .x2 .selling_point .selling .point:hover {
    transform: translateY(-5px) !important;
}

.sale .x2 .selling_point .selling .point .point-fise .linear {
    margin: 0;
}

.sale .x2 .selling_point .selling .point .topCenter .linear {
    margin: auto;
}

.sale .x2 .selling_point .selling .point .center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
}

.sale .x2 .selling_point .selling .point .centerLeft {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 6%;
    text-align: left;
    top: 0;
}

.sale .x2 .selling_point .selling .point .centerRight {
    top: 1%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 10%;
    text-align: right;
}

.sale .x2 .selling_point .selling .point .top {
    text-align: center;
    top: 8%;
}

.sale .x2 .selling_point .selling .point .topLeft {
    text-align: left;
    padding-left: 4%;
}

.sale .x2 .selling_point .selling .point .topRight {
    text-align: right;
    padding-right: 6%;
}

.sale .x2 .selling_point .selling .point .bottom {
    position: absolute;
    bottom: 2%;
    top: unset !important;
}

.sale .x2 .selling_point .selling .point .bottomCenter {
    position: absolute;
    bottom: 4%;
    top: unset !important;
    text-align: center;
}

.sale .x2 .selling_point .selling .point .bottomLeft {
    position: absolute;
    bottom: 4%;
    top: unset !important;
    text-align: left;
    padding-left: 4%;
}

.sale .x2 .selling_point .selling .point .hi {
    margin-left: 20%;
    width: 10%;
    margin-top: 3%;
}

.sale .x2 .selling_point .selling .point .circle {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 1.4;
    border-radius: 50%;
    background-color: #3ddb84;
    color: #fff;
    font-size: 0.8em;
}

.sale .selling p {
    line-height: 1.2;
}

.sale .selling_app {
    display: none;
}

.sale .sec {
    position: relative;
    text-align: center;
}

.sale .box {
    text-align: center;
    padding: 135px 0 2%;
}

.sale .box h2 {
    line-height: 1;
}

.sale .box h3 {
    line-height: 1;
    margin-top: 20px;
}

.sale .box .desc {
    line-height: 1;
    margin-top: 45px;
}

.sale .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sale .left-text {
    text-align: left;
    padding-left: 8%;
}

.sale .left-text .purple {
    margin: 0;
    text-align: left;
}

.sale .left-text .desc {
    width: 80%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.sale .sec3 .top {
    top: 8%;
}

.sale .sec3 h6 {
    line-height: 3.4;
    opacity: 0.2;
}

.sale .sec4 .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.sale .sec4 .box img {
    width: 40%;
}

.sale .sec5 {
    padding: 0;
}

.sale .sec5 .pics {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 200%;
}

.sale .sec5 .pics .swiper-slide- {
    width: 100%;
    position: relative;
}

.sale .sec5 .video-box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.sale .sec5 .video-box .top {
    top: unset;
    bottom: 10%;
    width: 90%;
    left: 5%;
}

.sale .sec5 .pics .swiper-slide- .swiper-text {
    position: absolute;
    width: 100%;
    top: 8%;
    left: 0;
    text-align: center;
}

.sale .sec5 .pics .swiper-slide- img {
    width: 114%;
    max-width: unset;
    margin-right: -10%;
}

.sale .sec6 .desc {
    width: 60%;
}

.sale .sec7 .box {
    top: 0;
}

.sale .sec8 .bottom {
    position: absolute;
    bottom: 4%;
    width: 84%;
    left: 8%;
}

.sale .sec9 {
    background-color: #fafafa;
}

.sale .sec10 .bottom {
    position: absolute;
    bottom: 4%;
    width: 84%;
    left: 8%;
}

.sale .sec11 .pic {
    position: relative;
    perspective: 2000px;
}

.sale .sec11 .pic .flex {
    align-items: flex-end;
    width: 95%;
    position: relative;
    margin: 4% auto;
    transform-origin: top;
    transform-style: preserve-3d;
}

.sale .sec11 .pic .tra {
    transform-origin: center;
    transform-style: preserve-3d;
}

.sale .sec11 .pic .gb:nth-child(2) {
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sale .sec11 .pic .app .img {
    width: 23.2%;
}

.sale .sec11 .pic .app .img1 {
    width: 28.25%;
}

.sale .sec11 .pic .app .flex-col1 img:last-child {
    margin-top: 2%;
}

.sale .sec11 .pic .flex .before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
}

.sale .sec11 .pic .flex .after {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    display: none;
}

.sale .sec11 .pic .flex div {
    width: 24%;
}

.sale .sec11 .pic .flex .img2 img:last-child {
    margin-top: 2%;
}

.sale .sec11 .pic .phone {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
}

.sale .sec11 .pic .text {
    position: absolute;
    width: 70%;
    top: 14%;
    left: 15%;
}

.sale .sec12 {
    background-color: #cce9fc;
}

.sale .sec15 .box {
    top: 0;
}

.sale .sec15 .box img {
    margin-left: 50%;
}

.sale .sec17 .box {
    z-index: 1;
}

.sale .sec17 .imgs {
    position: relative;
}

.sale .sec17 .img1, .sale .sec17 .img2, .sale .sec17 .img3, .sale .sec17 .img4, .sale .sec17 .img5 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.sale .sec17 .img1 {
    z-index: 1;
}

.sale .sec17 .img {
    position: static;
}

.sale .sec18 .flex {
    width: 60%;
    margin: 4% auto 6%;
}

.sale .sec18 .flex .mp {
    text-align: center;
}

.sale .sec18 .flex .mp h2 {
    color: #198aff;
    font-weight: 700;
}

.sale .sec18_ .flex {
    width: 56%;
    margin: 2% auto 4%;
}

.sale .sec18_ .flex .vlog {
    position: relative;
    width: 31%;
}

.sale .sec18_ .flex .vlog p {
    position: absolute;
    width: 100%;
    left: 0;
    top: 68%;
    line-height: 1;
}

.sale .sec18_ .video-box {
    text-align: center;
    background-color: #fff;
}

.sale .sec19 .desc {
    width: 56%;
}

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

.sale .sec20 .box .desc {
    width: 50%;
}

.sale .sec20 img {
    width: 80%;
    margin: 0 auto 4%;
}

.sale .sec20 .nights {
    position: relative;
}

.sale .sec20 .nights .flex {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 24%;
}

.sale .sec20 .nights .flex .night {
    width: 50%;
}

.sale .sec20 .nights .flex .night h2 {
    line-height: 1;
}

.sale .sec21 {
    padding-left: 10%;
    background-color: #f8f8f8;
}

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

.sale .sec22 .box .desc {
    width: 50%;
}

.sale .sec23 .box .desc {
    width: 50%;
}

.sale .sec23 .flex {
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 0;
    flex-wrap: wrap;
}

.sale .sec23 .flex .hour {
    width: 33%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6%;
}

.sale .sec23 .flex .hour img {
    width: 16%;
    margin-right: 4%;
}

.sale .sec23 .flex .hour .text {
    text-align: left;
}

.sale .sec23 .flex .hour .text h6 {
    white-space: nowrap;
}

@keyframes moveImg {
    0% {
        background-position-y: 0%;
    }

    50% {
        background-position-y: 50%;
    }

    100% {
        background-position-y: 100%;
    }
}

.sale .sec24 .title {
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.sale .sec24 .title h1 {
    color: transparent;
    font-size: 12em;
    text-transform: uppercase;
    background: url(images/24.png);
    -webkit-background-clip: text;
    animation: moveImg 3s infinite alternate linear;
}

.sale .sec25 .flex {
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 3%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sale .sec25 .flex .inch {
    width: 27%;
    margin: 0 4% 3%;
    position: relative;
}

.sale .sec25 .flex .inch .text {
    position: absolute;
    left: 34%;
    width: 70%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sale .sec25 .flex .inch:nth-child(2n) .text {
    left: 30%;
}

.sale .sec27 {
    background-color: #f6f6f6;
}

.sale .sec27 .box img {
    width: 5%;
    margin-top: 2%;
}

.sale .sec27 .cars {
    position: relative;
    z-index: 0;
}

.sale .sec27 .car {
    margin: 4% auto;
    width: 64%;
    z-index: 1;
    padding-left: 2%;
}

@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: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
}

.wave2 {
    left: unset;
    right: 0;
}

.wave * {
    background-image: linear-gradient(to left, #f6f6f6, #f6f6f6, #f6f6f6, #c0d8fa);
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite;
}

.wave2 * {
    background-image: linear-gradient(to right, #f6f6f6, #f6f6f6, #f6f6f6, #c0d8fa);
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite;
}

.sale .sec28 .box {
    z-index: 1;
}

.sale .sec28 .impos {
    position: absolute;
    width: 20%;
    top: 54%;
    right: 12%;
}

.sale .sec28 .impos .impo {
    padding: 8% 0;
}

.sale .sec28 .impos .impo h6 {
    line-height: 1.4;
    margin-top: 2.5%;
}

.sale .sec28 .impos .impo1 {
    background-color: #dcf2fd;
    margin-bottom: 25%;
    border-radius: 2rem;
    color: #0081f9;
}

.sale .sec28 .impos .impo2 {
    background-color: #fdf0df;
    border-radius: 2rem;
    color: #f58f09;
}

.sale .sec28_ .flex {
    flex-wrap: wrap;
    position: absolute;
    width: 20%;
    top: 12%;
    right: 10%;
}

.sale .sec28_ .flex .mil {
    width: 50%;
    text-align: center;
    margin-bottom: 12%;
}

.sale .sec28_ .flex .mil p {
    color: #fff;
}

.sale .sec28_ .flex .mil img {
    width: 40%;
    margin-bottom: 10%;
}

.sale .sec29 .flex {
    padding: 2% 2%;
}

.sale .sec29 .flex .seal {
    width: 32%;
    position: relative;
}

.sale .sec29 .flex .seal .flex3 {
    position: absolute;
    top: 6%;
    padding-left: 5%;
    width: 100%;
}

.sale .sec29 .flex .seal .flex3 img {
    width: 15%;
    margin-right: 2%;
}

.sale .sec29 .flex .seal .flex3 .text {
    width: 80%;
    text-align: left;
}

.sale .sec31 .img {
    width: 84%;
    margin: 6% auto 0;
    overflow: hidden;
}

.sale .sec31_ .andr {
    padding: 0 10% 5%;
    position: relative;
    flex-wrap: wrap;
}

.sale .sec31_ .andr .flex-1 {
    margin-bottom: 4%;
}

.sale .sec31_ .andr .flex-1 .img1 {
    margin-right: 10%;
    width: 25%;
    margin-top: 6%;
}

.sale .sec31_ .andr .flex-1 .img2 {
    width: 28%;
}

.sale .sec31_ .andr .flex-2 .img3 {
    margin-right: 20%;
    width: 15%;
}

.sale .sec31_ .andr .flex-2 .img4 {
    width: 20%;
    margin-top: -4%;
}

.sale .sec31_ .andr .imgs {
    width: 100%;
    position: absolute;
    padding: 0 10%;
    height: 100%;
    top: 0;
    left: 0;
}

.sale .sec31_ .andr .imgs img {
    width: 25%;
}

.sale .sec31_ .andr .imgs .img7 {
    width: 35%;
}

.sale .sec32 {
    background-color: #f0f0f0;
}

.sale .sec32 .flex {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 5%;
}

.sale .sec32 .color {
    width: 29%;
    text-align: center;
}

.sale .sec32 .color>img {
    margin-bottom: 8%;
}

.sale .sec32 .color .text img {
    width: 6%;
    margin-right: 2%;
}


@media screen and (min-width:1681px) {
    .sale h1 {
        font-size: 4.6875rem;
    }

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

    .sale h2 {
        font-size: 4.0625rem;
    }

    .sale .h3 {
        font-size: 3.125rem;
    }

    .sale h3 {
        font-size: 2.815rem;
    }

    .sale h4 {
        font-size: 2.625rem;
    }

    .sale h5 {
        font-size: 2.375rem;
    }

    .sale h6 {
        font-size: 2.1875rem;
    }

    .sale .h6 {
        font-size: 2rem;
    }

    .sale p, .sale .pp {
        font-size: 1.75rem;
    }

    .sale .selling-p {
        font-size: 1.5625rem;
    }

    .sale .pl {
        font-size: 30px;
    }

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

    .sale .p- {
        font-size: 22px;
    }

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

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

    .sale a {
        font-size: 1.25rem;
    }

}

@media screen and (max-width:1680px) {
    .sale .sec24 .title h1 {
        font-size: 9.5em;
    }

    .sale h1 {
        font-size: 4.6875rem;
    }

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

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

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

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

    .sale h4 {
        font-size: 2rem;
    }

    .sale h5 {
        font-size: 1.8rem;
    }

    .sale h6 {
        font-size: 1.5rem;
    }

    .sale .h6 {
        font-size: 1.5rem;
    }

    .sale p, .sale .pp {
        font-size: 1.25rem;
    }

    .sale .selling h2 {
        font-size: 3rem;
        margin-bottom: 0 !important;
        line-height: 1.2;
    }

    .sale .selling h3 {
        font-size: 2rem;
    }

    .sale .selling h5 {
        font-size: 1.5rem;
    }

    .sale .selling p {
        font-size: 1.25rem;
    }

    .sale .pl {
        font-size: 20px;
    }

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

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

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

    .sale a {
        font-size: 1rem;
    }

    .sale .sec14 {
        padding-top: 10%;
    }

}

@media screen and (max-width:1420px) {
    .sale .poster_fise {
        left: 10%;
        top: 20%;
    }

    .sale .poster_fise h3 {
        margin-bottom: 4%;
    }

    .sale .sec24 .title h1 {
        font-size: 8em;
    }

}

@media screen and (max-width:1240px) {
    .sale .sec24 .title h1 {
        font-size: 6em;
    }

    .sale h1 {
        font-size: 4rem;
    }

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

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

    .sale .h3 {
        font-size: 2rem;
    }

    .sale h3 {
        font-size: 2rem;
    }

    .sale h4 {
        font-size: 1.8rem;
    }

    .sale h5 {
        font-size: 1.6rem;
    }

    .sale h6 {
        font-size: 1.35rem;
    }

    .sale .h6 {
        font-size: 1.2rem;
    }

    .sale p, .sale .pp {
        font-size: 1rem;
    }

    .sale .pl {
        font-size: 18px;
    }

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

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

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

    .sale a {
        font-size: 1rem;
    }

    .desc {
        margin-top: 1rem;
    }

    .sale .x2 .selling_point .selling {
    }

    .sale .selling h2 {
        font-size: 2.5rem;
        line-height: 1.1;
    }

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

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

    .sale .selling p {
        font-size: 1rem;
    }

    .sale .x2 .selling_point .selling .point .point-fise {
        top: 1rem;
    }

    .sale .x2 .selling_point .selling .point .center {
        top: 0;
    }

    .sale .box {
        padding-top: 110px;
    }

    .sale .box .desc {
        margin-top: 35px;
    }

    .sale .sec18_ .flex .vlog p {
        transform-origin: top;
        transform: scale(0.8);
    }
}

@media screen and (max-width:1040px) {
    .sale .sec1>img {
        max-width: unset;
        width: 110%;
        margin-left: 0;
    }

    .sale .box {
        padding-top: 80px;
    }

    .sale .box .desc {
        margin-top: 25px;
    }

}

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

    .sale .poster_fise {
        transform: scale(0.8) !important;
        transform-origin: left;
    }

    .sale .sec24 .title h1 {
        font-size: 5em;
    }

    .sale h1 {
        font-size: 3.5rem;
    }

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

    .sale h2, .sale .sec4 h2, .sale .sec6 h2 {
        font-size: 2.8rem;
    }

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

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

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

    .sale h5 {
        font-size: 1.4rem;
    }

    .sale h6 {
        font-size: 1.2rem;
    }

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

    .sale .x2 .selling_point .selling {
    }

    .sale .selling h2 {
        font-size: 2rem;
        line-height: 1;
    }

    .sale .selling h3 {
        font-size: 1.4rem;
    }

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

    .sale .selling p {
        font-size: 14px;
    }

    .sale .x2 .selling_point .selling .point .point-fise {
        top: 10px;
    }

    .sale .x2 .selling_point .selling .point .center {
        top: 0;
    }
}

@media screen and (max-width:818px) {
    .sale .sec11 .pic .phone {
        position: static;
    }

    .sale .sec11 .pic .gb {
        padding: 12% 0 6%;
        position: relative;
    }

    .sale .sec11 .pic .text {
        top: 16%;
    }
}

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

    .sale .window {
        display: none;
    }

    .sale .sec24 .title h1 {
        font-size: 4em;
    }

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

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

    .sale h2, .sale .sec4 h2, .sale .sec6 h2 {
        font-size: 2.8rem;
        line-height: 1;
    }

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

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

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

    .sale h5 {
        font-size: 1.4rem;
    }

    .sale h6 {
        font-size: 1.2rem;
    }

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

    .sale a {
        font-size: 14px;
    }

    .desc {
        width: 80%;
    }

    .sale .sec1 {
        padding: 0;
    }

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

    .sale .poster_fise .flex1 {
        justify-content: center;
    }

    .sale .sec1>img {
        width: 100%;
    }

    .sale .poster_fise .tit {
        width: 16%;
        margin-left: 2%;
    }

    .sale .poster_fise h3 {
        margin-bottom: 2%;
    }

    .sale .sec2 .p-app {
        display: flex;
    }

    .sale .poster_fise p {
        font-size: 18px;
        margin-top: 2.5%;
        text-align: center;
    }

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

    .sale .left-text h2 {
        max-width: unset;
    }

    .desc {
        margin-top: 10px;
    }

    .sale .box {
        padding-top: 60px;
    }

    .sale .box h3 {
        margin-top: 10px;
    }

    .sale .box .desc {
        margin-top: 15px;
    }

    .sale .sec4 .box img {
        width: 70%;
    }

    .sale .sec5 video {
        width: 356%;
        margin-left: -128%;
    }

    .sale .sec5 .pics {
    }

    .sale .sec5 .pics .swiper-slide- img {
        width: 100%;
        margin: 0;
    }

    .sale .sec8 .bottom {
        width: 90%;
        left: 5%;
    }

    .sale .sec6 img {
        width: 120%;
        margin-left: -20%;
        max-width: unset;
    }

    .sale .sec8 {
        padding-top: 22%;
    }

    .sale .sec10 {
        background-image: linear-gradient(to right, #eff2f4, #f3f5f4, #f2f2f2);
        padding-top: 10%;
    }

    .sale .sec11 .pic .tra:nth-child(2) {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 94%;
        margin: 0 auto;
    }

    .sale .sec13 {
        padding-top: 10%;
    }

    .sale .sec14 {
        padding-top: 0;
    }

    .sale .sec14 img {
        width: 120%;
        margin-left: -10%;
        max-width: unset;
    }

    .sale .sec15 .box {
        display: block;
        top: 10%;
    }

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

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

    .sale .sec17 img {
        width: 120% !important;
        margin-left: -10%;
        max-width: unset;
    }

    .sale .sec18 .flex {
        width: 80%;
    }

    .sale .sec18_ .flex {
        width: 80%;
    }

    .sale .sec18_ .video-box {
        margin-bottom: 4%;
    }

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

    .sale .sec20 .box .desc {
        width: 80%;
    }

    .sale .sec20 img {
        width: 90%;
    }

    .sale .sec21 {
        padding-left: 5%;
    }

    .sale .sec22 .box {
        position: static;
        background-image: linear-gradient(to right, #262626, #303030);
    }

    .sale .sec22 .box .desc {
        width: 90%;
    }

    .sale .sec23 {
        background-color: #0c1922;
        padding-top: 22%;
    }

    .sale .sec23 .box .desc {
        width: 90%;
    }

    .sale .sec23 .flex {
        width: 80%;
        left: 10%;
    }

    .sale .sec23 .flex .hour {
        margin-bottom: 4%;
    }

    .sale .sec25 {
        background-image: linear-gradient(to right, #00030a, #000512, #020d21, #010207);
        padding-top: 22%;
    }

    .sale .sec25 .flex {
        width: 100%;
        left: 0;
        transform: scale(0.8);
        bottom: -3%;
    }

    .sale .sec27 .box img {
        width: 8%;
    }

    .sale .sec27 .car {
        width: 80%;
    }

    .wave {
        width: 80%;
        top: 0;
        height: 130%;
    }

    .wave1 {
        left: -16%;
    }

    .wave2 {
        right: -16%;
    }

    .sale .sec28 {
        background-color: #f5f5f5;
        padding-top: 10%;
    }

    .sale .sec28 .impos {
        width: 28%;
        top: 30%;
        right: 6%;
    }

    .sale .sec28 .impos .impo {
        border-radius: 1rem;
    }

    .sale .sec28 img {
        width: 120%;
        margin-left: -10%;
        max-width: unset;
    }

    .sale .sec28_ .box {
        text-align: center;
        padding-left: 0;
    }

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

    .sale .sec28_ .flex {
        position: static;
        width: 90%;
        margin: 2% auto 0;
        transform: scale(0.8) !important;
    }

    .sale .sec28_ .flex .mil {
        width: 20%;
        margin-bottom: 4%;
    }

    .sale .sec28_ img {
        width: 140%;
        margin-left: 0;
        max-width: unset;
    }

    .sale .sec32 .flex {
        flex-wrap: wrap;
    }

    .sale .sec30 {
        padding-top: 25%;
    }

    .sale .sec32 .color {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto 4%;
    }

    .sale .sec32 .color:nth-child(2) {
        flex-direction: row-reverse;
    }

    .sale .sec32 .color img {
        width: 50%;
    }

    .sale .sec32 .color>img {
        margin-bottom: 0;
    }

    .sale .sec32 .color .text {
        width: 46%;
        text-align: center;
        transform: scale(2) !important;
    }
}

@media screen and (max-width:660px) {
    .sale .sec24 .title h1 {
        font-size: 3.25em;
    }

    .sale h1 {
        font-size: 2.8rem;
    }

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

    .sale h2, .sale .sec4 h2, .sale .sec6 h2 {
        font-size: 2.5rem;
    }

    .sale .h3 {
        font-size: 1.4rem;
    }

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

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

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

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

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

    .sale p, .sale .pp {
    }

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

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

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

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

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

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

    .sale .box {
        padding-top: 50px;
    }

    .sale .box .desc {
        margin-top: 10px;
    }
}

@media screen and (max-width:500px) {
    .sale .sec24 .title h1 {
        font-size: 2.8em;
    }

    .sale h1 {
        font-size: 2.5rem;
    }

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

    .sale h2, .sale .sec4 h2, .sale .sec6 h2 {
        font-size: 2rem;
    }

    .sale .h3 {
        font-size: 1.2rem;
    }

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

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

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

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

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

    .sale p, .sale .pp {
        font-size: 13px;
        line-height: 1.1;
    }

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

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

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

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

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

    .desc {
        width: 90%;
    }

    .sale .box {
        padding-top: 40px;
    }

    .sale .box .desc {
        margin-top: 13px;
        line-height: 1.4;
    }

    .sale .left-text {
        padding-left: 4%;
    }

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

    .sale .sec1>img {
        width: 110%;
        margin-left: -5%;
        max-width: unset;
    }

    .sale .poster_fise {
        width: 100%;
        left: 0;
        top: 6%;
    }

    .sale .poster_fise .tit {
        width: 20%;
    }

    .sale .poster_fise h4 {
        margin-bottom: 2%;
    }

    .sale .poster_fise p {
        font-size: 13px;
        line-height: 1.4;
    }

    .sale .sec3 h6 {
        line-height: 1.4;
        margin-bottom: 8%;
    }

    .sale .sec6 .desc {
        width: 80%;
    }

    .sale .sec6 img {
        width: 160%;
    }

    .sale .sec8 {
        padding-top: 36%;
    }

    .sale .sec10 {
        padding-top: 20%;
    }

    .sale .sec10 h6 {
        font-size: 12px;
    }

    .sale .sec13 {
        padding-top: 40%;
    }

    .sale .sec14 {
        padding-top: 10%;
    }

    .sale .sec18 .flex {
        width: 100%;
        transform-origin: center;
        transform: scale(0.8);
    }

    .sale .sec18_ .flex {
        width: 100%;
        transform-origin: center;
        transform: scale(0.9);
    }

    .sale .sec18_ .video-box {
        margin-bottom: 0;
    }

    .sale .sec19 .box {
        position: static;
    }

    .sale .sec19 .box h2 {
        color: #000;
    }

    .sale .sec19 .box .desc {
        color: #000;
        width: 90%;
    }

    .sale .sec20 .box .desc {
        width: 90%;
    }

    .sale .sec20 .nights .flex {
        width: 90%;
        left: 5%;
        bottom: 15%;
    }

    .sale .sec20 .nights .flex .night h3 {
        font-size: 14px;
    }

    .sale .sec23 .flex {
        width: 94%;
        left: 3%;
        transform: scale(0.8) translateX(-4%);
        transform-origin: center;
    }

    .sale .sec23 .flex .hour img {
        width: 24%;
    }

    .sale .sec25>img {
        width: 120%;
        margin-left: -10%;
    }

    .sale .sec25 .flex {
        transform: scale(0.75)
    }

    .sale .sec25 .flex .inch {
        width: 40%;
    }

    .sale .sec28 {
        padding-top: 20%;
    }

    .sale .sec28_ .flex {
        transform: scale(1) !important;
    }

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

    .sale .sec29 .box h2 {
        color: #000;
    }

    .sale .sec29 .box p {
        color: #757575;
    }

    .sale .sec30 {
        padding-top: 40%;
    }

    .sale .sec31 .img {
        width: 90%;
        margin-top: 3%;
    }

    .sale .sec31_ .andr {
        padding: 0 5% 5%;
    }

    .sale .sec31_ .andr .imgs {
        padding: 0 5%;
    }

    .sale .sec32 .color .text {
        transform: scale(1.5) !important;
    }
}