.login-wrapper {
  width: 1065px;
  height: 0;
  position: absolute;
  z-index: 10;
  top: 59px;
  right: 290px;
  background-color: #f6f2e8;
  transform: translate(20%, 0);
  height: 0;
  transition: height 0.3s ease-out;
  overflow: hidden;
  display: flex;
}
.login-wrapper.active {
  height: 415px;
}
.login-wrapper .bg {
  width: 500px;
  height: 100%;
  background-image: url(../image/banner/xxjj.jpg);
  background-size: cover;
  background-position: center right;
}
.login-wrapper .bg p:nth-child(1) {
  font-size: 58px;
  color: #ffffff;
  width: 300px;
  margin: auto;
  margin-top: 140px;
}
.login-wrapper .bg p:nth-child(2) {
  font-size: 35px;
  color: #ffffff;
  width: 300px;
  margin: auto;
}
.login-wrapper .login-form {
  width: 565px;
  height: 100%;
  padding: 49px 82px 0 66px;
  box-sizing: border-box;
  font-size: 23px;
  color: #717171;
}
.login-wrapper .login-form .label {
  display: inline-block;
  width: 80px;
}
.login-wrapper .login-form input {
  border: none;
  outline: none;
  background-color: #e2e0dd;
  font-size: 23px;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 320px;
  margin-left: 10px;
}
.login-wrapper .login-form .label-item + .label-item {
  margin-top: 38px;
}
.login-wrapper .login-form .code-input {
  width: 215px;
}
.login-wrapper .login-form .validate-code {
  display: inline-block;
  width: 95px;
  font-size: 23px;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #e24b2d;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.login-wrapper .login-form .btn-wrapper {
  margin-left: 100px;
  margin-top: 41px;
}
.login-wrapper .login-form .btn-wrapper button {
  width: 95px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
  background-color: #e24b2d;
  border-radius: 10px;
  cursor: pointer;
}
.login-wrapper .login-form .btn-wrapper button + button {
  margin-left: 50px;
}


@media (width: 1024px) {
  .login-wrapper {
    right: 0;
    transform: none;
  }
}
