#headerMobile {
  width: 100%;
  height: 64px;
  padding: 0 0.8533333333rem;
  position: fixed;
  top: 0;
  background: rgb(13, 16, 46);
  z-index: 1000000000000000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#headerMobile #logo {
  width: 1.2rem;
  height: 100%;
  cursor: pointer;
}
#headerMobile #logo img {
  width: auto;
  height: 0.6666666667rem;
}
#headerMobile .navBar_icon {
  flex-direction: column;
  align-items: flex-end;
}
#headerMobile .navBar_icon .navBar_icon_line1 {
  width: 0.5733333333rem;
  height: 0.1066666667rem;
  background: #ffffff;
  border-radius: 0.0533333333rem;
}
#headerMobile .navBar_icon .navBar_icon_line2 {
  width: 0.4rem;
  height: 0.1066666667rem;
  margin-top: 0.2266666667rem;
  background: #ffffff;
  border-radius: 0.0533333333rem;
}
#headerMobile #menuModal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  display: none;
}
#headerMobile #menuList {
  width: 64%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -64%;
  background: #FFFFFF;
  border-radius: 0.6666666667rem 0px 0px 0.6666666667rem;
  transition: all 0.3s;
  z-index: 20;
}
#headerMobile #menuList .navbar {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 0.2933333333rem;
  cursor: pointer;
}
#headerMobile #menuList .active {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #000;
  line-height: 0.2933333333rem;
}
#headerMobile .menu_close {
  width: 100%;
  padding-top: 1.625rem;
  padding-left: 2rem;
}
#headerMobile .menu_close img {
  width: 0.875rem;
  height: 0.875rem;
}
#headerMobile .menu_list {
  width: 100%;
  margin-top: 1rem;
}/*# sourceMappingURL=header.css.map */