/* common */
body {
  background: #fff;
  font-size: 0.9em;
  line-height: 1.5;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
.login_body {
  width: 100%;
  position: relative;
}
.login_tit {
  font-size: 24px;
  padding: 60px 0px 20px 30px;
  position: relative;
}
.login_body_cont {
  padding: 10px 20px;
}
.inputitem_w {
  border-bottom: 1px solid #efefef;
  padding: 10px 0px 10px 30px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  color: #b5b6ca;
}
.mui-input-row {
  position: relative;
  clear: left;
  overflow: hidden;
}
.inputitem_w input {
  border: none;
  padding: 10px;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
}
.login_bth {
  padding-top: 25px;
}
.login_bth input {
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 6px 12px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#437eff), to(#437eff));
  outline: none;
}
.login_otherlogin {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.login_wjmm {
  position: absolute;
  right: 0px;
  top: 30px;
}
.iconfont {
  font-size: 20px;
}
.icon-img {
  position: absolute;
  left: 5px;
  top: 15px;
  color: #999;
  display: inline-block;
}
.bottom_nav {
  width: 100%;
  height: 129px;
  text-align: center;
}
.bottom_nav_top {
  font-size: 14px;
  color: #666;
  padding: 20px 0px 30px;
}
.bottom_nav_center {
  width: 100%;
  padding-bottom: 50px;
}
.bottom_nav_center_logo img {
  width: 45px;
  height: 45px;
}
.login-phone {
  font-size: 15px;
  color: #666666;
}
.footer .footer_close {
  position: absolute;
  left: 0px;
  bottom: 50px;
  font-size: 12px;
  opacity: 0.06;
  transform: rotate(270deg);
  transform-origin: left top;
}