.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 h2, .sale .h2, .sale h3, .sale h4, .sale h5, .sale h6 {
    line-height: 1.2;
}

.sale img {
    max-width: 100%;
}

.sale .white {
    color: #fff;
}

.sale .gray {
    color: #424040;
}

.sale .yellow {
    color: #ffc51a;
}

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

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

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

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

.sale .desc {
    margin-top: 1rem;
    text-align: center;
}

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

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

.sale {
    background-color: #121112;
    overflow: hidden;
}

.sale .linear {
    width: fit-content !important;
    margin: auto;
    color: transparent;
    background-image: linear-gradient(to right, #1b85c8, #09a963);
    -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 .relative {
    position: relative;
    z-index: -1;
}

.sale .x1 .poster .windeos {
    position: relative;
    overflow: visible;
}

.sale .x1 .poster .windeos .icon {
    position: absolute;
    top: 84%;
    left: 64%;
    width: 36%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale .x1 .poster .windeos .icon1 {
    width: 28%;
    margin-right: 3%;
}

.sale .x1 .poster .windeos .icon2 {
    width: 13%;
}

.sale .x1 .poster .windeos .poster_fise {
    position: absolute;
    top: 8%;
    left: 25%;
    width: 50%;
    text-align: center;
}

.sale .x1 .poster .windeos .poster_fise h1 {
    line-height: 1.1;
    margin-bottom: 0;
}

.sale .x1 .poster .windeos .poster_fise h6 {
    margin: 1% auto 2%;
    letter-spacing: 1px;
}

.sale .x1 .poster .windeos .poster_fise p {
    line-height: 1.1;
    white-space: nowrap;
}

.sale .x2 .selling_point .windeos {
    padding: 2% 0 1%;
    text-align: center;
}

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

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

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

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

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

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

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

.sale .x2 .selling_point .selling .point .point-fise {
    position: absolute;
    top: 8%;
    width: 100%;
    text-align: center;
}

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

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

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

.sale .x2 .selling_point .selling .point .topCenter {
    top: 1rem;
    text-align: center;
}

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

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

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

.sale .x2 .selling_point .selling .point .hi {
    position: absolute;
    top: 10%;
    left: 73%;
    width: 12%;
    height: auto;
}

.sale .x2 .selling_point .selling .point:hover {
    box-shadow: 0 0 18px #999;
}

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

.sale .selling_app {
    display: none;
}

.sale .app {
    display: none;
}

.sale .x3 {
    text-align: center;
    position: relative;
    z-index: 0;
}

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

.sale .x3 .box {
    padding: 4% 0 2%;
    z-index: 1;
}

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

.sale .x3 .box p {
    width: 80%;
    margin: 2% auto 4%;
}

.sale .x3 .left-text {
    text-align: left;
    padding-left: 10%;
    width: 100%;
}

.sale .x3 .left-text p {
    text-align: left;
    width: 100%;
}

.sale .x3 .left-text h2 {
    width: fit-content;
    margin: 0;
}

.sale .x3 .left-text p {
    padding-right: 10%;
}

.sale .text h6, .sale .text h6 {
    margin: 0;
    line-height: 1.2;
    width: 100%;
    text-align: left;
}

.sale .sec3 {
    padding: 0;
}

.sale .sec4 {
    padding: 0;
}

.sale .sec4 .box p {
    margin-bottom: 0;
}

.sale .sec4 .displays {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70%;
    padding: 0 15%;
    flex-wrap: wrap;
}

.sale .sec4 .displays .display {
    width: 25%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2%;
}

.sale .sec4 .displays .display .img {
    width: 20%;
    margin-right: 4%;
}

.sale .sec4 .displays .display .text {
    width: 76%;
}

.sale .sec4 .displays .display .text p {
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.sale .sec4 .displays .display .text .linear {
    font-weight: 700;
}

.sale .sec5 .tuv {
    position: absolute;
    width: 32%;
    left: 68%;
    top: 53%;
    text-align: left;
}

.sale .sec5 .tuv img {
    width: 57%;
    margin-bottom: 1%;
    margin-left: 2%;
}

.sale .sec7 .res img {
    width: 6%;
    margin-bottom: 2%;
}

.sale .sec7 .relative img {
    width: 53%;
}

.sale .sec8 .octas {
    position: absolute;
    width: 40%;
    left: 25%;
    top: 6%;
    flex-direction: column;
}

.sale .sec8 .octas .octa {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4%;
}

.sale .sec8 .octas .octa .img {
    width: 11%;
    margin-right: 4%;
}

.sale .sec8 .octas .octa .text h6 {
    text-align: left;
    width: 100%;
    margin: 0;
    line-height: 1.2;
}

.sale .sec10 .ram {
    position: absolute;
    width: 50%;
    left: 20%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale .sec10 .ram .img {
    margin-right: 2%;
    width: 8.5%;
}

.sale .sec10 .ram .text h6 {
    margin: 0;
    line-height: 1.2;
    width: 100%;
    text-align: left;
}

.sale .sec11 .expands {
    width: 50%;
    margin: 0 auto;
}

.sale .sec11 .expands .expand {
    width: 50%;
    justify-content: center;
}

.sale .sec11 .expands .expand .img {
    margin-right: 2%;
    width: 17%;
}

.sale .sec11 .expands .expand .text {
    width: 81%;
}

.sale .sec13 .hours {
    margin-left: 6%;
    width: 40%;
}

.sale .sec13 .hours .hour {
    margin-bottom: 4%;
}

.sale .sec13 .hours .hour .img {
    width: 12%;
    margin-right: 4%;
}

.sale .sec15 {
    padding-bottom: 4%;
}

.sale .sec15 .pic {
    width: 58.5%;
}

.sale .sec15 .storages {
    width: 41.5%;
    padding-left: 2%;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sale .sec15 .storages .storage {
    margin-top: 2%;
}

.sale .sec15 .storages .storage .img {
    width: 11.5%;
    margin-right: 3%;
}

.sale .sec17 .p-mini {
    position: absolute;
    width: 25%;
    top: 70%;
    left: 60%;
    text-align: center;
}

.sale .sec18 {
    padding-bottom: 4%;
}

.sale .sec18 .p-mini {
    margin: 0;
}

.sale .sec19 .thins {
    width: 60%;
    margin: 6% auto 0;
}

.sale .sec19 .thins .thin {
    width: 33%;
    justify-content: center;
}

.sale .sec19 .thins .thin .img {
    width: 21.5%;
    margin-right: 4%;
}

.sale .sec19 .thins .thin .text {
    width: 74.5%;
}

.sale .sec20 .top {
    top: 60%;
    width: 60%;
}

.sale .sec30 .imgs1 {
    justify-content: center;
    margin-bottom: 4%;
}

.sale .sec30 .imgs2 {
    justify-content: space-between;
}

.sale .sec30 .imgs1 .img {
    width: 37%;
}

.sale .sec30 .imgs1 .img:first-child {
    margin-right: 2%;
}

.sale .sec30 .imgs2 .img:nth-child(1) {
    width: 32.55%;
}

.sale .sec30 .imgs2 .img:nth-child(2) {
    width: 36.9%;
}

.sale .sec30 .imgs2 .img:nth-child(3) {
    width: 25.15%;
}

.sale .sec30, .sale .sec31 {
    padding-bottom: 6%;
}

.sale .sec31 .flex {
    width: 84%;
    margin: 2% auto 0;
}

.sale .sec31 .img {
    width: 31%;
}

.sale .sec31 .img img {
    margin-bottom: 10%;
}

.sale .sec31 .color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 2%;
    border: 2px solid #000;
}

.sale .sec31 h6 {
    color: #2f2f2f;
    margin: 0;
}

@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: 20%;
    height: 70%;
    position: absolute;
    z-index: 1;
}

.wave1 {
    left: 15.6%;
    top: -9%;
}

.wave11 {
    left: 18.5%;
    top: 28%;
}

.wave2 {
    right: 23%;
    z-index: -1;
    width: 14%;
    height: 60%;
    top: 0%;
}

.wave22 {
    right: 19.5%;
    top: 29%;
    z-index: -1;
    width: 14%;
    height: 60%;
}

.wave * {
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite;
    box-shadow: 0 0 10px 5px #c3baed, 0 0 10px 5px #c3baed inset;
    transform: skew(0, 30deg);
}

@media screen and (min-width:1920px) {

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

}

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

    .sale .series {
    }

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

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

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

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

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

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

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

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

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

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

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

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

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



}

@media screen and (max-width:1401px) {
    .selling_point h6 {
        font-size: 1.35rem;
    }

    .sale .x2 .selling_point .selling {
        width: 88%;
    }

    .sale .x2 .selling_point .selling .point .point-fise {
        top: 6%;
    }

    .sale .x2 .selling_point .selling .point .topLeft {
        padding-left: 1rem;
    }

    .sale .x2 .selling_point .selling .point .topCenter {
        top: 0.5rem;
    }
}

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

    .sale .series {
    }

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

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

    .sale h4, .sale .h4 {
        font-size: 1.5rem;
    }

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

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

    .sale p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

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

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

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

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

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

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

    .sale .x2 .selling_point .selling {
        width: 94%;
    }

    .sale .sec31 .color {
        width: 20px;
        height: 20px;
    }

}

@media screen and (max-width:1040px) {
    .sale h1 {
    }

    .sale .series {
    }

    .sale h2 {
    }

    .sale h2 br {
    }

    .sale h3 {
    }

    .sale h5 {
    }

    .sale .x2 .selling_point .selling .point .topLeft {
        padding-left: 0.5rem;
    }

    .sale .selling h2 {
        font-size: 2.25rem;
    }

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

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

    .selling_point h6 {
        font-size: 1.1rem;
    }

    .sale .sec4 .displays {
        padding: 0 8%;
    }

    .sale .sec4 .displays .display {
        margin-bottom: 2%;
    }

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

    .sale .sec10 .ram {
        left: 15%;
    }

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

@media screen and (max-width:976px) and (min-width:801px) {}

@media screen and (max-width:800px) {
    .sale h1 {
        font-size: 3rem;
        line-height: 1;
    }

    .sale .series {
    }

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

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

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

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

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

    .sale p {
        font-size: 1rem;
        margin-bottom: 0;
    }

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

    .sale .x1 .poster .windeos .poster_fise {
        margin-top: 0;
    }

    .sale .x1 .poster .windeos .kv1 {
        width: 30%;
        top: 42%;
        right: 57%;
    }

    .sale .x1 .poster .windeos .kv2 {
        width: 30%;
        top: 45%;
        right: 10%;
    }

    .sale .x1 .poster .windeos .kv3 {
        width: 31%;
        top: 53%;
        right: 33%;
    }

    .sale .x1 .poster .windeos .poster_fise h1 img {
        width: 90px;
    }

    .sale .x1 .poster .windeos .poster_fise .flex2 .img1 {
        width: 18%;
    }

    .sale .x1 .poster .windeos .poster_fise .flex2 .img2 {
        width: 13%;
    }

    .sale .x1 .poster .windeos .poster_fise h3 {
        line-height: 1.2;
        margin-bottom: 2%;
    }

    .sale .x1 .flex {
        display: unset;
    }

    .sale .x3 .box h5 {
        margin-bottom: 0;
    }

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

    .sale .window {
        display: none;
    }

    .sale .app {
        display: block;
    }

    .sale .selling {
        display: none;
    }

    .sale .selling_app {
        display: block;
    }

    .sale .x2, .sale .x2 .selling_point .windeos {
        padding: 0;
    }

    .sale .x1 .poster .windeos .poster_fise {
        position: absolute;
        top: 7%;
        left: 0;
        width: 100%;
        text-align: center;
        height: unset;
        padding-left: 0;
    }

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

    .sale .x1 .poster .windeos .poster_fise .flex2 {
        padding-left: 60%;
    }

    .sale .sec4 {
        padding-bottom: 6%;
    }

    .sale .sec4 .top {
        position: static;
    }

    .sale .sec4 .displays {
        padding: 0 4%;
    }

    .sale .sec4 .displays .display .text p {
        font-size: 14px;
    }

    .sale .sec5 {
        padding: 0;
    }

    .sale .sec5 .tuv {
        left: 64%;
        width: 36%;
    }

    .sale .sec5 .top {
        position: static;
        margin-bottom: -20%;
    }

    .sale .sec6 .top {
        position: static;
        margin-bottom: -20%;
    }

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

    .sale .sec8 .octas {
        left: 16%;
    }

    .sale .sec9 .flex {
        display: block;
    }

    .sale .sec9 .flex .text {
        width: 100%;
    }

    .sale .sec9 .flex .title {
        width: 12%;
    }

    .sale .sec9 .flex .img {
        margin-left: 14%;
    }

    .sale .sec9 {
        padding-top: 8%;
    }

    .sale .sec10 .left-text {
        width: 84%;
        margin-left: 8%;
    }

    .sale .sec10 .ram {
        position: static;
        width: 60%;
        margin-left: 10%;
    }

    .sale .sec11 .flexs {
        position: absolute;
        bottom: 10%;
        right: 5%;
        width: 50%;
    }

    .sale .sec11 .top {
        position: static;
        margin-bottom: -30%;
    }

    .sale .sec11 .expands {
        width: 64%;
    }

    .sale .sec12 {
        padding-top: 4%;
    }

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

    .sale .sec13 .top {
        position: static;
        margin-bottom: -30%;
    }

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

    .sale .sec13 .hours {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        justify-content: flex-start;
    }

    .sale .sec13 .hours .hour {
        width: 33%;
    }

    .sale .sec13 .hours .hour .img {
        width: 15%;
    }

    .sale .sec13 .relative {
        margin-top: 8%;
    }

    .sale .sec14 .top {
        position: static;
        margin-bottom: -20%;
    }

    .sale .sec15 .top {
        position: absolute;
        top: 0;
    }

    .sale .sec17 .p-mini {
        position: static;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 4%;
    }

    .sale .sec19 .thins {
        width: 72%;
    }

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

    .sale .sec20 .top {
        position: static;
        width: 100%;
    }

    .sale .sec20 .top p {
        width: 100%;
    }

    .sale .sec23 .top {
        left: 45%;
        width: 55%;
    }

    .wave * {
        box-shadow: 0 0 8px 4px #c3baed, 0 0 8px 4px #c3baed inset;
    }

    .sale .sec31 .flex {
        width: 90%;
    }
}

@media screen and (max-width:660px) {
    .sale h1 {
    }

    .sale .series {

    }

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

    .sale h4, .sale .h4 {
        font-size: 14px;
    }

    .sale .x1 {
        padding-top: 6%;
    }

    .sale .x1 .poster .windeos .poster_fise {
        top: -2%;
    }

    .sale .x1 .poster .windeos .poster_fise h2 {
        margin-bottom: 2%;
    }

    .sale .sec4 {
        padding-bottom: 10%;
    }

    .sale .sec4 .displays .display .text p {
        font-size: 12px;
        white-space: unset !important;
    }

    .sale .sec19 .thins {
        width: 84%;
    }

    .sale .sec20 .camera .text {
        top: -16%;
    }

    .sale .sec23 .top {
        left: 45%;
        width: 55%;
    }

    .wave * {
        box-shadow: 0 0 6px 3px #c3baed, 0 0 6px 3px #c3baed inset;
    }

    .sale .sec31 .color {
        width: 16px;
        height: 16px;
    }

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

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

    .sale .series {
        border-radius: 4px;
    }

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

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

    .sale h4, .sale .h4 {
    }

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

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

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

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

    .sale .x3 .left-text {
        padding-left: 5%;
    }

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

    .sale .x1 .poster .windeos .poster_fise {
    }

    .sale .x1 .poster .windeos .poster_fise h1 {
        line-height: 1;
    }

    .sale .x1 .poster .windeos .poster_fise h1 img {
        width: 70px;
    }

    .sale .x1 .poster .h2 {
        margin-bottom: 0.2rem;
    }

    .sale .sec4 {
        padding-bottom: 0;
    }

    .sale .sec4 .displays {
        position: static;
    }

    .sale .sec10 .left-text {
        width: 92%;
        margin-left: 4%;
    }

    .sale .sec5 .top h2 {
        font-size: 1.5rem;
    }

    .sale .sec8 .octas {
        left: 6%;
        width: 60%;
    }

    .sale .sec9 {
        padding-top: 15%;
    }

    .sale .sec10 .ram {
        width: 80%;
    }

    .sale .sec11 .expands {
        width: 80%;
    }

    .sale .sec13 .relative {
        margin-top: 15%;
    }

    .sale .sec14 .flex {
        position: static;
        width: 96%;
        margin-left: 2%;
    }

    .sale .sec15 .l5 {
        top: 56%;
    }

    .sale .sec17 img {
        width: 100%;
    }

    .sale .sec23 .top {
        position: static;
        width: 90%;
        margin: auto;
    }

    .wave * {
        box-shadow: 0 0 4px 2px #c3baed, 0 0 4px 2px #c3baed inset;
    }
}


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

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

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

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

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

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

.sale .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 .s17 .video .Close {
    position: absolute;
    right: 15%;
    top: 5%;
    border-radius: 10%;
    padding: 0.2rem 1%;
    border: 2px solid #fff;
    z-index: 10;
}

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

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

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

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

.sale .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 .s17 .video .Discount .VideoItem video {
        width: 130%;
        max-width: unset;
        margin-left: -15%;
    }

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

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