#app {
  padding: .2667rem;
  background-color: #ff5820;
}

.content_box {
  background-color: #ffffff;
  padding: .2667rem;
  border-radius: .2667rem;
  margin-top: .2667rem;
}

.form_wrap > p {
  font-size: .5333rem;
  font-weight: bold;
  color: #FF5820;
  text-align: center;
}

.form_wrap .inp_box {
  border: 0.71px solid #B2B2B2;
  width: 6.5333rem;
  margin: 0 auto;
  padding: .2667rem 0;
  border-radius: .1867rem;
  font-size: .3rem;
  margin-top: .2667rem;
}

.form_wrap .inp_box > span {
  padding: 0 .1333rem;
  border-right: .0267rem solid #D8D8D8;
}

.form_wrap .inp_box > input {
  margin-left: .2667rem;
  font-size: .3rem;
}

.form_wrap .btn {
  width: 6rem;
  margin: 0 auto;
  font-size: .4rem;
  background: #FF5820;
  border-radius: .2667rem;
  color: #ffffff;
  text-align: center;
  padding: .2667rem 0;
  margin-top: .5333rem;
}

.form_wrap .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .4rem;
  font-size: .2667rem;
}

.form_wrap .agreement > input {
  width: .2667rem;
  height: .4rem;
}

.titles {
  width: 6.8rem;
  margin: 0 auto;
}

.lightspot .item {
  margin-top: .2667rem;
}

.course .btn_box {
  display: flex;
  justify-content: space-around;
  margin-top: .5333rem;
}

.course .btn_box .btn {
    width: 20%;
  font-size: .3rem;
 
  border-radius: .1333rem;
  background-color: #B2B2B2;
  text-align: center;
    height: .7rem;
    line-height: .7rem;
}

.course .course_box {
  margin-top: .5333rem;
}

.course .course_box > img {
  animation: animation1 .5s linear;
}

.pb .pb_img {
  width: 7.4133rem;
  margin: 0 auto;
  margin-top: 1.3333rem;
}

.pb .pb_item {
  width: 7.6267rem;
  margin: 0 auto;
}

.teachers .teachers_box .item {
  display: flex;
  margin-top: .8rem;
  animation: animation1 .5s linear;
}

.teachers .teachers_box .item .left {
  width: 4.1867rem;
}

.teachers .teachers_box .item .right {
  flex: 1;
  margin-left: .5333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.teachers .teachers_box .item .right > p:nth-child(1) {
  font-size: .3rem;
  font-weight: bold;
}

.teachers .teachers_box .item .right > p:nth-child(2) {
  font-size: .2667rem;
}

.teachers .teachers_box .item .right > p:nth-child(3) {
  font-size: .2667rem;
  line-height: 1.5;
}

.teachers .teacherSwiper {
  margin-top: .5333rem;
}

.teachers .teacherSwiper .swiper-slide {
  display: flex;
  justify-content: space-around;
}

.teachers .teacherSwiper .swiper-slide .slide-item {
  width: 30%;
  text-align: center;
  padding: .2667rem;
  font-size: .2667rem;
  box-shadow: 0px 0px 4.69px 0px rgba(0, 0, 0, 0.2);
}

.teachers .btn {
  width: 4.0267rem;
  background: #FF5820;
  color: #ffffff;
  border-radius: .3547rem;
  text-align: center;
  font-size: .2933rem;
  padding: .3rem 0;
  margin: 0 auto;
}

.active_name {
  color: #FF5820;
}

.shiting .tab_switch {
  display: flex;
  justify-content: space-around;
  margin-top: .8rem;
  flex-wrap: wrap;
}

.shiting .tab_switch .item {
  padding: .2667rem 0;
  margin: 0 .2667rem;
  font-size: .4rem;
  font-weight: bold;
  text-align: center;
}

.shiting .video_wrap .video_item {
  border-radius: .2667rem;
  overflow: hidden;
  animation: animation1 .5s linear;
}

.shiting .right > p:nth-child(1) {
  font-size: .4rem;
  text-align: center;
}

.shiting .right .tab {
  text-align: center;
}

.shiting .right .tab > div {
  margin-top: .4rem;
  font-size: .4rem;
}

.shiting .right .btn_wrap {
  display: flex;
  justify-content: space-around;
  margin-top: .5333rem;
}

.shiting .right .btn_wrap > div:nth-child(1) {
  font-size: .4rem;
  background-color: #FF5820;
  padding: .2rem .5333rem;
  border-radius: 30px;
  cursor: pointer;
  color: #ffffff;
}

.shiting .right .btn_wrap > div:nth-child(2) {
  font-size: .4rem;
  background-color: #FFCEBE;
  color: #FF5820;
  padding: .2rem .5333rem;
  border-radius: 30px;
  cursor: pointer;
}

.active_tab_switch {
  border-bottom: .0533rem solid #FF5820;
  color: #FF5820;
}

.characteristic .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.characteristic .contents .item {
  width: 48%;
  margin-top: .5333rem;
}

.honor > p {
  font-size: .32rem;
  color: #3D3D3D;
}

.honor .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.honor .images .item {
  width: 48%;
  margin-top: .2667rem;
}

@keyframes animation1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.main {
  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;
  width: 8rem;
  font-size: .5333rem;
  border: 1px solid;
  padding: .2667rem;
  border-radius: .5333rem;
  margin: 0 auto;
  margin-top: .4rem;
}

.popup .inp_wrap .item input {
  font-size: .5333rem;
  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% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
