@charset "UTF-8";
.login-container[data-v-6540f18e] {
  min-height: 100%;
  width: 100%;
  background: no-repeat url(../../static/img/login-risk_dist.jpg?);
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.title-container[data-v-6540f18e] {
  position: absolute;
  top: 5%;
  left: 6.25rem;
}
.title-container .title[data-v-6540f18e] {
    font-size: 2.5rem;
    color: #fff;
    margin: 0 auto 0.625rem auto;
    text-align: center;
    font-weight: bold;
}

/*登录框*/
.login_box[data-v-6540f18e] {
  width: 31.25rem;
  height: 31.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11.875rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.625rem #999;
}

/* .login_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: url(../assets/img/pcinput.png) no-repeat right top;
  background-size: 100% 100%;
  border-top-right-radius: 5px;
  cursor: pointer;
  z-index: 99;
} */
/*二维码*/
.qrcode[data-v-6540f18e] {
  padding-top: 3.75rem;
  width: 25rem;
  height: 25rem;
  position: relative;
}
.qrcode .mod[data-v-6540f18e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrcode .loginType[data-v-6540f18e] {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcode .loginType span[data-v-6540f18e] {
      display: inline-block;
      width: 7.5rem;
      height: 1.875rem;
      line-height: 1.875rem;
      font-size: 1rem;
      font-weight: bold;
}
.qrcode .loginType span[data-v-6540f18e]:hover {
        cursor: pointer;
}
.qrcode .loginType .active[data-v-6540f18e] {
      color: #ff6600;
      box-shadow: 0 0.125rem 0 #ff6600;
}

/* 二维码获取 */
.qrcode #qrcode[data-v-6540f18e] {
  display: block;
  width: 15rem;
  height: 15rem;
}
.qrcode .sub_title[data-v-6540f18e] {
  text-align: center;
  font-size: 1rem;
  color: #353535;
  margin-bottom: 1.4375rem;
}
.qrcode .sub_desc[data-v-6540f18e] {
  text-align: center;
  color: #a3a3a3;
  font-size: 0.875rem;
  padding: 0 2.5rem;
  line-height: 1.8;
}

/* 二维码为空 */
.qrcode .empty[data-v-6540f18e] {
  display: block;
  width: 15rem;
  height: 15rem;
  background: #d7e8fc;
}

/* 二维码刷新 */
.qrcode .refresh[data-v-6540f18e] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15rem;
}
.qrcode .refresh .refresh_mask[data-v-6540f18e] {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7.5rem;
  margin-top: -7.5rem;
  width: 15rem;
  height: 15rem;
  background: #ffffffe0;
}
.qrcode .refresh .refresh_icon[data-v-6540f18e] {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3rem;
  margin-top: -3rem;
  height: 6rem;
  width: 6rem;
  cursor: pointer;
}

/* .qrcode .refresh .refresh_icon:hover {
  animation: refresh 1s linear infinite;
}

@keyframes refresh {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */
/* 二维码结果 */
.qrcode .result[data-v-6540f18e] {
  display: block;
  width: 15rem;
  height: 15rem;
  margin: 4.375rem auto 1.5625rem;
}
.qrcode .result .u_avatar[data-v-6540f18e] {
  height: 9.375rem;
  width: 9.375rem;
  margin-top: 0.9375rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem #999;
  -moz-box-shadow: #999 0 0.125rem 0.625rem;
  -webkit-box-shadow: #999 0 0.125rem 0.625rem;
}
.qrcode .result .u_name[data-v-6540f18e] {
  text-align: center;
  font-size: 1.1875rem;
  color: #353535;
  margin-top: 1.25rem;
}
[data-v-6540f18e] .code-dialog {
  border-radius: 0.625rem;
}
.userQrCode[data-v-6540f18e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.userQrCode #userqrcode[data-v-6540f18e] {
    display: block;
    width: 15rem;
    height: 15rem;
}
.userQrCode p[data-v-6540f18e] {
    font-size: 1.125rem;
    font-weight: bold;
}
.dialog-footer[data-v-6540f18e] {
  text-align: center;
  margin: 1.25rem auto;
}

