
.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.error-page[data-v-1837a7ec] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1837a7ec] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-1837a7ec] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-1837a7ec] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.error-page[data-v-1845bf6d] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1845bf6d] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-1845bf6d] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-1845bf6d] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .iconfont[data-v-2ffb9b82] {
    color: #fff;
    font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
    text-align: center;
}

.error-page[data-v-4cf39caa] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-4cf39caa] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-4cf39caa] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-4cf39caa] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

@charset "UTF-8";
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
}
.login-container-default {
  background-image: url(/img/bg/bg-fr.png), url(/img/bg/bg-all.png);
  background-position: right bottom, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%, cover;
}
.login-container-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 999;
}
.login-weaper {
  margin-left: 80px;
  width: 500px;
}
.login-weaper .el-input-group__append {
    border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-top-left-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #409eff;
  float: left;
  width: 50%;
  position: relative;
}
.logo-img {
  position: absolute;
  top: 60px;
  left: 80px;
}
.third-login-img {
  height: 400px;
  width: 365px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 33px;
  z-index: 1000;
}
.third-login-tag {
  position: absolute;
  top: 0;
  right: 0;
}
.third-login-close {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.third-login-title {
  height: 50px;
  font-size: 29px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  text-align: center;
  margin-top: 40px;
}
.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
}
.login-left .title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 25px;
}
.login-border {
  border-left: none;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
  height: 50px;
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
}
.login-menu {
  width: 100%;
  height: 39px;
  text-align: center;
}
.login-menu a {
    margin: 0px 8px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 28px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.otherTipclass {
  position: fixed;
  bottom: 120px;
  margin-left: 30px;
}
.third-login-menu {
  width: 260px;
  margin: 10px auto;
  position: fixed;
  left: 80%;
  margin-left: -130px;
  bottom: 10px;
  text-align: center;
}
.login-submit {
  width: 100px;
  height: 45px;
  border: 1px solid #409eff;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #4c84ff;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 10px;
  font-weight: 600;
}
.contain-class {
  width: 100%;
  background-color: pink;
  text-align: center;
}
.login-form {
  margin: 10px auto;
  text-align: center;
}
.login-form i {
    color: #333;
}
.login-form .el-form-item__content {
    width: 100%;
    width: 350px;
    margin-top: 20px;
}
.login-form .el-form-item {
    margin-bottom: 12px;
}
.login-form .el-input input {
    line-height: 20px;
    padding-bottom: 10px;
    text-indent: 5px;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
}
.login-form .el-input .el-input__prefix i {
    padding: 0 5px;
    font-size: 20px !important;
    font-weight: 400;
}
.login-form .el-input .el-input__suffix i {
    padding: 0 5px;
    font-size: 20px !important;
    font-weight: 400;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.new-login-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 60%;
  height: auto;
  overflow: hidden;
  height: 100%;
  padding-bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.new-login {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.logo-img-class {
  width: 150px;
  background: url(/img/bg/logo-login.png) no-repeat;
  background-size: cover;
  height: 150px;
  margin: 0px auto;
  margin-top: 88px;
}
.logo-welcome-class {
  background: url(/img/bg/wecolme.svg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  margin: 0px auto;
  margin-top: 36px;
  height: 32px;
  max-width: 355px;
  margin-bottom: 38px;
}
.input-set {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.input-set .correct-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    color: #666666;
    line-height: 13px;
    width: 100%;
    padding: 12px 15px;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #e1e2e4;
    height: 50px;
}
.input-set .error-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    color: #666666;
    line-height: 13px;
    width: 100%;
    padding: 12px 15px;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #ffffff;
    outline: none;
    border: 1px solid red;
    height: 50px;
}
.clearfix:after {
  content: "";
  /*设置内容为空*/
  height: 0;
  /*高度为0*/
  line-height: 0;
  /*行高为0*/
  display: block;
  /*将文本转为块级元素*/
  visibility: hidden;
  /*将元素隐藏*/
  clear: both;
  /*清除浮动*/
}
.clearfix {
  zoom: 1;
  /*为了兼容IE*/
}
.error-message {
  line-height: 40px;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.clause {
  margin-left: 5px;
  float: left;
  font-size: 13px;
  line-height: 42px;
  color: #52556c;
  width: auto;
  height: 40px;
  text-decoration: underline;
}
.forget-pwd {
  float: left;
  margin-left: 20px;
  font-size: 13px;
  line-height: 42px;
  color: #52556c;
  line-height: 40px;
  text-decoration: underline;
}
.signup-btn {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 40px;
  color: #52556c;
  text-align: left;
  margin: 0px 22px;
  width: auto;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #f8f8f8;
}
.clearfix .buttonClass {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  min-width: 110px;
  height: 40px;
  border: 0;
  border-radius: 4px;
  padding: 0 15px;
  margin-left: 30px;
  outline: 0;
  background-color: #4494f0;
  cursor: pointer;
}
.ortherTip {
  text-align: center;
}
.leftline {
  height: 1px;
  width: 30px;
  background-color: #666;
  display: inline-block;
}
.rightline {
  height: 1px;
  width: 75px;
  background-color: #e5e5e5;
  display: inline-block;
}
.loginTip {
  color: #999;
  margin: 0 20px;
  display: inline-block;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 40%;
  position: relative;
  margin-left: 60%;
  min-width: 400px;
}
.noimg-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  position: relative;
  margin-left: 0px;
}
.variable {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.bottom {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.btn-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.wechat-class {
  width: 80px;
  height: 80px;
  margin-right: 50px;
  background: url(/img/bg/wechat.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  cursor: pointer;
}
.dingtalk-class {
  background-color: yellow;
  width: 80px;
  height: 80px;
  margin-left: 50px;
  background: url(/img/bg/dingtalk.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  cursor: pointer;
}
.tip-class-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lock-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title {
    margin-bottom: 8px;
    color: #333;
}
.lock-container::before {
  z-index: -999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form {
  width: 300px;
}

.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

