/*************导入颜色文件**************/
/***********color***********/
/*********mixin********/
.loginHeader {
  height: 128px;
}
.loginHeader ul li {
  float: left;
  margin: 0 30px;
}
.loginHeader ul li a {
  line-height: 128px;
  font-size: 16px;
  color: #1d2533;
}
.loginHeader ul li a:hover {
  color: #008fdb;
}
.loginHeader img {
  margin-top: 23px;
}
.loginHeader .btn {
  width: 110px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 45px 0 0 30px;
}
.input em {
  display: none;
  position: absolute;
  width: 22px;
  height: 20px;
  right: 14px;
  top: 12px;
  background: url(../img/login.png) no-repeat -28px 0;
  cursor: pointer;
}
.input .isshow {
  background-position: -63px 0;
}
.input .isshow.cur {
  background-position: -100px 0;
}
.tip {
  color: #ff5402;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 14px;
}
.tip em {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/error.png);
  vertical-align: top;
  margin-top: 12px;
  margin-right: 10px;
}
.loginCont {
  background: url(../img/loginBg.png) no-repeat center;
  height: 600px;
}
.loginCont .box {
  width: 380px;
  height: 388px;
  background: #fff;
  margin-top: 105px;
}
.loginCont .box .title {
  text-align: center;
  color: #5a98da;
  font-size: 24px;
  line-height: 100px;
}
.loginCont .box .inputCont {
  width: 318px;
  height: 44px;
  border: 1px solid #d4d9dd;
  margin: 0 auto 18px;
  position: relative;
}
.loginCont .box .inputCont:hover {
  border-color: #5a98da;
  color: #1d2533;
}
.loginCont .box .inputCont:hover .clearText {
  background-position: 1px 0;
}
.loginCont .box .inputCont input {
  width: 100%;
  height: 44px;
  text-indent: 20px;
  line-height: normal;
  font-size: 15px;
  border: 0;
}
.loginCont .box .inputCont.error {
  border-color: #5a98da;
}
.loginCont .box .remember {
  width: 318px;
  margin: 0 auto;
  font-size: 14px;
}
.loginCont .box .remember .check {
  text-indent: 20px;
  cursor: pointer;
  line-height: 14px;
  color: #535f6b;
  background: url(../img/check.png) no-repeat left center;
  user-select: none;
}
.loginCont .box .remember .checked {
  background: url(../img/checked.png) no-repeat left center;
}
.loginCont .box .remember a {
  color: #535f6b;
}
.loginCont .box .remember a:hover {
  color: #5a98da;
  text-decoration: underline;
}
.loginCont .box .loginBtn {
  width: 320px;
  height: 46px;
}
.btnBg {
  background: -ms-linear-gradient(left top, #01b6f8, #1f7ffe);
  background: -webkit-gradient(linear, 0 0%, 0% 100%, from(#01b6f8), to(#1f7ffe));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b6f8', endColorstr='#1f7ffe', GradientType=0);
  cursor: pointer;
}
.btnBg:hover {
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.self_btn {
  display: block;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #5a98da;
}
.self_btn:hover {
  color: #fff;
  background: #7fb8f4;
}
.hezuoBg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.hezuoBg .hezuoCont {
  width: 422px;
  height: 600px;
  padding: 0 30px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hezuoBg .hezuoCont .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.hezuoBg .hezuoCont .title {
  line-height: 82px;
  font-size: 24px;
  color: #7eb3eb;
}
.hezuoBg .hezuoCont .inputTop {
  font-size: 16px;
  color: #535f6b;
}
.hezuoBg .hezuoCont .inputTop span {
  color: #ff5402;
}
.hezuoBg .hezuoCont input {
  margin: 16px 0 24px;
  border: 1px solid #d4d9dd;
  width: 418px;
  height: 44px;
  text-indent: 14px;
  font-size: 14px;
}
.hezuoBg .hezuoCont .btn {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}
.copyright {
  padding-top: 32px;
  line-height: 24px;
  color: #535f6b;
  font-size: 14px;
}
