.efc-page-tabs{
    position: relative;
    height: 56px;
    background: #ffffff;
}
.efc-page-tabs .tabs{
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 1280px;
    max-width: 80vw;
    transform: translateX(-50%);
    padding-left: 0;
    padding-right: 0;
    border-bottom: 7px solid #09357F;
    display: flex;
}
.efc-page-tabs .tabs div{
    /* min-width: 440px; */
    padding: 7px 30px;
    cursor: pointer;
    background: #F2F6FB;
    font-size: 24px;
    color: #3E3A39;
    text-align: center;
}
.efc-page-tabs .tabs div.active{
    background: #09357F;
    color: #FFFFFF;
}
/* tabs 内容区 */
.tabs-content p.title{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #3E3A39;
    margin-bottom: 20px;
    margin-top: 45px;
}
.tabs-content p.title::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 15px;
}
.tabs-content .picture-box{
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 40px;
} 
.tabs-content .picture-box .caption{
    font-weight: bold;
    font-size: 20px;
    color: #09357F;
}
.tabs-content .picture-box .title-line{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    color: #09357F;
    gap: 20px;
    padding: 15px 15px 0 15px;
    margin-bottom: 50px
}
.tabs-content .picture-box .left-line,
.tabs-content .panel .left-line {
    width: 8px;
    border-radius: 5px;
    background-color: #00A0E9;
}
.tabs-content .picture-box .right-bottom-line,
.tabs-content .panel .right-bottom-line{
    flex: 1;
    height: 4px;
    margin-top: 22px;
    background-color: #00A0E9;
    border-radius: 2px;
}

@media (max-width: 992px) {
    .efc-page-tabs .tabs div{
        width: 50%;
    }
    /* .virus-tabs-content ul.service-list{
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (max-width: 767px) {
    /* .virus-page .page-top-content{
        padding: 6.4rem 0 2rem 0;
    } */
    .efc-page-tabs .tabs div{
        min-width: 50%;
        font-size: 16px;
        padding: 7px 10px;
    }
}