* {
  margin: 0;
  padding: 0;
}

.box {
  display: flex;
}

.bj {
  position: relative;
  background: url("./../img/bja.jpg") no-repeat 100% 100%;
  vertical-align: bottom;
  width: 60%;
  height: 100vh;
}

.logo {
  position: absolute;
  top: 8%;
  left: 10%;
  width: 70px;
}

.text {
  color: #fff;
  font-size: 50px;
  margin-top: 30%;
  margin-left: 15%;
  line-height: 65px;
}

.CN {
  letter-spacing: 5px;
  font-size: 55px;
  line-height: 70px;
}

.CN span {
  color: #FFD654;
}

input {
  border: none;
  box-sizing: border-box;
  float: left;
  border-bottom: 2px solid #000;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  font-size: 16px;
  background: none;
  color: #000;
  margin-bottom: 10px;
}

.btnBox {
  text-align: center;
  width: 70%;
}

.btn {
  cursor: pointer;
  margin-top: 20px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  height: 45px;
  background: #000;
  background-size: 100% 100%;
  border: 0;
  width: 100%;
}

.formbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.repload {
  margin-top: 5px;
  text-align: right;
  width: 70%;
}

.formbox .goLogin {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: underline;
}

.code {
  width: 70%;
  position: relative;
}

.code input {
  width: 100%;
}

.sendCode {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  border-radius: 10px;
}

input:focus {
  outline: none;
}

input.error {
  border-color: #ff2a00;
}

.modalBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 380px;
  height: 300px; */
  background-color: #fff;
  padding: 15px;
}

.modalImg {
  position: relative;
  margin-bottom: 10px;
}

.validCode {
  position: absolute;
  left: 0;
}

.slideBox {
  text-align: center;
  background-color: #f5e8c2;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.slideBtn {
  position: absolute;
  width: 52.5px;
  height: 30px;
  background: #ead0b9;
  cursor: pointer;
}

@media(max-width:992px) {
  .box {
    flex-direction: column;
  }
  .bj {
    height: auto;
    width: 100%;
  }
  .text {
    font-size: 24px;
  }
  .CN {
    font-size: 24px;
    line-height: 55px;
  }
}
