@charset "UTF-8";
.login-box {
  color: #282828;
  font-size: 14px;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑,Arial", "sans-serif";
}

.login-box {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}
.login-box .login_container {
  margin: 0;
  -webkit-box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 343px;
  padding: 28px 0 34px;
  background: #fff;
  border-radius: 12px;
}
.login-box .title {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  text-align: left;
  font-size: 22px;
}
.login-box .title .doc {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #2a7efb;
}
.login-box .title .iconfontX {
  position: absolute;
  right: 12px;
  top: -20px;
  color: #c9c9c9;
  font-size: 26px;
  cursor: pointer;
}
.login-box #QrCodeFrame {
  width: 174px;
  height: 174px;
  background: #eee;
  margin: 35px 0 16px;
  position: relative;
}
.login-box #QrCodeFrame img {
  width: 100%;
  height: 100%;
}
.login-box .code_invalid {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.login-box .QrCodeFrame {
  padding: 0;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 174px;
  height: 174px;
  text-align: center;
  overflow: hidden;
}
.login-box .QrCodeFrame .QrCodeImg {
  width: 174px;
  height: 174px;
}
.login-box .tips {
  padding: 0;
  -webkit-box-sizing: border-box;
  width: 250px;
  height: 34px;
  background: #efefef;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #999;
  font-size: 16px;
}
.login-box .tips span {
  color: #2a8aef;
}
.login-box .msg {
  padding: 0;
  -webkit-box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 14px;
  color: #999;
}

#navBg {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.navBox {
  width: 10.8333rem;
  height: 0.6667rem;
  line-height: 0.6667rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navBox-left {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.navBox-left .logoBox {
  max-width: 2rem;
  height: 0.7rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: left;
}
.navBox-left .logoBox img {
  width: auto;
  height: 100%;
}
.navBox-left .navList {
  color: #fff;
  font-size: 20px;
  display: flex;
  text-align: center;
  padding-left: 0.2rem;
  font-weight: 300;
  flex: 1;
}
.navBox-left .navList .navItem {
  padding: 0 0.25rem;
  cursor: pointer;
  position: relative;
}
.navBox-left .navList .navItem a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.navBox-left .navList .navItem a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1667rem;
  background: #fff;
  height: 2px;
  left: 50%;
  right: 50%;
  transition: all 0.3s;
}
.navBox-left .navList .navItem:hover a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1667rem;
  background: #fff;
  height: 2px;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.navBox-left .navList .active > a {
  font-weight: 500;
}
.navBox-left .navList .active > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1667rem;
  background: #fff;
  height: 2px;
  left: 0;
  right: 0;
}
.navBox .navBox-right {
  display: flex;
  align-items: center;
  padding-left: 0.1667rem;
}
.navBox-right .loginButton {
  cursor: pointer;
  width: 0.5rem;
  height: 0.2833rem;
  line-height: 0.2833rem;
  border-radius: 0.0667rem;
  text-align: center;
  color: #0072F9;
  font-size: 0.15rem;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1530px) {
  .navList {
    font-size: 0.1667rem !important;
  }
}
@media screen and (max-width: 600px) {
  .navBox {
    width: 100%;
    padding: 0.1667rem;
    box-sizing: border-box;
  }
  .navBox .navList {
    display: none;
  }
  .navBox-right {
    display: block !important;
  }
  .navBox-right .loginButton {
    width: 0.6333rem;
    height: 0.3167rem;
    line-height: 0.3167rem;
    font-size: 0.2rem;
    margin-right: 0.25rem;
  }
  .navBox-icon {
    display: block !important;
    cursor: pointer;
    position: relative;
  }
  .navBox-icon img {
    display: block;
    width: 0.3167rem;
    width: 0.25rem;
    margin-right: 0.1667rem;
  }
  .navBox-icon .navListPhone {
    position: absolute;
    background: #fff;
    padding: 0.1667rem 0.0833rem;
    border-radius: 0.1167rem;
    font-size: 0.1833rem;
    top: 0.5833rem;
    left: -0.6667rem;
    width: 0.9167rem;
    line-height: 0.5rem;
    box-shadow: 0 2px 8px 0 rgba(5, 25, 54, 0.25);
    text-align: center;
    display: none;
  }
  .navBox-icon .navListPhone::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: transparent 0.1167rem solid;
    border-right: transparent 0.1167rem solid;
    border-top: transparent 0.0833rem solid;
    border-bottom: #fff 0.1667rem solid;
    position: absolute;
    top: -0.2167rem;
    right: 0.1667rem;
  }
  .navBox-icon .navListPhone .active a {
    color: #0072F9;
  }
  .navBox-icon .navListPhone a {
    text-decoration: none;
    color: #000;
  }
}/*# sourceMappingURL=common.min.css.map */