
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both; 
}

.lf {
  float: left;
}

.ri {
  float: right;
}

.login-model {
  width: 430px;
  min-height: 330px;
  background: #fff;
}

.register-model {
  width: 430px;
  min-height: 450px;
  background: #fff;
}
.reveal-modal {
  text-align: center;
  box-sizing: border-box;
}
.reveal-modal p.title {
  font-size: 16px;
  text-align: left;
  color: #333;
  font-weight: 500;
  margin-left: 30px;
}

.reveal-modal .form-box {
  margin-top: 36px;
}
.reveal-modal .form-box .col {
  margin-bottom: 24px;
  display: flex;
  position: relative;
}
.reveal-modal .form-box .col.code {
  display: flex;
}
.reveal-modal .form-box .col.code .code-img {
  width: 128px;
  height: 34px;
  overflow: hidden;
}
.reveal-modal .form-box .col.code .refresh-code {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  margin-left: 17px;
  overflow: hidden;
}
.reveal-modal .form-box .col.link {
  display: block;
  margin-bottom: 45px;
}
.reveal-modal .form-box .col.link a {
  color: #333333;
  text-decoration: none;
}

.form-box .penl {
  margin-bottom: 30px;
  padding: 0 20px 32px;
  text-align: left;
}
.form-box .penl.nob {
  padding-bottom: 0px;
}

.form-box .penl .desc {
  margin-bottom: 20px;
}

.form-box .penl span:nth-child(1) {
  display: inline-block;
  width: 85px;
  line-height: 32px;
}

.form-box .penl span.s {
  font-size: 12px;
  color: #999999;
}
.form-box .penl.line {
  border-bottom: 1px #cccccc dotted;
}

.form-box .col span {
  display: inline-block;
  width: 78px;
  line-height: 32px;
}
.form-box .col span font {
  color: #fb5c4c;
  padding-right: 4px;
}

.reveal-modal .form-box .col input {
  flex: 1;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 10px 0 38px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 12px;
  text-align: left;
}
.reveal-modal .form-box .col i.login-icon {
  //background: url(http://img.wanyouyinli.com/static/ht/img/zh.png) 10px no-repeat !important;
  width: 30px;
  background-size: 100%;
  height: 21px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}
.reveal-modal .form-box .col  .pwd-icon {
  //background: url(http://img.wanyouyinli.com/static/ht/img/mm.png) 10px no-repeat !important;
  width: 30px;
  background-size: 100%;
  height: 21px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}
.reveal-modal .form-box .col  .code-icon {
  //background: url(http://img.wanyouyinli.com/static/ht/img/yzm.png) 10px no-repeat !important;
  width: 30px;
  background-size: 100%;
  height: 21px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}
.reveal-modal .form-box .col  .phone-icon {
  //background: url(http://img.wanyouyinli.com/static/ht/img/phone.png) 10px no-repeat !important;
  width: 30px;
  background-size: 100%;
  height: 21px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}
.reveal-modal .form-box .col  .wx-icon {
  //background: url(http://img.wanyouyinli.com/static/ht/img/wx.png) 10px no-repeat !important;
  width: 30px;
  background-size: 100%;
  height: 21px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}
.form-box .col  .user-icon {
  //background: url(http://img.wanyouyinli.com/static/ht/img/user.png) 10px no-repeat !important;
  width: 30px;
  background-size: 100%;
  height: 21px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}

/* .form-box .col input.error {
  border: 1px solid red;
} */

.reveal-modal .form-box .col .sub {
  display: block;
  width: 345px;
  height: 44px;
  line-height: 44px;
  background: RGB(251,103,1);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  margin-left: 10px;
}
.reveal-modal .form-box .col .sub.disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.validator-error {
  display: inline-block;
  position: absolute;
  font-size: 0;
  color: red;
  bottom: -13px;
  left: 10px;
  text-align: left;
}

.zhaohui-box {
  padding-top: 150px;
}

.zhaohui-box .title {
  color: #333;
  font-size: 16px;
  margin-bottom: 40px;
}

.zhaohui-box form {
  width: 500px;
  height: 388px;
  font-size: 14px;
}
.zhaohui-box form .col {
  margin-bottom: 18px;
  position: relative;
}
.zhaohui-box .validator-error {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  color: red;
  bottom: -13px;
  left: 90px;
  text-align: left;
}
.zhaohui-box .form-box .penl span.s {
  font-size: 12px;
}
.zhaohui-box form input {
  width: 266px;
  height: 32px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px #dddddd solid;
}

.zhaohui-box form button {
  display: block;
  width: 354px;
  height: 44px;
  line-height: 44px;
  background: #fb5c4c;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  border: none;
}

.pswp__preloader__icn {
  opacity: 0.75;
  width: 24px;
  height: 24px;
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
  margin: 0 auto;
}

/* The idea of animating inner circle is based on Polymer loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */
.pswp__preloader__cut {
  position: relative;
  width: 12px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__preloader__donut {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}




.reveal-modal .form-box .col input {
  flex: 1;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 10px 0 38px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 12px;
  text-align: left;
  color:  #333;
}  


/*加载动画*/
@-moz-keyframes refreshing-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes refreshing-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes refreshing-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.refreshing-loader:not(:required) {
  -moz-animation: refreshing-loader 1000ms infinite linear;
  -webkit-animation: refreshing-loader 1000ms infinite linear;
  animation: refreshing-loader 1000ms infinite linear;
  -moz-border-radius: 2.4em;
  -webkit-border-radius: 2.4em;
  border-radius: 2.4em;
  border: 2px solid #f1f1f1;
  border-left-color: transparent;
  color: transparent;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  width: 12px;
  height: 12px;
  margin-right:5px;
  text-indent: 100%;
}