.system_title {
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.system_sub {
    font-weight: 500;
    color: #8C8C8C;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
    .system_title {
        font-size: 10rem;
    }

    .system_sub {
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .system_title {
        font-size: 2.8rem;
    }

    .system_sub {
        font-size: 1.8rem;
    }
}


/* 顶部 */
@media screen and (max-width: 767px) {
    .services_top_box {
        height: 100rem;
        background-size: cover;
        background-position: center center;
    }
    .top_main {
        padding-top: 20rem;
    }

    .top_main_title {
        font-size: 10rem;
    }

    .top_main_sub {
        font-size: 5.8rem;
        margin-top: 5.4rem;
        margin-bottom: 9.4rem;
        width: 100rem;
    }

    .top_btn_item1,
    .top_btn_item2 {
        width: 45rem;
        height: 20rem;
        font-size: 6rem;
        border-radius: 4rem;
    }

    .top_btn_item1 img {
        width: 8rem;
        height: 8rem;
        margin-right: 0.8rem;
    }
}

@media screen and (min-width: 768px) {
    .services_top_box {
        height: 70rem;
        background-size: 100% 100%;
    }
    .top_main {
        padding-top: 20.3rem;
    }

    .top_main_title {
        font-size: 6rem;
    }

    .top_main_sub {
        font-size: 2.4rem;
        margin-top: 2.4rem;
        margin-bottom: 9.4rem;
    }

    .top_btn_item1,
    .top_btn_item2 {
        width: 20rem;
        height: 8.6rem;
        font-size: 2.4rem;
        border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
    }

    .top_btn_item1 img {
        width: 3.2rem;
        height: 3.2rem;
        margin-right: 0.8rem;
    }
}

.services_top_box {
    width: 100vw;
    
    background-image: url('../images/server_top_bg.webp');
    
    background-repeat: no-repeat;
}



.top_main_title {
    font-weight: 600;
    color: #1A1A24;
}

.top_main_sub {
    font-weight: 500;

    color: #A4A8AF;

}

.top_main_btn {
    display: flex;
}

.top_btn_item1 {
    background: #1A1A24;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.top_btn_item2 {
    background: #FFFFFF;
    font-weight: 500;
    color: #1A1A24;
    margin-left: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* 服务体系 */
@media screen and (max-width: 767px) {
    .system_content_list .el-anchor__list {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        line-height: 0;
    }

    .system_content_list_item {
        width: 40rem;
        height: 40rem;
        border-radius: 4rem;
        gap: 4rem;
    }

    .system_content_item_icon {
        width: 14rem;
        height: 14rem;
    }

    .system_content_item_title {
        font-size: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .system_content_list .el-anchor__list {
        display: flex;
        justify-content: space-around;
        line-height: 0;
    }

    .system_content_list_item {
        width: 16.6rem;
        height: 16.6rem;
        border-radius: 1.4rem 1.4rem 1.4rem 1.4rem;
        gap: 1.2rem;
    }

    .system_content_item_icon {
        width: 6.4rem;
        height: 6.4rem;
    }

    .system_content_item_title {
        font-size: 2rem;
    }
}

.service_system_content {
    padding-top: 6.4rem;
    padding-bottom: 10rem;
}

.el-anchor__link {
    line-height: 0;
}

.system_content_list .el-anchor__item {
    padding-left: 0 !important;
}

.system_content_list_item {

    box-sizing: border-box;
    background: #F6F5FF;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}



.system_content_item_title {

    font-weight: 600;

    color: #333333;
    margin-top: 1rem;
}

/* 服务体系--细化 */
@media screen and (max-width: 767px) {
    .service_main_item {
        display: flex;
        flex-direction: column;
        margin-bottom: 6.4rem;
        position: relative;
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 6.4rem;
    }

    .service_main_item_info {
        position: relative;
        box-sizing: border-box;
        margin-top: 4rem;
    }

    .service_main_item_img {
        width: 100%;
        border-radius: 8.19rem;
        overflow: hidden;
        -webkit-border-radius: 8.19rem;
        -moz-border-radius: 8.19rem;
        -ms-border-radius: 8.19rem;
        -o-border-radius: 8.19rem;
    }

    .service_main_item_img img {
        width: 100%;
        border-radius: 8.19rem;
    }

    .service_main_item_title {

        font-weight: 600;
        font-size: 10rem;
        color: #fff;
    }

    .service_main_item_sub {

        font-weight: 600;
        font-size: 8rem;
        /* color: #1A1A24; */
        color: #fff;
        margin-top: 6rem;
        margin-bottom: 2.2rem;
    }

    .service_main_item_content {
        font-weight: 500;
        font-size: 6rem;
        color: #A4A8AF;
        margin-top: 6rem;
        text-indent: 2em;
    }

    .service_main_item_btn {
        width: 56.83rem;
        height: 20rem;
        background: #8465FF;
        border-radius: 4rem;
        font-weight: 600;
        font-size: 6rem;
        color: #FFFFFF;
        margin-top: 4rem;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        -o-border-radius: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .service_main_item_img {
        width: 60rem;
        height: 40rem;
    }

    .service_main_item_img img {
        width: 100%;
        height: 100%;
    }

    .service_main_item_info {
        width: 84rem;
        height: 40rem;
        position: relative;
        box-sizing: border-box;
    }

    .info_left {
        float: left;
    }

    .info_right {
        float: right;
    }

    .info_padding_left {
        padding-left: 10.8rem;
    }

    .info_padding_right {
        padding-right: 10.8rem;
    }

    .service_main_item_title {

        font-weight: 600;
        font-size: 3.6rem;
        color: #8465FF;
    }

    .service_main_item_sub {

        font-weight: 600;
        font-size: 3.2rem;
        color: #1A1A24;
        margin-top: 1.2rem;
        margin-bottom: 3.6rem;
    }

    .service_main_item_content {
        font-weight: 500;
        font-size: 2.4rem;
        color: #A4A8AF;
    }

    .service_main_item_btn {
        width: 11.1rem;
        height: 5rem;
        background: #8465FF;
        border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;

        font-weight: 600;
        font-size: 1.4rem;
        color: #FFFFFF;
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }
}

.service_main_item_mask {
    width: 100%;
    aspect-ratio: 3 / 2;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(5px);
    border-radius: 8.19rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service_main_item_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_main_item {
    overflow: hidden;
    margin-bottom: 6.4rem;
}

.service_main_item_btn:hover {
    background: #5531E8;
}


/* 咨询对话框 */
.advice_img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .advice_dialog {
        border-radius: 2rem;
        box-sizing: border-box;
    }

    .advice_dialog img {
        width: 80%;
    }

    .advice_dialog .el-dialog__header {
        display: none;
    }

    .advice_dialog p {
        font-size: 3.6rem;
    }
}

@media screen and (min-width: 768px) {
    .advice_dialog {
        border-radius: 2rem;

    }

    .advice_dialog img {
        width: 20rem;
    }

    .advice_dialog .el-dialog__header {
        display: none;
    }

    .advice_dialog p {
        font-size: 2rem;
    }
}

.advice_dialog p {
    color: #786df5;

    font-weight: bold;
    margin-bottom: 1rem;
}