html,
body {
  height: 100%;
  font-size: 14px;
  font-family: "microsoft yahei", tahoma, arial, Helvetica, sans-serif;
  background-color: #F3F3F3;
}
.page-body {
  position: relative;
  overflow: hidden;
  padding-bottom: 111px;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  /** Header **/
  /** page-content **/
  /** Footer **/
}
.page-body .header-wrapper {
  width: 100%;
  height: 90px;
  /*background-color: #fff;*/
}
.page-body .header-wrapper .header {
  margin: 0 auto;
  /*max-width: 1200px;*/
  height: 90px;
}
    .page-body .header-wrapper .header .logo {
        padding: 0 10%;
        line-height: 90px;
        font-size: 28px;
        font-weight: bold;
    }
.page-body .page-content {
  width: 100%;
  background-color: #E8F0FB;
  /** content-container **/
}
    .page-body .page-content .content-container {
        margin: 0 auto;
        /* max-width: 1200px;*/
        height: 460px;
        font-size: 14px;
        /**登录**/
    }
        .page-body .page-content .content-container .userBarCodeLogin__content {
            position: relative;
            padding: 0 20px;
            margin-top: 30px;
        }

            .page-body .page-content .content-container .userBarCodeLogin__content .barcode {
                padding-right: 65px;
                height: 150px;
                font-size: 30px;
            }

                .page-body .page-content .content-container .userBarCodeLogin__content .barcode::placeholder {
                    font-size: 18px;
                }

            .page-body .page-content .content-container .userBarCodeLogin__content i {
                position: absolute;
                right: 27px;
                top: 45px;
                font-size: 60px;
                color: #878787;
            }
.page-body .page-content .content-container .userLogin {
  position: relative;
  width: 100%;
  height: 460px;
  background: url(../images/login_banner.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  /**登录面板**/
}
.page-body .page-content .content-container .userLogin__wrapper {
  position: absolute;
  right: 10%;
  top: 55px;
  border-radius: 4px;
  background-color: #fff;
  height: 350px;
}
.page-body .page-content .content-container .userLogin__header {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.page-body .page-content .content-container .userLogin__header h2 {
  font-size: 24px;
  font-weight: 400;
  color: #008AD5;
}
.page-body .page-content .content-container .userLogin__content {
  padding: 0 20px;
}
.page-body .page-content .content-container .userLogin__content .form-group {
  position: relative;
  margin-top: 20px;
}
.page-body .page-content .content-container .userLogin__content .form-group .tip-info {
  position: absolute;
  right: 4px;
  top: 13px;
  display: inline-block;
  color: red;
  font-size: 14px;
  border: 1px solid red;
}
.page-body .page-content .content-container .userLogin__content .from-input {
  width: 260px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  outline: none;
}
.page-body .page-content .content-container .userLogin__content .verifi-input,
.page-body .page-content .content-container .userLogin__content .verifi-code {
  height: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.page-body .page-content .content-container .userLogin__content .verifi-input {
  display: inline-block;
  padding: 0 10px;
  width: 160px;
  font-size: 14px;
  line-height: 40px;
  outline: none;
}
    .page-body .page-content .content-container .userLogin__content .verifi-code {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 110px;
        margin-left: 6px;
        text-align: center;
        line-height: 40px;
        color: #008AD5;
        border: 1px solid #c4c4c4;
        cursor: pointer;
        user-select: none;
        background-color: #fff;
        background-image: url(../images/loading.gif);
        background-position: center;
        background-repeat: no-repeat;
    }
.page-body .page-content .content-container .userLogin__content .btn-submit {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #2f98ed;
  border: none;
  outline: none;
  border-radius: 25px;
}
.page-body .footer-wrapper {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-body .footer-wrapper .footer {
  margin: auto;
  padding: 15px;
  text-align: center;
}
.page-body .footer-wrapper .footer-main ul li {
  display: inline-block;
}
.page-body .footer-wrapper .footer-main ul li a {
  padding: 0 10px 0 6px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  border-right: 2px solid #999;
}
.page-body .footer-wrapper .footer-main ul li .last-child {
  border: none;
}
.page-body .footer-wrapper .footer__message {
  margin-top: 10px;
  font-size: 14px;
  color: #c4c4c4;
}
