.com-home-banner[data-v-13abe96c] {
    position: relative;
    margin: 0px 20px 0;
    min-height: 670px;
    overflow: hidden;
    
    border-radius: 8px;
    flex: 1;
}
.com-home-banner .video-bg[data-v-13abe96c] {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
}
.com-home-banner .video-bg video[data-v-13abe96c] {
    width: 100%;
    height: 100%;
}
.com-home-banner .banner-mask[data-v-13abe96c] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%, #000000 100%);
}
.com-home-banner .banner-content[data-v-13abe96c] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex
;
    align-items: center;
    justify-content:center ;
    flex-direction: column;
}
.com-home-banner .banner-content .banner-title[data-v-13abe96c] {
    font-weight: 600;
    font-size: 70px;
    color: #fff;
    height: 93px;
    line-height: 93px;
}
.com-home-banner .banner-content .banner-subtitle[data-v-13abe96c] {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 45px;
    height: 40px;
    line-height: 40px;
}
.com-home-banner .banner-content .banner-btn[data-v-13abe96c] {
    width: 136px;
    height: 48px;
    color: #000;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 94px;
    transition: all .3s;
}
.com-talent-wrap[data-v-744c8654] {
    height: 857px;
    display: flex;
    overflow: hidden;
}
.com-talent-wrap .content[data-v-744c8654] {
    display: flex
;
    justify-content: space-between;
    position: relative;
    width: 1468px;
    margin: 0 auto;
}
.com-talent-wrap .content .right-flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 414px;
}
.com-talent-wrap .content .right-flow .talent-title {
    font-size: 54px;
    font-weight: 600;
    color: #333;
}
.com-talent-wrap .content .right-flow .talent-subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #3339;
    margin-top: 15px;
    margin-bottom: 60px;
}
.com-talent-wrap .content .right-flow .talent-btn {
    display: block;
    text-decoration: none;
    width: 136px;
    height: 48px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    border-radius: 24px;
    transition: all .3s;
}
.com-talent-wrap .content .left-flow {
    display: flex
;
    position: absolute;
    height: 100%;
    left: 414px;
    transition: transform .3s;
}
.com-talent-wrap .content .left-flow .has-animate {
    transition: transform 1s cubic-bezier(.17,.64,.5,1);
}
.mr22 {
    margin-right: 22px;
}
.mr22 {
    margin-right: 22px;
}
.com-talent-wrap .content .left-flow .has-animate .card-item {
    background: #ffffff;
    width: 327px;
    height: 394px;
    border-radius: 14px;
    margin-bottom: 22px;
    overflow: hidden;
}
.com-talent-wrap .content .left-flow .has-animate .card-item video {
    width: 100%;
    height: 100%;
}
.video-box{
    position: relative;
    clear: both;
    height: 500px;
    width: 100%;
}
 .video-box .video-1 {
    position: absolute;
    left: 0;
    background: #9a9a9a;
    width: 1004px;
    height: 513px;
    border-radius: 20px;
    overflow: hidden;
}
 .video-box .video-1 video {
    width: 100%;
    height: auto;
}
 .video-box .video-2[data-v-0f369383] {
    position: absolute;
    right: 0;
    top: 118px;
    width: 488px;
    height: 322px;
    border-radius: 20px;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
 .video-box .video-2 img[data-v-0f369383] {
    width: 100%;
    height: 100%;
}
.roll-row {
    width: 100%;
    justify-content: center;
}
.roll-row .roll-item {
    margin-right: 20px;
}
.roll-row .roll-item .roll-card {
    width: 360px;
    height: 261px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.roll-row .roll-item .roll-card .roll-info .roll-title {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.roll-row .roll-item .roll-card img {
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}
.roll-row .roll-item .roll-card .roll-info {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    padding: 30px;
}
.roll-row .roll-item .roll-card .roll-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 197px;
    z-index: 2;
    width: 100%;
    pointer-events: none;
}
.roll-row .roll-item .roll-detail {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 0 10px;
    margin-top: 30px;
}
.roll-row .roll-item .roll-detail .detail-item {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.roll-row .roll-item .roll-detail .detail-item .detail-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-right: 25px;
}
.roll-row .roll-item .roll-detail .detail-item .detail-desc {
    font-size: 13px;
    color: #666;
}