.userinfo {
  position: fixed;
  right: 3.1rem;
  top: 0.23rem;
  z-index: 6;
  border-radius: 50%;
  overflow: hidden;
  width: 1.5rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: #434343;
  border-radius: 0.41rem 0.41rem 0.41rem 0.41rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
}
.rush_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 7;
  display: none;
}
.rush_box .rush_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 40px 60px;
}
.rush_box .rush_cont .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #707070;
  cursor: pointer;
  transition: all 200ms;
}
.rush_box .rush_cont .close:hover {
  transform: rotate(90deg);
}
.rush_box .rush_cont .rush_cont_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.rush_box .rush_cont .rush_cont_form .rush_cont_ipt {
  margin-top: 30px;
  width: 600px;
  height: 64px;
  display: flex;
}
.rush_box .rush_cont .rush_cont_form .rush_cont_ipt input {
  height: 100%;
  flex: 1;
  background: #ffffff;
  border-radius: 32px 32px 32px 32px;
  border: 1px solid #bebebe;
  padding: 0 24px;
  font-weight: 400;
  font-size: 15px;
  color: #555555;
}
.rush_box .rush_cont .rush_cont_form .rush_cont_ipt .code_btn {
  cursor: pointer;
  margin-left: 40px;
  width: 180px;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(90deg, #1d6ef2 0%, #4ba8ff 100%);
  border-radius: 32px 32px 32px 32px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.rush_box .rush_cont .select_text {
  text-align: center;
  margin-top: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.rush_box .rush_cont .zf_btn {
  cursor: pointer;
  margin: 40px auto 0;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(90deg, #1d6ef2 0%, #4ba8ff 100%);
  border-radius: 32px 32px 32px 32px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.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;
}
.filldetail_box {
  position: relative;
  z-index: 2;
  padding: 0.68rem 2.4rem 0.7rem;
  border-radius: 0.4rem;
}
.filldetail_box .filldetail_title {
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
}
.filldetail {
  margin-top: 0.43rem;
}
.filldetail .fillform {
  position: relative;
  z-index: 3;
}
.filldetail .fillform .fillform_ipt {
  text-align: center;
}
.filldetail .fillform .fillform_ipt:nth-child(n + 2) {
  margin-top: 0.25rem;
}
.filldetail .fillform .fillform_ipt input {
  width: 100%;
  background: transparent;
  border: 0.01rem solid #fff;
  border-radius: 0.12rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  height: 0.72rem;
  line-height: 0.72rem;
  outline: 0;
  padding: 0 0.2rem;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filldetail .fillform .fillform_ipt input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.filldetail .fillform .fillform_ipt.code {
  width: 100%;
  margin: 0.25rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filldetail .fillform .fillform_ipt.code input {
  width: 4.6rem;
}
.filldetail .fillform .fillform_ipt.code span {
  margin-left: 0.4rem;
  flex: 1;
  height: 0.72rem;
  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 .select {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filldetail .fillform .select > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filldetail .fillform .select > div:nth-child(n + 2) {
  margin-left: 0.4rem;
}
.filldetail .fillform .select > div img {
  margin-right: 0.12rem;
  width: 0.25rem;
  flex-shrink: 0;
}
.filldetail .fillform .select > div span {
  margin-left: 0.06rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}
.filldetail .fillform .fillform_ipt_btn {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 0.62rem;
  width: 3rem;
  height: 0.62rem;
  background: #305bff;
  border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filldetail .fillform .fillform_ipt_btn span {
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .userinfo {
    cursor: pointer;
    position: fixed;
    right: 0.12rem;
    top: 0.17rem;
    z-index: 6;
    border-radius: 0.41rem;
    overflow: hidden;
    width: 0.96rem;
    height: 0.26rem;
    line-height: 0.26rem;
    background: #434343;
    font-weight: 400;
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
  }
  #rushPurchase .rush_cont {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 15px 15px 15px 15px;
    padding: 30px;
  }
  #rushPurchase .rush_cont .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #707070;
    cursor: default;
    transition: all 200ms;
  }
  #rushPurchase .rush_cont .close:hover {
    transform: rotate(90deg);
  }
  #rushPurchase .rush_cont .rush_cont_title {
    font-size: 18px;
  }
  #rushPurchase .rush_cont .rush_cont_form {
    margin-top: 30px;
  }
  #rushPurchase .rush_cont .rush_cont_form .rush_cont_ipt {
    margin-top: 20px;
    width: 100%;
    height: 42px;
    display: flex;
  }
  #rushPurchase .rush_cont .rush_cont_form .rush_cont_ipt.code input {
    width: 0;
  }
  #rushPurchase .rush_cont .rush_cont_form .rush_cont_ipt input {
    height: 100%;
    flex: 1;
    background: #ffffff;
    border-radius: 32px 32px 32px 32px;
    border: 1px solid #bebebe;
    padding: 0 20px;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
  }
  #rushPurchase .rush_cont .rush_cont_form .rush_cont_ipt .code_btn {
    width: 0;
    cursor: default;
    margin-left: 12px;
    min-width: 93px;
    height: 42px;
    line-height: 42px;
    border-radius: 32px 32px 32px 32px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
  }
  #rushPurchase .rush_cont .select_text {
    text-align: center;
    margin-top: 29px;
    font-weight: 400;
    font-size: 13px;
    color: #555555;
  }
  #rushPurchase .rush_cont .zf_btn {
    cursor: default;
    margin: 30px auto 0;
    text-align: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 32px 32px 32px 32px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .filldetail_box {
    position: relative;
    z-index: 2;
    padding: 0.18rem 0.15rem 0.2rem;
    border-radius: 0.4rem;
  }
  .filldetail_box .filldetail_title {
    text-align: center;
    font-weight: bold;
    font-size: 0.16rem;
    color: #ffffff;
  }
  .filldetail {
    margin-top: 0.34rem;
  }
  .filldetail .fillform {
    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%;
    background: transparent;
    border: 0.01rem solid #fff;
    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.2rem;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .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: 2.24rem;
  }
  .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.15rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.12rem;
    font-weight: 400;
    color: #13111a;
  }
  .filldetail .fillform .select {
    margin-top: 0.05rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -0.1rem;
  }
  .filldetail .fillform .select > div {
    cursor: default;
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
  }
  .filldetail .fillform .select > div:nth-child(n + 2) {
    margin-top: 0.1rem;
    margin-left: 0.1rem;
  }
  .filldetail .fillform .select > div img {
    margin-right: 0.01rem;
    width: 0.15rem;
    flex-shrink: 0;
  }
  .filldetail .fillform .select > div span {
    margin-left: 0.06rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #ffffff;
  }
  .filldetail .fillform .fillform_ipt_btn {
    cursor: default;
    margin: 0 auto;
    margin-top: 0.21rem;
    width: 1.5rem;
    height: 0.32rem;
    background: #305bff;
    border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filldetail .fillform .fillform_ipt_btn span {
    font-size: 0.14rem;
    color: #ffffff;
    font-weight: bold;
  }
}
