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


.DINProBold {
    font-weight: 700;
}

.DINProThin {
    font-weight: 400;
}

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

.sale-box .bold {
    font-weight: 700;
}

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

.sale-box img {
    width: 100%;
    vertical-align: top;
    max-width: unset;
    box-sizing: border-box;
}

.sale-box div {
    box-sizing: border-box;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.gray {
    color: #c5c4c4;
}

.gray1 {
    color: #949494;
}

.yellow {
    color: #f6d52f;
}

.gold {
    color: #FDD0B2;
}

.blue {
    color: #2C8AFF;
}

.green {
    color: #74C090;
}

.linear, .linear1, .linear2 {
    width: fit-content !important;
    margin: auto;
    color: transparent;
    background-image: linear-gradient(to right, #FBCFB1, #4678FE);
    -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);
}

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

.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: #000;
    color: #fff;
}

.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 .sec11 .flex .bat:hover, .sale-box .sec12 .box .tuv:hover, .sale-box .sec20 .flex .key:hover {
    transform: translateY(-5px);
}

.sale-box .sec1 {
    padding: 5% 5%;
}

.sale-box .poster_fise {
    text-align: center;
    width: 100%;
    z-index: 1;
}

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

.sale-box .poster_fise h2 .pro {
    font-size: 0.6em;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0 0.5%;
}

.sale-box .poster_fise p {
    margin-top: 2%;
    line-height: 1.6;
}

.sale-box .poster_fise .p2 {
    display: none;
}

.sale-box .sec1 .tuvs {
    position: absolute;
    bottom: 20%;
    left: 80%;
    width: 20%;
    text-align: left;
}

.sale-box .sec1 .tuvs .tuv {
    width: 38%;
}

.sale-box .sec1 .tuvs .hi {
    width: 18%;
    margin-left: 2%;
}

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

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

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

.sale-box .box h3, .sale-box .box h6 {
}

.sale-box .box .desc {
    text-align: center;
    width: 50%;
    margin: 1.5% auto 2%;
    line-height: 1.4;
    color: #fff;
}

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

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

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

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

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

.sale-box .sec-flex>img, .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 .sec2 {
    padding: 6% 10%;
    background-color: #1A1A1A;
}

.sale-box .sec2 .sellings .selling1, .sale-box .sec2 .sellings .selling2 {
    margin-bottom: 0.5%;
}

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

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

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

.sale-box .sec2 .sellings .selling1>div>div {
    margin-bottom: 2%;
}

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

.sale-box .sec2 .sellings .selling1 .selling1-3 .flex {
    margin-bottom: 1.3%;
}

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

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

.sale-box .sec2 .flex .sell .text {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    text-align: center;
}

.sale-box .sec2 .flex .sell .text- {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    top: 0 !important;
    height: 100%;
    padding: 4%;
    text-align: left;
}

.sale-box .sec2 .flex .sell .textLeft {
    padding-left: 8%;
    text-align: left;
}

.sale-box .sec2 .flex .sell .textRight {
    padding-right: 8%;
    text-align: right;
}

.sale-box .sec2 .flex .sell .center {
    padding-left: 0;
    top: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sale-box .sec2 .flex .sell .bottom {
    top: unset !important;
    bottom: 4%;
    padding-left: 0;
}

.sale-box .sec2 .flex .sell .text .hi {
    width: 10%;
    margin-top: 5%;
}

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

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

.sale-box .sec3 .img .flex2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4%;
    padding: 0 20%;
}

.sale-box .sec3 .img .flex2 .inch {
    width: 25%;
    text-align: center;
}

.sale-box .sec4 .box {
    width: 70%;
    top: 50%;
}

.sale-box .sec5 .box {
    width: 50%;
    left: 50%;
    top: 15%;
}

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

.sale-box .sec6 {
    padding-top: 10%;
}

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

.sale-box .sec6 .box {
    width: 50%;
}

.sale-box .sec6 .box .flex3 img {
    width: 25%;
    margin-right: 3%;
    margin-top: 3%;
}

.sale-box .sec7 {
    padding-left: 10%;
    overflow: hidden;
}

.sale-box .sec7 .img {
    width: 40%;
    margin-right: -10%;
    position: relative;
    transform: scale(1.5);
    transform-origin: center;
}

.sale-box .sec7 .img .apps {
    width: 120%;
    position: absolute;
    top: -10%;
    left: -10%;
    animation: rotate 20s infinite;
    animation-timing-function: linear;
}

.sale-box .sec7 .img .apps:hover {
    animation-play-state: paused;
}

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

.sale-box .sec9 .box {
    width: 80%;
    top: 10%;
}

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

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

.sale-box .sec11 .box {
    left: 56%;
    padding-left: 0;
    top: 6%;
    width: 44%;
}

.sale-box .sec11 .box .flex3 {
    align-items: flex-start;
    margin-bottom: 10%;
    margin-top: 6%;
}

.sale-box .sec11 .box .flex3 .ips {
    margin-right: 4%;
}

