.bannerBox{
    /* background: url("../image/talent-yindao/banner.png") center/cover no-repeat; */
    background: url('../image/talent-lead/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;
}
.baipishu{
    padding: 1vw 10vw 8vh;
    background:  url('../image/index/BankBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat, ;
    background-position: bottom center;
}
.baipishuContentOne{
    display: flex;
    gap: 2vw;
    margin: 1vw 0;
}
.contentOneBox{
    display: flex;
    align-items: center;
    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;
}
.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;
}
.contentTwoLeft{
/* font-size: 0.9vw; */
}
.contentTwoRightImg{
    width: 7vw;
 
}

.twoBannerImg{
    width: 100%;
    margin-top: 2vh;
}
@media (max-width: 480px) {

}
@media (max-width: 768px) {
    .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;
    }
    .contentOneRightTitle{
        font-size: 12px;
    }
    .contentOneRightSubTitle{
        font-size: 9px;
    }
    .card-arrow-circle svg {
        width: 15px;
        height: 15px;
    }
    .contentOneBox{
        flex: 1;
        width: 100%;
        height: 10vh;
    }
    .conTwoBox{
        width: 100%;
        height: 10vh;
        margin-top: 10px;
    }
    .baipishuContentOne{
        display: block;
    }
    .contentOneLeftImg{
        width:50px;
        height: 50px;
    }
    .contentOneRightImg{
        width: 65px;
    }
    .contentTwoLeftTitle{
        font-size: 12px;
    }
    .contentTwoRightImg{
        width: 60px;
        height: 60px;
    }
    .card-arrow-circle{
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {

}
@media (max-width: 1200px) {
    
}