body {
    min-width: 320px;
    background: #f5f7fc;
    color: #1d2b44;
    font: 14px/1.7 "Microsoft YaHei", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.page {
    overflow: hidden;
}

.rpa-wrap {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.rpa-wrap--narrow {
    width: min(980px, calc(100% - 32px));
}

.hero {
    min-height: 400px;
    background: #dcecff url("../images/rpacolleges/banner/banner-rpa.png") center/cover no-repeat;
}

.hero1{
    min-height: 600px;
    background: #dcecff url("../images/rpacolleges/banner/banner-01.png") center/cover no-repeat;
}

.hero__inner {
    min-height: 500px;
    display: flex;
    align-items: flex-start;
}

.hero__text {
    width: 52%;
    padding: 82px 0 40px;
}

.hero h1 {
    margin-bottom: 8px;
    color: #1D2129;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 62px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.hero h1 span.h1{
    color: rgb(64 88 245 / var(--tw-text-opacity, 1));
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--b);
    background: #eef0ff;
    border: 1px solid #e0e2ff;
    padding: 5px 12px;
    border-radius: 30px;
}

.eyebrow {
    display: block;
    margin-bottom: 28px;
    color: #005DFF;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}

.hero p {
    max-width: 560px;
    margin-bottom: 54px;
    color: #4E5969;
    font-size: 16px;
    line-height: 1.8;
}

.hero .cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(90deg, #6054FC 0%, #3764FD 100%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.hero .cta .btn-w {
    background: #fff;
    color: var(--ink);
    border-color: var(--line);
}

.hero .cta .btn-gray {
    background: #f3f4f5;
    border: 1px solid #e1e4e5;
}


.section {
    padding: 72px 0 0;
}

.section--intro {
    padding-top: 84px;
}

.section--last {
    padding-bottom: 100px;
}

.section-hd {
    max-width: 960px;
    margin: 0 auto 38px;
    text-align: center;
}

.section-hd span {
    position: relative;
    display: block;
    width: 42px;
    height: 6px;
    margin: 0 auto 18px;
}

.section-hd span:before,
.section-hd span:after {
    content: "";
    position: absolute;
    top: 0;
    height: 6px;
    border-radius: 3px;
}

.section-hd span:before {
    left: 0;
    width: 32px;
    background: linear-gradient(90deg, #A49FFB 0%, #3768F3 100%);
}

.section-hd span:after {
    right: 0;
    width: 6px;
    background: #3869F3;
}

.section-hd h2 {
    color: #15233a;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 700;
}

.section-hd h2 label.h2{
    color: rgb(64 88 245 / var(--tw-text-opacity, 1));
}

.section-hd p {
    margin-top: 12px;
    color: #6c7890;
    font-size: 13px;
}

.section h3 {
    margin: 8px 0;
    color: #1D2129;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
}

.title-num,
.section h3 em {
    color: #A4BBFC;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: 1;
    font-weight: 700;
}

.section h3 em {
    display: inline-block;
    margin-right: 6px;
}

.common-card {
    background: #fff;
    box-shadow: 0 8px 28px rgba(36, 66, 118, .06);
}

@media (max-width: 900px) {
    .hero {
        min-height: 430px;
        background-position: 58% center;
    }

    .hero__inner {
        min-height: 430px;
    }

    .hero__text {
        width: 62%;
        padding-top: 70px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .eyebrow {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .hero p {
        margin-bottom: 36px;
    }

    .section h3 {
        font-size: 22px;
    }

    .title-num,
    .section h3 em {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 13px;
    }

    .rpa-wrap,
    .rpa-wrap--narrow {
        width: calc(100% - 24px);
    }

    .hero {
        min-height: 430px;
        background-position: 68% center;
    }

    .hero__inner {
        min-height: 430px;
        align-items: flex-start;
    }

    .hero__text {
        width: 100%;
        padding-top: 48px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .eyebrow {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .hero p {
        max-width: 86%;
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 1.7;
    }

    .btn {
        min-width: 136px;
        height: 44px;
    }

    .section {
        padding-top: 54px;
    }

    .section-hd {
        margin-bottom: 24px;
    }

    .section-hd h2 {
        font-size: 22px;
    }

    .section h3 {
        font-size: 20px;
    }

    .title-num,
    .section h3 em {
        font-size: 28px;
    }
}
