.tab {
    min-width: 1500px;
    display: flex;
    /* height: 80px; */
    align-items: center;
    border-bottom: 1px solid #ededed;
}

.tab-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.tab-middle {
    color: #404040;
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.tabbar-item {
    padding: 25px 15px;
    text-align: center;
    font-size: 14px;
}

.tabbar-item:hover {
    background: #c00301;
    color: #fff;
}

.tab-right {
    display: flex;
    padding: 25rpx;
    align-items: center;
    width: 25%;
    justify-content: center;
}

.phone {
    display: flex;
    font-size: 14px;
    color: #1a1a1a;
}

.phone img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

.msg {
    margin-left: 30px;
}

.navBarWrap {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.navBarWrap {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}