.more-solutions>a {
    font-size: 16px;
    color: #165DFF;
}

.customers-used-list {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding-top: 20px;
    /*align-items: center;*/
    margin-top: -40px;
}

.customers-used-list>a {
    width: 24%;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    background: #F2F3F8A8;
    border-radius: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.customers-used-list>a:last-child {
    margin-right: 0;
}

.customers-used-list>a:hover {
    /*margin-top: -30px;*/
    position: relative;
    top: -30px;
}

.customers-used-list>a>img {
    display: block;
    flex: 1;
    border-radius: 5px 5px 0 0
}

.desc-bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 40px;
    height: 300px;
}

.desc-bottom h3 {
    color: #1D2129;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.desc-bottom p {
    color: #4E5969;
    font-size: 14px;
}

.action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}


.action-btns>a {
    width: 48px;
    height: 48px;
    background: #F7F7FB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #4E5969;
    cursor: pointer;
    margin: 15px 0 60px;
}

.action-btns>a:first-child {
    margin-right: 20px;
}

.action-btns>a:hover {
    background: #C7D8FF;
    color: #fff;
}

.environment-list {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 40px;
}

.environment-list>li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 20%;
}

.environment-list>li>img {
    width: 60%;
}

.tab-switch a {
    white-space: nowrap;
}

.environment-tit {
    margin-top: -30px;
    margin-bottom: 30px;
}

.RPA-summary-item {
    flex-wrap: wrap;
}

.rpa-liucheng-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 80px;
    flex-wrap: wrap;
}

.rpa-liucheng-item {
    border-radius: 8px;
    background: linear-gradient(123deg, #D6E2FF -1.4%, rgba(255, 255, 255, 0.00) 49.9%);
    width: 48%;
    box-sizing: border-box;
    padding: 30px 40px 0 40px;
}

.rpa-liucheng-item-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.liucheng-content-list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 30px;
}

.liucheng-content-list>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.rpa-liucheng-item>img {
    max-width: 100%;
}

.rpa-liucheng-list>.rpa-liucheng-item:last-child {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
}


.rpa-liucheng-list>.rpa-liucheng-item:last-child>img {
    width: 39%;
    height: min-content
}

.line-bottom {
    background: linear-gradient(90deg, rgba(22, 93, 255, 0.00) 0%, #165DFF 34.62%, #165DFF 65%, rgba(22, 93, 255, 0.00) 100%);
    height: 1px;
    width: 100%;
    margin-top: 80px;
}

.yewu-liucheng {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 0 40px;
}

.yewu-liucheng img {
    max-width: 100%;
    overflow: hidden;
}

.yewu-liucheng-title {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;

}

.yewu-liucheng-content-title {
    color: #4E5969;
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 28px;
    margin-bottom: 18px;
}

.yewu-liucheng-content>li>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.yewu-liucheng-content>li>p.small-text{
    font-size: 14px;
    text-indent: 2em;
}

.yewu-liucheng-content>li>p>img {
    width: 15px;
    height: 15px;
}

.yewu-liucheng-content>li>p+img {
    margin-top: 8px;
    max-width: 100%;
}

.yewu-liucheng .middle-yw-lc-img {
    max-width: 50%;
}

.rpa-desc {
    padding: 68px 0 0;
}

.rpa-desc-padbt{
    padding-bottom: 78px;
}

.rpa-desc-title {
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

.rpa-desc-title+p {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 30px;
}

.rpa-desc-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.rpa-desc-content-item {
    width: 49%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    border-top: 3px solid #3785EA;
    border-radius: 4px;
    background-color: #fff;
}

.rpa-desc-content-item-2nd {
    border-top-color: #00C0B0;

}

.rpa-desc-content-item-3rd {
    border-top-color: #42B4FA;
}

.rpa-desc-content-item-title {
    display: flex;
    align-items: center;
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rpa-desc-content-item-text {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
    background: #F8FCFF;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rpa-desc-content-item-text-2nd {

    background: #F5FDF9;
}

.rpa-desc-content-item-text-3rd {
    background: #F5FAFD;
}

.rpa-desc-content-item-text p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
}

.rpa-desc-content-item-text p img {
    margin-right: 7px;
    margin-top: 2px;
}

.rpa-desc-content-item-text p span {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rpa-desc-value-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rpa-desc-value-item {
    width: 19%;
    box-sizing: border-box;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rpa-desc-value-title {
    padding: 4px 26px;
    border-radius: 22px;
    background: #165DFF;
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rpa-desc-value-item>img {
    margin: 20px 0;
}

.rpa-desc-value-text {
    color: #165DFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rpa-desc-value-more {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

.rpa-desc-value-more>img {
    margin-top: 2px;
}

.rpa-desc-value-more>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width:1024px) {
    .customers-used-list {
        align-items: normal;
        margin-bottom: 50px;
    }

    .desc-bottom {
        height: auto;
        padding: 1rem;
    }

    .action-btns {
        display: none;
    }

    .rpa-desc-title+p {
    font-size: 1.1rem;
}

}

@media screen and (max-width:767px) {
    .customers-used-list {
        margin-top: -10px;
    }

    .customers-used-list>a {
        width: 50%;
        margin-right: 1rem;
    }

    .tab-switch {
        display: -webkit-box;
        overflow-y: scroll
    }

    .tab-switch::-webkit-scrollbar {
        display: none;
    }

    .environment-tit {
        margin-top: 0;
    }

    .environment-list {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .environment-list>li {
        width: 48%;
        height: 6rem;
    }

    .environment-list>li>img {
        width: 40%;
        /* height: 50%; */
    }

    .environment-list>li:last-child>img {
        width: 80%;
    }

    .rpa-liucheng-list {
        margin-top: 2rem;
    }

    .rpa-liucheng-item {
        width: 100%;
        padding: 1.2rem;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .rpa-liucheng-item-title {
        font-size: 1.2rem;
    }

    .rpa-liucheng-list>.rpa-liucheng-item:last-child {
        padding-right: 1.2rem;
    }

    .liucheng-content-list>li {
        font-size: .9rem;
    }

    .line-bottom {
        margin-top: 1rem;
    }

    .yewu-liucheng {
        padding: 1rem 0
    }

    .yewu-liucheng .middle-yw-lc-img {
        max-width: 100%;
    }

    .rpa-desc {
        padding: 2rem 0 0;
    }


    .rpa-desc-title {
        font-size: 1.6rem;
    }

    .rpa-desc-content-item {
        width: 100%;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .rpa-desc-content-item-title {
        font-size: 1.2rem;
    }

    .rpa-desc-content-item-title>img {
        width: 1.2rem;
        height: auto;
    }

    .rpa-desc-content-item-text {
        padding: .5rem;
    }

    .rpa-desc-content-item-text p>span {
        font-size: .9rem;
    }

    .rpa-desc-value-item {
        width: 49%;
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }

    .rpa-desc-value-title {
        font-size: 1rem;
    }

    .rpa-desc-value-text {
        font-size: 1rem;
    }

    .rpa-desc-value-more>p {
        font-size: .9rem;
    }
}