@font-face {
  font-family: OPPOSans-B;
  src: url('OPPOSans-B.ttf');
}

@font-face {
  font-family: OPPOSans-R;
  src: url('OPPOSans-R.ttf');
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  list-style: none;
  font-family: OPPOSans-R;
}

img {
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  transition: 3s;
  align-items: flex-end;
  display: flex;
}

.swiper-slide img {
  display: block;
  width: 100%;
}


.wrap {
  width: 1400px;
  margin: 0 auto;
}

.indWrap {
  max-width: 1180px;
  margin: 0 auto;
}

header {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 25px 8px 10px;
  background: #fff;
  border-bottom: 1px solid #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
  width: 188px;
}

.logo img {
  display: block;
  width: 100%;
}

.enroll,
.enroll a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enroll a {
  margin: 0 10px;
  /* width: 78px; */
  padding: 0 21px;
  height: 38px;
  font-family: OPPOSans-B;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  box-sizing: border-box;
}

.toLogin {
  background-color: #ffffff;
  border: solid 2px #b4b5b7;
  color: #99005c;
}

.toSign {
  background-color: #99005c;
  box-shadow: 1px 2px 3px 0px rgba(3, 0, 0, 0.15);
  border: solid 1px #99005c;
  color: #fff;
}


footer {
  padding: 50px 0;
  border-top: 1px solid #F4F4F4;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #434343;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8a8a8f;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8a8a8f;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8a8a8f;
}

.dateTimeWrap {
  position: absolute;
}

.sigBox {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 50px 0;
}




@media screen and (max-width:1500px) {

  .wrap {
    width: 1200px;
  }

}


@media screen and (max-width:1300px) {

  .wrap {
    width: 1100px;
  }

}


@media screen and (max-width:1200px) {

  .wrap {
    width: 90%;
  }

}


@media screen and (max-width:768px) {

  .logo {
    width: 130px;
  }

  .enroll a {
    margin: 0 5px;
    padding: 0 17px;
    /* width: 70px; */
    height: 30px;
    font-size: 14px;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  input::-moz-input-placeholder,
  textarea::-moz-input-placeholder {
    font-size: 14px;
  }

  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 14px;
  }


}


@media screen and (max-width:450px) {

  .logo {
    width: 100px;
  }

  .enroll a {
    padding: 0 10px;
    /* width: 50px; */
    height: 25px;
    font-size: 12px;
  }

  footer {
    padding: 30px 0;
    font-size: 14px;
  }

}