.sale-box .sec12, .sale-box .sec14, .sale-box .sec18 {
    padding-left: 10%;
}

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

.sale-box .sec14 .box .flex3 {
    margin-top: 3%;
}

.sale-box .sec14 .box .flex3 .octa {
    margin-right: 6%;
}

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

.sale-box .sec14 img, .sale-box .sec18 img {
    width: 60%;
}

.sale-box .sec14 .box .flex3 .light {
    margin-right: 6%;
    text-align: left;
}

.sale-box .sec15 .box {
    top: 6%;
}

.sale-box .sec15 .img {
    width: 34%;
    position: absolute;
    left: 21%;
    top: 14%;
}

.sale-box .sec15 .img2 {
    width: 29%;
    position: absolute;
    left: 44%;
    top: 31%;
}

.sale-box .sec15 .img3 {
    width: 26%;
    position: absolute;
    left: 65%;
    top: 40%;
}

.sale-box .sec15 .img p {
    position: absolute;
    text-align: left;
    left: 10%;
    bottom: 0;
}

.sale-box .sec15 .img2 p {
    left: 20%;
}

.sale-box .sec15 .img3 p {
    left: 16%;
}

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

.sale-box .sec17 .box {
    left: 50%;
    top: 30%;
    width: 50%;
}

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

.sale-box .sec18, .sale-box .sec19 {
    padding-top: 0;
    padding-bottom: 0;
}

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

.sale-box .sec19 .box {
    top: 0;
    padding-bottom: 0;
}

.sale-box .sec19 .box .p-mini:last-child {
    margin-top: 18%;
}

.sale-box .sec20 .box {
    left: 0;
    top: 0%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sale-box .sec20 .box .desc {
    width: 40%;
}

.sale-box .sec20 .box .p-mini:last-child {
    margin-top: 8%;
    margin-bottom: 0;
}

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

.sale-box .sec21 .box .tou {
    margin-top: 15%;
}

.sale-box .sec21 .box .p-mini {
    width: 50%;
}


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

.sale-box .sec22 {
    margin-bottom: 10%;
}

.sale-box .sec22 .imgs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 10%;
}

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

.sale-box .sec22 .imgs p {
    width: 40%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
}

.sale-box .sec23 .box {
    top: 20%;
    left: 70%;
    width: 30%;
    padding-left: 0;
}

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

.sale-box .sec24 {
    background-color: #1A1A1A;
    padding-bottom: 5%;
}

.sale-box .sec24 table {
    width: 80%;
    margin: 0 auto 5%;
    border-spacing: 0;
    margin-bottom: 0;
}

.sale-box .sec24 table tbody tr:nth-child(2n+1) {
    background-color: #000000;
}

.sale-box .sec24 table tbody tr:nth-child(2n), .sale-box .sec24 table tbody tr:nth-child(1) {
    background-color: #1A1A1A;
}

.sale-box .sec24 table tbody tr td {
    text-align: left;
    padding: 1% 0;
    width: 25%;
    color: #fff;
    font-weight: 400;
}

.sale-box .sec24 table tbody tr td:nth-child(1) {
    padding-left: 5%;
}

.sale-box .sec24 table tbody tr td img {
    width: unset;
    height: 120px;
}

.sale-box .sec24 table tbody tr td .plus-img {
    transform: scale(1.2);
    transform-origin: left bottom;
}

@keyframes rotate {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0);
    }
}

@keyframes trans {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes trans- {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes mask {
    from {
        opacity: 1;
        transform: 0;
    }

    to {
        transform: scale(5);
    }
}

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

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

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

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

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

.wave {
    width: 56%;
    height: 84%;
    position: absolute;
    z-index: -1;
}

.wave1 {
    left: -27.5%;
    top: 5%;
}

.wave2 {
    left: 9.5%;
    top: 0;
    height: 100%;
}

.wave3 {
    right: -26.5%;
    top: 5%;
}

.wave4 {
    right: 9.5%;
    top: -10%;
    height: 100%;
}

.wave * {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgb(182, 170, 236, 0.6));
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    border: 12px solid rgb(182, 170, 236, 0.6);
    box-shadow: 0 0 10px rgb(182, 170, 236, 1) inset;
    box-sizing: content-box;
}

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

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

    .sale-box .poster_fise {
        left: 10%;
    }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media screen and (max-width:1680px) {
    .sale-box .h2 {
        font-style: 3.5rem;
    }

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

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

    .sale-box .sec2 .flex .sell .text {
        top: 30px;
    }

}

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

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

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

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

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

    .sale-box .sec2 .flex .sell .text {
        top: 20px;
    }

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

    .sale-box .left-text {
    }

    .sale-box .sec-flex {
    }

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

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

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

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

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

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

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

    .sale-box .sec1 .tuvs {
        bottom: 16%;
        left: 83%;
    }

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

    .sale-box .sec19 img, .sale-box .sec20 img {
        width: 110%;
        margin-left: -10%;
    }

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

    .sale-box .sec24 table tbody tr td {
        font-size: 14px;
    }

    .sale-box .sec24 table tbody tr td img {
        height: 100px;
    }

}

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

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

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

    .sale-box .sec2 .flex .sell .text {
        top: 10px;
    }

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

    .sale-box .sec19 .box .p-mini:last-child {
        margin-top: 12%;
    }
}

