html {
    font-size: 10px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN , PingFangSC, PingFang SC IM !important;
    zoom: 0.8;
}
body {
    font-family: SourceHanSansCN-Regular, SourceHanSansCN , PingFangSC, PingFang SC IM !important;
}
.mobile_display {
    display: none;
}
.pc_display {
    display: block; 
}
#talent_certification {
    padding-bottom: 200px;
    width: 100%;    
    margin: 0 auto;
    background: linear-gradient( 135deg, #DDE8FE 0%, #E5F2FE 46%, #F0FBFF 100%);    background-blend-mode: screen;
}
.container {
    width: 76%;
    max-width: 1440px;
}
.comm_banner {
    background: url(https://www.openkylin.top/public/images/人才认证/人才认证-banner.png) bottom center no-repeat;
    height: calc(100vw * 420 / 1920) !important;
}
.banner_title {
    font-size: 5.6rem;
    font-weight: 600;
    color: #262626;
    margin-left: 140px;
}
/* 人才认证体系 */
.certification_system {
    /* padding-top: 100px; */
}

.certification_system_title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000000;
    border-radius: 100px 12px 0px 0px;
    height: 80px;
    font-weight: 600;
    font-size: 3.8rem;
    color: #FFFFFF;
    position: relative;
}
.certification_system_title {
    height: 100px;
}
.certification_system_title > img {
    position: absolute;
    background: linear-gradient( 148deg, #1460FA 0%, #21D1FF 100%);
    border-radius: 100px 0px 100px 0px;
    max-height: 100px;
    top: -20px;
    z-index: 1;
}
.certification_system_title_span {
    z-index: 2;
    position: absolute;
    top: 5px;
    left: 100px;
}
.certification_system_title_point {
    background: linear-gradient( 148deg, rgba(20,96,250,0.24) 0%, rgba(33,209,255,0.64) 100%);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(7px);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.certification_system_sub_title > img {
    max-height: 40px;
    margin-right: 30px;
}
.certification_system_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 44px 20px 56px 20px;
    background: linear-gradient( 180deg, #F2F8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 16px 0px rgba(39,63,126,0.08);
    border-radius: 0px 0px 12px 12px;
}
.certification_system_intro {
    max-width: 960px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 28px;
    text-align: justify;
    color: #3D3D3D;
    font-style: normal;
}
.certification_system_icon > img {
    max-width: 240px !important;
}

/* 人才认证等级 */
.certification_level {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1440px;
}
.certification_level_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 4.5rem;
    color: #262626;
    line-height: 60px;
    margin-bottom: 60px;
}
.certification_level_ofca {
    background: linear-gradient( 180deg, #F2F8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 16px 0px rgba(39,63,126,0.08);
    border-radius: 100px 12px 100px 12px;
    min-height: 300px;
    position: relative;
    width: 100%;
    padding: 48px 100px 32px 100px;
}
.certification_level_ofca_content {
    max-width: 880px;
    width: 70%;
    font-weight: 400;
    font-size: 1.8rem;
    color: #262626;
    line-height: 28px;
    text-align: justify;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}
.certification_level_ofca_content_right {
    margin-left: auto;
    text-align: right;
} 
.certification_level_ofca_title {
    max-width: 243px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 3rem;
    color: #FFFFFF;
    line-height: 42px;
    font-style: normal;
    mix-blend-mode: normal;
    background: linear-gradient(58.30674761736347deg, #1460FA 0%, #21D1FF 100%);
    -webkit-background-clip: text; /* 仅对文字进行背景裁剪 */
    -webkit-text-fill-color: transparent; /* 使文字背景透明 */
}
.certification_level_ofca_title_right {
    text-align: right;
    margin-left: auto;
}
.certification_level_ofca_btn {
    width: 140px;
    height: 40px;
    background: linear-gradient( 148deg, #1460FA 0%, #21D1FF 100%);
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    cursor: pointer;
}
.certification_level_ofca_btn:hover {
    background: linear-gradient( 148deg, #1460FA 0%, #21D1FF 100%);
    box-shadow: 0px 4px 12px 0px rgba(39,63,126,0.25);
}
.certification_level_ofca_btn_innavite {
    text-decoration: none;
    background: rgba(38,38,38,0.2);
    cursor: not-allowed;
}
.certification_level_ofca_btn_innavite:hover {
    background: rgba(38,38,38,0.2);
    box-shadow: none;
}
.certification_level_ofca_btn_right {
    margin-left: auto;
}
.certification_level_ofca_content_img_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
}
.certification_level_ofca_content_img_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
}
/* 人才认证流程 */
.certification_process_title {
    font-weight: 600;
    font-size: 4.5rem;
    color: #262626;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    margin-top: 100px;
    margin-bottom: 60px;
}
.certification_process_container {
    display: flex;
    max-width: 1440px;
    position: relative;
    gap: 20px;
}
.certification_process_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 345px;
    width: calc(25% - 10px); /* 减去 gap 的宽度 */
    min-height: 486px;
    padding: 60px 0 107px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 35%, #FFFFFF 74%, rgba(255,255,255,0) 100%);
}
.certification_process_item_icon {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
}
.certification_process_item_title {
    font-weight: 600;
    font-size: 3.4rem;
    color: #262626;
    line-height: 48px;
    font-style: normal;
    margin-bottom: 20px;
}
.certification_process_item_point {
    width: 27px;
    height: 27px;
    background: #1460FA;
    box-shadow: 0px 4px 12px 0px rgba(39,63,126,0.25);
    border: 3px solid #FFFFFF;
    z-index: 2;
    border-radius: 50%;
}
.certification_process_item_desc {
    margin-top: 28px;
    font-weight: 400;
    font-size: 1.8rem;
    color: #3D3D3D;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
    max-width: 265px;
    padding: 0 10px
}
.certification_process_line {
    /* width: 1540px; */
    width: 110%;
    max-width: 110%;
    height: 8px;
    position: absolute;
    top: 249px;
    z-index: 1;
    left: -60px;
    background: linear-gradient( 148deg, #1460FA 0%, #21D1FF 100%);
}
.certification_process_arrow {
    position: absolute;
    top: 224px;
    z-index: 3;
    right: -100px;
    height: 33px;
}
/* 人才认证授权培训伙伴 */
.certification_partner_title {
    font-weight: 600;
    font-size: 4.5rem;
    color: #262626;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    margin-bottom: 60px;
}
.certification_partner_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
}
.certification_partner_item {
    max-width: calc(20% - 20px); /* 减去 gap 的宽度 */
    width: calc(20% - 20px);
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(39,63,126,0.08);
    border-radius: 12px;
    border: 1px solid #F0F4FA;
    max-width: 280px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certification_partner_item > img {
    width: 70%;
}

/* 响应式设计 */
@media screen and (max-width: 1700px) {
    .container {
        width: 90%;
    }
    .certification_level_ofca {
        padding: 48px 50px 32px 50px;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        width: 90%;
    }
    .certification_level_ofca {
        padding: 48px 50px 32px 50px;
    }
}
@media screen and (max-width: 1200px) {
    html {
        zoom: 1;
    }
    .container {
        width: 90%;
        overflow: hidden;
    }
    .certification_system {
        padding-top: 30px;
    }
    .mobile_display {
        display: block;
    }
    .pc_display {
        display: none;
    }
    #talent_certification {
        background: linear-gradient( 135deg, #DDE8FE 0%, #E5F2FE 46%, #F0FBFF 100%);
    }
    .comm_banner {
        background: url(https://www.openkylin.top/public/images/人才认证/人才认证-移动端banner.png) center no-repeat;
        /* 宽度为750px时，高度为400 */
        height: calc(100vw * 400 / 750) !important;
    }
    .banner_title {
        /* margin-left: 50px; */
        margin-left: calc(100vw * 50 / 750);
        font-size: 4.2rem;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .certification_level,
    .certification_process,
    .certification_partner {
        margin-top: 80px;
    }
    /* 人才认证体系 */
    .certification_system_container {
        padding: 44px;
        gap: unset;
        overflow: hidden;
    }
    /* .certification_system_title > img {
        max-width: 100%;
    } */
    /* 人才认证等级 */
    .certification_level_ofca {
        padding: 48px 60px 60px 60px;
        height: 590px;
        overflow: hidden;
        height: 480px;
    }
    .certification_level_title {
        margin-bottom: unset;
    }
    .certification_level_ofca_content {
        max-width: unset;
        width: unset;
        height: 100%;
    }
    .certification_level_ofca_content_img_right {
        top: unset;
        bottom: 0;
    }
    .certification_level_ofca_content_img_left {
        top: unset;
        bottom: 0;
    }
    /* 人才认证流程 */
    .certification_process_container {
        flex-wrap: wrap;
    }
    .certification_process_item_mobile {
        display: flex;
        font-weight: 600;
        font-size: 3.4rem;
        color: #262626;
        gap: 20px;
        /* justify-content: center; */
        padding-left: calc(100vw * 60 / 750);;
        width: 100%;
        padding-top: 46px;
        padding-bottom: 50px;
        position: relative;
        margin-left: 50px;
        background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, #FFFFFF 35%, #FFFFFF 74%, rgba(255,255,255,0) 100%);
    }
    .certification_process_item_mobile > img {
        width: 88px;
        height: 88px;
    }
    .certification_process_item_desc {
        /* 750是 383 */
        max-width: calc(100vw * 383 / 750);
        padding: 0;
        margin-top: 0;
    }
    .certification_process_item_title {
        margin-top: 23px;
        text-align: left;
    }
    .certification_process_item {
        width: 100%;
        max-width: unset;
        position: relative;
    }
    .certification_process_line {
        width: 8px;
        height: 100%;
        top: 0;
        left: 9.8%;
    }
    .certification_process_item_point {
        position: absolute;
        left: calc(9.8% - 55px);
        top: 76px;
    }
    .certification_process_arrow {
        top: unset;
        bottom: -33px;
        left: 9.8%;
        width: 33px;
        height: 60px;
    }
    /* 人才认证授权培训伙伴 */
    .certification_partner_item {
        max-width: calc(50% - 20px); /* 减去 gap 的宽度 */
        width: calc(50% - 20px);
    }
    .certification_partner_title {
        margin-bottom: 40px;
    }
    .certification_partner_container {
        margin-top: unset;
        justify-content: space-between;
    }
}
@media screen and (max-width: 500px) { 
    .certification_system_title > img {
        top: 0;
    }
    .certification_system_title_span {
        top: 27px;
    }
    .certification_level_ofca {
        height: 430px;
    }
    .certification_process_item_mobile {
        margin-left: 25px;
    }
    .certification_process_line {
        left: 3.8%;
    }
    .certification_process_arrow {
        left: 3.8%;
    }
}