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

.cuteBold {
    font-weight: 700;
}


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

.black {
    color: #000;
}

.white {
    color: #fff;
}

.gray {
    color: #c5c4c4;
}

.gray1 {
    color: #949494;
}

.yellow {
    color: #f6d52f;
}

.gold {
    color: #FDD0B2;
}

.blue {
    color: #458FF1;
}

.green {
    color: #74C090;
}

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

.flex-row {
    flex-direction: row-reverse;
}

.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 .sec2 .flex .sell:hover, .sale-box .sec2 .flex .sell .center:hover {
    transform: translateY(-5px);
}

.sale-box .poster_fise {
    text-align: left;
    position: absolute;
    width: 40%;
    top: 35%;
    left: 12%;
}

.sale-box .poster_fise h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sale-box .poster_fise h2 span {
    font-size: 0.5em;
    border: 4px solid #000;
    border-radius: 8px;
    padding: 0.25% 0;
}

.sale-box .poster_fise h6 {
    margin-top: 2%;
    letter-spacing: 2px;
    font-weight: 600;
}

.sale-box .poster_fise p {
    margin-top: 3%;
    line-height: 1.6;
    white-space: nowrap;
}

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

.sale-box .poster_fise .tuv {
    width: 15%;
    margin-top: 10%;
}

.sale-box .sec {
    position: relative;
    text-align: center;
    padding-bottom: 4%;
}

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

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

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

.sale-box .box h5 {
    font-weight: 500;
}

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

.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 {
    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% 15%;
    background-image: linear-gradient(to bottom, #fff, #E6F0F6);
}

.sale-box .sec2 .sellings .selling-1 {
    width: 35.5%;
}

.sale-box .sec2 .sellings .selling-2 {
    width: 35.6%;
}

.sale-box .sec2 .sellings .selling-3 {
    width: 27.4%;
}

.sale-box .sec2 .sellings .selling .sell {
    margin-bottom: 3%;
}

.sale-box .sec2 .sellings .selling .sell:last-child {
    margin-bottom: 0;
}

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

.sale-box .sec2 .flex .sell p:last-child {
    margin-top: 2%;
}

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

.sale-box .sec2 .flex .sell a {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    background-color: #ccc;
    border-radius: 50%;
    overflow: hidden;
}

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

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

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

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

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

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

.sale-box .sec3 .flex3 {
    position: absolute;
    left: 15%;
    top: 50%;
}

.sale-box .sec3 .flex3 p {
    text-align: left;
    line-height: 1.8;
}

.sale-box .sec3 .flex3 p:last-child {
    color: #666;
    margin-left: -10%;
}

.sale-box .sec3 .flex3 p .line {
    width: 45%;
}

.sale-box .sec3 .flex3 p .up {
    width: 5%;
    margin-left: 2%;
    vertical-align: text-bottom;
}

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

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

.sale-box .sec4 .box h2, .sale-box .sec4 .box .desc {
    margin-right: 0;
    text-align: right;
}

.sale-box .sec5 .gbs .gb {
    width: 10%;
    padding: 1% 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.sale-box .sec5 .gbs .gb:first-child {
    margin-right: 3%;
}

.sale-box .sec5 img {
    width: 60%;
    margin: 1% auto;
}

.sale-box .sec6 .flex {
    width: 70%;
    margin: 1% auto;
}

.sale-box .sec6 .flex .img {
    width: 47%;
    text-align: left;
}

.sale-box .sec6 .flex .img p {
    margin: 5% 0 2%;
}

.sale-box .sec7 .flex {
    margin-bottom: 2%;
}

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

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

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

.sale-box .sec8, .sale-box .sec8 .kid2 {
    padding: 0 15%;
}

.sale-box .sec8 .boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4%;
}

.sale-box .sec8 .boxes .box {
    width: 45%;
    padding-left: 0;
}

.sale-box .sec8 .boxes .box p {
    text-align: right;
    padding-top: 2%;
    padding-left: 40%;
}

.sale-box .sec8 .kid2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2) translateY(100%);
    opacity: 0.5;
}

