#hd {
  width: 1200px;
}
#toptb {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background: #FF8E00;
  border-bottom: none;
}
#toptb a.showmenu {
  padding-right: 0;
}
.hdnav-content {
  padding: 0;
  background: none;
  max-width: 1216px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}
.hdnav-content .showmenu::after {
  display: none;
}
.my-spacehome {
  background: #f7a43c;
}
.space-hd .navz {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  height: 50px;
}
.hdnav {
  display: flex;
}
.hdnav li {
  margin-right: 1px;
}
.hdnav li span {
  display: none;
}
.space-hd .navz .logo a {
  height: 50px !important;
  padding: 0 !important;
  padding-right: 16px !important;
}
.space-hd .navz .logo a:hover {
  background-color: transparent;
}
.space-hd .navz .logo img {
  height: 30px;
}
.hdnav-content li {
  height: 50px;
  list-style: none;
}
.space-hd .hdnav-content li a {
  padding: 0 16px !important;
  font-size: 18px;
  height: 50px !important;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.space-hd .hdnav-content li a:hover {
  background: #e28005;
}
.space-hd .hdnav-content li.a {
  background: #f7a43c;
}
.nav-login {
  margin: 0 7px 0;
  color: #fff;
  font-size: 16px;
  height: 50px;
}

.hdnav-notify a:hover {
   background: transparent !important;
}
.nav-login-user {
  margin-right: 11px;
  height: 50px;
}
.nav-login .user_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
  margin-top: -3px;
}
.nav-login-info {
  display: flex;
  justify-content: space-evenly;
  padding: 1px 0;
  align-items: center;
}
.joy-flex {
  display: flex;
}
.nav-login-text {
  margin-right: 21px;
  font-size: 15px !important;
  font-weight: 700;
}
.space-hd .hdnav-content .nav-login li a {
  font-weight: 400 !important;
  font-size: 15px !important;
  padding: 0 8px !important;
}
.login-hi1 {
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../static/home/icon/hi1.svg) no-repeat 0 0;
  background-size: 80% !important;
  margin-top: 13px;
  margin-left: 34px;
  margin-right: -11px;
}
#user-um #toptb {
  display: none;
}
#user-um p, #user-um .vwmy {
  display: flex;
}