.header-top {
  width: 100%;
  height: 32px;
  padding: 8px 0;
  background: #e6e6e6;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #656570;
}
.header-top .top {
  width: 1400px;
  margin: 0 auto;
}
.header-top .top .zhong {
  display: flex;
  align-items: center;
  margin:0 16px;
}
.header-top .top .zhong .login,
.header-top .top .zhong .noLogin {
  display: none;
}
.header-top .top .zhong img {
  margin-right: 6px;
}
.header-top .top .zhong .email {
  color: red;
}
.header-top .top .right .help,
.header-top .top .right .gouwuche {
  padding: 0 16px;
  color: #61646f;
  text-decoration: none;
  border-right: 1px solid #d8d8d8;
  cursor: pointer;
}
.header-top .top .right .change-site{
   padding: 0 16px;
  color: #61646f;
  text-decoration: none;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}
.header-top .top > a {
  width: 130px;
  border-right: 1px solid rgb(229, 229, 229);
  text-decoration: none;
  color: rgb(229, 26, 26);
  margin-right: 20px;
}

.header-top .deriveBox {
  display: none;
  width: 1400px;
  text-align: right;
  right: calc(50% - 700px);
  position: absolute;
  top: 32px;
}
.header-top .deriveBox a {
  font-size: 14px;
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 39px;
  border: 1px solid rgb(242, 243, 247);
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(101, 101, 112);
}
.header-top .top .right .iconfont {
  font-size: 14px;
  vertical-align: bottom;
}
