#signup #content {
  float: none;
  width: 100%;
}
#signup .mainbox {
  padding: 28px 60px 20px;
  box-shadow: 0 0 1px #cfe3c1;
}
#signup .head-section {
  position: relative;
  border-bottom: 1px solid #597226;
  margin-bottom: 20px;
}
#signup .head-section ul {
  margin-left: 10px;
}
#signup .head-section li {
  display: inline-block;
  *display: inline;
  margin-right: 3px;
  zoom: 1;
}
#signup .head-section li a {
  position: relative;
  _float: left;
  display: block;
  padding: 0 32px 0 32px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #5b8711;
  background: #dfe4d7;
  border-width: 1px;
  border-style: solid;
  border-color: #cfd0cd #cfd0cd #dfe4d7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  zoom: 1;
}
#signup .head-section li a:hover {
  text-decoration: none;
}
#signup .head-section li a span {
  display: none;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border-width: 6px;
  border-style: solid dashed dashed;
  border-color: #597226 transparent transparent;
}
#signup .head-section li a i {
  position: absolute;
  top: 50%;
  left: 39px;
  display: block;
  width: 16px;
  height: 12px;
  margin-top: -6px;
}
#signup .head-section li.current a {
  color: #FFF;
  background: #597226;
  border: 1px solid #597226;
}
#signup .head-section li.current a span {
  display: block;
}
#signup .head-section li.current a i {
  background-position: -38px -40px;
}
#signup .head-section a.mobile-trigger {
  padding-left: 57px;
}
#signup .head-section a.mobile-trigger i {
  width: 11px;
  height: 16px;
  margin-top: -8px;
  background-position: 0 -40px;
}
#signup .head-section li.current a.mobile-trigger i {
  background-position: -11px -40px;
}
#signup .head-section span.login-guide {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
#signup .field-group {
  margin-bottom: 0;
  padding: 10px 0 10px 120px;
}
#signup .field-group--password {
  padding-bottom: 26px;
}
#signup .field-group label {
  width: 110px;
}
#signup .field-group--subscribe .normal {
  margin-right: 12px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
#signup .operate {
  margin-top: 10px;
}
#signup .form-button {
  margin-bottom: 10px;
  margin-top: 15px;
}
#signup .terms {
  font-size: 12px;
}
#signup-form {
  position: relative;
  margin-bottom: 20px;
  background: url(../../images/client/reg.jpg) top right no-repeat;
}
#signup-form .email-auto {
  position: absolute;
  top: 104px;
  left: 120px;
  width: 232px;
  color: #666;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 1px 3px #c0ddf6;
  overflow: hidden;
  z-index: 1;
}
#signup-form .iframe {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
#signup-form .email-title {
  color: #666;
  padding: 3px 5px;
  border: 1px solid #8eb784;
  border-bottom: 0;
}
#signup-form .email-list {
  border: 1px solid #8eb784;
  border-top: 0;
}
#signup-form .email-list li {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  cursor: pointer;
}
#signup-form .email-list .current {
  background-color: #ddd;
  color: #000000;
}
#signup-form .email-list .current {
  background-color: #ddd;
  color: #000000;
}
.pw-strength {
  position: absolute;
  width: 232px;
  top: 45px;
  left: 120px;
  background: #c4c6c0;
}
#J-set-password-form .pw-strength {
  top: 35px;
  left: 66px;
}
.pw-strength__bar {
  background: #c4c6c0;
  height: 16px;
  width: 0;
  overflow: hidden;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all 0.4s linear;
}
.pw-strength__bar--weak {
  width: 76px;
  background: #ea9292;
}
.pw-strength__bar--normal {
  width: 154px;
  background: #f1d93a;
}
.pw-strength__bar--strong {
  width: 232px;
  background: #5aac47;
}
.pw-strength__letter {
  position: absolute;
  top: 0;
  left: 0;
}
.pw-strength__label {
  display: block;
  float: left;
  text-align: center;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  width: 76px;
  border-right: 2px solid #FFF;
  color: #ffffff;
}
.pw-strength__label--noborder {
  border-right: 0;
}
