.main {
  background-color: #234be8;
  padding: .8rem .32rem;
  position: relative;
  margin-top: -1.3333rem;
}

.content {
  border-radius: .5333rem;
  padding: .6667rem .4267rem;
  background-color: #ffffff;
  margin-top: .8rem;
}

.content1 .title {
  width: 7.28rem;
  margin: 0 auto;
}

.content1 .img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .8rem;
}

.content1 .img_wrap .item {
  width: 48%;
}

.content2 .box1 .title {
  width: 5.7867rem;
  margin: 0 auto;
  margin-top: .8rem;
}

.content2 .box1 .list .item {
  display: flex;
  font-size: .4rem;
  align-items: center;
  margin-top: .5333rem;
}

.content2 .box1 .list .item .index {
  border-radius: .0821rem;
  background: linear-gradient(270deg, #1D58C8 0%, #3B7EFF 100%);
  padding: .08rem;
  color: #ffffff;
  font-weight: bold;
}

.content2 .box1 .list .item .text {
  margin-left: .4267rem;
}

.content2 .box2 .title {
  width: 5.7867rem;
  margin: 0 auto;
  margin-top: .8rem;
}

.content2 .box2 .province {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content2 .box2 .province .item {
  width: 30%;
  height: .8rem;
  text-align: center;
  line-height: .8rem;
  border: .0267rem solid;
  margin-top: .5333rem;
  border: .0131rem solid #8B9296;
}

.content2 .btn_wrap {
  width: 8.08rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: .0213rem solid #8B9296;
  border-radius: .5173rem;
  height: .9333rem;
  justify-content: space-between;
  overflow: hidden;
  margin-top: .8rem;
}

.content2 .btn_wrap .left {
  display: flex;
  padding-left: .2667rem;
  align-items: center;
}

.content2 .btn_wrap .left .icon {
  width: .4rem;
  height: .4rem;
}

.content2 .btn_wrap .left input {
  margin-left: .2667rem;
}

.content2 .btn_wrap .right {
  width: 3.6rem;
  text-align: center;
  background: #3B7EFF;
  height: 100%;
  line-height: .9333rem;
  color: #ffffff;
}

.content3 {
  margin-top: .8rem;
}

.content4 .title {
  width: 8.4533rem;
  margin: 0 auto;
}

.content4 .swiper {
  margin-top: .8rem;
  padding-bottom: .5333rem;
}

.content4 .bottom .input_wrap {
  width: 7.76rem;
  margin: 0 auto;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  height: 1.2rem;
  padding-left: .2667rem;
  border-radius: .2667rem;
}

.content4 .bottom .input_wrap img {
  width: .6rem;
  height: .6rem;
}

.content4 .bottom .input_wrap input {
  margin-left: .2667rem;
  background-color: #F1F1F1;
  height: 100%;
  width: 80%;
}

.content4 .bottom .btn {
  width: 7.76rem;
  height: 1.1733rem;
  border-radius: .2667rem;
  border-radius: .1741rem;
  background: #FFE84F;
  margin: 0 auto;
  font-size: .4267rem;
  margin-top: .5333rem;
  line-height: 1.1733rem;
  text-align: center;
  color: #0B4DEA;
  font-weight: bold;
}

.content5 {
  margin-top: .8rem;
}

.content6 .teacher_list {
  margin-top: .8rem;
  overflow: hidden;
}

.content6 .teacher_list .teacherswiper .swiper-pagination {
  bottom: 1.0667rem;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 .2667rem;
  z-index: 999;
}

.popup .box {
  background-color: #ffffff;
  border-radius: .5333rem;
  z-index: 99999999999;
  animation: box .5s linear;
  margin: 0 auto;
  margin-top: 50%;
  width: 80%;
}

.box .main_content {
  padding: .2667rem;
  position: relative;
}

.popup .box p {
  font-size: .5333rem;
  text-align: center;
  font-weight: bold;
}

.popup .inp_wrap {
  margin-top: .4rem;
}

.popup .inp_wrap .item {
  display: flex;
  font-size: .4rem;
  border: 1px solid;
  padding: .2667rem;
  border-radius: .5333rem;
  margin: 0 auto;
  margin-top: .4rem;
}

.popup .inp_wrap .item input {
  font-size: .4rem;
  width: 5rem;
}

.popup .agreement {
  font-size: .3667rem;
  margin-top: .4rem;
}

#checked {
  width: .4rem;
  height: .4rem;
  vertical-align: middle;
}

.popup .btn {
  width: 2.6667rem;
  font-size: .4333rem;
  text-align: center;
  margin: 0 auto;
  background-color: #2c62d6;
  padding: .3rem;
  border-radius: .5333rem;
  color: #ffffff;
  margin-top: .4rem;
}

.popup .close {
  position: absolute;
  left: 45%;
  bottom: -1rem;
  width: .8rem;
}

@keyframes box {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
