#register .el-main {
  overflow-x: hidden;
}

#register .title {
  font-weight: 500;
  font-size: 24px;
  color: #353535;
  text-align: center;
}
.login-dialog .el-dialog__body {
  padding-bottom: 50px;
}
.el-dialog {
  background: url(/static/default/images/tk-pic1.png) no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}
#register .title span {
  font-weight: bold;
  color: #2553ff;
  font-size: 30px;
  background: linear-gradient(0deg, #2553ff 0%, #327aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#register .title .hydl {
  margin-top: 67px;
  text-align: left;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
#register .adesc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  margin-bottom: 28px;
}

#register .adesc a {
  color: #266df5;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  display: inline;
}

/* tabs */
.tabs .el-tabs--card > .el-tabs__header {
  border: none;
}

.tabs .el-tabs--card > .el-tabs__header .el-tabs__item {
  border: none;
}

.tabs .el-tabs__nav-scroll {
  background: #f3f7fb;
  border-radius: 10px;
  padding: 4px;
}

#register .tabs .el-tabs__nav {
  border: none;
  width: 100%;
}

#register .tabs .el-tabs__nav .is-top {
  width: 50%;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}

#register .tabs .el-tabs__nav .is-active {
  border: none;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(155, 155, 155, 0.3);
  border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

#register .el-form .el-input {
  height: 48px;
  background: #ffffff;
  border-radius: 10px;
  /* border: 1px solid #DFE7EF; */
}

.el-tabs__content {
  padding: 0 1px;
}

.el-form .el-form-item__content {
  padding: 1px;
}

.el-form .el-input .el-input__inner {
  height: 48px;
  line-height: 48px;
  border-radius: 10px 0 0 10px;
  border-right: none;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #dfe7ef;
  border-right: none;
}

.el-form .fillet .el-input .el-input__inner {
  border-radius: 10px;
  border: 1px solid #dfe7ef;
}

.el-form .el-input .el-input-group__append {
  padding: 0;
  min-width: 100px;
  text-align: center;
  border: none;
  border: 1px solid #dfe7ef;
  border-left: none;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  width: 140px;
}

.el-form .el-input .el-input-group__append .el-button {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.el-form .el-input-group__append .el-button span {
  font-weight: 400;
  font-size: 18px;
  color: #1d4dd8;
}

.el-form .verification .el-button span {
  font-weight: bold;
  font-size: 24px;
  color: #4596ff;
  font-style: italic;
}

.el-form .verification .el-input-group__append {
  border: none;
  background: #daecff;
  width: 120px;
}

.el-form .verification .el-button img {
  max-width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.el-form .login-btn .el-button {
  padding: 0;
  border-radius: 10px;
  border: none;
  line-height: 56px;
}

.el-form .login-btn .el-button span {
  display: block;
  width: 350px;
  height: 56px;
  background: linear-gradient(270deg, #1c49d4 0%, #2875fd 100%);
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.el-form .login-btn .el-button.is-disabled span {
  background: linear-gradient(
    270deg,
    rgba(28, 73, 212, 0.5) 0%,
    rgba(40, 117, 253, 0.5) 100%
  );
}

#pane-second .verification {
  margin-bottom: 0;
}

#pane-second .forgot {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
}

.el-input .el-input__inner:focus {
  outline: 1px solid #1e4fd9;
  /* border: none; */
}

.el-form-item .el-input .el-input__inner:hover {
  border: 1px solid #8c96a0;
  border-right: none;
}

/* 服务条款 */
#register .clause {
  font-weight: 400;
  font-size: 16px;
  color: #79838d;
  text-align: center;
}

#register .clause a {
  color: #1d4dd8;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  display: inline;
}
