@charset "UTF-8";
.hq-login-web{
  width:100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  text-align:center;
  display: none;
}
.hq-login-web .login-box{
  width:400px;
  height:540px;
  background: rgba(255,255,255,0.9);
  left:calc(50% - 200px);
  position: absolute;
  top:calc(50% - 250px);
  box-sizing: border-box;
  padding:40px;
  font-size:18px;

}
.hq-login-web h3{
  padding-bottom: 10px;
}
.hq-login-web .login-box input{
  display:block;
  width: 100%;
  line-height: 50px;
  margin:20px 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.hq-login-web .login-box button{
  width:100%;
 border-radius: 0px;
 border:none;
 line-height: 40px;
  float:left;
  cursor: pointer;
  color:#fff;
  font-size:14px;
  box-sizing: border-box;
}

.hq-login-web .zc{
  background:#012b97
}
.hq-login-web .dl{
background:#ff7902
}
.hq-login-web img{
  position: absolute;
  right:10px;
  top:10px;
  width:30px;
  height:30px;
  cursor: pointer;
}
.hq-login-web span{
  font-size:14px;
  color:#012b97;
  line-height: 32px;
  cursor:pointer;
}
.login{
  color:#fff;
  cursor: pointer;
}
.hq-login-web  .login-box2{
  display: none;
  height:340px!important;
  top:calc(50% - 170px)!important
}
.login-box2 h4 a{
  float:right;
  line-height: 32px;
  font-size: 14px;
  color:#012b97;
  text-decoration:underline;
}
.login-box2 h4{
  font-weight: normal;
}
