.solution-contents h4 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.rap-platform-yx {
    width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 10px;
}

.rap-platform-yx-3{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.rap-platform-yx-3 .right-content-text-title{
    border-bottom: 1px dashed #A7B5F2;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 16px;
}

.rap-platform-yx-3>li:nth-child(2){
    background: #F0F8FF;
}

.rap-platform-yx-3>li:nth-child(2) .right-content-text-title{
    border-bottom: 1px dashed #A7D7F2;
}

.rap-platform-yx-3>li:last-child{
    background: #F5FBF7;
}

.rap-platform-yx-3>li:last-child .right-content-text-title{
    border-bottom: 1px dashed #98DBD9;
}

.rap-platform-yx>li {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F4F9FF;

}