.rpa-agent-banner {
    width: 100%;
    background-image: url(../images/agent/agent-banner.png);
    background-size: cover;
    background-position: center;
}

.agent-container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.agent-banner-content {
    padding: 88px 0;
}

.agent-banner-title {
    display: flex;
    align-items: flex-end;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.agent-banner-intro {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 46px;
}

.agent-banner-btns {
    display: flex;
    align-items: center;
}

.agent-banner-btns>a {
    padding: 6px 26px;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #165DFF;
    background-color: #165DFF;
    color: #fff;
}

.agent-banner-btns>a+a {
    margin-left: 16px;
    border: 1px solid #fff;
    color: #FFF;
    background-color: transparent;
}

.agent-banner-btns>a:hover {
    border-radius: 20px;
}

.agent-main {
    width: 100%;
}

.agent-main-pd {
    padding-bottom: 66px;
}

.agent-main-title {
    text-align: center;
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 66px;
    margin-bottom: 46px;
}

.agent-main-title>span {
    background: linear-gradient(90deg, #E1322F 0%, #9648FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agent-main-title:has(+.agent-main-title-2nd) {
    margin-bottom: 0;
}

.agent-main-title+.agent-main-title-2nd {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 38px;
    max-width: 880px;
    text-align: center;
}

.agent-list {
    width: 100%;
}

.agent-item {
    width: 100%;
}

.agent-item+.agent-item {
    margin-top: 8px;
}

.agent-item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #FAFBFF;
}

.agent-item-list>.agent-item-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 0 12px;
    background: #ECF2FE;
    padding: 46px 0 60px;
    box-sizing: border-box;
    width: 40%;
}

.agent-item-list-2nd {
    flex: 1;
}

.agent-item-list>.agent-item-list-item .list-item-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-top: 16px;
}

.agent-item-list>.agent-item-list-item .list-item-title::after {
    position: absolute;
    content: "";
    width: 36%;
    left: 50%;
    top: calc(100% + 16px);
    transform: translateX(-50%);
    height: 5px;
    background-color: #165DFF;
    border-radius: 2px;
}


.agent-item-list-2nd {
    background-color: #FAFBFF;
    padding: 30px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.agent-2nd-item {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 26px;
    box-sizing: border-box;
    width: 48%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 78%;
}

.agent-2nd-item .list-item-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.list-item-intro {
    max-width: 180px;
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.agent-list .agent-item:first-child .agent-item-list-2nd>.agent-2nd-item:first-child {
    background-image: url(../images/agent/agent-01.png);
}

.agent-list .agent-item:first-child .agent-item-list-2nd>.agent-2nd-item:last-child {
    background-image: url(../images/agent/agent-02.png);
}

.agent-list .agent-item:nth-child(2) .agent-item-list-2nd>.agent-2nd-item:first-child {
    background-image: url(../images/agent/agent-03.png);
}

.agent-list .agent-item:nth-child(2) .agent-item-list-2nd>.agent-2nd-item:last-child {
    background-image: url(../images/agent/agent-04.png);
}

.agent-list .agent-item:last-child .agent-item-list-2nd>.agent-2nd-item:first-child {
    background-image: url(../images/agent/agent-05.png);
}

.agent-list .agent-item:last-child .agent-item-list-2nd>.agent-2nd-item:last-child {
    background-image: url(../images/agent/agent-06.png);
}

.agent-list .agent-item:nth-child(2) .agent-item-list-item {
    background: #EEF9FD;
}

.agent-list .agent-item:last-child .agent-item-list-item {
    background: #EDECFE;
}

.agent-list .agent-item:nth-child(2) .agent-item-list-item .list-item-title::after {
    background-color: #11CBF1;
}

.agent-list .agent-item:last-child .agent-item-list-item .list-item-title::after {
    background-color: #5016FF;
}

.agent-case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agent-case-item {
    display: flex;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 18px;
    background: #EDF7FF;
    width: 49%;
}

.agent-case-list>.agent-case-item:first-child {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.agent-case-list>.agent-case-item:not(:first-child) {
    flex-direction: column;
}

.agent-case-list>.agent-case-item:last-child {
    background: linear-gradient(180deg, #C5D7FF 0%, #ECF5FF 100%);
}

.agent-case-list>.agent-case-item:first-child>img {
    max-width: 720px;
}

.agent-case-list>.agent-case-item:not(:first-child)>img {
    width: 100%;
    margin-top: 46px;
}

.agent-case-title {
    white-space: nowrap;
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;

}

.agent-case-intro {
    display: flex;
    flex-direction: column;
}

.agent-case-intro 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;
    display: flex;
    align-items: center;
}

.agent-case-intro span+span {
    margin-top: 5px;
}

.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: #F6F9FF;
}

.rpa-desc-content-item-2nd {
    border-top-color: #00C0B0;
    background-color: #F5FDF9;

}

.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: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rpa-desc-content-item-text p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.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;
}

.rap-landing-item-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.rap-landing-item-content-list>li {
    width: 32.5%;
    box-sizing: border-box;
    background: #FFF;
    position: relative;
}

.rap-landing-item-content-list>li>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.rap-landing-item-content-list>li:hover {
    transition: all 0.3s ease;
    transform: translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.enterprise-list>li {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(0, 65, 215, 0.06);
}

.rap-landing-item-content-list>li>img {
    width: 100%;
}

.rap-landing-item-content-intro {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 12px;
}

.rap-landing-item-content-intro>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 12px;
}

.rap-landing-item-content-intro>h3 {
    color: #1D2129;
    text-align: left;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

@media screen and (max-width:1024px) {
    .agent-container {
        width: 100%;
        padding: 0 1rem;
    }
}

@media screen and (max-width:767px) {
    .agent-main-title {
        font-size: 1.8rem;
        padding-top: 3rem;
        margin-bottom: 2rem;
    }

    .agent-main-title+.agent-main-title-2nd {
       font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 2rem;
    }

    .agent-banner-content {
        padding: 3rem 0;
    }

    .agent-banner-title {
        font-size: 2rem;
    }

    .agent-banner-title>img {
        height: 2.6rem;
    }

    .agent-item-list>.agent-item-list-item {
        width: 100%;
        border-radius: 12px 12px 0 0;
        padding: 1rem 1rem 3rem;
    }

    .agent-item-list>.agent-item-list-item .list-item-title {
        font-size: 1.2rem;
    }

    .agent-item-list-2nd {
        padding: 1rem;
    }

    .agent-2nd-item .list-item-title {
        font-size: 1rem;
    }

    .agent-case-list>.agent-case-item {
        padding: 1rem !important;
        width: 100% !important;
        margin-bottom: 1rem;
        flex-direction: column;
        align-items: flex-start !important;
    }


    .agent-case-list>.agent-case-item>img {
        width: 100%;
        margin-top: 1.6rem !important;
    }

    .agent-case-title {
        font-size: 1.2rem;
    }

    .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;
    }

    .rap-landing-item-content-list>li {
        width: 48%;
        box-sizing: border-box;
        background: #FFF;
        margin-bottom: 1rem;
    }

    .rap-landing-item-content-intro {
        padding: 1rem 0;
    }

    .rap-landing-item-content-intro>img {
        width: 80%;
    }

    .rap-landing-item-content-intro>h3 {
        font-size: 1.2rem;
    }
}