.studenth5-body {
    width: 100vw;
    height: 100vh;
}

/* header */
.studenth5-header-nav {
    width: 100vw;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bolder;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.studenth5-header-nav .nav-name {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.studenth5-header-nav .nav-right,
.studenth5-header-nav .nav-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.studenth5-header-nav .nav-right {
    right: 10px;
}

.studenth5-header-nav .nav-left {
    left: 10px;
}

/* 内容 */
.content-box {
    padding-top: 45px;
    padding-bottom: 50px;
}

/* tabbar */
.studenth5-tabbar {
    width: 100vw;
    height: 50px;
    font-size: 12px;
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.studenth5-tabbar a {
    color: #444 !important;
}

.studenth5-tabbar a.active {
    color: #0081ff !important;
    font-weight: bolder;
}