.product-banner {
    height: 40rem;
}

.banner-container {
    height: 40rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.banner-desc-cont {
    height: auto;
    position: absolute;
    left: 24rem;
    top: 17.1rem;
    z-index: 100;
}

.banner-img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
}

.banner-title h1 {
    font-family: "SourceHanSansCN-Medium";
    font-size: 6rem;
    line-height: 9rem;
    color: #1D2129;
}

.banner-title p {
    font-family: "SourceHanSansCN-Medium";
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-top: 1.6rem;
    color: #4E5969;
}

.scene-container {
    padding: 3.2rem 24rem 9.6rem 24rem;
    background-color: #F7F8FA;
}

.breadcrumb {
    margin-bottom: 1.2rem;
}

.breadcrumb a {
    display: inline-block;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #86909C;
    position: relative;
    margin-right: 2.4rem;
}

.breadcrumb a:hover {
    font-family: "SourceHanSansCN-Medium";
    font-size: 1.4rem;
    color: #1D2129;
    transition: all 0.3s;
    text-decoration: underline;
}

.breadcrumb a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.8rem;
    right: -2rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url('../../../images/product/arrow.png') no-repeat center center;
    background-size: 100% 100%;
}

.breadcrumb a:last-child::after {
    content: none;
}

.breadcrumb a:last-child {
    font-family: "SourceHanSansCN-Medium";
    color: #1D2129;
}

.breadcrumb a:last-child:hover{
    text-decoration: none;
}

.section-container {
    padding: 2rem;
    background-color: #fff;
    border-radius: 2.4rem;
    margin-top: 2rem;
}

.article-title {
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: center;
    font-family: "SourceHanSansCN-Bold";
    color: #323233;
    margin-bottom: 5rem;
}

.split-line {
    margin: 4rem 0;
}

.sub-title h3 {
    color: #1D2129;
    font-family: "SourceHanSansCN-Bold";
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.sub-title p {
    color: #86909C;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.content-split-line {
    margin: 0.9rem 0 1.5rem 0;
    position: relative;
    overflow: visible;
    opacity: 1;
    border-color: #E5E6EB;
}

.content-split-line::before {
    content: "";
    position: absolute;
    width: 9.5rem;
    height: 0.4rem;
    bottom: 0;
    left: 0;
    background-color: #DD0515;
}

.mce-container {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #1D2129;
}

.mce-container h2,
.mce-container h3,
.mce-container h4 {
    color: var(--red-primary-current);
    font-weight: normal;
    margin-bottom: 3.4rem;
}

.mce-container img {
    max-width: 100%;
    object-fit: contain;
}

.mce-container a {
    color: #0066cc;
}

.mce-container ol, .mce-container ul {
    padding-left: 2rem;
}

.mce-container ul li {
    list-style-type: disc;
}

.mce-container ol li {
    list-style-type: decimal;
}

.mce-container p strong {
    font-weight: bold;
    line-height: 1.8;
}

/* ipad端适配 */
@media screen and (max-width: 1280px) {
    .banner-desc-cont {
        width: auto;
        left: 12rem
    }
    .scene-container{
        padding: 3.2rem 12rem 9.6rem 12rem
    }
}

@media screen and (max-width: 687px) {
    .product-banner {
        height: 10rem !important;
    }

    .banner-container {
        height: 10rem !important;
    }

    .banner-desc-cont {
        width: auto;
        height: auto;
        left: 1rem;
        top: 5.1rem;
    }

    .banner-img {
        width: 100%;
        height: 10rem;
        object-fit: cover;
    }

    .banner-title h1 {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .banner-title p {
        font-size: 0.5rem;
        line-height: 1rem;
        margin-top: 0.8rem;
    }

    .breadcrumb {
        margin-top: 0rem;
    }

    .breadcrumb a {
        font-size: 0.55rem;
        line-height: 1rem;
        margin-right: 1.2rem;
    }

    .breadcrumb a::after {
        margin-top: -0.4rem;
        right: -1rem;
        width: 0.8rem;
        height: 0.8rem;
    }

    .breadcrumb a:hover {
        font-size: 0.55rem;
        color: #1D2129;
    }

    .scene-container {
        padding: 1rem 1rem 2rem 1rem !important;
    }

    .section-container {
        padding: 1rem;
        border-radius: 0.8rem;
        margin-top: 1rem;
    }

    .article-title {
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-bottom: 1rem;
    }

    .sub-title h3 {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }

    .sub-title p {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .content-split-line {
        margin: 0.5rem 0 1rem 0;
    }

    .content-split-line::before {
        width: 5.5rem;
        height: 0.15rem;
    }

    .mce-container {
        font-size: 0.6rem;
        line-height: 1rem;
    }
    .mce-container ol, .mce-container ul {
        padding-left: 1rem;
    }

    .mce-container h2,
    .mce-container h3,
    .mce-container h4 {
        color: var(--red-primary-current);
        font-weight: normal;
        margin-bottom: 1rem;
    }

}