#section6 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 25.55rem;
}

.text3 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
}

.text3 .title {
    font-size: 0.375rem;
    font-weight: bold;
    margin-top: 0.8125rem;
}


.text3 .subtitle {
    color: #555555;
    font-weight: bold;
    font-size: 0.225rem;
    margin-top: 0.1875rem;
}

.bg5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25.55rem;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease;
    background-image: url('/images/product images/图层 623@2x.png');
    opacity: 1;
    z-index: 1;
}

.content5 {
    background-image: url('/images/product images/矩形 568@2x.png');
    height: 9.075rem;
    width: 23.6125rem;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-large5 {
    margin-top: 0.8125rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.text-small5 {
    margin-left: 1.275rem;
    margin-right: 1.275rem;
    font-size: 0.225rem;
    margin-top: 0.375rem;
    text-align: left;
}

.content5-feature {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0.375rem;
}

.image-group {
    display: flex;
}

.left-image img {
    width: 5.2rem;
    height: auto;
}

.right-images {
    display: flex;
    flex-direction: column;
    margin-left: 0.0625rem;
    gap: 0.0625rem;
}

.right-images img {
    width: 5.225rem;
    height: auto;
}

.feature-right {
    width: 10.225rem;
    height: 5.225rem;
    background-image: url('/images/solution/组 39 (5).png');
    margin-left: 0.25rem;
}

.feature-description {
    font-size: 0.25rem;
    color: #333333;
    font-weight: bold;
    text-align: left;
    margin-top: 0.625rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.square {
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #0066EC; /* 自定义颜色 */
    margin-right: 0.25rem;
}

.left-image2 img {
    width: 10.5125rem;
    height: auto;
    margin-left: 0.25rem;
}

.horizontal-scroll-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -0.375rem;
}

.scroll-wrapper {
    width: 20rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.25rem 0;
}

.scroll-grid {
    margin-bottom: 0.5rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.img-box {
    height: 1.375rem;
    background-color: white;
    border: 0.0125rem solid #d1ebfe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem;
    box-sizing: border-box;
}

.img-box img {
    height: 0.875rem;
    width: auto;
    object-fit: contain;
}

.view-more-wrapper {
    text-align: center;

}

.view-more-link {
    font-size: 0.35rem;
    text-decoration: none;
    color: #5695ff;
}
