.baosidun-solutions-read {
    padding: var(--component-gap) 0 var(--component-gap-sm);
    background: #f5f5f5;
}

.baosidun-solutions-read .solutions-list {
    display: flex;
    background: #fff;
    padding: var(--gap-40);
}

.solutions-list .solutions-left {
    width: 100%;
}

.baosidun-solutions-read .solutions-left .baosidun-middle-title {
    color: var(--title-text-color);
    font-family: var(--font-family);
    font-size: var(--font-32);
    font-weight: 600;
    line-height: 140.625%;
}

.baosidun-solutions-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.baosidun-solutions-share span {
    color: #666;
    font-family: var(--font-family);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 162.5%;
}

.baosidun-solutions-share a {
    width: 22px;
    aspect-ratio: 1/1;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baosidun-solutions-share a:nth-child(3) {
    background: #4267B5;
}

.baosidun-solutions-share a:nth-child(2) {
    background: #0076B3;
}

.baosidun-solutions-share a:nth-child(4) {
    background: #CB2026;
}

.baosidun-solutions-share a img {
    width: 12px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.solutions-list .solutions-left .solutions-line {
    width: 100%;
    height: 1px;
    background: #666;
    opacity: 0.2;
    margin-top: 30px;
}

.solutions-list .solutions-left .solutions-con {
    margin-top: 24px;
}

.baosidun-solutions-read .solutions-page {
    display: flex;
    gap: 100px;
    margin-top: 40px;
}

.solutions-page .baosidun-light-button {
    width: 46px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-page .solutions-prev-button {
    background: #353A40;
}

.solutions-page .solutions-next-button {
    background: var(--color-primary);
}

.solutions-page .solutions-prev,
.solutions-page .solutions-next {
    display: flex;
    align-items: center;
    gap: 13px;
}

.solutions-page i {
    color: var(--primary-color);
    font-style: normal;
}

@media screen and (max-width: 992px) {
    .baosidun-solutions-read .solutions-page {
        flex-wrap: wrap;
        gap: 20px;
    }
}