body {
    font-size: 12px;
}
.topbar-wrapper {
    width: 100%;
    height: 30px;
    background: #EAEDF1;
    border-bottom: 1px solid #eee;
}
.topbar-wrapper {
    box-sizing: border-box;
}
.topbar-wrapper ul {
    list-style: none;
}
.topbar-wrapper{
    margin: 0;
    padding: 0;
}
.topbar {
    max-width: 1200px;
    line-height: 30px;
    margin: 0 auto;
    color: #666;
}
.topbar-left{
    float:left;
}
.topbar-right{
    float:right;
}
.topbar-wrapper .topbar-left .user-panel li{
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}
.topbar-wrapper .topbar-right .user-panel li{
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}
.topbar-wrapper li{
    list-style-type: none;
}
.topbar-wrapper ul {
    margin: 0;
    padding: 0;
}
.topbar-wrapper a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 12px;
}
.topbar-wrapper a:hover{
    color: #29BECE;
}
.user-panel-line{
    width: 1px;
    height: 12px;
    background: #666666;
}