.bg {
  height: 100vh;
  background-image: url('../imgs/bg.png');
  background-size: 100% 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 4rem 0 3.63rem 0;
}

.top {
  text-align: center;
  margin-bottom: 3rem;
}

.top>.title {
  height: 4.94rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 1rem;
  display: block;
}

.subtitle>div:first-child {
  width: 180px;
  height: 4px;
  background-image: url('../imgs/left.png');
  transform: scaleX(-1);
}

.subtitle>div:last-child {
  width: 180px;
  height: 4px;
  background-image: url('../imgs/left.png');
}

.subtitle>span {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  margin: 0 10px;
}

.main {
  width: 40rem;
  height: 38.75rem;
  background: #FFFFFF;
  border-radius: 0.63rem;
  opacity: 1;
  padding: 3rem 5rem;
  box-sizing: border-box;
}

.main>.name {
  width: 8.5rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}

.main>.name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(0, 155, 249, 0.2);
}

.main>div {
  height: 60%;
  margin: 2rem 0;
  box-sizing: border-box;
}

.main .list {
  margin-top: 1rem;
}

.main>div .input {
  width: 100%;
  height: 3.5rem;
  background: #F8F9FB;
  border-radius: 0.25rem;
  border: 0.06rem solid #EDF1F6;
  box-sizing: border-box;
  padding: 0 1.25rem;
}

.main>div .input input {
  width: 100%;
  height: 2rem;
  background: #F8F9FB;
  border: none;
  font-size: 1.25rem;
  margin-left: 10px;
  box-sizing: border-box;
}

.vertify_img {
  height: 3.5rem;
  margin-left: 1.25rem;
  box-sizing: content-box;
}

.main .btn {
  width: 100%;
  height: 3.5rem;
  background: linear-gradient(137deg, #589EFF 0%, #77BEFF 100%);
  border-radius: 0.25rem;
  color: #FFFFFF;
  border: none;
  font-weight: bold;
  font-size: 1.88rem;
}

.tip {
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 3.38rem;
  box-sizing: border-box;
  display: inline-block;
}

.input_tip {
  display: inline-block;
  padding-top: 0.5rem;
  color: #F22851;
  font-size: 0.88rem;
}