.userinfo {
  cursor: pointer;
  position: fixed;
  right: 52px;
  top: 48px;
  z-index: 6;
  width: 150px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #434343;
  border-radius: 41px 41px 41px 41px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.filldetail_box {
  padding-bottom: 1.51rem;
}
.filldetail {
  width: 12rem;
  position: relative;
  z-index: 2;
  padding: 0.5rem 2.24rem;
  background: #094dbc;
  border-radius: 0.3rem;
  margin: 1.14rem auto 0;
}
.filldetail .title {
  text-align: center;
  font-size: 0.36rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.53rem;
}
.filldetail .fillform {
  margin-top: 0.62rem;
  position: relative;
  z-index: 3;
}
.filldetail .fillform .fillform_ipt {
  text-align: center;
}
.filldetail .fillform .fillform_ipt:nth-child(n + 2) {
  margin-top: 0.24rem;
}
.filldetail .fillform .fillform_ipt input {
  width: 100%;
  border-radius: 0.12rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 400;
  height: 0.65rem;
  line-height: 0.65rem;
  outline: 0;
  padding: 0 0.2rem;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.filldetail .fillform .fillform_ipt input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.filldetail .fillform .fillform_ipt.code {
  width: 100%;
  margin: 0.24rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filldetail .fillform .fillform_ipt.code input {
  width: 5.45rem;
}
.filldetail .fillform .fillform_ipt.code span {
  margin-left: 0.4rem;
  flex: 1;
  height: 0.65rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.15rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.2rem;
  font-weight: 400;
  color: #13111a;
}
.filldetail .fillform .fillform_ipt_btn {
  width: 3.6rem;
  cursor: pointer;
  margin: 0.6rem auto 0;
  height: 0.72rem;
  line-height: 0.72rem;
  border-radius: 0.36rem;
  text-align: center;
  background: #305bff;
}
.filldetail .fillform .fillform_ipt_btn span {
  font-size: 0.22rem;
  font-weight: 700;
  color: #fff;
}
.login_box {
  position: fixed;
  max-width: 500px;
  z-index: 901;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.login_box .login {
  position: relative;
  background-color: #fff;
  height: 100%;
  border-radius: 9px;
  padding-top: 4px;
}
.login_box .login .cha {
  padding-right: 10px;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 4px;
}
.login_box .login .login_form {
  padding-top: 4px;
  margin-top: -16px;
  padding: 0 24px;
  padding-bottom: 24px;
}
.login_box .login .login_form .login_form_ipt {
  position: relative;
  margin-top: 16px;
  width: 100%;
  height: 40px;
}
.login_box .login .login_form .login_form_ipt input {
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  border: solid 0.5px rgba(159, 159, 159, 0.47);
  vertical-align: top;
  border-radius: 4px;
}
.login_box .login .login_form .login_form_ipt input.code {
  padding-right: 100px;
}
.login_box .login .login_form .login_form_ipt span {
  position: absolute;
  height: 100%;
  line-height: 40px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.login_box .login .login_form .login_form_ipt span::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  width: 1px;
  height: 25px;
  background-color: #ccc;
}
.login_box .login .login_form .login_form_btn {
  cursor: pointer;
  margin-top: 16px;
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  background-color: #0076f4;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 900;
}
@media screen and (max-width: 750px) {
  .userinfo {
    position: fixed;
    right: 12px;
    top: 17px;
    z-index: 6;
    width: 96px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: #434343;
    border-radius: 41px 41px 41px 41px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: default;
  }
  .filldetail_box {
    padding: 0 0.15rem 0.46rem;
  }
  .filldetail {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0.18rem 0.15rem 0.2rem;
    background: #094dbc;
    border-radius: 0.3rem;
    margin: 0.43rem auto 0;
  }
  .filldetail .title {
    text-align: center;
    font-size: 0.16rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 0.21rem;
  }
  .filldetail .fillform {
    margin-top: 0.14rem;
    position: relative;
    z-index: 3;
  }
  .filldetail .fillform .fillform_ipt {
    text-align: center;
  }
  .filldetail .fillform .fillform_ipt:nth-child(n + 2) {
    margin-top: 0.15rem;
  }
  .filldetail .fillform .fillform_ipt input {
    width: 100%;
    border-radius: 0.12rem;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 0.13rem;
    font-weight: 400;
    height: 0.36rem;
    line-height: 0.36rem;
    outline: 0;
    padding: 0 0.11rem;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: rgba(255, 255, 255, 0.2);
    border: none;
  }
  .filldetail .fillform .fillform_ipt input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .filldetail .fillform .fillform_ipt.code {
    width: 100%;
    margin: 0.15rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .filldetail .fillform .fillform_ipt.code input {
    width: 2rem;
  }
  .filldetail .fillform .fillform_ipt.code span {
    margin-left: 0.1rem;
    flex: 1;
    height: 0.36rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.13rem;
    font-weight: 400;
    color: #13111a;
  }
  .filldetail .fillform .fillform_ipt_btn {
    width: 1.5rem;
    cursor: pointer;
    margin: 0.21rem auto 0;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius: 0.15rem;
    text-align: center;
    background: #305bff;
  }
  .filldetail .fillform .fillform_ipt_btn span {
    font-size: 0.14rem;
    font-weight: 700;
    color: #fff;
  }
}
