* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", "PingFangSC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
input {-webkit-box-shadow: 0 0 0 1000px #FFF inset;}
.hide { display:none;}
.loginForm {
  width: 400px;
  margin: 10% auto 0;
}
.loginForm .logo {
  margin: 20px 0 40px;
}
.loginForm .logo a {
  font-size: 0;
  display: block;
  background: url('../images/logo.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/logo.png') 1x, url('../images/logo@2x.png') 2x);
  margin: 0 auto;
  width: 139px;
  height: 145px;
  background-size: contain;
}

.loginForm .logo_zdh {
  margin: 20px 0 40px;
}
.loginForm .logo_zdh a {
  font-size: 0;
  display: block;
  background: url('../images/logo_zdh.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/logo_zdh.png') 1x, url('../images/logo_zdh.png') 2x);
  margin: 0 auto;
  width: 139px;
  height: 145px;
  background-size: contain;
}

.loginForm .col {
  position: relative;
  width: 360px;
  margin: 0 auto 20px;
}
.loginForm i {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -15px;
}
.loginForm .ico-user {
  background: url('../images/user.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/user.png') 1x, url('../images/user@2x.png') 2x);
}
.loginForm .ico-password {
  background: url('../images/lock.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/lock.png') 1x, url('../images/lock@2x.png') 2x);
}
.loginForm input {
  border: 1px solid #E0E0E0;
  padding: 13px 40px 13px 20px;
  outline: none;
  width: 100%;
  padding-left: 40px;
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  border-radius: 2px;
  font-size: 14px;
  color: #555;
}
.loginForm input:focus {
  border: 1px solid #AFAFAF;
}
.loginForm a.btn {
  background: #05A6FF;
  text-align: center;
  line-height: 46px;
  width: 360px;
  color: #fff;
  font-size: 16px;
  display: block;
  border-radius: 2px;
  text-decoration: none;
  margin: 0 auto;
  transition: .4s;
  -webkit-transition: .4s;
}
.loginForm a.btn:hover {
  background: #42bcff;
}
.loginForm .lfoot {
  text-align: center;
}
.loginForm .lfoot p {
  font-size: 12px;
  color: #C4C4C4;
}
.loginForm .loginInfo {
  text-align: right;
  font-size: 14px;
  margin: 20px 20px;
  color: #989898;
}
.loginForm .loginInfo a {
  color: #05A6FF;
  text-decoration: none;
}
.loginForm .loginInfo a:hover {
  text-decoration: underline;
}
.loginForm .ico-mobile {
  background: url('../images/mobile.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/mobile.png') 1x, url('../images/mobile@2x.png') 2x);
}
.loginForm .ico-lxr {
  background: url('../images/tel.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/tel.png') 1x, url('../images/tel@2x.png') 2x);
}
.loginForm .ico-code {
  background: url('../images/phone.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/phone.png') 1x, url('../images/phone@2x.png') 2x);
}
.loginForm .ico-comp {
  background: url('../images/house.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/house.png') 1x, url('../images/house@2x.png') 2x);
}
.loginForm .mobileCode {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.loginForm .mcode input {
  width: 200px;
  padding: 13px 10px;
}
.loginForm .mcode .mobileCode {
  background: #FFBE4A;
  display: block;
  text-align: center;
  width: 136px;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
      text-decoration: none;
  line-height: 45px;
}
.loginForm .mcode .mobileCode:hover {
  background: #ffb531;
}
.loginForm .mcode .disable {
  background: #f4f4f4;
  color: #ccc;
}
.loginForm .mcode .disable:hover {
  background: #f4f4f4;
  color: #ccc;
}
.loginForm .clear {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -15px;
  font-size: 0;
  cursor: pointer;
  background: url('../images/del.png') no-repeat center center;
  background-image: -webkit-image-set(url('../images/del.png') 1x, url('../images/del@2x.png') 2x);
}
.loginForm .clear:hover {
  opacity: .8;
}
.loginForm .errorTip {
  background: #FF6B6B;
  color: #fff;
  position: absolute;
  top: -100%;
  border-radius: 2px;
  padding: 10px;
  font-size: 12px;
  left: 40px;
}
.loginForm .errorTip:after {
  border: 6px solid transparent;
  border-top-color: #FF6B6B;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}
.regForm {
  margin-top: 4%;
}
/** 通知弹窗*/
.show-alert {
	z-index: 9999999;
	    position: fixed;
background: rgba(0,0,0,.7);
    line-height: 1;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    left: 50%;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
        -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.slideDown{animation: slideDown 0.5s; -webkit-animation: slideDown 0.5s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards;}
@-webkit-keyframes slideDown{0%{top: 30%; opacity: 0;} 100%{top: 50%; opacity: 1;}}
@keyframes slideDown{0%{top: 30%; opacity: 0;} 100%{top: 50%; opacity: 1;}}

.un {
    background: #f4f4f4!important;
    color: #ccc!important;
}