@charset "UTF-8";
.header-box {
  width: 100%;
  background: url("https://hsy1.zupu.cn/static/web/img/header-bg.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.header-box #common-nav-bar-1 {
  width: 100%;
  height: 80px;
  position: relative;
}

.header-box a {
  text-decoration: unset;
}

.header-box .header {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box .left {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: auto;
  height: 100%;
}

.header-box .icon {
  width: 106px;
  height: 33px;
}

.header-box .tabs {
  height: 100%;
  display: flex;
  margin-left: 65px;
  float: left;
  font-family: sans-serif, MicrosoftYaHei;
}

.header-box .tabs .tab {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  cursor: pointer;
  margin-right: 4px;
  float: left;
}

.header-box .tabs .arrow-down {
  width: 10px;
  height: 7px;
  margin-left: 7px;
  margin-top: 4px;
}

.header-box .tabs .name {
  line-height: normal;
  padding: 4px 20px 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 7px;
}

.header-box .tabs .name:hover {
  background: #B30C20;
  font-weight: 600;
}

.header-box .tabs .name.active {
  position: relative;
  background: #B30C20;
  font-weight: 600;
}

.header-box .tabs .name.active::after {
  content: '';
  display: block;
  background: url("https://hsy1.zupu.cn/static/web/img/header-mark.png");
  position: absolute;
  right: 0;
  top: -4px;
  width: 24px;
  height: 24px;
}

.header-box .info {
  padding: 4px 20px 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 7px;
  cursor: pointer;
}

.header-box .info:hover {
  background: #B30C20;
  font-weight: 600;
}

.header-box .info.active {
  position: relative;
  background: #B30C20;
  font-weight: 600;
}

.header-box .info.active::after {
  content: '';
  display: block;
  background: url("https://hsy1.zupu.cn/static/web/img/header-mark.png");
  position: absolute;
  right: 0;
  top: -4px;
  width: 24px;
  height: 24px;
}

.header-box .zp-tab-item .fix-header {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  height: 68px;
  background: #E1E1E1;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.header-box .zp-tab-item .fix-header .fix-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.header-box .zp-tab-item .fix-header .fix-header-inner .fixed {
  height: 68px;
  line-height: 68px;
}

.header-box .zp-tab-item .fix-header .fix-header-inner .fixed-name {
  position: relative;
  margin-right: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  float: left;
  text-decoration: unset;
}

.header-box .zp-tab-item .fix-header .fix-header-inner .fixed-name:last-child {
  margin-right: unset;
}

.header-box .zp-tab-item .fix-header .fix-header-inner .fixed-name:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 17px;
  background: #292929;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.header-box .zp-tab-item .fix-header .fix-header-inner .fixed-name:hover {
  font-weight: 700;
  color: #B30B20;
}

.header-box .zp-tab-item .fix-header .fix-header-inner .fixed-name.active {
  font-weight: 700;
  color: #B30B20;
}

.header-box .logged {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  min-width: 121px;
  float: right;
  font-size: 16px;
}

.header-box .logged:hover .logged-fixed {
  display: block;
}

.header-box .logged:hover .name {
  color: #666;
}

.header-box .logged .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.header-box .logged .name {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 0 6px;
}

.header-box .logged .active-info-box {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: -4px;
  background-color: #FD605F;
  z-index: 1000;
}

.header-box .logged .arrow-down {
  width: 10px;
  height: 7px;
}

.header-box .logged .arrow-top {
  width: 10px;
  height: 7px;
}

.header-box .logged .logged-fixed {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  min-width: 121px;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.header-box .logged .logged-fixed .origin-box {
  min-width: 121px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box .logged .logged-fixed .fixed-name {
  display: inline-block;
  min-width: 121px;
  height: 32px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 4px;
}

.header-box .logged .logged-fixed .fixed-name:last-child {
  margin-bottom: 0;
  cursor: pointer;
}

.header-box .logged .logged-fixed .fixed-name:hover {
  background-color: #b20b30;
  color: #ffffff;
}

.header-box .logged .logged-fixed .my-info-box {
  position: relative;
  left: 0;
  top: 0;
}

.header-box .logged .logged-fixed .my-notice-info {
  position: relative;
  left: 0;
  top: 0;
}

.header-box .logged .logged-fixed .my-notice-info::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 20px;
  background-color: #FD605F;
  z-index: 1000;
}

.header-box .header-vip {
  display: inline-flex;
  width: 54px;
  height: 26px;
  margin-left: 4px;
  cursor: pointer;
}

.header-box .header-vip .img {
  width: 100%;
  height: 100%;
}

.header-box .to-top-box-info {
  display: none;
  position: fixed;
  bottom: 172px;
  left: 50%;
  transform: translateX(calc(720px - 50%));
  z-index: 5;
}

@media screen and (max-width: 1527px) {
  #toTopBox {
    transform: translateX(calc(620px - 50%));
  }
}

@media screen and (max-width: 1480px) {
  #toTopBox {
    transform: translateX(calc(560px - 50%));
  }
}

@media screen and (max-width: 1380px) {
  #toTopBox {
    transform: translateX(calc(480px - 50%));
  }
}

@media screen and (max-width: 1280px) {
  #toTopBox {
    transform: translateX(calc(440px - 50%));
  }
}

/* 广告位 */
.includeAdv {
  width: auto;
  height: auto;
  margin: 0px auto 0px;
  text-align: center;
}

.includeAdv .ewmIMg {
  width: 100%;
  height: 100%;
  position: relative;
}

.includeAdv .closeAdv {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}

#include-common-login {
  opacity: 0;
  overflow: hidden;
  position: fixed;
  z-index: -100;
}

#include-common-login.zp-cloak {
  opacity: 1;
  overflow: visible;
  position: unset;
  z-index: unset;
}
