[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;
  width: 640px;
}
.right .form {
  width: 640px;
}
.form .dec {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #979797;
}
.form .dec-title {
  color: #333333;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.formTable {
  margin-top: 27px;
}
.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: 20px;
}
.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: flex-end;
}

.link-text {
  color: #ca3434;
  text-decoration: underline;
  cursor: pointer;
}

.operate-btn {
  text-align: right;
  color: #ca3435;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.operate-btn:hover {
  color: #ca3435;
}

.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: #ca3435;
  left: -12.7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.login {
  width: 100%;
  height: 68px;
  line-height: 68px;
  color: #ca3435;
}
.login span {
  font-size: 16px;
}
.register {
  margin-top: 24px;
  color: #913030;
}
.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;
}
.prompt-info {
  position: absolute;
  bottom: 20px;
  left: 46%;
  color: #606266;
}

.main .el-tabs__item.is-active {
  color: #ca3233;
}
.main .el-tabs__active-bar {
  background-color: #ca3435;
}

.main .el-tabs__item:hover {
  color: #ca3233;
}

.main .el-button,
.main .el-button:focus,
.main .el-button:active,
.main .el-button:hover {
  border-color: #ca3435;
  background-color: #fff;
  color: #ca3435;
}
.main .el-input.is-active,
.main .el-input__inner:focus {
  border-color: #ca3435;
}

.main .el-button--primary:focus,
.main .el-button--primary:hover,
.main .el-button--primary:active,
.main .el-button--primary {
  background: #ca3435;
  border-color: #ca3435;
  color: #fff;
}

@media (max-width: 800px) {
  .right {
    width: 88vw !important;
  }
  #loginapp .el-scrollbar__wrap {
    height: 100%;
  }
  .right .title > img {
    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;
  }
}
