* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  font-family: 微软雅黑;
  padding-bottom: 66px;
  box-sizing: border-box;
  position: relative;
}
.content {
  min-width: 720px;
  height: 100%;
}
.content .w {
  width: 600px;
  margin: 0 auto;
}
.content .banner {
  width: 100%;
  height: 50%;
  max-height: 462px;
  background: url("../images/banner.png") no-repeat;
  background-size: 100% 100%;
  background-position: center 0;
  box-sizing: border-box;
}
.content .banner .title {
  font-size: 62.38px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  background: url("../images/img_login_logo.png") no-repeat;
  background-size: 69px 67px;
  background-position: 0 center;
  top: 50%;
  transform: translateY(-50%);
}
.content .login-box {
  height: 40%;
  max-height: 450px;
  min-height: 400px;
  padding-bottom: 66px;
  box-sizing: border-box;
  font-size: 15px;
}
.content .login-box .entrances .tip {
  padding: 76px 0 36px;
  text-align: center;
}
.content .login-box .entrances .tip span {
  display: inline-block;
  color: #b7bcbf;
  position: relative;
}
.content .login-box .entrances .tip span:before,
.content .login-box .entrances .tip span:after {
  content: '';
  width: 150px;
  height: 1px ;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.content .login-box .entrances .tip span:before {
  left: -170px;
}
.content .login-box .entrances .tip span:after {
  right: -170px;
}
.content .login-box .entrances .btns {
  margin: 0 -60px;
}
.content .login-box .entrances .btns .btn {
  display: block;
  color: #5f5f5f;
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.content .login-box .entrances .btns .btn i {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  display: inline-block;
  margin: 14px auto;
  box-sizing: border-box;
}
.content .login-box .entrances .btns .btn.btn1 i {
  background: url("../images/img_icon1.png") 52px 52px no-repeat;
  background-position: center center;
}
.content .login-box .entrances .btns .btn.btn2 i {
  background: url("../images/img_icon2.png") 52px 52px no-repeat;
  background-position: center center;
}
.content .login-box .entrances .btns .btn.btn3 i {
  background: url("../images/img_icon3.png") 52px 52px no-repeat;
  background-position: center center;
}
.content .footer {
  width: 100%;
  font-size: 12px;
  color: #b7bcbf;
  padding: 25px 0;
  position: absolute;
  text-align: center;
  bottom: 0;
}
.login-popup {
  position: relative;
}
.login-popup .btn-close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 20px;
}
.login-popup .main {
  width: 335px;
  margin: 0 auto 10px;
}
.login-popup .main .title {
  padding: 27px 0 12px;
  font-size: 26px;
  color: #009789;
  text-align: center;
}
.login-popup .main .input-wrap {
  margin: 15px 0;
}
.login-popup .main .input-wrap .userName,
.login-popup .main .input-wrap .pwd,
.login-popup .main .input-wrap .yzm {
  height: 42px;
  border: 1px solid #e7e7e7;
  padding-left: 38px;
  box-sizing: border-box;
  line-height: 42px;
}
.login-popup .main .input-wrap .userName {
  width: 100%;
  background: url("../images/img_userName.png") no-repeat;
  background-size: 20px 20px;
  background-position: 8px 8px;
}
.login-popup .main .input-wrap .pwd {
  width: 100%;
  background: url("../images/img_pwd.png") no-repeat;
  background-size: 20px 20px;
  background-position: 8px 8px;
}
.login-popup .main .input-wrap .yzm {
  float: left;
  width: 196px;
  background: url("../images/img_yzm.png") no-repeat;
  background-size: 20px 20px;
  background-position: 8px 8px;
}
.login-popup .main .input-wrap .pic {
  float: right;
  display: block;
}
.login-popup .main .input-wrap .pic img {
  width: 131px;
  height: 40px;
  margin: 1px 0;
  display: block;
}
.login-popup .main .input-wrap input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #a0a7aa;
}
.login-popup .main .input-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #a0a7aa;
}
.login-popup .main .input-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #a0a7aa;
}
.login-popup .main .input-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #a0a7aa;
}
.login-popup .main .input-wrap input:focus {
  border: 1px solid #009789;
  outline: 0;
  background-color: #faffbd;
}
.login-popup .main .error {
  font-size: 14px;
  color: #ff2121;
}
.login-popup .btn-login {
  display: block;
  margin: 0 auto;
  width: 335px;
  height: 45px;
  background: #009789;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1em;
}
/*# sourceMappingURL=../less/login.css.map */