@import "common.css";
.header-box {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-box .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box .header .logo {
  width: 1.15625rem;
  height: 0.359375rem;
}
.header-box .header .right {
  max-width: 11.1953125rem;
  display: flex;
  align-items: center;
}
.header-box .header .right .tab {
  display: flex;
}
.header-box .header .right .tab .item {
  position: relative;
  width: 0.8984375rem;
  height: 0.8203125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.390625rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.125rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.header-box .header .right .tab .item .ename {
  margin-top: 0.078125rem;
  font-size: 0.09375rem;
}
.header-box .header .right .tab .item:hover {
  color: #fff;
}
.header-box .header .right .tab .item:last-child {
  margin-right: 0;
}
.header-box .header .right .tab .item.on {
  color: #fff;
  font-weight: bold;
}
.header-box .header .right .tab .item.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.484375rem;
  height: 0.015625rem;
  background: #ffffff;
}
.header-box .header .right .line {
  width: 0.0078125rem;
  height: 0.1953125rem;
  background: #ffffff;
  opacity: 0.3;
  margin: 0 0.46875rem;
}
.header-box .header .right .wechat-box {
  position: relative;
}
.header-box .header .right .wechat-box:hover .popup {
  display: block;
}
.header-box .header .right .wechat-box .wechat {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-theme-color);
  cursor: pointer;
}
.header-box .header .right .wechat-box .wechat .jy-iconfont {
  font-size: 0.15625rem;
}
.header-box .header .right .wechat-box .popup {
  position: absolute;
  display: none;
  right: 0;
  margin-top: 0.390625rem;
  padding: 0.0390625rem 0.0390625rem 0.1171875rem;
  border-radius: 0.0625rem;
  background-color: #fff;
}
.header-box .header .right .wechat-box .popup::before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.34375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1953125rem 0.1953125rem 0.390625rem 0.1953125rem;
  border-color: transparent transparent #fff transparent;
}
.header-box .header .right .wechat-box .popup .pic {
  position: relative;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
}
.header-box .header .right .wechat-box .popup .name {
  font-size: 0.140625rem;
  color: #333333;
  text-align: center;
  margin-top: 0.0546875rem;
}
.header-box .header .right .btn {
  margin-left: 0.140625rem;
  width: 0.9609375rem;
  height: 0.296875rem;
  background: #ffffff;
  border-radius: 0.1484375rem;
  text-align: center;
  line-height: 0.296875rem;
  font-size: 0.125rem;
  color: var(--pc-theme-color);
  cursor: pointer;
}
.header-box .header .right .btn .jy-iconfont {
  font-size: 0.1171875rem;
  margin-right: 0.046875rem;
}
.header-box .header.home {
  background-color: #fff;
}
.header-box .header.home .right .tab .item {
  color: rgba(153, 153, 153, 0.6);
}
.header-box .header.home .right .tab .item:hover {
  color: var(--pc-theme-color);
}
.header-box .header.home .right .tab .item.on {
  color: var(--pc-theme-color);
}
.header-box .header.home .right .tab .item.on::after {
  background: var(--pc-theme-color);
}
.header-box .header.home .right .wechat-box .wechat {
  background: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
.header-box .header.home .right .btn {
  background: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
.header-box .header.other {
  position: sticky;
  background-color: #fff;
}
.header-box .header.other .right .tab .item {
  color: rgba(153, 153, 153, 0.6);
}
.header-box .header.other .right .tab .item.on {
  color: var(--pc-theme-color);
}
.header-box .header.other .right .tab .item.on::after {
  background: var(--pc-theme-color);
}
.header-box .header.other .right .tab .item:hover {
  color: var(--pc-theme-color);
}
.header-box .header.other .right .wechat-box .wechat {
  background: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
.header-box .header.other .right .btn {
  background: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
.header-box .popup-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-box .popup-box .popup {
  width: 2.3515625rem;
  padding: 1.078125rem 0.25rem 0.203125rem 0.2421875rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-box .popup-box .pic {
  width: 100%;
  height: 1.859375rem;
}
.header-box .popup-box i {
  font-size: 0.375rem;
  margin-top: 0.28125rem;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.header-box .mb-header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0.52rem 0.56rem;
  background-color: #fff;
}
.header-box .mb-header .logo {
  width: 2.94rem;
  height: 0.92rem;
}
.header-box .mb-header .btn {
  width: 1.14rem;
  height: 1.14rem;
  background: var(--pc-mb-head-btn-bg);
  color: var(--main-color);
  border-radius: 50%;
  margin-left: 0.4rem;
}
.header-box .mb-header .btn:first-child {
  margin-left: 0;
}
.header-box .mb-header .btn .bzjygw-gengduo {
  font-size: 0.52rem;
}
.header-box .mb-header .btn .bzjygw-weixin {
  font-size: 0.58rem;
}
.header-box .mb-header .send {
  width: 3.48rem;
  height: 1.12rem;
  background: var(--pc-mb-head-btn-bg);
  color: var(--main-color);
  border-radius: 0.56rem;
  margin-left: 0.42rem;
  font-size: 0.48rem;
}
.header-box .mb-header .send i {
  font-size: 0.46rem;
  margin-right: 0.24rem;
}
.header-box .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-box .mask .popup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7.42rem;
  background-image: url("../assets/images/mb-header-popup-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header-box .mask .popup .close {
  width: 100%;
  padding: 0.9rem 0.76rem 0.8rem;
}
.header-box .mask .popup .close i {
  font-size: 0.92rem;
  margin-left: auto;
  color: #999;
}
.header-box .mask .popup .tab {
  width: 100%;
  border-top: 0.02rem solid #dedede;
  padding-left: 0.62rem;
}
.header-box .mask .popup .tab .item {
  width: 100%;
  padding: 0.72rem 0.44rem 0.72rem 0;
  border-bottom: 0.02rem solid #dedede;
  color: #221715;
}
.header-box .mask .popup .tab .item .name {
  font-size: 0.56rem;
}
.header-box .mask .popup .tab .item .ename {
  font-size: 0.4rem;
  color: #999999;
  margin-top: 0.24rem;
}
.header-box .mask .popup .tab .item i {
  font-size: 0.36rem;
}
@media screen and (max-width: 768px) {
  .header-box .popup-box .popup {
    width: 7.94rem;
    padding: 3.14rem 0.78rem 0.54rem 0.8rem;
    background-image: url("../assets/images/head-send-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header-box .popup-box .pic {
    width: 100%;
    height: 6.36rem;
  }
  .header-box .popup-box .pic.wechat {
    width: 7.94rem;
    height: auto;
  }
  .header-box .popup-box i {
    font-size: 1.26rem;
    margin-top: 0.8rem;
    opacity: 1;
  }
}
/*# sourceMappingURL=site_header.css.map */