html,
body {
  height: auto !important;
  padding-bottom: 20px;
}

.qrBox {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000b4;
  z-index: 999;
  position: fixed;

}

.qrMain {
  width: 620px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-top: 40px;
  text-align: center;
  border-radius: 10px;

}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.close::after {
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #686666;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.close::before {
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #686666;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tip {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

#qr {
  margin: 0 auto;
  margin-top: 26px;
  width: 230px;
}

.place {
  margin-top: 40px;
  font-size: 16px;
  color: #262626;
}

.yzm {
  margin: 0 auto;
  width: 420px;
  margin-top: 25px;
  height: 64px;
  position: relative;


}

.yzm::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  display: block;
  content: '';
}

.yzm input {
  text-indent: 1em;
  width: 100%;
  height: 100%;
  font-size: 30px;
  outline: none;
  letter-spacing: 46px;
  border: none;
  box-shadow: none;
}

.yzm input:not(.skipStatus):valid {
  box-shadow: none;
}

.yzwd {
  width: 400px;
  height: 100%;

  display: flex;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  z-index: 2;
  pointer-events: none
}

.yzitem {
  width: 48px;
  font-size: 30px;
  height: 66px;
  /* background: #f0f4fc; */
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #2e60d9;
  text-align: center;
  line-height: 64px;

  position: relative;


}


.sure {
  margin: 0 auto;
  margin-top: 40px;
  width: 378px;
  height: 48px;
  background: #02318f;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}