.userinfo {
  cursor: pointer;
  position: fixed;
  right: 52px;
  top: 48px;
  z-index: 6;
  border-radius: 50%;
  overflow: hidden;
}
.userinfo img {
  width: 50px;
}
.img6_cont {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
}
.img6_cont .img6_title {
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  color: #222e42;
}
.rush_cont {
  position: relative;
  margin-top: 0.86rem;
  background: #ffffff;
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  padding: 0.68rem 2.4rem;
}
.rush_cont .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: 0.2rem;
  color: #707070;
  cursor: pointer;
  transition: all 200ms;
}
.rush_cont .close:hover {
  transform: rotate(90deg);
}
.rush_cont .rush_cont_title {
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000;
}
.rush_cont .rush_cont_form .rush_cont_ipt {
  margin-top: 0.3rem;
  width: 7.2rem;
  height: 0.72rem;
  display: flex;
}
.rush_cont .rush_cont_form .rush_cont_ipt input {
  height: 100%;
  flex: 1;
  background: #ffffff;
  border-radius: 0.12rem;
  border: 0.01rem solid #bebebe;
  padding: 0 0.24rem;
  font-weight: 400;
  font-size: 0.15rem;
  color: #555555;
}
.rush_cont .rush_cont_form .rush_cont_ipt .code_btn {
  cursor: pointer;
  margin-left: 0.4rem;
  width: 1.8rem;
  height: 0.64rem;
  line-height: 0.64rem;
  background: #005aeb;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
}
.rush_cont .select_text {
  text-align: center;
  margin-top: 0.6rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
}
.rush_cont .zf_btn {
  cursor: pointer;
  margin: 0.4rem auto 0;
  text-align: center;
  width: 5.22rem;
  height: 0.64rem;
  line-height: 0.64rem;
  background: #005aeb;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
}
.rush_cont .slide_info {
  position: absolute;
  top: 1.8rem;
  right: -2rem;
  background: #4c8ffa;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  padding: 0.38rem 0.31rem 0.36rem;
}
.rush_cont .slide_info::after {
  content: "";
  display: block;
  width: 1.83rem;
  height: 1.11rem;
  background-image: url(../img/kefu.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -0.9rem;
  left: 0;
  background-size: 100%;
}
.rush_cont .slide_info .slide_tel .slide_tel_title {
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
}
.rush_cont .slide_info .slide_tel .slide_tel_cont {
  margin-top: 0.08rem;
  font-weight: bold;
  font-size: 0.18rem;
  color: #ffffff;
}
.rush_cont .slide_info .slide_qq {
  margin-top: 0.22rem;
}
.rush_cont .slide_info .slide_qq .slide_qq_title {
  font-weight: 500;
  font-size: 0.15rem;
  color: #ffffff;
}
.rush_cont .slide_info .slide_qq .slide_qq_cont {
  margin-top: 0.35rem;
  width: 1.6rem;
  overflow: hidden;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}
.rush_cont .slide_info .slide_qq .slide_qq_cont img {
  width: 1.6rem;
}
.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 {
    cursor: default;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 6;
    border-radius: 50%;
    overflow: hidden;
  }
  .userinfo img {
    width: 50px;
  }
  .img6_cont {
    position: absolute;
    left: 50%;
    top: 0.49rem;
    transform: translateX(-50%);
    width: 100%;
  }
  .img6_cont .img6_title {
    display: none;
  }
  .img6_cont .img6_title2 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #222e42;
    line-height: 0.28rem;
  }
  .rush_cont {
    width: 93.6%;
    position: relative;
    margin: 0.36rem auto 0;
    background: #ffffff;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    padding: 0;
    padding: 0.15rem 0.15rem 0.24rem;
  }
  .rush_cont .close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    font-size: 0.2rem;
    color: #707070;
    cursor: pointer;
    transition: all 200ms;
  }
  .rush_cont .close:hover {
    transform: rotate(90deg);
  }
  .rush_cont .rush_cont_title {
    text-align: center;
    font-weight: bold;
    font-size: 0.16rem;
    color: #000;
  }
  .rush_cont .rush_cont_form .rush_cont_ipt {
    margin-top: 0.15rem;
    width: 100%;
    height: 0.4rem;
    display: flex;
  }
  .rush_cont .rush_cont_form .rush_cont_ipt input {
    height: 100%;
    flex: 1;
    background: #ffffff;
    border-radius: 0.08rem;
    border: 0.01rem solid #bebebe;
    padding: 0 0.1rem;
    font-weight: 400;
    font-size: 0.12rem;
    color: #555555;
  }
  .rush_cont .rush_cont_form .rush_cont_ipt .code_btn {
    cursor: pointer;
    margin-left: 0.2rem;
    width: 0.82rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #005aeb;
    border-radius: 0.08rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.13rem;
    color: #ffffff;
  }
  .rush_cont .zf_btn {
    cursor: pointer;
    margin: 0.4rem auto 0;
    text-align: center;
    width: 2.26rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #005aeb;
    border-radius: 0.36rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #ffffff;
  }
  .rush_cont .slide_info {
    display: none;
  }
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 3001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-mask.hidden {
  display: none;
}
.loading-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Ant Design 风格的四点旋转器 */
.ant-loading-spinner {
  width: 30px;
  height: 30px;
  position: relative;
  animation: antRotate 1.2s infinite linear;
  margin-bottom: 8px;
}
.ant-loading-spinner span {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #1890ff;
  /* 主题色 */
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-loading-spinner span:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-loading-spinner span:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-loading-spinner span:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-loading-spinner span:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.loading-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2000;
}
.toast.show {
  opacity: 1;
}
/* --- 核心分页样式 End --- */
#captcha-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