@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 .h3 {
        font-size: 1.5rem;
    }

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

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

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

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

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

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

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

    .sale-box .sec11 .box .flex3 {
        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 {
    }

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

    .sale-box h2 {
        font-size: 2.8rem;
        line-height: 1.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 .desc {
        width: 80%;
    }

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

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

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

    .sale-box .sec1 {
        display: block;
        padding: 0;
        padding-top: 10%;
        padding-bottom: 8%;
    }

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

    .sale-box .sec1 .tuvs {
        bottom: 10%;
    }

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

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

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

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

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

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

    .sale-box .sec3 .img .flex2 {
        padding: 0 10%;
    }

    .sale-box .sec4 .box, .sale-box .sec5 .box, .sale-box .sec9 .box, .sale-box .sec11 .box, .sale-box .sec17 .box, .sale-box .sec20 .box, .sale-box .sec23 .box {
        width: 100%;
        position: static;
        padding: 8% 0 2%;
    }

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

    .sale-box .sec6 .flex3, .sale-box .sec11 .box .flex3, .sale-box .sec14 .box .flex3 {
        justify-content: center;
    }

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

    .sale-box .sec7, .sale-box .sec12, .sale-box .sec14, .sale-box .sec18, .sale-box .sec22 .imgs {
        padding-left: 0;
    }

    .sale-box .sec7 .img {
        width: 60%;
        margin: 10% auto;
        transform: none;
    }

    .sale-box .sec8 .box {
        z-index: 1;
        position: relative;
    }

    .sale-box .sec8 img {
        width: 80%;
        margin: -6% auto 0;
    }

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

    .sale-box .sec10 img, .sale-box .sec12 img, .sale-box .sec16 img, .sale-box .sec22 .imgs {
        width: 80%;
        margin: 0 auto;
    }

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

    .sale-box .sec11 .box .flex3 {
        margin-bottom: 4%;
    }

    .sale-box .sec11 .box>.p-mini {
        opacity: 0.8;
    }

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

    .sale-box .sec15 .img1 {
        width: 42%;
        left: 8%;
        top: 22%;
    }

    .sale-box .sec15 .img2 {
        width: 40%;
        left: 33%;
        top: 54%;
    }

    .sale-box .sec15 .img3 {
        width: 40%;
        left: 58%;
        top: 26%;
    }

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

    .sale-box .sec19 .box .p-mini:last-child {
        margin-top: 6%;
        opacity: 0.8;
    }

    .sale-box .sec20 .box {
        height: auto;
        display: block;
    }

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

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

    .sale-box .sec21 .box .tou {
        margin-top: 8%;
    }

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

    .sale-box .sec22 {
        margin-bottom: 0;
    }

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

    .sale-box .sec22 .imgs img, .sale-box .sec22 .imgs p {
        width: 100%;
        margin-bottom: 2%;
    }

    .sale-box .sec23 img {
        width: 120%;
        margin-left: 0;
    }

    .sale-box .sec24 table {
        width: 90%;
    }

    .sale-box .sec24 table tbody tr td {
        font-size: 12px;
    }

    .sale-box .sec24 table tbody tr td:nth-child(1) {
        width: 20%;
    }

    .sale-box .sec24 table tbody tr td img {
        height: 80px;
    }

}

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

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

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

@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 {
        font-size: 14px;
    }

    .sale-box .h6 {
    }

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

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

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

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

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

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

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

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

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

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

    .sale-box .poster_fise .p1 {
        display: none;
    }

    .sale-box .poster_fise .p2 {
        display: block;
        transform: scale(0.9);
        transform-origin: center;
    }

    .sale-box .poster_fise h2 .pro {
        border-width: 1px;
        border-radius: 3px;
    }

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

    .sale-box .sec3 {
        padding-top: 16%;
        padding-bottom: 4%;
    }

    .sale-box .sec3 img {
        width: 150%;
        margin-left: -25%;
    }

    .sale-box .sec3 .img .flex2 {
        padding: 0 5%;
        align-items: flex-start;
    }

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

    .sale-box .sec6>img, .sale-box .sec10 img, .sale-box .sec12 img, .sale-box .sec16 img, .sale-box .sec22 .imgs {
        width: 90%;
    }

    .sale-box .sec11 .box .flex3 .ips {
        margin-right: 2%;
    }

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

    .sale-box .sec15 .img1 {
        width: 50%;
        left: 3%;
    }

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

    .sale-box .sec24 table tbody tr td {
        transform: scale(0.9);
        transform-origin: left;
    }

    .sale-box .sec24 table tbody tr td img {
        height: 60px;
    }

    .sale-box .sec24 table tbody tr td:nth-child(1) {
        padding-left: 3%;
    }
}