.topbar-wrapper {
    width: 100%;
    height: 55px;
}
.topbar-wrapper {
    box-sizing: border-box;
}
.topbar-wrapper{
    margin: 0;
    padding: 0;
}
.topbar {
    max-width: 1200px;
    line-height: 34px;
    margin: 0 auto;
    color: #666;
}
/*.topbar a:visited{*/
/*    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{
    float: left;
    margin-left: 24px;
    cursor: pointer;
}
.topbar-wrapper .topbar-right .user-panel>li:last-child{
    cursor: default;
}
.language{
    padding-left: 8px;
    user-select: none;  /* Chrome */
    -ms-user-select: none; /* IE */
    -moz-user-select: none; /* FireFox */
}
.language>img {
    width: 11px;
    margin-top: -2px;
    margin-left: 4px;
    height: 11px;
}
.select-language{
    position: absolute;
    width: 100px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    border-radius: 2px;
    z-index: 999;
}
/*.select-language:before{*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    top: -15px;*/
/*    right: 0px;*/
/*    position: absolute;*/
/*    border: 10px solid;*/
/*    border-color: transparent transparent #fff;*/
/*}*/
.select-language>li{
    float: none;
    cursor: pointer;
    background: #fff;
    font-size: 12px;
    padding: 4px 12px;
    line-height: 20px;
}
.select-language-selected{
    color: #0066FF !important;
}
.topbar-wrapper li{
    list-style-type: none;
}
.topbar-wrapper ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.topbar-wrapper a {
    font-family: PingFangSC-Regular;
    color: #68769C;
    letter-spacing: 0;
    line-height: 12px;
    font-size: 14px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 400;
}
.topbar-wrapper a:hover{
    color: #0066FF !important;
}
.user-panel-line{
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: -1px 9px!important;
    background: #666666;
}
.register-button{
    font-size:14px !important;
    font-family:PingFang SC !important;
    font-weight:500 !important;
    color:rgba(0,102,255,1) !important;
    line-height:12px !important;
}
.navbar-line{
    width: auto;
    height: 5px;
    background: rgba(0,102,255,1);
    border-radius: 3px;
    margin-top: 6px;
    display: none;
}
.selected-service{
    color: #68769C;
    letter-spacing: 0;
    line-height: 12px;
    font-size: 14px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 400;
}
.selected-service-icon-down :hover{
    color: #0066FF;
}
.selected-service-icon-origin :hover{
    color: #0066FF;
}
.service-option{
    width:100px;
    color: #68769C;
}
.select-language :hover{
    background-color: #F6F8F9;
}
.work-place-button{
    width: 104px;
    height: 30px;
    background: rgba(0,102,255,1);
    border-radius: 17px;
    font-size: 14px;
    font-family:PingFang SC;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 15px;
    border: none;
    margin-left: 18px;
    padding-bottom: 1px;
}