.cd23se-r-container {
    font-weight: 500;
    line-height: 1.6;
    background-color: #fff;
}

.cd23se-r-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cd23se-r-container picture {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
}

.cd23se-r-container sup {
    font-size: 0.6em;
    cursor: pointer;
}

.cd23se-r-container svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

.cd23se-r-container a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.cd23se-r-container ul,
.cd23se-r-container ol {
    list-style: none;
    list-style-image: none;
}

.cd23se-r-container .nr {
    display: inline-block;
    white-space: nowrap;
}

.cd23se-r-container button {
    border: 0;
    font-size: 0;
    line-height: 0;
}

.cd23se-r-container img {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.cd23se-r-container video {
    width: 100%;
    height: auto;
    border: 0;
    display: block;
    object-fit: cover;
}

.cd23se-r-container .blur-up {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: -webkit-filter 400ms;
    transition: -webkit-filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms;
    -moz-transition: filter 400ms;
}

.cd23se-r-container .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.cd23se-r-container .show-mob {
    display: none;
}

.cd23se-r-container .show-mob-inline {
    display: none;
}

.cd23se-r-container br.show-mob {
    line-height: 0;
}

.cd23se-r-container .show-pc {
    display: block;
}

.cd23se-r-container .show-pc-inline {
    display: inline-block;
}

.cd23se-r-container .is-ucwx {
    display: none;
}

.cd23se-r-container br {
    line-height: 0;
}

.cd23se-r-container .sub-title {
    color: #000000;
    font-size: 3.33333333vw;
    font-weight: 700;
    line-height: 1.25;
}

.cd23se-r-container .desc {
    color: #6d6f72;
    font-size: 1.25vw;
    line-height: 1.6;
    font-weight: 500;
}

.cd23se-r-container .pt-32 {
    padding-top: 1.66666667vw;
}

.cd23se-r-container .pt-64 {
    padding-top: 3.33333333vw;
}

.cd23se-r-container .pt-200 {
    padding-top: 10.41666667vw;
}

.cd23se-r-container .white-color {
    color: #fff;
}


/* mob */
@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-container .show-mob {
        display: block;
    }

    .cd23se-r-container .show-mob-inline {
        display: inline-block;
    }

    .cd23se-r-container .show-pc {
        display: none;
    }

    .cd23se-r-container .show-pc-inline {
        display: inline-block;
    }

    .cd23se-r-container .sub-title {
        font-size: 8.888889vw;
    }

    .cd23se-r-container .desc {
        font-size: 4.444444vw;
    }

    .cd23se-r-container .pt-32 {
        padding-top: 4.444444444vw;
    }

    .cd23se-r-container .pt-64 {
        padding-top: 8.888888889vw;
    }

    .cd23se-r-container .pt-64-mo {
        padding-top: 8.888888889vw;
    }

    .cd23se-r-container .pt-200 {
        padding-top: 27.777777778vw;
    }

    .cd23se-r-container .text-plate {
        width: 83.33333333vw;
    }
}



/* s1 */
.cd23se-r-container .cd23se-r-s1 {
    height: 46.875vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.cd23se-r-s1 .kv-title {
    width: 31.71875vw;
    margin: 0 7.5vw 0 13.48958333vw;
}

.cd23se-r-s1 .kv-img {
    width: 42.08333333vw;
}

.cd23se-r-s1 .s1-content {
    display: flex;
    align-items: center;
}

.cd23se-r-s1 .nearlink-icon {
    width: 13.17708333vw;
    position: absolute;
    bottom: 3.33333333vw;
    right: 3.33333333vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-container .cd23se-r-s1 {
        height: auto;
        padding-bottom: 19.44444444vw;
        overflow: hidden;
    }

    .cd23se-r-s1 .kv-title {
        width: 71.38888889vw;
        margin: 27.77777778vw auto 22.22222222vw auto;
    }

    .cd23se-r-s1 .kv-title img {
        height: 7.777777777vw;
    }

    .cd23se-r-s1 .kv-img {
        width: 86.11111111vw;
        position: relative;
        left: 2.777777777vw;
    }

    .cd23se-r-s1 .s1-content {
        align-items: flex-end;
        flex-direction: column;
    }

    .cd23se-r-s1 .nearlink-icon {
        width: 35.13888889vw;
        position: unset;
        margin: 1.38888889vw 6.66666667vw 6.66666667vw auto;
    }
}

/* s2 */

.cd23se-r-container .cd23se-r-s2 {
    position: relative;
    background: #f5f5f5;
}

.cd23se-r-s2 .text-plate {
    position: absolute;
    z-index: 10;
    top: 11.97916667vw;
    left: 61.45833333vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-s2 .text-plate {
        transform: translateX(0);
        position: unset;
        top: 0;
        padding-top: 19.444444444vw;
        margin: 0 auto;
    }
}

/* s3 */
.cd23se-r-s3 .text-plate {
    width: 79.16666667vw;
    margin: 0 auto;
    text-align: center;
}

.cd23se-r-s3 .img-plate {
    width: 79.16666667vw;
    margin: 0 auto;
}

.cd23se-r-s3 .nearlink-icon {
    width: 13.17708333vw;
    margin: 0 auto;
}

.cd23se-r-s3 .remark {
    width: 79.16666667vw;
    margin: 0.83333333vw auto 0;
    color: #6d6f72;
    font-size: 0.83333333vw;
    font-weight: 500;
}

@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-s3 .text-plate {
        width: 83.3333333vw;
        text-align: left;
    }

    .cd23se-r-s3 .img-plate {
        width: 100%;
    }

    .cd23se-r-s3 .nearlink-icon {
        width: 35.13888889vw;
        margin: 0;
    }

    .cd23se-r-s3 .remark {
        width: 83.33333333vw;
        font-size: 3.33333333vw;
        margin: 2.22222222vw auto 0;
    }
}

