.bannerBox{
    /* background: url("../image/talent-yindao/banner.png") center/cover no-repeat; */
    background: url('../image/talent-jili/banner.png') center/cover no-repeat;
    background-size: 100% 100%;
    padding: 0 10vw;
    height: 43vh;
    position: relative;
}
.bannerHeaderBox{
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    color: white;
    
}
.bannerHeader{
    display: flex;
    align-items: flex-end;
}
.bannerTitle{
    font-size: 2vw;
}
.bannerTextImg{
    max-width: 7vw;
    height: 10vh;
    margin-left: 10px;
}
.bannerSubTitle{
    margin-top: 2vh;
    font-size: 1.3vw;
     font-weight: 300;
}
.jiliBox{
    padding: 1vw 10vw 8vh;
    background:  url('../image/index/BankBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat, ;
    background-position: bottom center;
}


.conTwoBox{
    display: flex;
    align-items: center;
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    padding: 0 2vw;
    transition: all 0.3s ease;
    cursor: pointer;
}

.conTwoBox:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}
.contentTwoLeftTitle{
    font-size: 1vw;
}

/* 认证卡片容器 */
.cards-container {
    display: flex;
    gap: 4vw;
    justify-content: center;
    align-items: stretch;
    margin: 4vh 0 2vh 0;
    padding: 0 2vw;
}

/* 认证卡片基础样式 */
.certification-card {
    flex: 1;
    border-radius: 10px;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}





/* 卡片头部 */
.card-header {
    position: relative;
    z-index: 2;
    margin-bottom: 2vh;
}

.card-title {
    color: white;
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 卡片插图区域 */
.card-illustration {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    /* margin: 2vh 0; */
}

.card-image {
    max-width: 100%;
    /* max-height: 200px; */
    width: auto;
    height: auto;
    object-fit: contain;
    /* filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)); */
    /* transition: transform 0.3s ease; */
}

/* 卡片底部 */
.card-footer {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 2vh 0;
}

.card-subtitle {
    color: #000;
    font-size: 1vw;
    font-weight: bold;

    display: inline-block;
}

/* 卡片悬停效果 */
.certification-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.certification-card:hover .card-image {
    transform: scale(1.05);
}

/* 卡片点击效果 */
.certification-card:active {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease;
}

.certification-card:active .card-image {
    transform: scale(1.02);
}

.certification-card:hover::before {
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15) 2px, transparent 2px),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.08) 50%, transparent 60%);
}

.shiwuImgBox{
    position: relative;
}
.shiwuImg{
    max-width: 100%;
    height: auto;
    margin-bottom: 2vh;
}
.shiwuImgBtn{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background: linear-gradient(270deg, rgba(255, 157, 28, 1) 0%, rgba(254, 116, 11, 1) 100%);
    display: flex;
    color: white;
    padding: 0.5vw 1.5vw;
    border-radius: 20px;
    align-items: center;
    font-size: 1vw;

}
.shiwuImgBtnImg{
    background: url('../image/talent-jili/rightImg.png');
    background-size: 100% 100%;
    width: 1.2vw;
    height: 1.2vw;
    margin-left: 0.5vw;
}
.baipishuContentOne{
    /* display: flex;
    gap: 2vw;
    margin: 1vw 0; */
    margin-bottom: 2vh;
}
.contentOneBox{
    display: flex;
    align-items: center;
    width: 40%;
    /* flex: 2; */
    background-color: #fff;
    border-radius: 10px;
    padding: 0 2vw;
    height: 20vh;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contentOneBox:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}
