.code_err_bg {
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background: transparent;
  top: 0;
  left: 0;
}
.code_err_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.33333333rem;
  width: 4.26666667rem;
  height: 1.28rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0.05333333rem;
}
.gantanhao {
  width: 0.53333333rem;
  height: 0.53333333rem;
}
.code_err {
  width: 2.61333333rem;
  height: 0.53333333rem;
  font-size: 0.37333333rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.53333333rem;
}
