.container {
  width: 1180px;
  margin: 0 auto;
}
.page-title { font-size: 20px; padding: 30px 0 10px; font-weight: normal; text-align: center; }
.pwd-steps {

  /* padding-left: 90px; */
  margin: 35px 0 40px;

  /* overflow: hidden; */
}
.pwd-steps li {
  width: 280px;
  float: left;
  margin-right: 20px;
  border-bottom: 3px solid #ddd;
  color: #999;
  font-size: 12px;
  text-align: center;
  padding-bottom: 22px;
  position: relative;
}
.pwd-steps li i {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #ddd;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  left: 125px;
  bottom: -15px;
}
.pwd-steps li.active {
  border-color: #f80;
  color: #f80;
}
.pwd-steps li.active i {
  background: #f80;
}
.pwd-steps li.lastItem {
  margin-right: 0;
}
.register-submit {
  padding-left: 96px;
}
.register-submit .ui-button {
  width: 280px;
}
.resetpassword-form {
  padding: 0 0 200px 337px;
}
.resetpassword-form .ui-button {
  border-radius: 0;
}
.resetpassword-panel .ui-form {
  padding-top: 20px;
}
.resetpassword-panel .ui-form .ui-tips {
  margin-bottom: -10px;
}
.resetpassword-panel .ui-input-big {
  width: 268px;
  font-size: 12px;
}
.resetpassword-panel .input-piccode {
  width: 185px;
}
.resetpassword-panel .ui-form .ui-form-label {
  font-size: 12px;
  margin-right: 3px;
  width: 88px;
}
.ui-form-with-title .ui-tips-show {
  padding-left: 90px;
}
.company-item {
  position: relative;
  z-index: 10;
}
.company-item .auto-wrap {
  width: 278px;
  left: 94px;
  top: 55px;
  max-height: 320px;
  overflow: auto;
}
.company-item .auto-ul li {
  *width: 308px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 第三步成功 */
.success-box {
  height: 580px;
  padding-top: 60px;
  text-align: center;
}
.success-box .succ-text {
  font-size: 20px;
  color: #f80;
  padding: 30px 0;
}
#codeDiv {
  position: relative;
  width: 280px;
  margin-left: 94px;
}
#codeDiv .dvc-slider__handler {
  z-index: 8;
}
#codeDiv .isd-captcha-click-wrap {
  position: static;
  width: 280px !important;
  margin-top: 15px;
  z-index: 9;
}
