.login-body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.welcome-word {
  width: 350px;
  margin: 20px auto;
  user-select: none;
}

.welcome-word img {
  width: 100%;
  pointer-events: none;
}

.login-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lepeiyun-img {
  width: 800px;
  transition: all 1s 0s;
  user-select: none;
}

.lepeiyun-img img {
  width: 100%;
  pointer-events: none;
}

.userLogin-bg {
  width: 380px;
  height: 420px;
  padding: 42px;
  box-sizing: border-box;
  user-select: none;
  background: url(../../imger/login/user-login-bg.png) no-repeat;
  background-size: 100% 100%;
}

/* .userLogin-bg2 {
  width: 380px;
  height: 420px;
  padding: 42px;
  box-sizing: border-box;
  background-color: transparent;
  user-select: none;
} */

.card-title {
  color: white;
  font-size: 22px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-bottom: 0;
}

.loginDiv {
  width: 100%;
  height: 268px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.custom-control {
  padding: 0 6px;
  margin-bottom: 0;
}

#range {
  width: 100%;
  height: 38px;
  outline: none;
  border: none;
  /* background-color: #0b215a; */
  background-color: rgba(0, 0, 0, .1);
  -webkit-appearance: none;
  border-radius: 14px;
}

#range::-webkit-slider-runnable-track {
  height: 30px;
  border-radius: 10px;
  margin-left: -1rem;
  border: none;
  box-shadow: none;
}

#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  box-shadow: none;
  background: url("/static/imger/login/you2.png") no-repeat center;
  cursor: pointer;
  border-radius: 50%;
  background-size: 50%;
  background-color: #3464ed;
  position: relative;
  bottom: 5px;
  left: 5px;
  z-index: 99999;
}

#slide-text {
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 38px;
  word-break: keep-all;
  overflow: hidden;
  position: absolute;
  user-select: none;
  left: 0;
  z-index: -1;
}

#slide-text #check-img {
  margin-top: -4px;
}

#loginBut {
  height: 38px;
  line-height: 38px;
  border: none;
  color: #fff;
  background-color: #3563ec;
  font-family: auto;
  font-size: 14px;
}

#loginBut2 {
  height: 38px;
  line-height: 38px;
  border: none;
  color: #fff;
  background-color: #929292;
  font-family: auto;
  font-size: 14px;
  border-radius: 5px;
}

#loginBut2:hover {
  background-color: #606060;
}

#loginBut:not(:disabled) {
  cursor: pointer;
}

#loginBut:disabled {
  background-color: #1e50e4;
  opacity: .5;
}

@media (min-width: 768px) and (max-width: 979px) {
  .lepeiyun-img {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .lepeiyun-img {
    display: none;
  }
}

@media (max-width: 480px) {
  .welcome-word {
    width: 90%;
  }
}

.loginInfo-box {
  /* position: relative; */
  display: flex;
  align-items: center;
}

.loginInfo-box .left-input {
  padding-left: 16px;
}

.loginInfo-img {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.phoneTitle {
  width: 85px;
  /* float: left;
  line-height: calc(1.5em + 0.75rem + 2px);
  text-align: right; */
}

.phoneInput {
  flex: 1;
  /* display: block;
  margin-left: 25%;
  width: 75%; */
  background-color: #fff;
}

#loginPage1 {
  display: none;
  background: url('../../imger/login/LPY-login_BG01.jpg') no-repeat;
  background-size: 100% 100%;
}

#loginPage2 {
  display: none;
  background-color: #E0E0E0;
}

#loginPage2 .loginDiv {
  width: 384px;
  height: 250px;
  padding: 0 10px;
}

#loginPage2 #loginBut2 {
  width: 59%;
  margin: 0 auto;
}

#loadImgWrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
}

#loadImgWrap img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40px, -40px);
}