.container {
  width: 100%;
  padding: 0 20px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.mask .login_dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 4.9rem;
  background: #fff;
  padding: 0.2rem;
}
.l_title {
  text-align: left;
  margin: 0.2rem 0;
  position: relative;
}
.register {
  color: #f03e32;
  font-size: 14px;
  cursor: pointer;
}
.l_title .title_name {
  display: inline-block;
  margin-left: 0.8rem;
  color: black;
  font-weight: bold;
  font-size: 0.26rem;
}
.l_title img {
  width: 0.21rem;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
}
.username {
  background: url(./localimg/username.png) no-repeat 3% 50%;
  margin-bottom: 0.22rem;
}
.password {
  background: url(./localimg/password.png) no-repeat 3% 50%;
}
.username,
.password {
  width: 4.5rem;
  height: 0.6rem;
  border: 0.01px solid rgba(230, 230, 230, 1);
  box-shadow: 0rem 0rem 0rem 0rem rgba(7, 0, 2, 0.07);
  font-size: 18px;
  padding-left: 0.6rem;
  background-size: 0.27rem 0.3rem;
}
.forget {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.6rem;
}
.forget div {
  float: left;
}
.forget input {
  vertical-align: top;
  margin: 8px 5px 0 0;
}
.forget span {
  float: right;
}
.l_btn {
  width: 4.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #f03e32;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0.1rem 0 0.25rem;
  cursor: pointer;
}
.three {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0.18rem;
}
.three div {
  display: inline-block;
}
.three .line {
  width: 1.4rem;
  height: 0.01rem;
  background: rgba(230, 230, 230, 1);
  vertical-align: middle;
}
.login_type img {
  width: 0.43rem;
  height: 0.44rem;
  margin-right: 0.5rem;
}
