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

.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-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;
}
.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;
}
.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
}
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.login-weaper {
  width: 450px;
}
.login-weaper .el-input-group__append {
  border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 460px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-bottom-left-radius: 70px;
  -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;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img {
  top: 80px;
  left: 56px;
  position: absolute;
  width: 160px;
}
.login-left .title {
  width: 356px;
  top: 180px;
  left: 56px;
  position: absolute;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
}
.login-left .aim {
  font-size: 15px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  left: 56px;
  top: 320px;
  position: absolute;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 4.4px;
}
.login-border {
  border-left: none;
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 22px 41.65px 7.35px rgba(16, 91, 160, 0.15);
          box-shadow: 0px 22px 41.65px 7.35px rgba(16, 91, 160, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  padding: 20px 10px 0 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-file {
  margin-top: auto;
  margin-bottom: 10%;
  margin-right: 2%;
  margin-left: 0%;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #3495fa;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  letter-spacing: 4px;
  margin-top: -20px;
}
.login-menu {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #999;
  font-size: 12px;
  margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 45px;
  border: 1px solid #309BFF;
  background-color: #309BFF;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  cursor: pointer;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
  color: #666666;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 15px;
}
.login-form .el-input input {
  padding: 12px 17px;
  text-indent: 5px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666666;
}
.login-form .el-input input:hover {
  border: 1px solid #4E4E4E;
}
.login-form .el-input .el-input__inner {
  padding-left: 28px;
}
.login-form .el-input .el-input__prefix i {
  padding: 0 5px;
  font-size: 16px !important;
}
.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;
}
.login-text {
  width: 100%;
  height: 19%;
  margin-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.login-weaper {
  width: 450px;
}
.login-weaper .el-input-group__append {
  border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 460px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-bottom-left-radius: 70px;
  -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;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img {
  top: 80px;
  left: 56px;
  position: absolute;
  width: 160px;
}
.login-left .title {
  width: 356px;
  top: 180px;
  left: 56px;
  position: absolute;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
}
.login-left .aim {
  font-size: 15px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  left: 56px;
  top: 320px;
  position: absolute;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 4.4px;
}
.login-border {
  border-left: none;
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 22px 41.65px 7.35px rgba(16, 91, 160, 0.15);
          box-shadow: 0px 22px 41.65px 7.35px rgba(16, 91, 160, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  padding: 20px 10px 0 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-file {
  margin-top: auto;
  margin-bottom: 10%;
  margin-right: 2%;
  margin-left: 0%;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #3495fa;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  letter-spacing: 4px;
  margin-top: -20px;
}
.login-menu {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #999;
  font-size: 12px;
  margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 45px;
  border: 1px solid #309BFF;
  background-color: #309BFF;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  cursor: pointer;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
  color: #666666;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 15px;
}
.login-form .el-input input {
  padding: 12px 17px;
  text-indent: 5px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666666;
}
.login-form .el-input input:hover {
  border: 1px solid #4E4E4E;
}
.login-form .el-input .el-input__inner {
  padding-left: 28px;
}
.login-form .el-input .el-input__prefix i {
  padding: 0 5px;
  font-size: 16px !important;
}
.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;
}
.login-text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.leftImg {
  left: 30px;
  top: 30px;
  position: absolute;
  width: 160px;
  height: 40px;
}
.leftTitle {
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11%;
  color: #FFFFFF;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 60px;
}
.support {
  width: 380px;
  height: 16px;
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  text-align: center;
  bottom: 20px;
  position: fixed;
  color: #808080;
  line-height: 21px;
  letter-spacing: 3.2px;
}
.title {
  width: 100%;
  font-size: 45px;
  text-align: center;
  font-weight: 900;
  padding-top: 3%;
  padding-bottom: 3%;
}
.table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file_img {
  margin-left: 1%;
  margin-top: 1%;
}
