.login_wrap {
  width: 100%;
  height: 100vh;
  background-color: rgba(76, 140, 195, .9);

}

.bg {
  width: 100%;
  height: 100%;
  position: relative;
}

img {
  width: 100%;
  height: 100vh;
}

#login {

  /* position: absolute;
  top: 300px;
  left: 730px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  font-size: 16px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}

.title {
  width: 100%;
  font-size: 24px;
  /* font-weight: 600; */
  /* color: #409eff; */
  text-align: center;
  letter-spacing: 4px;
  /* height: 30px;
  line-height: 30px; */
}

.name {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.IDcard {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.form_label {
  font-size: 14px;
  color: #000;
  width: 80px;
  text-align: right;
}

input {
  width: 70%;
  height: 30px;
  background-color: #e8f0fe;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
}

.btn_wrapper {
  display: flex;
  justify-content: space-around;
}

/* .login_btn{
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #409eff;
  color: #fff;
  border: none;
  margin-top: 50px;
} */
.btn_wrapper button {
  background-color: #409eff;
  /* width: 120px; */
  border: none;
  flex: 1;
  margin: 50px 10px 30px;
  font-size: 16px;
  padding: 10px;

}

/* button {
  width: 26%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  
  color: #fff;
  border: none;
  margin: 10px 16px 10px 10px;

} */


#codeBox {
  width: 400px;
  height: 300px;
  border-radius: 20px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  /* position: absolute;
  top: 300px;
  left: 730px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-container {
  position: relative;
}

.city_div {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
}

.paytype-link {
  width: 100%;
}

.AA_button {
  width: 90%;
  height: 70px;
  color: #fff;
  background-color: #00A8FF;
  font-size: 22px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 5%;
}

.BB_button {
  width: 70%;
  height: 70px;
  border: 1px solid #00A8FF;
  color: #00A8FF;
  font-size: 22px;
  border-radius: 4px;
  margin: 0 30px;
}

.CC_button {
  width: 70%;
  height: 70px;
  background-color: #00A8FF;
  color: #fff;
  font-size: 22px;
  border: none;
  border-radius: 4px;
  margin: 0 5%;
}

.AA_button:focus,
.BB_button:focus,
.CC_button:focus {
  outline: none;
}

.bg-title {
  position: absolute;
  width: 100%;
  top: 200px;
  justify-content: center;
  display: flex;
  color: #00a8ff;
  font-size: 70px;
  text-shadow: 5px 4px #ffffff;
}

.guide_payment_wrap {
  background: url('https://file-cloud.masterol.cn/P4NHgOCL6h/20250802/cg1e53044425757a017feb507984508f69498b9a8fce23.jpg,a017feb507984508f69498b9a8fce23.jpg') 100%;




  background-size: cover; /* 等比例缩放并覆盖整个容器 */
  margin: 0; /* 移除默认边距 */
  min-height: 100vh; /* 确保容器至少占满视口高度 */
  background-position: center center; /
}

@media (max-width:1023px) {
  .bg-title {
    font-size: 38px;
    width: 80%;
    margin: 0 10%;
    text-align: center;
  }

  .city_div {
    position: absolute;
    width: 60%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .paytype-link {
    width: 100%;
  }

  .AA_button {
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: #00A8FF;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 10px 0;
  }

  .guide_payment_wrap {
    background: url('https://file-cloud.masterol.cn/P4NHgOCL6h/20250802/141mnv044426064222.jpg,222.jpg') no-repeat;
    background-size: cover; /* 等比例缩放并覆盖整个容器 */
    margin: 0; /* 移除默认边距 */
    min-height: 100vh; /* 确保容器至少占满视口高度 */
    background-position: center center; /
  }
}