.container .panel {
  position: fixed;
  width: 4.05rem;
  height: 2.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container .panel h2 {
  line-height: 0.4rem;
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  color: #000;
}
.container .panel .card {
  width: 100%;
  height: 2.3rem;
  border: 0.01rem solid #babbbc;
  border-radius: 0.05rem;
  background: #fff;
}
.container .panel .card .corp-name {
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #000;
  margin-top: 0.38rem;
}
.container .panel .card .error-tips {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.5rem;
}
.container .panel .card .btn-box {
  line-height: 0.6rem;
  font-size: 0.16rem;
}
.container .panel .card .btn-box a {
  color: #105cb6;
  font-size: 0.18rem;
}
/*# sourceMappingURL=daishenqiye.css.map */