.login-views {
  width: 100%;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.register-views {
  width: 100%;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.register-views .logo-title {
  padding-top: 42px;
  justify-content: center;
}
.logo-title {
  padding-top: 49px;
  justify-content: center;
}
.logo-title img {
  width: 50px;
  height: 50px;
}
.logo-title span {
  font-weight: 500;
  color: #333333;
  font-size: 36px;
  padding-left: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
}
.login-cell {
  width: 100%;
  margin-top: 25px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
}
.login-cell .tabbar {
  font-weight: 500;
  font-size: 15px;
}
.login-cell .tabbar .login {
  width: 70px;
}
.login-cell .tabbar .register {
  width: 70px;
}
.login-cell .tabbar .selected {
  color: #FF9B00;
  padding-bottom: 15px;
  border-bottom: 3px solid #FF9B00;
}
.login-cell .login-info {
  padding: 25px 0 13px 0;
  border-bottom: 1px solid #B4B4B7;
}
.login-cell .login-info .password-open {
  display: none;
}
.login-cell .login-info .phone {
  height: 20px;
  margin-right: 10px;
}
.login-cell .login-info .password {
  height: 20px;
  margin-right: 10px;
}
.login-cell .login-info input {
  width: calc(100%);
}
.login-cell .login-info .get-vertify {
  white-space: nowrap;
  padding: 5px 9px;
  border-radius: 13px;
  border: 1px solid #ff9b00;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff9b00;
}
.login-cell .login-info .password-close {
  width: 15px;
}
.login-cell .login-info .password-open {
  width: 15px;
  display: none;
}
.login-cell .login-info .password-close-agin {
  width: 15px;
}
.login-cell .login-info .password-open-agin {
  width: 15px;
  display: none;
}
.login-cell .sub-login {
  margin: 0 auto;
  margin-top: 30px;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ff9b00;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.wechat-login {
  margin-top: 25px;
  justify-content: center;
}
.wechat-login .other-login-border {
  width: 60px;
  height: 1px;
  background: #333333;
  border-radius: 4px;
}
.wechat-login .three-login {
  margin: 0 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.wechat {
  margin-top: 15px;
}
.wechat img {
  width: 40px;
  height: 40px;
}
.bottom-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-bg img {
  width: 100%;
}
/*.bottom-bgs {*/
  /*width: 100%;*/
/*}*/
.bottom-bgs img {
  width: 100%;
}
