body {
    width: 100vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

/* 首页标题 */
.company-title-box {
    width: 92%;
    height: 3rem;
    border-bottom: #DCDCDC 1px solid;
    text-align: center;
    line-height: 3rem;
    color: #232323;
    font-size: 1.65rem;
    font-weight: 500;
}

.company-banner-box {
    width: 92%;
    height: 11rem;
    margin-top: 4%;
}

.company-details {
    width: 86%;
    height: auto;
    margin-top: 4%;
}

/* 底部tab栏 */

.tabbar-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.9375rem;
    background-color: #0086E6;
    display: flex;
}

.tabbar-item-box {
    flex: 1;
    height: 100%;
}

.tabbar-item-a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.tabbar-icon-box {
    width: 1.9rem;
    height: 1.5625rem;
    margin-top: 9%;
}

.tabbar--item-text {
    width: 100%;
    height: 0.7rem;
    margin-top: 5%;
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #3C3C3C;
    font-weight: 400;

}

.tabbar--item-text.selected {
    font-weight: bold;
    color: #FCFCFC;
}