input::placeholder {
  color: #999999; /* 灰色的占位符文本 */
}
.login{
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  padding: 0;
  background: url(../../../assets/img/home/login.png) no-repeat;
  background-size: 100% 100%;
}
.loginPhone{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  background: url(../../../assets/img/home/login.png) no-repeat;
  background-size: 100% 100%;
}
.loginContain{
  background: white;
  width: 456px;
  height: 693px;
  padding: 48px;
  padding-top: 40px;
  margin-right: 240px;
}
.loginContainPhone{
  background: white;
  width: 90%;
  height: auto;
  padding: 30px;
  padding-top: 40px;
}
.marginBottom16{
  margin-bottom: 16px;
}
.labelText{
  margin-top: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0;
}
.loginInput{
  width: 360px;
  height: 48px;
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  padding-left: 16px;
}
.loginInputPhone{
  width: 100%;
  height: 48px;
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  padding-left: 16px;
}
.input{
  flex: 1;
  width: 10px;
  border: 0;
}
.clear{
  width: 20px;
  height: 20px;
  background: url(../../../assets/img/home/login-input-clear.png) no-repeat;
  background-size: 100% 100%;
  margin: 14px;
  margin-left: 0;
  cursor: pointer;
  display: none;
}
.passwordShow{
  width: 20px;
  height: 20px;
  background: url(../../assets/img/login-password-show.png) no-repeat;
  background-size: 100% 100%;
  margin: 14px;
  margin-left: 0;
  cursor: pointer;
  display: none;
}
.passwordHide{
  width: 20px;
  height: 20px;
  background: url(../../assets/img/login-password-hide.png) no-repeat;
  background-size: 100% 100%;
  margin: 14px;
  margin-left: 0;
  cursor: pointer;
  display: none;
}
.loginInputBorder{
  width: 360px;
  height: 48px;
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.loginInputBorderPhone{
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.yzm{
  width: 132px;height: 100%;border: 1px solid #E5E5E5;float: right;text-align: center;line-height: 44px
}
.yzmPhone{
  width: 100%;
  height: 100%;
  border: 1px solid #E5E5E5;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  line-height: 44px
}
.loginButton{
  width: 360px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #0052D9;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  margin-top: 48px;
  margin-bottom: 28px;
  cursor: pointer;
}
.loginButtonPhone{
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #0052D9;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  margin-top: 48px;
  margin-bottom: 28px;
  cursor: pointer;
}
.regisTitle{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.regis{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #0052D9;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}
#captcha{
  border: 1px solid #E5E5E5;
}