body,
html {
  font-family: "微软雅黑", "arial, helvetica, sans-serif";
  background: #e2e1df;
}

.wrap {
  max-width: 1080px;
  margin: 0px auto;
  background: #35302a;
}

.page-bg {
  position: relative;
  width: 100%;
  display: block;
}
.page {
  position: relative;
}

.pageGif {
  position: absolute;
  left: 0;
  width: 100%;
}

.reset-w100 {
	width:100%;
  display: flex;
}

.register-content {
  position: absolute;
  left: 0.66rem;
  top: 2.45rem;
  font-size: 0.7rem;
  width: 9.4rem;
  height: 7.60rem;
}
.register-title {
  width: 100%;
}
.register-info {
  line-height: 0.38rem;
  color: #777777;
  text-align: center;
  margin: 0.2rem 0.1rem;
}

.field-group {
  margin: 0rem 0 0.2rem 0rem;
}
.field-between {
  display: flex;
  justify-content: space-between;
}

.field-one {
  width: 2.84rem;
}
.field-input,
.field-select,
.time-wrap {
  width: 100%;
  border: none;
  height: 1.4rem;
  line-height: 1.4rem;
  text-indent: 0.4rem;
  font-size: 0.5rem;
  background: none;
  outline: none;
}
.field-group label {
  font-size: 0.22rem;
  color: #3a3a3a;
  display: flex;
}
.field-group label span {
  color: #af7851;
  display: inline-block;
  margin-left: 0.03rem;
}
.field-center {
  display: flex;
  justify-content: space-around;
  margin-left: 3rem;
  width: 2rem;
}

.field-center input {
  margin-right: 0.1rem;
  display: inline-block;
  margin-top: 0.05rem;
}

.time-wrap {
  display: flex;
  justify-content: space-around;
}
.time-wrap input {
  display: inline-block;
  margin-right: 0.05rem;
}

.field-tk {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.19rem 0.2rem 0.2rem;
  font-size: 0.19rem;
  color: #838383;
}
.field-tk input {
  margin: 0px 0.1rem;
}
.submit {
  display: block;
  height: 2rem;
  margin-top: 2rem;
  width: 100%;
  margin-left: -0.1rem;
}

.swiper-parent {
  width: 10.8rem;
  overflow: hidden;
  margin-top: -0.01rem;
}
#swiperCX1 {
  height: 13.34rem;
  max-height: 1334px;
}
.swiper-parent img {
  width: 100%;
  max-width: 1080px;
}
.swiper-parent .swiper-slide {
  width: 100%;
  height: 10.83rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.1rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.55rem;
}

.swiper-pagination-bullet {
  width: 0.21rem;
  height: 0.21rem;
  border: 0.03rem solid #ffffff;
  background: #ffffff;
  margin: 0px 0.1rem;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #cab28e;
  border: 0.03rem solid #cab28e;
}

.swiper-pagination {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}

#sjDiv {
    height: 15.80rem;
    background: url(//x0.ifengimg.com/ucms/special/images/D5E640862EB406FBBC043C2210EA77C5.jpg) no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width:1081px) {
    .wrap {
        max-width: 1080px;
        margin: 0px auto;
        overflow: hidden;
    }
    .register-content {
        top: 256px;
        width: 920px;
        left: 70px;
    }
    swiper-parent {
        width: 100%;
    }
    .field-input, .field-select, .time-wrap {
        width: 98%;
        font-size: 50px;
        height: 110px;
        line-height: 110px;
        text-indent: 30px;
    }
    .field-group {
        margin: 0 0 51px 0;
    }
    .submit {
        margin-top: 110px;
        height: 130px;
    }
    #sjDiv {
        height: 1580px;
        position: relative;
    }
}
