.page {
  padding: 1.13rem 22.5rem 11.25rem;
  background-color: #ffffff;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/6318a0865a7e3f03107b73e1/6414237a99e5b1001199e14d/16790481198738615629.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.space-y-130 > *:not(:first-child) {
  margin-top: 6.13rem;
}
.image {
  width: 7.38rem;
  height: 2.03rem;
}
.section {
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/6318a0865a7e3f03107b73e1/6414237a99e5b1001199e14d/16790481198128901163.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.space-x-40 > *:not(:first-child) {
  margin-left: 2.5rem;
}
.image_2 {
  width: 37.5rem;
  height: 45rem;
}
.group {
  width: 31.25rem;
}
.space-y-60 > *:not(:first-child) {
  margin-top: 3.75rem;
}
.text {
  margin-left: 0.25rem;
  color: #070f1e;
  font-size: 1.88rem;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 1.75rem;
}
.text_2 {
  margin-top: 1.75rem;
  color: #7a8ba6;
  font-size: 1.13rem;
  font-family: PingFang SC;
  line-height: 1.03rem;
}
.text-wrapper {
  padding: 0.6rem 0 0.38rem;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/6318a0865a7e3f03107b73e1/6414237a99e5b1001199e14d/16790481199895007307.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 31.25rem;
}
.view {
  margin-top: 2.13rem;
}
.font_1 {
  font-size: 0.88rem;
  font-family: PingFang SC;
  line-height: 0.81rem;
  /* color: #b5bdcb; */
}
.text_3 {
  margin-left: 1.5rem;
}
.section_2 {
  margin-top: 1.25rem;
  padding-left: 1.5rem;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/6318a0865a7e3f03107b73e1/6414237a99e5b1001199e14d/16790481199895007307.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.space-x-264 > *:not(:first-child) {
  margin-left: 1.5rem;
}
.text-wrapper_2 {
  padding: 1.25rem 0 1.38rem;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/6318a0865a7e3f03107b73e1/6414237a99e5b1001199e14d/16790481200638034310.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 8.75rem;
  height: 3.38rem;
}
.font_2 {
  font-size: 0.88rem;
  font-family: PingFang SC;
  line-height: 0.81rem;
  font-weight: 600;
  color: #ffffff;
}
.view_2 {
  margin-top: 1.25rem;
}
.group_2 {
  padding-top: 1.25rem;
}
.space-x-10 > *:not(:first-child) {
  margin-left: 0.63rem;
}
.image_3 {
  width: 1.25rem;
  height: 1.25rem;
}
.group_3 {
  line-height: 0.81rem;
  height: 0.81rem;
}
.font_3 {
  font-size: 0.88rem;
  font-family: PingFang SC;
  line-height: 0.81rem;
  font-weight: 600;
  color: #0e1423;
}
.font_4 {
  font-size: 0.88rem;
  font-family: PingFang SC;
  line-height: 0.81rem;
  font-weight: 600;
  color: #0350ff;
}
.text_4 {
  line-height: 0.78rem;
}
.button {
  background-color: #ffffff;
  overflow: hidden;
}
.image_4 {
  width: 31.25rem;
  height: 3.38rem;
}
.pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#qyname {
  margin-left: 20px;
  height: 3rem;
  width: 28rem;
}
#sendcode{
    border: none;
    background-color: #0350ff;
    width: 8rem;
    height: 1rem;
}
#tj {
  border: none;
  background-color: #0350ff;
  width: 8rem;
  height: 1rem;
  text-align: center;
}
.idiom_box{
  width: 400px;
  height: 200px;
  /*border: 2px solid #00FFFF;*/
  /*border-radius: 10px;*/
  position: relative;
  /*margin: 50px auto 0;*/
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 2s;
  overflow: hidden;
}
.bg_img{
  width: 100%;
  height: 100%;
  background-image: url(../images/captcha.png);
  background-size: cover;
}
.idiom_box .idiom_content{
  width: 200px;
  height: 100px;
  position: absolute;
  /* background-color: red; */
}
.idiom_content span{
  font-size: 40px;
  position: absolute;
  z-index: 4;
  color: #4cbaef;
  font-weight: bold;
  transition: all 2s;
  cursor: pointer;
}
/* .idiom_content span:hover{
color: #E0FFFF;
font-size: 50px;
transition: all 1.5s ease;
} */
.verify_box{
  width: 400px;
  /*height: 40px;*/
  margin: 10px auto 0;
  border: 1px solid greenyellow;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  color: #C71585;
  font-weight: bold;
  transition: all 2s;
  border-radius: 10px;
  background-color: white;
}
.verify_box span{
  color: #FF7F00;
  transition: all 2s;
}
.radio{
  background-color: #1abd6c;
  color: #fff;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  line-height: 30px;
  color: white;
}