.contentOneLeftImg{
width: 6vw;
height: 6vw;
}
.contentOneRightTitle{
font-size: 1vw;
}
.contentOneRightSubTitle{
font-size: 0.8vw;
color: rgba(10, 116, 209, 1);
}
.contentOneRight{
    margin-left: 2vw;
     width: 100%;
}
.contentOneRightBottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1vh;
   
}
.contentOneRightImg{
    width: 6vw;
}
/* 卡片箭头圆圈 */
.card-arrow-circle {
    position: static;
    width: 1.5vw;
    height: 1.5vw;
    background: linear-gradient(90deg, rgba(15, 143, 255, 1) 0%, rgba(82, 174, 235, 1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    align-self: flex-start;
    margin-top: 1.5vh;
}

.card-arrow-circle:hover {
    transform: scale(1.1);
}

.card-arrow-circle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}
/* 移动端触摸优化 */
@media (max-width: 1024px) {
    .certification-card {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
    
    .certification-card:active {
        transform: translateY(-2px);
        transition: transform 0.1s ease;
    }
    
    .certification-card:active .card-image {
        transform: scale(1.02);
    }
}

/* 响应式布局适配 */

/* 超小屏幕手机 (≤480px) */
@media (max-width: 480px) {
    .bannerBox{
        margin-top: 5vh;
        height: 20vh;
    }
    .bannerTitle{
        font-size: 16px;
    }
    .bannerTextImg{
        max-width: 15vw;
        height: auto;
        width: 15vw;
        margin-left: 5px;
    }
    .bannerSubTitle{
        font-size: 12px;
    }
    .cards-container {
        flex-direction: column;
        gap: 4vh;
        padding: 0 5vw;
        margin-top: 4vh;
    }
    
    .certification-card {
        max-width: 100%;
        /* min-height: 280px; */
        padding: 5vw 4vw;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    
    .card-title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 2vh;
    }
    
    .card-image {
        /* max-height: 100px; */
        width: auto;
        margin-bottom: 2vh;
    }
    
    .card-subtitle {
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 15px;
        text-align: center;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    
    .card-illustration {
        text-align: center;
        /* margin-bottom: 2vh; */
    }
    
    .card-footer {
        text-align: center;
        margin-top: auto;
    }
    .contentOneBox{
        width: 100%;
        height: 60px;
    }
    .contentOneLeftImg{
        width: 50px;
        height: 50px;
    }
    .contentOneRightTitle{
        font-size: 2vw;
    }
    .contentOneRightSubTitle{
        font-size: 1.5vw;
    }
    .contentOneRightImg{
        width: 15vw;
    }
}

/* 小屏幕手机 (481px-600px) */
@media (min-width: 481px) and (max-width: 600px) {
    .cards-container {
        flex-direction: column;
        gap: 4vh;
        padding: 0 6vw;
        margin-top: 4vh;
    }
    
    .certification-card {
        max-width: 100%;
        /* min-height: 300px; */
        padding: 4vw 3.5vw;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    
    .card-title {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 2vh;
    }
    
    .card-image {
        /* max-height: 120px; */
        width: auto;
        margin-bottom: 2vh;
    }
    
    .card-subtitle {
        font-size: 15px;
        padding: 10px 18px;
        border-radius: 18px;
        text-align: center;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    
    .card-illustration {
        text-align: center;
        /* margin-bottom: 2vh; */
    }
    
    .card-footer {
        text-align: center;
        margin-top: auto;
    }
}

/* 中等屏幕平板 (601px-768px) */
@media (min-width: 601px) and (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        gap: 3vh;
        padding: 0 8vw;
        margin-top: 4vh;
    }
    
    .certification-card {
        max-width: 100%;
        /* min-height: 320px; */
        padding: 3.5vw 3vw;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    
    .card-title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 2vh;
    }
    
    .card-image {
        /* max-height: 140px; */
        width: auto;
        margin-bottom: 2vh;
    }
    
    .card-subtitle {
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 20px;
        text-align: center;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    
    .card-illustration {
        text-align: center;
        /* margin-bottom: 2vh; */
    }
    
    .card-footer {
        text-align: center;
        margin-top: auto;
    }
}

/* 大屏幕平板 (769px-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .cards-container {
        flex-direction: row;
        gap: 2vw;
        padding: 0 4vw;
        margin-top: 4vh;
    }
    
    .certification-card {
        flex: 1;
        min-height: 360px;
        padding: 2.5vw 2vw;
        border-radius: 20px;
    }
    
    .card-title {
        font-size: 1.2vw;
        line-height: 1.4;
        margin-bottom: 2vh;
    }
    
    .card-image {
        /* max-height: 160px; */
        width: auto;
        margin-bottom: 2vh;
    }
    
    .card-subtitle {
        font-size: 1vw;
        padding: 10px 18px;
        border-radius: 20px;
        text-align: center;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    
    .card-illustration {
        text-align: center;
        /* margin-bottom: 2vh; */
    }
    
    .card-footer {
        text-align: center;
        margin-top: auto;
    }
}



