.header-box {
  position: fixed;
  z-index: 2;
  width: 100%;
  transition: 0.1s ease-in-out;
}
.header-content {
  height: 65px;
  line-height: 65px;
  color: #FFF;
  margin-top: 1rem;
  transition: margin .2s linear;
}
.header-content h1 {
  margin-top: 10px;
}
.header-content .logo-intro {
  font-size: 2.2rem;
  color: #ffffff;
  margin-left: 5px;
  padding: 2px 10px;
}
.header-content .nav-list a {
  position: relative;
  margin: 0 20px;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: 100;
  padding: 5px 4px;
}
.header-content .nav-list a:hover,
.header-content .nav-list a.active {
  border-bottom: 4px solid #1ab394;
}
.header-content .nav-list a.hot span {
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  right: -18px;
  top: -1px;
  background: url("../../images/index/icon-hot.png") no-repeat;
}
.header-content .header-user .icon-phone {
  background: url("../../images/icon-phone.png") 0 center no-repeat;
  padding-left: 32px;
  display: inline-block;
  font-size: 16px;
}
.header-content .header-user a {
  padding: 8px 20px;
  border: 1px solid #FFF;
  color: #FFFFFF;
  border-radius: 2px;
  margin-left: 10px;
  text-decoration: none;
}
.header-content .header-user a:hover,
.header-content .header-user a.active {
  background: #FFF;
  color: #000;
}
.header-content .uerLogin .console {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 15px;
  color: #fff;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.header-content .uerLogin .head-portrait {
  position: relative;
}
.header-content .head-portrait img {
  width: 30px;
}
.header-content .head-portrait-box {
  width: 150px;
  height: 172px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 999;
  right: 0;
  text-align: center;
}
.header-content .head-portrait-box:before {
  content: "";
  border-bottom: 5px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -5px;
  right: 11px;
}
.header-content .head-portrait-box ul {
  margin: 0;
  padding: 0;
}
.header-content .head-portrait-box ul li {
  line-height: 35px;
  color: #464646;
}
.header-content .head-portrait-box ul li.verified {
  background: url("../../images/dh.png") 29px center no-repeat;
  padding-left: 20px;
  color: #44b778;
}
.header-content .head-portrait-box ul li.unverified {
  color: #5792ff;
}
.stuck.header-box {
  background: rgba(28, 29, 46, 0.8) !important;
  margin-top: 0;
}
.stuck.header-box .header-content {
  margin-top: 0;
}
