body {
  background: url(https://cdn.home.baedu.vip/static/img/login/login_bgcs.png) no-repeat center center;
  background-size: 100% 100%;
}
.cover {
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
}
.header-right {
  display: none !important;
}
.login {
  width: 802px;
  margin: 0 auto;
  height: 500px;
  background: #ffffff;
  border-radius: 2px;
  margin-top: 10%;
}
.login .login-clone {
  display: inline-block;
  width: 12px;
  height: 17px;
  background: url(https://cdn.home.baedu.vip/static/img/login/left.png) no-repeat;
  position: relative;
  top: 18px;
  left: 18px;
  cursor: pointer;
  z-index: 8;
}
.login .login-left,
.login .login-right,
.login .login-forget {
  width: 400px;
  height: 500px;
}
.login .login-left {
  background: url(https://cdn.home.baedu.vip/static/img/login/login_bgc.png) no-repeat -75px -6px;
}
.login .login-form .login-text span {
  color: red;
  float: left;
  margin-left: 5px;
  display: none;
}
.login .login-form li span {
  cursor: pointer;
}
.login .login-form li span img {
  width: 108px;
  height: 34px;
}
.login .login-right .login-right_border,
.login .login-forget .login-right_border {
  width: 360px;
  margin: 40px auto;
}
.login .login-right .login-right_border p:nth-child(1),
.login .login-forget .login-right_border p:nth-child(1) {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  border-bottom: 4px solid #E6A23C;
  margin: 0 auto;
}
.login .login-right .login-right_border ul,
.login .login-forget .login-right_border ul {
  margin-bottom: 0;
}
.login .login-right .login-right_border ul li,
.login .login-forget .login-right_border ul li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  margin: 0 auto;
  cursor: pointer;
}
.login .login-right .login-right_border ul .liColor,
.login .login-forget .login-right_border ul .liColor {
  border-bottom: 4px solid #E6A23C;
}
.login .login-right .login-form,
.login .login-forget .login-form {
  width: 340px;
  margin: 0 auto;
}
.login .login-right .login-form li,
.login .login-forget .login-form li {
  font-size: 14px;
}
.login .login-right .login-form li input,
.login .login-forget .login-form li input {
  width: 340px;
  height: 36px;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding-left: 60px;
  font-size: 14px;
}
.login .login-right .login-form li:nth-child(1),
.login .login-forget .login-form li:nth-child(1) {
  position: relative;
}
.login .login-right .login-form li:nth-child(1) span:nth-child(2),
.login .login-forget .login-form li:nth-child(1) span:nth-child(2) {
  position: absolute;
  font-size: 14px;
  font-family: PingFangSC-Light;
  font-weight: 300;
  left: 18px;
  top: 10px;
  font-weight: 400;
}
.login .login-right .login-form li:nth-child(1) span:nth-child(3),
.login .login-forget .login-form li:nth-child(1) span:nth-child(3) {
  position: absolute;
  color: red;
  font-size: 10px;
  left: 5px;
  display: none;
  bottom: -18px;
}
.login .login-right .login-form li:nth-child(2),
.login .login-forget .login-form li:nth-child(2) {
  margin: 22px 0;
  position: relative;
}
.login .login-right .login-form li:nth-child(2) input,
.login .login-forget .login-form li:nth-child(2) input {
  background: url(https://cdn.home.baedu.vip/static/img/login/Key.png) no-repeat 25px center;
}
.login .login-right .login-form li:nth-child(2) span:nth-child(2),
.login .login-forget .login-form li:nth-child(2) span:nth-child(2) {
  position: absolute;
  color: red;
  font-size: 10px;
  left: 5px;
  display: none;
  bottom: -18px;
}
.login .login-right .login-form li:nth-child(3) input,
.login .login-forget .login-form li:nth-child(3) input,
.login .login-right .login-form .tellCode input,
.login .login-forget .login-form .tellCode input {
  width: 220px;
  background: url(https://cdn.home.baedu.vip/static/img/login/security.png) no-repeat 25px center;
}
.login .login-right .login-form li:nth-child(3) span,
.login .login-forget .login-form li:nth-child(3) span,
.login .login-right .login-form .tellCode span,
.login .login-forget .login-form .tellCode span {
  width: 110px;
  height: 36px;
  border: 1px solid #00356a;
}
.login .login-right .login-form .login_phone,
.login .login-forget .login-form .login_phone {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.login .login-right .login-text,
.login .login-forget .login-text {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #409eff;
  margin-bottom: 45px;
  text-decoration: underline;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.login .login-right .login-btn,
.login .login-forget .login-btn {
  width: 340px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #00356a;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  margin-left: 30px;
  font-size: 16px;
}
.login .login-right .forget_txt,
.login .login-forget .forget_txt {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .login-right .forget_txt .login-pass,
.login .login-forget .forget_txt .login-pass {
  text-align: left;
  color: #409EFF;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
}
.login .login-right .forget_txt .login-pass-1,
.login .login-forget .forget_txt .login-pass-1 {
  text-align: left;
  color: #409EFF;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  margin-right: 10px;
  cursor: pointer;
}
.login .login-right .forget_txt .line,
.login .login-forget .forget_txt .line {
  color: #409EFF;
  font-size: 13px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
}
.login .login-right .tellCode {
  margin: 20px 0;
}
.login .login-right .login_btn {
  margin-top: -20px;
}
.login .login-right .codeLi {
  position: relative;
}
.login .login-right .code {
  position: absolute;
  color: red;
  font-size: 10px;
  left: 5px;
  display: none;
  bottom: -18px;
}
.login .login-right .tellCode {
  margin: 22px 0;
  position: relative;
}
.login .login-right .tellCode input {
  width: 220px;
  background: url(https://cdn.home.baedu.vip/static/img/login/security.png) no-repeat 25px center;
}
.login .login-right .tellCode span {
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #00356A;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 300;
}
.login .login-right .tellCode .login-tell_yan {
  position: absolute;
  bottom: -20px;
}
.login .login-forget {
  display: none;
  position: relative;
}
.login .login-forget p:nth-child(1) {
  border-bottom: 1px solid #DEDEDE;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
}
.login .login-forget .login-text {
  margin-bottom: 12px;
}
.login .login-forget li:nth-child(1) {
  margin-bottom: 10px;
  position: relative;
}
.login .login-forget li:nth-child(1) .login-tell_phone {
  position: absolute;
  bottom: -28px;
}
.login .login-forget li:nth-child(3),
.login .login-forget .tellCode {
  margin: 22px 0;
  position: relative;
}
.login .login-forget li:nth-child(3) input,
.login .login-forget .tellCode input {
  width: 220px;
  background: url(https://cdn.home.baedu.vip/static/img/login/security.png) no-repeat 25px center;
}
.login .login-forget li:nth-child(3) span,
.login .login-forget .tellCode span {
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #00356A;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 300;
}
.login .login-forget li:nth-child(3) .login-tell_yan,
.login .login-forget .tellCode .login-tell_yan {
  position: absolute;
  bottom: -20px;
}
.login .login-forget li:nth-child(5) {
  margin: 22px 0;
  margin-top: 10px;
  position: relative;
}
.login .login-forget li:nth-child(5) input {
  background: url(https://cdn.home.baedu.vip/static/img/login/key.png) no-repeat 25px center;
}
.login .login-forget li:nth-child(5) .tips,
.login .login-forget li:nth-child(5) .tips0 {
  position: absolute;
  bottom: -19px;
}
.login .login-forget li:nth-child(6) {
  margin: 12px 0 23px 0;
}
.login .login-forget li:nth-child(6) input {
  background: url(https://cdn.home.baedu.vip/static/img/login/key.png) no-repeat 25px center;
}
.login .login-forget .erro {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.login .login-forget .login-btn {
  position: absolute;
  bottom: 50px;
  font-size: 16px;
}
.login .login-forget .prohibit {
  cursor: no-drop !important;
  background: #b2afaf !important;
}
.login .login-message {
  width: 380px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid red;
  position: fixed;
  top: -55px;
  transition: top 1s;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  font-size: 14px;
}
.login .login-error {
  top: 30px !important;
  transition: top 1s !important;
  color: #EE5B5F;
  background: #FCEFEF;
  border-color: #FBE1E2;
}
.login .login-success {
  top: 30px !important;
  transition: top 1s !important;
  color: #67C23A;
  background: #F0F9EB;
  border-color: #E8F2E4;
}
.none {
  display: none !important;
}
.ul-1 {
  display: none;
}
