.about-header-wrap {
    background: #F2F2F2;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: default;
    margin: -5px 0 0 0;
    color: rgb(51, 51, 51);
}

.about-header-wrap .divider {
    font-size: 12px;
    margin: 0 35px;
}

.about-header-wrap a {
    position: relative;
    display: inline-block;
    width: 70px;
}

.about-header-wrap a>.border {
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -31px;
    width: 62px;
    height: 2px;
    background: rgb(213, 26, 24);
    display: none;
}

.about-header-wrap a.active, .about-header-wrap a:hover {
    color: rgb(213, 26, 24);
}

.about-header-wrap .active>.border {
    display: inline-block;
}
