.login-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px;
}

.login-box .close img {
  width: 16px;
  height: 16px;
}

.login-box form {
  margin-top: 0;
  width: 375px;
  position: relative;
  text-align: center;
}

.login-box form input,
.login-box form select {
  align-items: center;
  cursor: text;
  padding: 9px 18px;
  width: 100%;
  height: 50px;
  align-items: center;
  background: #f7f7f7;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  display: flex;
  margin-top: 8px;
  position: relative;
  outline: none !important;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #3c3c3c;
  appearance: none;
}

.login-box form .slt-box::before {
  position: absolute;
  top: 45%;
  right: 18px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  transform: rotate(45deg);
  z-index: 999;
}

.login-box form .pwd-box {
  position: relative;
}

.login-box form .pwd-box .find-pwd {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute !important;
  right: 15px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #afafaf;
  top: 0;
}

.login-box form .pwd-box .find-pwd:hover {
  color: #777;
}

.login-box form .error-info {
  color: #ea2b2b;
  margin: 20px 0 10px;
  text-align: left;
  font-size: 17px;
}

.login-box .title {
  font-size: 26px;
  margin: 10px 0 23px;
  text-align: center;
  opacity: 0.75;
}

.login-box .line-box {
  margin: 20px 0;
  width: 100%;
  width: 375px;
}

.login-box .line-box .line {
  background: #e5e5e5;
  flex-grow: 1;
  height: 2px;
}

.login-box .line-box .text {
  color: #afafaf;
  flex-grow: 0;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 500;
}

.login-box .line-box .btn-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.login-box .line-box.desc {
  padding-bottom: 10px;
  padding-top: 40px;
  color: #afafaf;
  font-size: 14px;
  text-align: center;
}

.weixin-tip{
  display: none; 
  position: fixed; 
  left:0; 
  top:0; 
  bottom:0; 
  background: rgba(0,0,0,0.8); 
  filter:alpha(opacity=80); 
  height: 100%; 
  width: 100%; 
  text-align: center; 
  z-index: 999;
}

.weixin-tip img{
  max-width: 100%; 
  height: auto;
}
