.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 2px 8px #ccc;
    z-index: 100;
}

header .head {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    font-size: 16px;
    min-width: 800px;
}

header .userinfo {
    float: left;
    font-size: 0;
}

#userlogo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #f2bb63;
    /*margin-top: 20px;*/
}

header .top-logo {
    float: left;
    width: 110px;
    margin-top: 15px;
    cursor: pointer;
}

header #menu {
    float: left;
}

header #navschoolname {
    float: left;
    margin-left: 5px;
    max-width: 160px;
    overflow: hidden;
    font-size: 12px;
    color: #f2bb63;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 26px;
}

header #navusername {
    display: inline-block;
    vertical-align: middle;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 15px;
    line-height: 60px;
    font-size: 14px;
}

header #menu > .menu-item {
    float: left;
    height: auto;
    text-align: center;
    list-style-type: none;
    margin-left: 0px;
    padding: 0 25px;
}

header #menu > .menu-item > a {
    text-decoration: none;
    color: #222;
    font-size: 12px;

}

header #menu > .menu-item > a:hover {
    color: #fde2b9;
}

hearder #menu .in-user-info {
    display: inline-block;
}

.logBtn {
    float: right;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    color: #2c2c2c;
    cursor: pointer;
}

.logBtn:hover {
    color: #ccc;
}

.right-wrap {
    float: right;
}

