.steps-item {
  padding-top: 58px;
  display: none;
}
.steps-item.step-2,
.steps-item.step-3 {
  padding-top: 0;
}
.steps-item.active {
  display: block;
}
.steps-item-title {
  padding: 10px 0 30px 0;
}
.steps-item-title h3 {
  font-size: 20px;
  color: #595959;
}
.steps-item-intro {
  font-size: 14px;
  color: #bfbfbf;
  margin-top: 10px;
}
.verify-type-box {
  border: 1px solid rgba(0, 184, 135, 0.2);
  padding: 28px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #262626;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.verify-type-icon {
  display: inline-block;
  padding-right: 24px;
}
.verify-type-icon img {
  vertical-align: top;
  width: 32px;
  height: 32px;
}
.verify-type-wrapper {
  display: inline-block;
}
.verify-type-title {
  display: inline-block;
  font-size: 14px;
  color: #262626;
}
.verify-type-content {
  font-size: 14px;
  color: #8c8c8c;
  padding: 4px 0;
}

.step-success {
  margin-top: 50%;
  transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
.redirect-tips {
  display: block;
  color: #1890ff;
  font-size: 12px;
  text-align: center;
  margin-top: 60px;
}
.phone-code.disabled {
  color: #bfbfbf;
  border-color: #bfbfbf;
}
.switch-tips {
  color: #00b887;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  display: block;
}
.modal-title {
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.modal-header,
.modal-footer {
  border-top: 0;
  border-bottom: 0;
}
.modal-body p {
  font-size: 14px;
  color: #595959;
}

.icon-warning {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: -2px;
}
.login-content__form-item * {
  vertical-align: middle;
}

.img-success {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1280px){
  .steps-item{
    margin-top: -40px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  .verify-type-box{
    padding:20px;
  }
}
.login-content__img-code {
  display: none;
}


