.BPO-banner {
    width: 100%;
    box-sizing: border-box;
    background: url(../images/BPO/BPO-banner.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.BPO-banner-desc {
    color: #291D1D;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: -30px;
}

a.BPO-button {
    display: block;
    width: fit-content;
    border-radius: 8px;
    background: linear-gradient(279deg, #9616FF -6.54%, #165DFF 26.3%, #165DFF 55.93%, #6695FF 102.93%);
    color: #fff;
    padding: 10px 36px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    justify-content: center;
    margin: 46px auto 0;
    /* 150% */
}

a.BPO-button:hover {
    border-radius: 38px;
}

.BPO-main {
    padding-bottom: 60px;
}

.BPO-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: 0 auto;
    margin-bottom: 56px;
    max-width: 880px;
    text-align: center;
}

.BPO-title>span {
    background: linear-gradient(93deg, #165DFF 1.59%, #9E16FF 98.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.BPO-title:has(+.BPO-title-2nd) {
    margin-bottom: 0;
}

.BPO-title+.BPO-title-2nd {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px auto 50px;
    max-width: 900px;
    display: flex;
    justify-content: center;
}

.BPO-title-2nd-item {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 12px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.BPO-title-2nd-item::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #165DFF;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.BPO-title-2nd-item+.BPO-title-2nd-item {
    margin-left: 30px;
}

.BPO-title-2nd-item>span {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 6px;
}

.BPO-title+img,
.BPO-title-2nd+img {
    max-width: 100%;
}


.compare-table {
    border-collapse: collapse;
    width: 100%;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.compare-table thead th {
    background: #fff;
    color: #fff;
    text-align: left;
    font-weight: bold;
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.compare-table th,
.compare-table td {
    border: 6px solid #F2F7FC;
    padding: 22px;
    vertical-align: top;
    background: #fff;
    font-size: 14px;
}


.compare-table tbody td:first-child {
    width: 80px;
}

.card-show-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 36px;
    margin-top: 66px;
}

.card-show-list-02 {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.card-show-item {
    text-align: left;
    padding: 60px 18px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    background: #F1F2F4;
}

.card-show-item-02 {
    padding-top: 20px;
    background: #FBFBFB !important;
}

.card-show-list>.card-show-item:nth-child(odd) {
    background: #E7EAF4;
}

.card-show-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-show-item>img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 18px;
    transform: translateY(-50%);
}

.card-show-item>label {
    width: 50px;
    height: 50px;
    background: #E6EEFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #165DFF;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 22px;
}

.card-show-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.card-show-intro {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.dashboard-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    background: #FBFBFB;
}

.dashboard-item>img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    background-color: #E6EEFF;
    margin-right: 20px;
    color: #165DFF;
}


.dashboard-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dashboard-desc {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
}

.dashboard-desc>span {
    font-weight: 600;
}

.interface-display-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}

.interface-display-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0 12px;
}

.interface-display-desc {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Cooperation-Process-List {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    padding: 100px;
    box-sizing: border-box;
    gap: 40px;
    background: url(../images/BPO/BPO-15.png) no-repeat center;
}

.Cooperation-Process-item {
    border-radius: 12px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F7FBFF 0%, #FFF 100%);
    box-shadow: 0 0 38px 0 rgba(13, 32, 84, 0.12);
    padding: 22px 18px;
    box-sizing: border-box;
    position: relative;
}

.Cooperation-Process-item:nth-child(odd) {
    top: 100px;
}

.Cooperation-Process-item:nth-child(even) {
    top: -100px;
}



.Cooperation-Process-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Cooperation-Process-intro {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}


.other-cases-big-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    gap: 20px;
}

.other-cases-big-list>a {
    box-sizing: border-box;
    padding: 10px 10px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(0, 65, 215, 0.06);
    cursor: pointer;
}

.other-cases-big-list>a:hover {
    transition: all 0.3s ease;
    transform: translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.other-cases-big-list>a>img:first-child {
    width: 100%;
}

.other-cases-big-list>a>img:nth-child(2) {
    height: 30px;
    width: auto;
    margin: 15px 0;
}

.other-cases-big-intro {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.other-cases-big-intro span {
    font-weight: 700;
}

.other-cases-big-list>a:hover .other-cases-big-intro {
    color: #165DFF;
}


/* 适配移动端 */
@media screen and (max-width:1024px) {

    .new-container {
        padding: 0 1rem;
    }

    .compare-table th,
.compare-table td {
    border: 1px solid #F2F7FC;
    padding: 8px;
    font-size: .8rem;
}

    .testing-platform-banner {
        height: auto;
    }

    .BPO-title {
        font-size: 1.5rem;
        padding-top: 3rem;
        margin-bottom: 2rem;
    }

    .BPO-banner-desc {
        font-size: 1.3rem;
        ;
        margin-top: 0;
    }

    .BPO-title+.BPO-title-2nd {
        font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 2rem;
    }

    .Cooperation-Process-List {
    padding: 0;
    gap: 10px;
}

.Cooperation-Process-item {
    padding: 1rem;
}

.Cooperation-Process-item{
    top: 0 !important;
}

a.BPO-button {
    padding: 5px 20px;
    font-size: .9rem;
    margin-top: 1.8rem;
}

}

@media screen and (max-width: 768px) {
    .BPO-title+.BPO-title-2nd {
        flex-direction: column;
    }

    .dashboard-list {
        gap: 10px;
        margin-top: 2rem;
    }

    .testing-platform-image {
        margin-top: 1rem;
    }

    .card-show-list {
        gap: 30px;
        margin-top: 2rem;
    }

    .card-show-title {
        font-size: 1rem;
    }

    .card-show-item,
    .card-show-item-02 {
        padding: 2rem 1rem;
    }

    .BPO-title-2nd-item+.BPO-title-2nd-item {
        margin-left: 0;
        margin-top: 6px;
    }

    .position-desc>ul>li {
        width: 100%;
    }

    .position-desc>ul>li+li {
        margin-left: 10px;
        margin-top: 3px;
    }

    .interface-display-list {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

}