[v-block] {
  display: none;
}
body {
  overflow: hidden;
}
.main {
  height: 100%;
}
.left {
  width: 40%;
}
.h100 {
  height: 100%;
}
.right {
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.right .title {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.right .form {
  width: 590px;
}
.form .dec {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #385b7e;
}
.formTable {
  margin-top: 54px;
}
.formTable .el-form-item__label {
  padding-right: 19px;
  text-align: right !important;
  font-size: 16px;
  height: 67px;
  line-height: 67px;
}
.formTable .el-input__inner {
  height: 67px;
  font-size: 16px;
  color: #333333;
  text-indent: 59px;
}
.formTable .el-form-item {
  margin-bottom: 33px;
}
.formTable .el-form-item:nth-child(3) {
  margin-bottom: 0px;
}
.formTable .el-input::before {
}
.icon {
  width: 25px;
  height: 29px;
  background: url(../images/icon.png);
  position: absolute;
  display: block;
  z-index: 1;
  top: 18px;
  left: 26px;
}
.user {
  background-position: 0 1px;
}
.pas {
  background-position: 0 58px;
}
.code {
  background-position: 0 30px;
}
.notice-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
  justify-content: space-between;
}

.link-text {
  color: #409eff;
  text-decoration: underline;
  cursor: pointer;
}

.operate-btn {
  text-align: right;
  color: #bdbdbd;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.operate-btn:hover {
  color: #bdbdbd;
}

.operate-btn-group > .operate-btn + .operate-btn {
  margin-left: 24px;
  position: relative;
}

.operate-btn-group > .operate-btn + .operate-btn::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 1em;
  width: 2px;
  background-color: #bdbdbd;
  left: -12.7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.login {
  width: 100%;
  height: 68px;
  line-height: 68px;
}
.login span {
  font-size: 16px;
}
.register {
  margin-top: 24px;
  color: #c51613;
  text-align: center;
}
.register a {
  color: #999999;
}
.circular {
  position: absolute;
  right: -260px;
  top: -260px;
  border: 270px solid #ecf5ff;
  background: #ecf5ff;
  z-index: -1;
  border-radius: 50%;
}
.codeclass {
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#loginapp .el-scrollbar__wrap {
  height: calc(100% + 17px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .el-tabs__item {
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 18px;
}

@media (max-width: 800px) {
  .right {
    width: 88vw !important;
  }
  #loginapp .el-scrollbar__wrap {
    height: 100%;
  }
  .right .title > img {
    width: 100%;
    margin-bottom: 12px;
  }
  .formTable {
    margin-top: 20px;
  }
  .formTable .el-form-item {
    margin-bottom: 18px;
  }
  .register {
    margin-top: 10px;
  }
  .login-btn-container {
    margin-top: 12px !important;
  }
}