.sale-box .sec9 .imgs {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

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

.sale-box .sec9 .imgs .apps {
    position: absolute;
    width: 85%;
    left: 7.5%;
    top: 10.6%;
    opacity: 0;
}

.sale-box .sec9 .imgs .img1, .sale-box .sec9 .imgs .img2 {
    position: absolute;
    width: 20%;
    left: -20%;
    top: 0;
    height: 100%;
}

.sale-box .sec9 .imgs .img2 {
    left: unset;
    right: -20%;
}

.sale-box .sec9 .imgs .img1 img, .sale-box .sec9 .imgs .img2 img {
    position: absolute;
}

.sale-box .sec9 .imgs .img1 img:nth-child(1) {
    width: 40%;
    left: 30%;
    top: 10%;
}

.sale-box .sec9 .imgs .img1 img:nth-child(2) {
    width: 40%;
    left: 0%;
    top: 35%;
}

.sale-box .sec9 .imgs .img1 img:nth-child(3) {
    width: 30%;
    left: 60%;
    top: 40%;
}

.sale-box .sec9 .imgs .img1 img:nth-child(4) {
    width: 40%;
    left: -5%;
    top: 55%;
}

.sale-box .sec9 .imgs .img1 img:nth-child(5) {
    width: 20%;
    left: 56%;
    top: 60%;
}

.sale-box .sec9 .imgs .img1 img:nth-child(6) {
    width: 40%;
    left: 18%;
    top: 80%;
}

.sale-box .sec9 .imgs .img1 img:nth-child(7) {
    width: 15%;
    left: 70%;
    top: 75%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(1) {
    width: 40%;
    left: 50%;
    top: 10%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(2) {
    width: 20%;
    left: 10%;
    top: 25%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(3) {
    width: 30%;
    left: 90%;
    top: 30%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(4) {
    width: 30%;
    left: 40%;
    top: 45%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(5) {
    width: 20%;
    left: 10%;
    top: 60%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(6) {
    width: 40%;
    left: 70%;
    top: 60%;
}

.sale-box .sec9 .imgs .img2 img:nth-child(7) {
    width: 20%;
    left: 30%;
    top: 80%;
}

.sale-box .sec10 .img {
    width: 70%;
    margin: 0 auto;
    align-items: flex-end;
    padding-top: 3%;
}

.sale-box .sec10 .img img:nth-child(1) {
    width: 80%;
}

.sale-box .sec10 .img img:nth-child(2) {
    width: 40%;
    margin-left: -20%;
    margin-bottom: 4%;
}

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

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

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

.sale-box .sec11 .img p {
    text-align: left;
}

.sale-box .sec11 .box h2, .sale-box .sec11 .box .desc {
    text-align: right;
    margin-right: 0;
}

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

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

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

.sale-box .sec12 .sec-flex {
    background-color: #fff;
    border-radius: 10px;
}

.sale-box .sec12 .built1, .sale-box .sec12 .built2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2) translateY(100%);
}

.sale-box .sec13 .imgs {
    width: 70%;
    margin: 0 auto;
}

.sale-box .sec13 .imgs .hours {
    padding: 0 8%;
}

.sale-box .sec13 .imgs .hours .hour {
    width: 20%;
}

.sale-box .sec13 .imgs .hours .hour img {
    width: 20%;
    margin: 0 auto 1%;
}

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

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

.sale-box .sec14 .box h2, .sale-box .sec14 .box .desc {
    text-align: right;
    margin-right: 0;
}

.sale-box .sec14 .box img {
    width: 20%;
    margin-left: 80%;
    margin-top: 4%;
}

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

.sale-box .sec15 img:last-child {
    padding: 0 5%;
    margin-top: 2%;
}

.sale-box .sec16 {
    width: 70%;
    margin: 3% auto 0;
}

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

.sale-box .sec16 .sec-flex {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

.sale-box .sec16 .sec-flex .box {
    width: 40%;
    padding: 0 5%;
}

.sale-box .sec16 .built1, .sale-box .sec16 .built2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2) translateY(100%);
}

.sale-box .sec17 .imgs {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.sale-box .sec17 .imgs .music {
    position: absolute;
    width: 5%;
    left: -10%;
    top: -10%;
    animation: music 6s infinite ease-in;
}

.sale-box .sec17 .imgs .music-2 {
    animation-delay: 1.5s;
}

.sale-box .sec17 .imgs .music-3 {
    animation-delay: 3s;
}

.sale-box .sec17 .imgs .music-4 {
    animation-delay: 4.5s;
}

.sale-box .sec17 .imgs .music- {
    position: absolute;
    width: 5%;
    right: -10%;
    top: -10%;
    animation: music- 6s infinite ease-in;
    animation-delay: 1s;
}

.sale-box .sec17 .imgs .music-6 {
    animation-delay: 1.5s;
}

.sale-box .sec17 .imgs .music-7 {
    animation-delay: 3s;
}

.sale-box .sec17 .imgs .music-8 {
    animation-delay: 4.5s;
}

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

.sale-box .sec18 .imgs .img1 {
    width: 80%;
    margin: 0 auto;
}

.sale-box .sec18 .imgs .img2, .sale-box .sec18 .imgs .img3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: scale(0);
    opacity: 0;
}

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

.sale-box .sec20 .imgs, .sale-box .sec21 .imgs {
    width: 70%;
    margin: 0 auto;
}

.sale-box .sec20 .imgs .flex {
    padding: 0 10%;
}

.sale-box .sec20 .imgs .flex .hour {
    width: 20%;
}

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

.sale-box .sec20 .imgs .flex .hour .p-mini {
    margin-top: 2%;
}

.sale-box .sec20 .imgs>.p-mini {
    margin-top: -8%;
}

.sale-box .sec21 .imgs>.p-mini {
    text-align: left;
    margin-top: 1%;
}

.sale-box .sec21 .imgs .flex {
    align-items: stretch;
    margin-top: 4%;
}

.sale-box .sec21 .imgs .flex>div {
    width: 48%;
    text-align: left;
    padding: 5% 3% 2%;
    background-color: #fff;
    border-radius: 10px;
}

.sale-box .sec21 .imgs .flex>div .p-mini {
    margin: 2% 0;
}

.sale-box .sec21 .imgs .flex .pen img {
    margin-top: 20%;
}

.sale-box .sec21 .imgs .flex .key img {
    width: 80%;
    margin: 4% 10% 0 10%;
}

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

.sale-box .sec22 img {
    padding-left: 20%;
    margin-top: -9%;
}

.sale-box .sec23 img {
    margin-left: -5%;
}

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

.sale-box .sec23 .box h2, .sale-box .sec23 .box .desc {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

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

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

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

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

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

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

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

@keyframes music {
    from {
        opacity: 0;
        left: 9%;
        top: 56%;
        transform: scale(0);
    }

    to {
        opacity: 1;
        left: -10%;
        top: -10%;
        transform: none;
    }
}

@keyframes music- {
    from {
        opacity: 0;
        right: 9%;
        top: 56%;
        transform: scale(0);
    }

    to {
        opacity: 1;
        right: -10%;
        top: -10%;
        transform: none;
    }
}

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

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

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

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

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

.wave {
    width: 30%;
    height: 50%;
    position: absolute;
    z-index: -1;
}

.wave1 {
    left: 7%;
    top: 53%;
    transform: rotateX(30deg);
}

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

.wave3 {
    right: 7%;
    top: 53%;
    transform: rotateX(30deg);
}

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

.wave * {
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite ease-in;
    border: 8px solid rgb(112, 172, 255, 0.6);
    box-shadow: 0 0 10px rgb(112, 172, 255, 1) inset;
    box-sizing: content-box;
}

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

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

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

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

@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 .sec3 .flex3 {
        left: 10%;
    }

    .sale-box .sec3 .flex3 p .line {
        width: 38%;
    }

}

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

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

    .sale-box .poster_fise {
        left: 6%;
        top: 30%;
    }

    .sale-box .poster_fise h2 span {
        border-width: 2px;
        border-radius: 5px;
    }

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

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

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

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

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

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

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

    .sale-box .sec3 .flex3 p:last-child {
        margin-left: -15%;
    }

    .sale-box .sec3 .flex3 p .up {
        width: 3%;
    }

    .sale-box .sec4 .box, .sale-box .sec14 .box {
    }

    .sale-box .sec5 img, .sale-box .sec15 img {
        width: 70%;
    }

    .sale-box .sec5 .gbs .gb {
        width: 15%;
        padding: 2% 0;
        margin-top: 3%;
    }

    .sale-box .sec6 .flex, .sale-box .sec10 .img, .sale-box .sec11, .sale-box .sec12, .sale-box .sec13 .imgs, .sale-box .sec16, .sale-box .sec17 .imgs, .sale-box .sec18 .imgs, .sale-box .sec20 .imgs, .sale-box .sec21 .imgs, .sale-box .sec26 img {
        width: 80%;
    }

    .sale-box .sec8, .sale-box .sec8 .kid2 {
        padding: 0 10%;
    }

    .sale-box .sec9 .imgs {
        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: 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 .sec2 .flex .sell a {
        width: 24px;
        height: 24px;
    }

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

    .sale-box .sec3 .flex3 {
        left: 5%;
    }

    .sale-box .sec3 .flex3 p:last-child {
        margin-left: -20%;
    }

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

    .sale-box .sec4 .box, .sale-box .sec14 .box {
        padding-right: 5%;
    }

    .sale-box .sec8 .boxes .box p {
        padding-left: 20%;
    }

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

    .sale-box .sec13 .imgs .hours, .sale-box .sec20 .imgs .flex {
        padding: 0;
    }

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

}

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

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

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

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

    .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 .p, .sale-box .sec2 .p- {
        font-size: 12px;
    }

    .sale-box .poster_fise {
        width: 48%;
        left: 3%;
        transform: scale(0.9);
        transform-origin: left;
    }

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

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

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

    .sale-box .sec3 .flex3 p .line {
        width: 30%;
    }

    .sale-box .sec3 .flex3 p:last-child {
        margin-left: -30%;
    }

    .sale-box .sec8 .boxes .box p {
        padding-left: 10%;
    }

}

@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 .poster_fise {
        text-align: center;
        top: 12%;
        left: 0;
        width: 100%;
        transform: scale(1.2);
        transform-origin: top center;
    }

    .sale-box .poster_fise h2 {
        justify-content: center;
    }

    .sale-box .poster_fise p {
        transform-origin: center;
    }

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

    .sale-box .sec-flex>.img, .sale-box .sec-flex>img, .sale-box .sec-flex>.box {
        width: 90%;
        margin: 1% auto 0;
    }

    .sale-box .sec-flex>.box {
        height: auto;
        text-align: center;
    }

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

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

    .sale-box .sec2 .sellings .selling-1 {
        width: 49.3%;
        margin-bottom: 1.5%;
    }

    .sale-box .sec2 .sellings .selling-2 {
        width: 49.3%;
        margin-bottom: 1.5%;
    }

    .sale-box .sec2 .sellings .selling-3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(1) {
        width: 43%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(2) {
        width: 56%;
        margin-bottom: 1%;
    }

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(3) {
        width: 30%;
        margin-bottom: 0;
    }

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(4) {
        width: 27.5%;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 0;
    }

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(5) {
        width: 40%;
        margin-bottom: 0;
    }

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

    .sale-box .sec3 .top {
    }

    .sale-box .sec3 .flex3 {
        position: static;
        width: 80%;
        margin-left: 25%;
        margin-top: 6%;
    }

    .sale-box .sec3 .flex3 p {
        line-height: 1.5;
    }

    .sale-box .sec4 .box, .sale-box .sec14 .box {
        padding-right: 0;
    }

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

    .sale-box .sec4 .box h2, .sale-box .sec4 .box .desc {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .sale-box .sec4 img {
        width: 100%;
        padding-right: 5%;
    }

    .sale-box .sec5 .gbs .gb {
        width: 22%;
        padding: 3% 0;
    }

    .sale-box .sec5 img, .sale-box .sec15 img {
        width: 80%;
    }

    .sale-box .sec6 .flex, .sale-box .sec10 .img, .sale-box .sec11, .sale-box .sec12, .sale-box .sec13 .imgs, .sale-box .sec16, .sale-box .sec17 .imgs, .sale-box .sec18 .imgs, .sale-box .sec20 .imgs, .sale-box .sec21 .imgs, .sale-box .sec26 img, .sale-box .sec19 img, .sale-box .sec25 img {
        width: 90%;
    }

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

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

    .sale-box .sec8 .boxes {
        display: block;
    }

    .sale-box .sec8 .boxes .box {
        width: 100%;
    }

    .sale-box .sec8 .boxes .box:last-child {
        padding-top: 0;
    }

    .sale-box .sec8 .boxes .box:last-child p {
        text-align: center;
        padding-left: 0;
    }

    .sale-box .sec8 .kid2 {
        position: static;
        transform: none;
        opacity: 1;
    }

    .sale-box .sec9 .imgs {
        width: 70%;
        margin-top: 45%;
    }

    .sale-box .sec9 .imgs .img1, .sale-box .sec9 .imgs .img2 {
        width: 30%;
        top: -100%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(1) {
        left: 100%;
        top: 20%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(2) {
        left: 120%;
        top: 48%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(3) {
        left: 210%;
        top: 57%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(4) {
        left: 175%;
        top: 32%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(5) {
        left: 150%;
        top: 75%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(6) {
        width: 20%;
        left: 200%;
        top: 80%;
    }

    .sale-box .sec9 .imgs .img1 img:nth-child(7) {
        left: 170%;
        top: 90%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(1) {
        left: -30%;
        top: 10%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(2) {
        left: -50%;
        top: 85%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(3) {
        left: -90%;
        top: 30%;
        width: 40%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(4) {
        left: -40%;
        top: 45%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(5) {
        left: -75%;
        top: 60%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(6) {
        width: 28%;
        left: -10%;
        top: 65%;
    }

    .sale-box .sec9 .imgs .img2 img:nth-child(7) {
        left: -100%;
        top: 80%;
    }

    .sale-box .sec11 .box h2, .sale-box .sec11 .box .desc, .sale-box .sec14 .box h2, .sale-box .sec14 .box .desc {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-left: 0;
    }

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

    .sale-box .sec11 .img p {
        text-align: center;
    }

    .sale-box .sec12 .sec-flex {
        padding: 10% 0 5%;
    }

    .sale-box .sec13 .imgs .hours .hour img {
        width: 30%;
        margin-bottom: 3%;
    }

    .sale-box .sec14 .box img {
        margin-left: auto;
        margin-right: auto;
    }

    .sale-box .sec16 .sec-flex {
        padding: 5% 0;
    }

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

    .sale-box .sec22 img {
        padding-left: 10%;
        margin-top: -5%;
    }

    .sale-box .sec23 .box h2, .sale-box .sec23 .box .desc {
        width: 100%;
        max-width: unset;
        text-align: center;
    }

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

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

    .sale-box .poster_fise {
        transform: none;
    }

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

    .sale-box .sec3 .flex3 {
        margin-left: 20%;
    }

    .sale-box .sec4 img {
        padding-right: 0;
    }

}

@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: 12px;
    }

    .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 .poster_fise {
        transform: none;
        top: 10%;
    }

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

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

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

    .sale-box .box h5 {
        margin-top: 2%;
    }

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

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

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

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(3) .text h5 {
        font-size: 14px;
    }

    .sale-box .sec2 .sellings .selling-3 .sell:nth-child(5) .text h6 {
        font-size: 12px;
    }

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

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

    .sale-box .sec3 .flex3 {
        margin-top: 4%;
        margin-left: 10%;
    }

    .sale-box .sec3 .flex3 p {
        line-height: 1.3;
    }

    .sale-box .sec3 .flex3 p .line {
        width: 72%;
    }

    .sale-box .sec3 .flex3 p:last-child {
        margin-left: 2%;
    }

    .sale-box .sec5 .gbs .gb {
        width: 36%;
        padding: 5% 0;
    }

    .sale-box .sec5 img, .sale-box .sec15 img {
        width: 90%;
    }

    .sale-box .sec6 .flex, .sale-box .sec10 .img, .sale-box .sec11, .sale-box .sec12, .sale-box .sec13 .imgs, .sale-box .sec16, .sale-box .sec17 .imgs, .sale-box .sec18 .imgs, .sale-box .sec20 .imgs, .sale-box .sec21 .imgs, .sale-box .sec26 img, .sale-box .sec19 img, .sale-box .sec25 img {
        width: 96%;
    }

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

    .sale-box .sec13 .imgs .hours, .sale-box .sec20 .imgs .flex {
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sale-box .sec13 .imgs .hours .hour, .sale-box .sec20 .imgs .flex .hour {
        width: 26%;
        margin-bottom: 2%;
    }

    .sale-box .sec16 .sec-flex {
        padding: 8% 0;
    }

    .sale-box .sec16 .sec-flex .box {
        margin-bottom: 3%;
    }

    .sale-box .sec21 .imgs .flex {
        display: block;
    }

    .sale-box .sec21 .imgs .flex>div {
        width: 100%;
        margin-bottom: 3%;
        padding-left: 6%;
        padding-right: 6%;
    }

    .sale-box .sec21 .imgs .flex .pen img {
        margin-top: 5%;
    }
}
@media screen and (max-width:800px) {
    .sale-box .sec24 {
        padding-right: 5%;
    }
}