.header-box{
  border: 0 !important;
}
.new-header{
  height: 60px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.new-header .search-box-new {
  margin-left: auto;
  display: flex !important;
  align-items: center;
  margin-right: 20px;
}
.new-header .search-box-new #search-input{
  padding-left: 20px;
  width: 260px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #EAEBED;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #606266;
}
.new-header .search-box-new .search-btn{
  width: 60px;
  height: 36px;
  background: linear-gradient(90deg, #3389ff 0%, #52b3ff 100%);
    border: none;
  color: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  height: 36px;
  width: 60px;
}
.new-header .search-box-new .search-btn:focus{
  outline:none
}

.new-header .search-box-new .search-btn .search-btn_icon{
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  background: url(/static/csb_main/img/icon_search_white.png) center/contain no-repeat;
}
.login-box a{
font-size: 14px;
font-weight: 500;
color: #399BFF !important;
line-height: 20px;
}
.login-box .logined a{
color: #3F424F !important;
}
 .login-box .logined .head-box {
  position: relative;
  margin-left: 30px;
}

 .login-box .logined .head-box .head-img .img-box img {
  width: 25px;
  height: 25px;
  border-radius: 20px;
}

 .login-box .logined .head-box .head-img .user-name {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 8px;
}
.img-box img{
  width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 6px;
}