body{
    font-family: "Microsoft YaHei" !important;
}
.container-header {
    width: 100%;
    position: fixed;
    height: 44px;
    left: 0;
    top: 0;
    background-color: white;
    border-top: 1px solid #e8e8e8;
    font-size: 16px;
    z-index: 1000;
    box-shadow: 0px 0px 7px 0px #e8e8e8;
}
.container-header a {
    width: 50px;
    height: 44px;
    line-height: 44px;
    float: left;
    color: #555;
    text-align: center;
}
.container-border {
    padding-top: 40px;
}
.container-header a{
    text-decoration: none;
}
a.header-logs {
    margin-left: 4px;
}
.header-on{
    position: relative;
    color:#dd4f50!important;
    font-weight: 600;
}
.header-on:before{
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    background-color: #dd4f50;
}