/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
.aboutUsSort {
    margin-top: 39px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    /* padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    border: 1px solid #F04040;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 22px;
    margin-right: 48px;
}
.tab:last-child {
    margin-right: 0;
}

.tabs a:nth-child(8n) .tab {
    margin-right: 0;
}

.tab.current {
    width: 130px;
    height: 40px;
    background: linear-gradient(180deg, #FF4747 0%, #FF6433 100%);
    border-radius: 10px;
    
}
.tab a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F04040 !important;
}
.tab.current a {
    color: #fff !important;
}

.tab.current:hover a {
    color: #000;
    ;
}

.aboutUsSort-content {
    margin-top: 53px;
}

.aboutUsSortContent p {
    /* width: 247px; */
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 2;
}

.aboutUsSortContent {
    display: none;
}

.aboutUsSortContent.current {
    display: block;
}

.aboutUsSortContent strong {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 37px;
    display: block;
}

.aboutUsSortContent b {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: 25px;
    display: block;
    margin-bottom: 15px;
}