.userinfo {
  cursor: pointer;
  position: fixed;
  right: 52px;
  top: 48px;
  z-index: 6;
  border-radius: 50%;
  overflow: hidden;
}
.userinfo img {
  width: 50px;
}
.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;
  background: url(../img/close.png) 100% 100% no-repeat;
  width: 32px;
  height: 32px;
}
.rush_box .rush_cont .close:hover {
  transform: rotate(360deg);
}
.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: #CC1D24;
  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: #CC1D24;
  border-radius: 32px 32px 32px 32px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.login_box {
  position: fixed;
  max-width: 900px;
  z-index: 901;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* padding: 0 20px; */
  height: 220px;
}
.login_box .login {
  position: relative;
  background-color: #fff;
  height: 100%;
  border-radius: 9px;
  padding: 30px 20px;
}
.login_box .login .cha {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
}
.login_box .login .login_form .login_form_ipt {
  position: relative;
  margin-top: 10px;
  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;
}
.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: 15px;
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  background-color: #5349d8;
}
.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 {
    cursor: default;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 6;
    border-radius: 50%;
    overflow: hidden;
  }
  .userinfo img {
    width: 50px;
  }
  #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;
  }
}
