@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clearfix,
.form-horizontal .form-group,
.file-thumb {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.file-thumb:before,
.file-thumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.form-horizontal .form-group:after,
.file-thumb:after {
  clear: both;
}
.w-reg-con {
  margin: 15px auto 0;
  width: 1078px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fafafa;
}
.reg-title {
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.progress-bar {
  position: relative;
  margin: 40px auto 60px;
  width: 890px;
  height: 70px;
  font-size: 16px;
}
.progress-bar .solid {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 4px;
  line-height: 0;
  background-color: #ebebeb;
}
.progress-bar .item {
  position: absolute;
  top: 0;
  width: 65px;
  text-align: center;
  background-color: #fafafa;
}
.progress-bar .item-1 {
  left: 0;
}
.progress-bar .item-2 {
  left: 275px;
}
.progress-bar .item-3 {
  left: 550px;
}
.progress-bar .item-4 {
  right: 0;
}
.progress-bar .item-num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #f60;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebebeb;
}
.progress-bar .item-text {
  margin-top: 4px;
  color: #9e9e9e;
}
.progress-bar .active .item-num {
  color: #fff;
  background-color: #f60;
}
.progress-bar .active .item-text {
  color: #f60;
}
.progress-bar .active .item-ok {
  background: url("../../images/reg_bg.png") no-repeat -40px -240px #ff6600;
}
.progress-bar .item-ok {
  font-size: 0;
  background: url("../../images/reg_bg.png") no-repeat 0 -240px #ebebeb;
}
.reg-input {
  padding: 4px 6px;
  width: 236px;
  height: 20px;
  line-height: 20px;
  color: #686868;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  background-color: #f1f1f1;
}
.reg-select {
  display: inline-block;
  width: 123px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ebebeb;
  background-color: #f1f1f1;
}
.input-verify {
  width: 126px;
}
.verify-code {
  display: inline-block;
  margin-left: 6px;
  width: 100px;
  height: 30px;
  vertical-align: middle;
}
.reg-btn {
  display: inline-block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #6db617;
}
.reg-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5f9f14;
}
.reg-btn-large {
  width: 250px;
  font-size: 16px;
}
.reg-btn-small {
  height: 30px;
  line-height: 30px;
}
.reg-btn-primary {
  background-color: #f60;
}
.reg-btn-primary:hover {
  background-color: #e65c00;
}
.reg-disabled,
.reg-disabled:hover {
  cursor: not-allowed;
  border-color: #ccc;
  background-color: #ccc;
}
.form-horizontal .form-group {
  margin: 15px 0;
}
.form-horizontal .form-lab {
  float: left;
  margin-right: 10px;
  line-height: 30px;
  color: #686868;
  text-align: right;
}
.form-horizontal .form-field {
  overflow: hidden;
}
.form-horizontal .must {
  margin-right: 4px;
  color: #f00;
}
.form-horizontal .form-tips {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #a1a1a1;
  vertical-align: middle;
}
.form-horizontal .form-error {
  color: #f00;
}
.form-horizontal .form-success {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../../images/reg_bg.png") no-repeat -20px -280px;
}
.form-horizontal p.form-tips {
  display: block;
  margin-top: 6px;
}
.reg-info {
  position: relative;
  padding-left: 100px;
  margin: 0 auto 50px;
  width: 450px;
  color: #9e9e9e;
}
.reg-info dt {
  float: left;
  margin-left: -100px;
}
.reg-info .text-bottom {
  margin-bottom: 40px;
}
.reg-step1 {
  margin: 0 auto 50px;
  width: 430px;
}
.reg-step1 .form-buttons {
  margin-top: 50px;
  width: 350px;
  text-align: center;
}
.agreement-label {
  display: inline-block;
  cursor: pointer;
}
.icon-checkbox {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: -2px;
  background: url("../../images/reg_bg.png") no-repeat 0 -280px;
}
.icon-checked {
  background-position: 0 -300px;
}
.email-adr {
  color: #f60;
}
.reg-resend {
  margin-top: 10px;
  font-size: 12px;
}
.msg-tips-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -37px 0 0 -120px;
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-animation: fade-in 0.2s ease-in-out;
  -o-animation: fade-in 0.2s ease-in-out;
  animation: fade-in 0.2s ease-in-out;
}
.msg-tips-layer .msg-icon {
  display: inline-block;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url("../../images/loading.gif") no-repeat center center;
}
.msg-tips-layer .msg-text {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  white-space: nowrap;
}
.reg-step2 {
  margin: 0 auto 50px;
  width: 550px;
}
.reg-step2 .form-lab {
  width: 110px;
}
.pwd-level {
  display: inline-block;
  vertical-align: middle;
}
.pwd-level .level-item {
  float: left;
  margin-left: 2px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: default;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pwd-level .active,
.pwd-level.pwd-lv-1 .pwd-weak,
.pwd-level.pwd-lv-2 .pwd-weak,
.pwd-level.pwd-lv-2 .pwd-medium,
.pwd-level.pwd-lv-3 .pwd-weak,
.pwd-level.pwd-lv-3 .pwd-medium,
.pwd-level.pwd-lv-3 .pwd-strong {
  color: #fff;
  background-color: #f00;
}
.reg-step3 {
  margin: 0 auto;
  width: 900px;
}
.reg-step3 .form-lab {
  width: 265px;
}
.reg-step4 .reg-ok-info {
  color: #f60;
  font-size: 16px;
}
.reg-step4 .info-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.reg-step4 .sep {
  margin: 0 100px 50px;
  border-width: 0 0 1px;
  border-color: #ccc;
}
.form-half .form-lab {
  width: 45%;
}
.form-half .inner-lab {
  margin-left: 30px;
  color: #686868;
}
.form-half .field-text {
  line-height: 30px;
  color: #000;
}
.form-half .sta-text {
  color: #f60;
}
.form-half .form-buttons {
  text-align: center;
}
.img-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  height: 100%;
  background-color: #787878;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade-in 0.3s ease-in-out;
  -webkit-animation: fade-in 0.3s ease-in-out;
  -moz-animation: fade-in 0.3s ease-in-out;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mask-img-box {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  *position: relative;
}
.mask-img-box span {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  *top: 50%;
  *left: 50%;
  *height: auto;
  /* 重要，不然垂直居中无效 */
}
.mask-img-box span img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  background-color: #fff;
  *position: relative;
  *top: -50%;
  *left: -50%;
}
.reg-email-icon,
.reg-ok-icon,
.reg-tips-icon {
  width: 80px;
  height: 80px;
  background: url("../../images/reg_bg.png") no-repeat;
}
.reg-email-icon {
  background-position: 0 0;
}
.reg-ok-icon {
  background-position: 0 -80px;
}
.reg-tips-icon {
  background-position: 0 -160px;
}
.uploadify {
  position: relative;
  margin-bottom: 0;
}
.uploadify-button {
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f60;
}
.uploadify:hover .uploadify-button {
  background-color: #e65c00;
}
.uploadify-button.disabled {
  background-color: #d0d0d0;
  color: #808080;
}
.uploadify-queue {
  position: absolute;
  margin-bottom: 0;
  width: 350px;
}
.uploadify-queue-item {
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 11px verdana, geneva, sans-serif;
  margin-top: 5px;
  max-width: 350px;
  padding: 10px;
}
.uploadify-error {
  background-color: #fde5dd !important;
}
.uploadify-queue-item .cancel a {
  background: url('../../images/uploadify-cancel.png') 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.uploadify-queue-item.completed {
  background-color: #e5e5e5;
}
.uploadify-progress {
  background-color: #e5e5e5;
  margin-top: 10px;
  width: 100%;
}
.uploadify-progress-bar {
  background-color: #0099ff;
  height: 3px;
  width: 1px;
}
.file-thumb {
  display: none;
}
.file-thumb .thumb-box {
  position: relative;
  float: left;
  margin: 10px 10px 0 0;
}
.file-thumb .thumb-img {
  max-width: 100px;
  max-height: 100px;
}
.file-thumb .del-thumb {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ccc;
}
.file-thumb .del-thumb:hover {
  text-decoration: none;
  background-color: #aaa;
}
