.nav_top {
  display: flex;
  justify-content: space-between;
  height: 3rem;
}

.nav_l {
  display: flex;
  align-items: center;
  padding-left: .55rem;
}

.logo {
  height: 2rem;
}

.nav_r {
  display: flex;
  align-items: center;
}

.nav_r a {
  font-size: .66rem;
  color: #f60000;
  margin-right: .5rem;
}

.menu {
  height: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu li a {
  font-size: .55rem;
  color: #333;
  font-weight: 700;
}

.flex_con {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.pannel_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.pannel_top img {
  width: 1.5rem;
  height: 1.5rem;
}

.pannel_top h2 {
  font-size: 1rem;
  color: #6B44F9;
  padding: 0 .5rem;
}

.pannel_con {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.pannel_con img {
  width: 12rem;
}

.freebtn {
  display: flex;
  justify-content: space-around;
  margin-top: 1.2rem;
}

.freebtn li {
  width: 10rem;
  height: 2.5rem;
  background-color: #6B44F9;
  border-radius: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: .8rem;
}

.freebtn li:first-child a {
  color: #fff;
  line-height: 2.5rem;
}

.freebtn li:last-child a {
  line-height: 1.25rem;
  color: #fff;
}

.pannel2 {
  padding: 1rem;
}

.form_l {
  display: flex;
  height: 2rem;
  line-height: 2rem;
  align-items: center;
  font-size: .8rem;
  border-radius: .5rem;
  box-shadow: 0 0 .1rem .1rem #f1f1f1;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.pannel2_l {
  flex: 0 0 8rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  background-color: #ff762c;
}

.pannel2_r {
  width: 100%;
  height: 2rem;
  color: #999;
  font-size: .5rem;
  text-align: center;
}

.pannel2_r input {
  width: calc(100%-4rem);
  height: 100%;
  border: none;
  outline: none;
  color: #999;
}

.form_btn {
  background-color: #6B44F9;
  border-radius: .5rem;
  height: 2rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: .8rem;
}

.pannel3,
.pannel6 {
  background: url(../images/qk/bg1.png) no-repeat;
  background-size: 100% 100%;
  /* height: 20rem; */
  padding: .5rem;
}

.pannel3_con img {
  width: 100%;
  margin-top: 1.5rem;
}

.pannel4 {
  background: url(../images/qk/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: .5rem;
}

.pannel4_top h2 {
  /* color: #fff; */
  padding-top: 1rem;
  font-size: 1rem;
}

.pannel4_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

.pannel4_list li {
  width: 11rem;
  height: 13rem;
  background-color: #fff;
  border-radius: .8rem;
  box-shadow: 2px 1px 0 0 #ccc;
  margin-top: 1rem;
}

.pannel4_list li h2 {
  color: #ff762c;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.pannel4_list li p {
  font-size: 1rem;
  color: #666;
  text-align: center;
  margin-top: .2rem;
}

.liaojie {
  width: 8rem;
  height: 2rem;
  background-color: #ff762c;
  border-radius: 1.5rem;
  text-align: center;
  margin: .8rem auto;
  line-height: 2rem;
}

.liaojie a {
  color: #fff;
}

.pannel5 {
  background: url(../images/qk/title4.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
}

.pannel5_top {
  padding-top: 1.5rem;
}

.pannel5_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 0 1rem;
}

.pannel5_list li img {
  width: 8rem;
  margin-top: 1rem;
}

.pannel5_btn {
  padding-bottom: 2rem;
}

.pannel6_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.pannel6_list li {
  width: 8rem;
  height: 9rem;
}

.list_top {
  background-color: #ff762c;
  color: #fff;
  text-align: center;
  padding: .5rem;
  font-size: .8rem;
}

.list_b {
  background-color: #fff;
  color: #666;
  padding: .5rem;
  text-align: center;
  font-size: .8rem;
}

.line {
  padding: .5rem;
}

.line img {
  width: 100%;
}

.pannel7 {
  background: url(../images/qk/lessons.png) no-repeat;
  background-size: 100% 100%;
}

.pannel7>p {
  font-size: .5rem;
  color: #666;
  text-align: center;
  margin-top: .4rem;
}

.pannel7_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.list1 {
  width: 8rem;
  height: 10rem;
  border: 2px solid #ff762c;
  border-radius: .8rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.list1 p:first-child {
  color: #ff762c;
  font-size: .9rem;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 1rem;
  height: 2rem;
}

.list1 span {
  color: #6B44F9;
  font-size: 1rem;
}

.list1 p:not(:first-child) {
  color: #666;
}

.zixun {
  background-color: #ff762c;
  width: 6.5rem;
  height: 1.8rem;
  border-radius: 1rem;
  margin: .5rem auto;
  text-align: center;
}

.zixun a {
  line-height: 1.8rem;
  color: #fff;
  font-size: .6rem;
}

.pannel8 {
  background-color: #ff762c;
}

.pannel8 .pannel_top {
  padding-top: 2rem;
  margin-top: 0rem;
}

.pannel8>p {
  color: #666;
  font-size: .6rem;
  text-align: center;
}

.table_l {
  padding: 2rem 1rem;
}

.table_l img {
  width: 100%;
}

.table_img {
  position: relative;
}

.table_img a {
  position: absolute;
  background-color: #6B44F9;
  color: #fff;
  padding: .3rem .8rem;
  border-radius: 1rem;
  font-size: .8rem;
}

.teacherSwiper img {
  display: block;
  width: 13rem;
  margin: .3rem auto;
  margin-top: 2rem;
}

.address img {
  width: 100%;
}

.address .freebtn {
  margin-top: -5rem;
}

.pannel9 {
  background: url(../images/qk/bg4.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 2.4rem;
}

.inpSubmit {
  display: flex;
  height: 2rem;
  line-height: 2rem;
  align-items: center;
  font-size: .8rem;
  border-radius: .5rem;
  box-shadow: 0 0 .1rem .1rem #f1f1f1;
  margin-bottom: 1rem;
}

.inp_l {
  flex: 0 0 8rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  background: #ff6d0d;
}

.inp_r {
  width: 100%;
  height: 2rem;
  color: #999;
  font-size: .5rem;
  text-align: center;
}

.inp_r input {
  width: calc(100% - 4rem);
  height: 100%;
  border: none;
  outline: none;
  color: #999;
  background-color: transparent;
}

.pannel9 {
  padding: 1rem;
}

.pannel9_top {
  margin-bottom: 2rem;
  padding-top: 1.3rem;
}

.pannel9>p {
  color: red;
  text-align: center;
  font-size: .5rem;
  margin-top: .8rem;
}

.friend {
  display: flex;
  width: 90%;
  font-size: .6rem;
  margin: 2rem 2rem 1.5rem 2rem;
}

.friend span {
  color: #587AFF;
}

#content_list {
  display: flex;
}

#content_list li {
  margin-left: 1.5rem;
}

#container {
  position: relative;
  overflow: hidden;
  width: 80%;
}

#content_list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.footer {
  background-color: #1C1B1B;
  height: 17.4rem;
}

.jylogo {
  padding-top: 1rem;
  width: 15rem;
  margin-left: 1.2rem;
}

.foot_menu {
  display: flex;
  justify-content: center;
  font-size: .5rem;
  margin-top: .5rem;
}

.foot_menu li a {
  display: block;
  color: #fff;
  padding: 0 .8rem;
  border-right: 1px solid #fff;
}

.foot_menu li:last-child a {
  border-right: none;
}

.txt_foot {
  width: 24rem;
  margin: .8rem auto;
}

.txt_foot div {
  color: #fff;
  font-size: .6rem;
}

.txt_foot p {
  color: #fff;
  font-size: .6rem;
  text-align: center;
  margin-top: 1rem;
}

.finnal {
  height: 3.8rem;
  background-color: #587AFF;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.final_flex {
  display: flex;
  justify-content: space-around;
}

.final_flex li {
  width: 8rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: .8rem;
  margin-top: .8rem;
  color: #587AFF;
  text-align: center;
  font-size: .6rem;
}

.final_flex li a {
  color: #587AFF;
}

.final_flex li:first-child,
.final_flex li:nth-child(2) {
  line-height: 2.2rem;
}


.tanchuang {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: url(../images/qk/pop-up.png) no-repeat;
  background-size: contain;
  width: 21rem;
  height: 30rem;
}

.tanform {
  position: absolute;
  top: 10.5rem;
  left: 2.4rem;
}

.tanform li {
  margin-top: .5rem;
  font-size: .6rem;
}

.tanform li input {
  border: none;
  outline: none;
  width: 14rem;
  border-bottom: 1px solid #666;
}

.tan_btn {
  background-color: #587AFF;
  color: #fff;
  text-align: center;
  width: 16rem;
  border-radius: 1.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: .6rem;
  position: absolute;
  top: 20.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.tanchuang p {
  color: red;
  font-size: .6rem;
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translateX(-50%);
}

.tanchuang .close {
  position: absolute;
  left: 17rem;
  top: 1.5rem;
}

.kefu img {
  position: fixed;
  bottom: 45%;
  right: 0;
  z-index: 999;
  width: 4rem;
}