.lt-mall-login {
  width: 100%;
  background: url("/static/home/image/login_bg.jpg") no-repeat center 0;
  background-size: 100% auto;
  height: fit-content;
  margin-bottom: 50px;
}
.lt-mall-login .lt-container {
  height: fit-content;
  padding-block: 130px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.lt-mall-login .send_code,
.lt-mall-login .page_register .send_code {
  width: 138px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: none;
  background: #57565f;
  color: #fff;
  padding: 0;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  float: right;
}
.lt-mall-login .send_code:hover,
.lt-mall-login .page_register .send_code:hover {
  color: #fff !important;
}
.lt-mall-login .lt-mall-login__form {
  background-color: #FFF;
  padding: 40px;
  border: solid 1px #E6E6E6;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.lt-mall-login .lt-mall-login__form .tips {
  background: #fff8f0;
  padding: 10px 0;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #999;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top {
  height: 50px;
  border-bottom: solid 1px #eee;
  color: #BC2E20;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top a {
  position: relative;
  float: left;
  height: 100%;
  width: 50%;
  text-decoration: none;
  text-align: center;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top a:hover {
  color: #BC2E20;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top a span {
  display: block;
  margin-top: 15px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top a i {
  display: none;
  position: absolute;
  width: 70px;
  height: 4px;
  background: #BC2E20;
  bottom: -1px;
  left: 50%;
  margin-left: -35px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top a.on {
  color: #BC2E20;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-top a.on i {
  display: block;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center {
  margin-top: 30px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item {
  z-index: 1;
  margin-bottom: 25px;
  width: 320px;
  height: 46px;
  line-height: 26px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .text-area {
  position: relative;
  width: 318px;
  height: 46px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .ico {
  position: absolute;
  left: 15px;
  z-index: 5;
  font-size: 16px;
  top: 15px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .text {
  position: relative;
  top: 0;
  left: 0;
  padding: 4px 0 4px 37px;
  width: 279px;
  height: 36px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .text:hover {
  border-color: #cacaca;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .text.error {
  border-color: #E31939 !important;
  z-index: 2;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .span {
  border: solid 1px #E6E6E6;
  z-index: 1;
  display: block;
  width: 138px;
  height: 44px;
  float: right;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .span:hover a {
  z-index: 0;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-center .item .makecode {
  position: absolute;
  width: 138px;
  height: 46px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF !important;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom {
  padding: 10px 0;
  background: #fcfcfc;
  border-top: 1px solid #f4f4f4;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom p {
  text-align: center;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom .login_ico {
  vertical-align: middle;
  background: url(../images/tencent.png) no-repeat 0 0;
  display: block;
  float: left;
  margin: 0 15px;
  padding-left: 22px;
  cursor: pointer;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom .ico_qq {
  background-position: 0 0;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom .ico_weibo {
  background-position: 0 -38px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom .ico_weixin {
  background-position: 0 -19px;
}
.lt-mall-login .lt-mall-login__form .lt-mall-login__form-bottom .ico_register {
  float: right;
  background-position: 0 -58px;
  color: #BC2E20;
  font-size: 14px;
}

/*# sourceMappingURL=lt-login.css.map */
