#loginPage {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: 'Alibaba PuHuiTi';
  overflow: hidden;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.border-box {
  box-sizing: border-box;
}
.bg_size_100 {
  background-size: 100% 100%;
}
.flex_y {
  display: flex;
  flex-direction: column;
}
.placementScheme_0 .mask_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.placementScheme_0 .form_box {
  position: absolute;
  right: 8%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  padding: 76px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.placementScheme_1 {
  background-image: url('/res/img/sysConfig/placementScheme1_bg.png');
  background-size: 100% 100%;
}
.placementScheme_1 .middle_content {
  width: 1000px;
  height: 640px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 32px 4px rgba(0, 0, 0, 0.04);
}
.placementScheme_1 .middle_content .left_bg {
  width: 520px;
}
.placementScheme_1 .middle_content .right_form {
  width: 480px;
}
.placementScheme_2 .left_bg {
  width: 62.5%;
}
.placementScheme_2 .right_form {
  width: 37.5%;
}
.left_top_icon {
  position: absolute;
  top: 4%;
  left: 4%;
  gap: 24px;
}
.left_top_icon .sys_name_logo {
  width: auto;
  height: 60px;
}
.left_top_icon .sys_name {
  font-size: 42px;
}
.form_content {
  width: 400px;
  gap: 48px;
  overflow: hidden;
  box-sizing: border-box;
}
.form_content .title {
  color: #000;
}
.form_content .title > p:first-child {
  font-size: 36px;
  font-weight: bold;
}
.form_content .title > p:last-child {
  margin-top: 10px;
  font-size: 24px;
}
.user_agreement {
  gap: 8px;
}
.user_agreement .top {
  gap: 16px;
}
.user_agreement .text {
  color: #303133;
  font-size: 12px;
  flex-shrink: 0;
}
.user_agreement .horizontal_line {
  height: 1px;
  width: 100%;
  background: #DCDFE6;
}
.user_agreement .el-checkbox {
  margin: 0 !important;
  margin-right: 8px !important;
}
.copyright_content {
  font-size: 16px;
  width: 862px;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  gap: 8px 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.el-button--text {
  padding: 0 !important;
}
.z_index_99 {
  z-index: 99;
}
.download_app {
  position: absolute;
  top: 4%;
  right: 4%;
}
.custom_popper_class {
  padding: 0 !important;
}
.custom_popper_class .qr_code_content {
  padding: 12px 16px;
}
.custom_popper_class .qr_code_content .title {
  color: #000;
  font-size: 18px;
  text-align: center;
}
.custom_popper_class .qr_code_content .qr_code {
  padding: 8px 0;
  gap: 24px;
}
.custom_popper_class .qr_code_content .qr_code .qr_code_item {
  gap: 4px;
  color: #000;
}
.custom_popper_class .qr_code_content .qr_code .qr_code_item .qr_code_img {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.custom_popper_class .qr_code_content .qr_code .qr_code_item > p {
  text-align: center;
  line-height: 22px;
  width: 100%;
}
.verification_code {
  gap: 12px;
}
.to_page {
  cursor: pointer;
}
.to_page:hover {
  text-decoration: underline;
}
