
#app[data-v-7ba5bd90] {
  min-height: 100vh;
  background: #F8F8F8;
}

* {
  padding: 0;
  margin: 0;
}
body {
  font-family: SimHei, PingFang SC, PingFangSC-Semibold;
}
img {
  /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
  border: none;
  /* 取消图片底侧有空白缝隙的问题 */
  display: block;
}
/* 改变a链接的默认样式,颜色和下划线 */
a {
  text-decoration: none;
}
button {
  display: block !important;
}
@media only screen and (max-width: 1366px) {
  .choose-wind {
    transform: scale(0.8);
  }
}
@media only screen and (max-height: 768px) {
  .choose-wind {
    transform: scale(0.65);
  }
}
.hand_cursor {
  cursor: pointer;
}
.g_flex {
  display: flex;
}
.g_flex_between {
  display: flex;
  justify-content: space-between;
}
.g_flex_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_flex_center {
  display: flex;
  align-items: center;
}
.g_txt_red {
  color: #FF4646 !important;
}
.g_txt_orange {
  color: #FF933D !important;
}
.g_txt_green {
  color: #52C41A !important;
}
.g_txt_blue {
  color: #2F6AFF;
}


/* 滑动验证弹窗 */
.captcha-modal[data-v-fa4d91fa] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.captcha-dialog[data-v-fa4d91fa] {
  width: 300px;
  background: #ffffff;
  border-radius: 16px;
}
.captcha-header[data-v-fa4d91fa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.captcha-title[data-v-fa4d91fa] {
  font-size: 16px;
  color: #787878;
  line-height: 24px;
}
.captcha-close[data-v-fa4d91fa] {
  font-size: 24px;
  color: #787878;
  line-height: 1;
  cursor: pointer;
}
.captcha-close img[data-v-fa4d91fa] {
  width: 20px;
  height: 20px;
}
.captcha-body[data-v-fa4d91fa] {
  padding: 20px;
}
.captcha-image-wrap[data-v-fa4d91fa] {
  position: relative;
  width: 260px;
  height: 170px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.captcha-shade-image[data-v-fa4d91fa] {
  width: 100%;
  height: 100%;
  display: block;
}
.captcha-cutout-image[data-v-fa4d91fa] {
  position: absolute;
  width: 55px;
  height: 55px;
  transition: left 0.1s;
}
.captcha-refresh[data-v-fa4d91fa] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.captcha-refresh[data-v-fa4d91fa]:hover {
  background: rgba(255, 255, 255, 1);
}
.captcha-refresh img[data-v-fa4d91fa] {
  width: 20px;
  height: 20px;
}
.captcha-slider-wrap[data-v-fa4d91fa] {
  width: 260px;
  height: 40px;
}
.captcha-slider-track[data-v-fa4d91fa] {
  position: relative;
  width: 100%;
  height: 40px;
  background: #F1F1F2;
  border-radius: 20px;
}
.captcha-slider-text[data-v-fa4d91fa] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #a0a0a0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.captcha-slider-btn[data-v-fa4d91fa] {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 52px;
  height: 52px;
  cursor: pointer;
}
.captcha-slider-btn img[data-v-fa4d91fa] {
  width: 52px;
  height: 52px;
}
.captcha-slider-btn.active[data-v-fa4d91fa] {
  cursor: grabbing;
}
.captcha-slider-track.success[data-v-fa4d91fa] {
  background: #d4f4dd;
}
.captcha-slider-track.success .captcha-slider-text[data-v-fa4d91fa] {
  color: #52c41a;
}
.captcha-slider-track.error[data-v-fa4d91fa] {
  background: #ffe7e7;
}
.captcha-slider-track.error .captcha-slider-text[data-v-fa4d91fa] {
  color: #ff4d4f;
}
.hand_cursor[data-v-fa4d91fa] {
  cursor: pointer;
}


/* 遮罩层 */
.rd-login-mask[data-v-f7af2618] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* 弹窗主体 */
.rd-login-dialog[data-v-f7af2618] {
  width: 820px;
  height: 432px;
  background: white url(../img/login_bg_img_820@2x.png);
  background-size: 100% 100%;
  border-radius: 16px;
}

/* 关闭按钮 */
.close_wrap[data-v-f7af2618] {
  display: flex;
  flex-direction: row-reverse;
  padding: 19px 19px 0 0;
  height: 32px;
}
.close_wrap img[data-v-f7af2618] {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

/* 主体内容 */
.main_body[data-v-f7af2618] {
  display: flex;
  margin-bottom: 42px;
}
.left_wrap[data-v-f7af2618] {
  text-align: center;
}
.left_title[data-v-f7af2618] {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #323336;
  line-height: 25px;
  margin-bottom: 24px;
}
.qr_code_container[data-v-f7af2618] {
  position: relative;
  width: 172px;
  margin: 0 92px 20px;
}
.qr_code[data-v-f7af2618] {
  width: 172px;
  height: 172px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: opacity 0.3s, visibility 0.3s;
}
.left_tips[data-v-f7af2618] {
  font-size: 14px;
  text-align: center;
  color: #787878;
  line-height: 20px;
  margin-top: 20px;
}
.left_tips span[data-v-f7af2618] {
  color: #2F6AFF;
  cursor: pointer;
}

/* 右边 */
.tab_wrap[data-v-f7af2618] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #787878;
  line-height: 25px;
}
.tab_wrap .tab_item[data-v-f7af2618] {
  transition: color 0.3s;
}
.tab_wrap .tab_item.active[data-v-f7af2618] {
  color: #2F6AFF;
}
.tab_wrap span[data-v-f7af2618] {
  width: 2px;
  height: 20px;
  background: #dcdcdc;
  margin: 0 19px;
}
.info[data-v-f7af2618] {
  width: 400px;
  height: 87px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 24px;
  box-sizing: border-box;
  font-size: 14px;
  color: #282828;
  line-height: 20px;
}
.account[data-v-f7af2618],
.code[data-v-f7af2618] {
  height: 43px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.account span[data-v-f7af2618],
.code span[data-v-f7af2618] {
  width: 42px;
}
.account[data-v-f7af2618] {
  border-bottom: 1px #E6E6E6 solid;
}
.account_input[data-v-f7af2618],
.code_input[data-v-f7af2618] {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  border: none;
  margin-left: 20px;
  outline: none;
  flex: 1;
}
.account_input[data-v-f7af2618]::-moz-placeholder, .code_input[data-v-f7af2618]::-moz-placeholder {
  color: #C8C9CC;
}
.account_input[data-v-f7af2618]::placeholder,
.code_input[data-v-f7af2618]::placeholder {
  color: #C8C9CC;
}
.get_code_btn[data-v-f7af2618] {
  font-size: 14px;
  text-align: left;
  color: #2F6AFF;
  line-height: 20px;
  padding-left: 15px;
  border-left: solid #DCDCDC 1px;
  cursor: pointer;
  white-space: nowrap;
}
.get_code_btn.disabled[data-v-f7af2618] {
  color: #c8c9cc;
  cursor: not-allowed;
}
.btn_wrap[data-v-f7af2618] {
  width: 400px;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 28px;
}
.btn_wrap div[data-v-f7af2618] {
  width: 194px;
  height: 44px;
  background: #2f6aff;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.btn_wrap .register_btn[data-v-f7af2618] {
  width: 194px;
  height: 44px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #282828;
  background: white;
}
.type_title[data-v-f7af2618] {
  font-size: 14px;
  text-align: center;
  color: #a0a0a0;
  line-height: 16px;
  margin-bottom: 14px;
}
.type_wrap[data-v-f7af2618] {
  display: flex;
  justify-content: center;
}
.type_wrap div[data-v-f7af2618] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 16px;
  cursor: pointer;
}
.type_wrap img[data-v-f7af2618] {
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin: 0 8px 0 14px;
}
.type_wrap div p[data-v-f7af2618] {
  padding-right: 14px;
}

/* 尾部 */
.footer_copy[data-v-f7af2618] {
  font-size: 12px;
  text-align: center;
  color: #787878;
  line-height: 17px;
}
.footer_copy a[data-v-f7af2618] {
  color: #2F6AFF;
  text-decoration: none;
}
.hand_cursor[data-v-f7af2618] {
  cursor: pointer;
}

/* 自定义提示框 */
.custom-toast[data-v-f7af2618] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.custom-toast.show[data-v-f7af2618] {
  display: block;
  animation: fadeIn-f7af2618 0.3s ease-in-out;
}
.toast-content[data-v-f7af2618] {
  min-width: 200px;
  max-width: 400px;
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.toast-content p[data-v-f7af2618] {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: 0;
  word-break: break-word;
}
@keyframes fadeIn-f7af2618 {
from {
    opacity: 0;
    transform: translate(-50%, -60%);
}
to {
    opacity: 1;
    transform: translate(-50%, -50%);
}
}
.toggle-password[data-v-f7af2618] {
  width: 14px;
  height: 14px;
  margin-right: 12px;
  cursor: pointer;
}
.forget-password[data-v-f7af2618] {
  font-size: 14px;
  color: #2f6aff;
  line-height: 20px;
  text-decoration: none;
}
.qr-code-error[data-v-f7af2618] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

