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

.sale-box .thin {
    font-weight: 400;
}

.sale-box .bold {
    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 img {
    width: 100%;
    vertical-align: top;
}

.sale-box .black {
    color: #000;
}

.sale-box .white {
    color: #fff;
}

.sale-box .gray {
    color: #c5c4c4;
}

.sale-box .gray1 {
    color: #3C3C3C;
}

.sale-box .yellow {
    color: #f6d52f;
}

.sale-box .blue {
}

.sale-box .green {
    color: #74C090;
}

.linear, .linear1, .linear2 {
    width: fit-content !important;
    margin: auto;
    color: transparent;
    background-image: linear-gradient(to bottom, #939dff, #ffbcab);
    -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, #4EB7B3, #98C971);
}

.linear2 {
    background-image: linear-gradient(to bottom, #b9f0ee, #4EB7B3);
}

.blue {
    color: #1580EB;
}

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

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

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

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

.relative {
    position: relative;
}

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

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

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

.sale-box .poster_fise .tuvs .tuv:hover, .sale-box .poster_fise .tuvs .hi:hover, .sale-box .sec2 .flex .sell:hover, .sale-box .sec2 .flex .sell .center:hover, .sale-box .sec5 .flex .inch-:hover, .sale-box .sec11 .flex .bat:hover, .sale-box .sec12 .box .tuv:hover, .sale-box .sec20 .flex .key:hover {
    transform: translateY(-5px);
}

.sale-box .poster_fise {
    text-align: center;
    width: 100%;
    padding: 10% 0 4%;
}

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

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

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

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

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

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

.sale-box .left-text h2 {
    max-width: 90%;
    margin-left: 0;
}

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

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

.sale-box .sec2 .flex {
    margin-bottom: 0.5%;
}

.sale-box .sec2 .flex .sell {
    position: relative;
}

.sale-box .sec2 .flex .sell h6 {
    color: #353535;
}

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

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

.sale-box .sec2 .flex .sell .text {
    position: absolute;
    width: 100%;
    top: 12%;
    left: 0;
    padding-left: 6%;
    text-align: left;
    white-space: nowrap;
}

.sale-box .sec2 .flex .sell .top {
    text-align: center;
    padding-left: 0;
}

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

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

.sale-box .sec-flex img {
    width: 56%;
}

.sale-box .sec-flex .box {
    width: 44%;
    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 .sec5 .box {
    padding-left: 6%;
}

.sale-box .sec6>img {
    padding-left: 25%;
}

.sale-box .sec6 .minis .mini {
    margin-right: 4%;
}

.sale-box .sec6 .minis .mini img {
    width: 50px;
    margin-right: 10px;
}

.sale-box .sec7 .box {
    left: 56%;
    top: 70%;
    width: 40%;
    padding-right: 6%;
}

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

.sale-box .sec8 .its {
    position: absolute;
    left: 0;
    top: 0;
    width: 400%;
    margin-left: 0;
    padding-left: 10%;
    padding-top: 5%;
}

.sale-box .sec8 .its .it {
    position: relative;
    margin-right: 1%;
}

.sale-box .sec8 .its .box1 {
    top: 60%;
}

.sale-box .sec8 .its .box2 {
    top: 40%;
}

.sale-box .sec8 .its .box3 {
    width: 45%;
    left: 55%;
}

.sale-box .sec8 .its .box3 .desc {
    width: 90%;
}

.sale-box .sec8 .its .box4 {
    top: 60%;
}

.sale-box .sec8 .its .box4 .desc {
    width: 50%;
}

.sale-box .sec8 .its .box5 {
    width: 50%;
    top: 6%;
}

.sale-box .sec8 .its .box5 .desc {
    width: 90%;
}

.sale-box .sec9>img {
    width: 50%;
    margin: 0 auto;
}

.sale-box .sec9 .colors {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 4% 0;
    padding-right: 10%;
}

.sale-box .sec9 .colors .color {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3%;
}

.sale-box .sec9 .colors .color span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 4px;
    display: inline-block;
}

.sale-box .sec9 .colors .color .purple {
    background-color: #C88FBB;
}

.sale-box .sec9 .colors .color .green {
    background-color: #BBF1DF;
}

.sale-box .sec9 .colors .color .black {
    background-color: #414141;
}

.sale-box .sec10 .relative {
    width: 70%;
    margin: 0 auto;
}

.sale-box .sec10 .relative .fhds {
    width: 100%;
    padding-left: 10%;
    padding-right: 5%;
    position: absolute;
    top: 70%;
    left: 0;
    flex-wrap: wrap;
}

.sale-box .sec10 .relative .fhds .fhd {
    width: 25%;
    margin-bottom: 3%;
}

.sale-box .sec10 .relative .fhds .fhd img {
    width: 15%;
    margin-right: 3%;
}

.sale-box .sec10 .relative .fhds .fhd .text {
    text-align: left;
}

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

.sale-box .sec11 .tablet {
}

.sale-box .sec11 .flex .mores {
    width: 49.5%;
}

.sale-box .sec11 .more {
    margin-bottom: 2%;
    position: relative;
}

.sale-box .sec11 .more .box p {
    margin-top: 2%;
}

.sale-box .sec11 .more .box .p-mini {
    width: 50%;
    margin-top: 3%;
    line-height: 1.5;
}

.sale-box .sec11 .more5 .box .p-mini {
    margin: 2% auto 0;
}

.sale-box .sec11 .more6 .box .p-mini {
    margin-top: 1%;
}

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

.sale-box .sec11 .more3 .box .p-mini {
    width: 90%;
}

.sale-box .sec11 .more6 {
    margin-bottom: 8%;
}

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

.sale-box .sec11 .more6 .box .p-mini {
    width: 70%;
}

.sale-box .sec11 .more1 .box h6.thin {
    padding-top: 4%;
}

.sale-box .sec11 .more3 .box h6.thin {
    padding-top: 9%;
}

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

.sale-box .sec13 .flex {
    width: 50%;
    margin: 2% auto;
    justify-content: space-around;
}

.sale-box .sec13 .flex .hour {
    background-color: #F5FAFF;
    border: 1px solid #73ABE3;
    width: 18%;
    padding: 2% 0;
    text-align: center;
    border-radius: 10px;
}

.sale-box .sec14 {
    margin: 4% 0;
}

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

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

.sale-box .sec16 {
    width: 80%;
    margin: 8% auto 8%;
}

.sale-box .sec16>div {
    width: 48%;
}

.sale-box .sec16 .face {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
}

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

.sale-box .sec16>div .box .desc {
    width: 80%;
}

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

.sale-box .sec17 .box {
    width: 40%;
}

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

.sale-box .sec17 img {
    width: 60%;
    transform: scale(1.2);
    transform-origin: left;
}

.sale-box .sec18 .relative {
    width: 70%;
    margin: 0 auto 4%;
}

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

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

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

.sale-box .sec19 .flex2 .ram:first-child {
    margin-right: 15%;
}

.sale-box .sec19 img {
    width: 70%;
    margin: 0 auto;
}

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

.sale-box .sec20 .flex {
    margin-bottom: 5%;
}

.sale-box .sec20 .flex img {
    width: 40%;
    margin-right: 4%;
}

.sale-box .sec20 .img1 {
    animation: trans 25s infinite;
    animation-timing-function: linear;
}

.sale-box .sec20 .img2 {
    flex-direction: row-reverse;
    animation: trans- 25s infinite;
    animation-timing-function: linear;
}

.sale-box .sec21 img {
    margin-left: 30%;
    width: 70%;
}

.sale-box .sec23 .flex {
    width: 80%;
    margin: 0 auto;
}

.sale-box .sec23 .flex video {
    width: 77%;
}

.sale-box .sec23 .flex .imgs {
    width: 23%;
}

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

.sale-box .sec23 .flex .imgs .img p {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: left;
    padding-left: 10%;
}

.sale-box .sec24 {
    width: 80%;
    margin: 5% auto;
}

.sale-box .sec24 .box {
    width: 50%;
    padding-left: 0;
}

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

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

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

.sale-box .sec25 .flex .key {
    width: 52%;
    position: relative;
}

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

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

.sale-box .sec25 .flex .key .box p {
    margin-top: 3%;
}

.sale-box .sec25 .flex .key1 .box {
    padding: 8%;
}

.sale-box .sec25 .flex .key2 .box {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    top: -3.5%;
}

.sale-box .sec25 .flex .key img:last-child {
    position: absolute;
}

.sale-box .sec25 .flex .key1 img:last-child {
    width: 80%;
    right: -10%;
    top: 40%;
}

.sale-box .sec25 .flex .key2 img:last-child {
    width: 45%;
    right: 5%;
    top: 15%;
}

.sale-box .sec26 {
    background-color: #F8F8F8;
    margin-top: 10%;
    padding-bottom: 5%;
}

.sale-box .sec26 .p-mini {
    width: 100%;
    text-align: right;
    padding-right: 10%;
    color: #757575;
}

.sale-box .sec27 {
    padding: 5% 3% 5% 6%;
    align-items: flex-end;
}

.sale-box .sec27 .box {
    width: 40%;
    padding-top: 0;
    padding-bottom: 0;
}

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

.sale-box .sec27 .box .p-mini {
    margin-top: 45%;
    line-height: 2;
}

.sale-box .sec27 img {
    width: 52%;
    margin-top: 6%;
}

@keyframes opac {
    from {
        opacity: 1;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
    }

    to {
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.animate .w2 {
    animation-delay: 1s;
}

.animate .w3 {
    animation-delay: 2s;
}

.animate .w4 {
    animation-delay: 3s;
}

.wave {
    width: 40%;
    height: 120%;
    position: absolute;
}

.wave1 {
    left: 13%;
    top: -11%;
    transform: rotateY(50deg);
}

.wave2 {
    left: 9.5%;
    top: 0;
    height: 100%;
    transform: rotateY(50deg);
}

.wave3 {
    right: 13%;
    top: -11%;
    transform: rotateY(-50deg);
}

.wave4 {
    right: 9.5%;
    top: -10%;
    height: 100%;
    transform: rotateY(-50deg);
}

.wave * {
    background-image: radial-gradient(circle, transparent, rgb(220, 228, 236, 1));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    border: 4px solid rgb(220, 228, 236, 0.5);
}

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


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

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

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

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

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

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

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

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

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

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

    .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 .sec2 h6 {
        font-size: 1.75rem;
    }

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

@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 .sec2 h6 {
        font-size: 1.25rem;
    }

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

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

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

    .sale-box .sec2 .flex .sell .text {
        top: 8%;
    }

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

    .sale-box .sec7 .box {
        top: 64%;
    }

}

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

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

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

    .sale-box .poster_fise {
        top: 25%;
    }

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


}

@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.8rem;
    }

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

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

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

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

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

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


    .sale-box .box .desc {
        width: 70%;
    }

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

    .sale-box .sec6 .minis .mini img {
        width: 40px;
    }

    .sale-box .sec7 .box {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }

    .sale-box .sec8 .its .box4 .desc {
        width: 80%;
    }

    .sale-box .sec10 .relative, .sale-box .sec18 .relative, .sale-box .sec19 img {
        width: 80%;
    }

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

    .sale-box .sec13 .flex .hour {
        width: 23%;
        padding: 3% 0;
        border-radius: 5px;
    }

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

    .sale-box .sec16, .sale-box .sec17, .sale-box .sec23 .flex, .sale-box .sec24, .sale-box .sec25 .flex {
        width: 90%;
    }

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

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

    .sale-box .sec25 .flex .key1 img:last-child {
        top: 50%;
    }

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

    .sale-box .sec27 .box .p-mini {
        margin-top: 20%;
    }

}

@media screen and (max-width:1040px) {
    .sale-box .sec9 .colors .color span {
        width: 15px;
        height: 15px;
    }

    .sale-box .sec8 .its .box {
    }

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

    .sale-box .sec11 .flex .mores {
        width: 100%;
    }

    .sale-box .sec11 .more6 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10%;
        overflow: hidden;
        background-color: #f5f5f5;
        border-radius: 6px;
    }

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

    .sale-box .sec11 .more6 .box .p-mini {
        width: 100%;
    }

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

    .sale-box .sec16 {
        display: block;
    }

    .sale-box .sec16>div {
        width: 80%;
        margin: 0 auto;
    }

    .sale-box .sec16 .face {
        display: block;
        margin-top: 4%;
    }

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

    .sale-box .sec17 .box, .sale-box .sec17 img {
        width: 80%;
        margin: 0 auto;
    }

    .sale-box .sec17 .box>br {
        display: none;
    }

    .sale-box .sec17 img {
        transform: none;
    }

    .sale-box .sec10 .relative, .sale-box .sec18 .relative, .sale-box .sec19 img {
        width: 90%;
    }

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

    .sale-box .sec23 .flex video, .sale-box .sec23 .flex .imgs {
        width: 80%;
        margin: 0 auto;
    }

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

    .sale-box .sec23 .flex .imgs .img {
        border: 1px solid #ccc;
        border-radius: 6px;
        overflow: hidden;
        width: 48%;
    }

    .sale-box .sec24 {
        display: block;
    }

    .sale-box .sec24 .box, .sale-box .sec24 img {
        width: 80%;
        margin: 0 auto;
    }

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

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

    .sale-box .sec25 .flex .key {
        width: 80%;
        margin: 2% auto;
    }

    .sale-box .sec25 .flex .key1 img:last-child {
        top: 28%;
    }

    .sale-box .sec25 .flex .key1 .box {
        padding-top: 4%;
    }

    .sale-box .sec27 {
        display: block;
    }

    .sale-box .sec27 .box, .sale-box .sec27 img {
        width: 80%;
        margin: 0 auto;
    }

    .sale-box .sec27 .box .p-mini {
        margin-top: 5%;
    }

}

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


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

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

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

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

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

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

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

    .sale-box .sec2 p {
        transform: scale(0.9);
        transform-origin: left;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sale-box .box h2 {
        max-width: 90%;
        line-height: 1.2;
        margin-bottom: 0;
    }

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

    .sale-box .left-text {
        text-align: center;
        padding: 8% 0 4%;
    }

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

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

    .sale-box .sec2 {
        padding: 0;
    }

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

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

    .sale-box .sec-flex .box {
        height: unset;
        width: 100%;
        padding: 8% 0 4%;
    }

    .sale-box .sec-flex img {
        width: 80%;
        margin: 0 auto;
        margin-top: -5%;
    }

    .sale-box .sec6>img {
        width: 123%;
        margin-left: -10%;
    }

    .sale-box .sec6 .minis {
        justify-content: center;
        margin: 5% auto 2%;
    }

    .sale-box .sec6 .minis .mini .text {
        text-align: left;
    }

    .sale-box .sec7 {
        padding-bottom: 20%;
    }

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

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

    .sale-box .sec8 .its {
        width: 450%;
    }

    .sale-box .sec8 .its .box {
        bottom: 100%;
        left: 0;
        width: 100%;
        top: unset;
    }

    .sale-box .sec8 .its .box .white {
        color: #000;
    }

    .sale-box .sec9>img {
        width: 70%;
    }

    .sale-box .sec10 .relative, .sale-box .sec18 .relative, .sale-box .sec19 img {
        width: 100%;
    }

    .sale-box .sec11 .flex, .sale-box .sec11 .more6 {
        width: 90%;
    }

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

    .sale-box .sec11 .more1 .box .p-mini {
        width: 44%;
    }

    .sale-box .sec11 .more2 .left-text {
        padding-left: 15%;
    }

    .sale-box .sec11 .more2 .box .p-mini {
        width: 80%;
    }

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

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

    .sale-box .sec11 .more6 img {
        width: 150%;
        margin-left: 0;
    }

    .sale-box .sec11 .more6 .left-text {
        padding-top: 5%;
        position: static;
    }

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

    .wave1 {
        left: 6%;
    }

    .wave3 {
        right: 6%;
    }

    .sale-box .sec13 img {
        width: 130%;
        margin-left: -15%;
    }

    .sale-box .sec13 .flex {
        width: 64%;
    }

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

    .sale-box .sec14 img {
        width: 140%;
        margin-left: -40%;
    }

    .sale-box .sec17 .box, .sale-box .sec17 img, .sale-box .sec23 .flex video, .sale-box .sec23 .flex .imgs, .sale-box .sec24 .box, .sale-box .sec24 img, .sale-box .sec25 .flex .key, .sale-box .sec27 .box, .sale-box .sec27 img {
        width: 90%;
    }

    .sale-box .sec21 img {
        width: 90%;
        margin-left: 23%;
    }

    .sale-box .sec22 img {
        width: 120%;
        margin-left: -8%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

    .sale-box h4 {
    }

    .sale-box h5 {
    }

    .sale-box h6 {
    }

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

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

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

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

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

    .sale-box .poster_fise {
        padding-top: 14%;
        padding-bottom: 8%;
    }

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

    .sale-box .sec4 img {
        margin-top: -10%;
    }

    .sale-box .sec5 img {
        margin-top: -15%;
    }

    .sale-box .sec6 .minis .mini img {
        width: 30px;
    }

    .sale-box .sec7 {
        padding-bottom: 35%;
    }

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

    .sale-box .sec9 .colors {
        justify-content: center;
        padding-right: 0;
    }

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

    .sale-box .sec10 .relative .fhds {
        position: static;
        margin-top: -4%;
        padding-right: 2%;
        padding-left: 5%;
    }

    .sale-box .sec10 .relative .fhds .fhd {
        width: 33%;
    }

    .sale-box .sec11 .flex, .sale-box .sec11 .more6, .sale-box .sec17 .box, .sale-box .sec17 img, .sale-box .sec23 .flex video, .sale-box .sec23 .flex .imgs, .sale-box .sec24 .box, .sale-box .sec24 img, .sale-box .sec25 .flex .key, .sale-box .sec27 .box, .sale-box .sec27 img, .sale-box .sec16 {
        width: 100%;
    }

    .sale-box .sec11 .more {
        margin-bottom: 5%;
    }

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

    .sale-box .sec11 .more .left-text {
        padding-top: 4%;
    }

    .sale-box .sec11 .more .box .p-mini {
        line-height: 1.2;
        font-size: 10px;
    }

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

    .sale-box .sec13 .flex .hour .p-mini {
        font-size: 10px;
    }

    .sale-box .sec13>p {
        font-size: 10px;
    }

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

    .sale-box .sec15 {
        padding: 0 10%;
        margin-top: 8%;
        margin-bottom: -4%;
    }

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

    .sale-box .sec15 .flex img {
        width: 100%;
        margin-bottom: 4%;
    }

    .sale-box .sec16>div {
        width: 90%;
    }

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

    .sale-box .sec17 .box .blue {
        line-height: 1;
    }

    .sale-box .sec23 .flex .imgs .img {
        border-width: 0.5px;
    }

    .sale-box .sec23 .flex .imgs .img img {
        width: 120%;
        margin-left: -10%;
    }

    .sale-box .sec23 .flex .imgs .img p {
        top: 6%;
    }

    .sale-box .sec25 .flex .key1 {
        margin-bottom: 12%;
    }

    .sale-box .sec25 .flex .key1 .box {
        padding-left: 4%;
    }

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

    .sale-box .sec25 .flex .key1 img:last-child {
        top: 40%;
    }

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

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

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

.sale-box .s17 .video {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.sale-box .s17 .video .Discount {
    height: 100%;
}

.sale-box .s17 .video .Discount .VideoItem {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.sale-box .s17 .video .Discount .VideoItem video {
    width: 100%;
}

.sale-box .s17 .video .Discount .VideoItem .Content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.sale-box .s17 .video .Discount .VideoItem .Content h5 {
}

.sale-box .s17 .video .Discount .VideoItem .Content .Open {
    margin: 0 auto;
    width: 63px;
    height: 63px;
    background: url(images/play-btn.png) no-repeat center center;
    border-radius: 35px;
    display: block;
    transition: all 0.5s;
    cursor: pointer;
}

.sale-box .s17 .video .Close {
    position: absolute;
    right: 15%;
    top: 5%;
    background-color: #000;
    color: #fff;
    border-radius: 10%;
    padding: 0.2rem 1%;
    border: 2px solid #fff;
    z-index: 10;
}

.sale-box .s17 .video .Close:hover {
    box-shadow: 0 0 10px #d4d2cf;
}

.sale-box .s17 .VideoItem iframe, .sale-box .s17 .video1 iframe {
    margin-top: 5%;
    margin-bottom: 2%;
}

.sale-box .s17 .VideoItem iframe {
    width: 100%;
    height: 620px;
}

.sale-box .s17 .video .mySwiper {
    position: relative;
    text-align: center;
}

.sale-box .s17 .video .mySwiper .Content {
    position: absolute;
    bottom: 2%;
    text-align: center;
    z-index: 99;
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width:800px) {
    .sale-box .s17 .video .Discount .VideoItem video {
        width: 130%;
        max-width: unset;
        margin-left: -15%;
    }

    .sale-box .s17 .VideoItem iframe, .sale-box .s17 .video1 iframe {
        height: 400px;
        margin-top: 5%;
    }
}

@media screen and (max-width:500px) {
    .sale-box .s17 .video .Discount .VideoItem video {
        width: 150%;
        max-width: unset;
        margin-left: -25%;
    }
}

.sale-box img {
    max-width: unset;
}

@media screen and (max-width: 500px) {
    .sale-box .sec23 .flex .imgs .img:first-child img {
        margin-left: 0%;
    }
}