/* s4 */
.cd23se-r-s4 .s4-content {
    display: flex;
}

.cd23se-r-s4 .img-plate {
    width: 45.78125vw;
}

.cd23se-r-s4 .img-plate img,
.cd23se-r-s4 .img-plate picture {
    height: 31.30208333vw;
}

.cd23se-r-s4 .text-plate {
    width: 30vw;
    margin: 9.63541667vw auto 0 13.80208333vw;
}

.cd23se-r-s4 .text-plate .desc {
    width: 28.33333333vw;
}

.cd23se-r-s4 .remark {
    width: 34.6875vw;
    color: #6d6f72;
    font-size: 0.83333333vw;
    font-weight: 500;
    margin: 0.83333333vw auto 0 3.33333333vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-s4 .s4-content {
        width: 100%;
        flex-direction: column-reverse;
    }

    .cd23se-r-s4 .img-plate {
        width: 81.66666667vw;
    }

    .cd23se-r-s4 .img-plate img,
    .cd23se-r-s4 .img-plate picture {
        height: 53.055555556vw;
    }

    .cd23se-r-s4 .text-plate {
        width: 83.33333333vw;
        margin: 0 auto;
    }

    .cd23se-r-s4 .text-plate .desc {
        width: 85.27777777vw;
    }

    .cd23se-r-s4 .remark {
        width: 83.33333333vw;
        font-size: 3.33333333vw;
        margin: 2.22222222vw auto 0 8.33333333vw;
    }
}

/* s5 */
.cd23se-r-s5 .s5-content {
    display: flex;
}

.cd23se-r-s5 .img-plate {
    width: 45.41666667vw;
}

.cd23se-r-s5 .text-plate {
    width: 30vw;
    margin: auto 3.75vw auto 10.41666667vw;
}

.cd23se-r-s5 .text-plate .desc {
    width: 27.55208333vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-s5 .s5-content {
        width: 100%;
        flex-direction: column;
    }

    .cd23se-r-s5 .img-plate {
        width: 91.66666667vw;
    }

    .cd23se-r-s5 .text-plate {
        width: 83.33333333vw;
        margin: 0 auto;
    }

    .cd23se-r-s5 .text-plate .desc {
        width: 100%;
    }
}

/* footer start */
.cd23se-r-container .footer-list {
    width: 79.16666667vw;
    margin: 0 auto;
    padding: 10.41666667vw 0;
}

.cd23se-r-container .footer-list ol {
    padding-left: 1.3em;
    list-style-type: decimal;
}

.cd23se-r-container .footer-list ol a {
    color: #2997FF;
    word-break: break-word;
}

.cd23se-r-container .footer-list li {
    list-style-type: decimal;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.cd23se-r-container .footer-list li.active {
    color: #000;
}

.cd23se-r-container .footer-list li.price {
    position: relative;
    list-style-type: none;
}

.cd23se-r-container .footer-list li.price::before {
    content: "*";
    position: absolute;
    top: 0;
    padding-right: 0.15625vw;
    transform: translateX(-100%);
}

@media screen and (min-width: 1920px) {
    .cd23se-r-container .footer-list li {
        font-size: 0.625vw;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .cd23se-r-container .footer-list {
        width: 83.333333333vw;
        padding: 27.77777777vw 0;
    }

    .cd23se-r-container .footer-list ol {
        padding-left: 4.277778vw
    }

    .cd23se-r-container .footer-list li {
        font-size: 3.33333333vw;
    }

    .cd23se-r-container .footer-list li.price::before {
        padding-right: 1.111111vw;
    }

}

/* footer end */


/* price */
.cd23se-r-container .s1-price {
    position: relative;
    z-index: 100;
    text-align: center;
    margin: 2.5vw auto 0 auto;
}

.cd23se-r-container .s1-price .pricing {
    font-size: 1.458333vw;
    font-weight: 400;
    line-height: 1.25;
    color: #000;
}

.cd23se-r-container .s1-price .pricing span {
    font-size: 0.677083vw;
}

.cd23se-r-container .s1-price .pricing a {
    color: #000;
    font-size: inherit;
    text-decoration: none;
}

.cd23se-r-container .s1-price .buy-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.3s ease-out;
    color: #fff;
    border: 2px solid #000;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #000;
}

@media (hover: hover) and (pointer: fine) {
    .cd23se-r-container .s1-price .buy-btn:hover {
        opacity: 0.8;
    }
}

@media (max-aspect-ratio: 11/10) {
    .cd23se-r-container .s1-price {
        margin-top: 3.333333333vw;
    }

    .cd23se-r-container .s1-price .pricing {
        font-size: 5.555556vw;
    }

    .cd23se-r-container .s1-price .pricing span {
        font-size: 3.6111111vw;
    }

}