<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

[v-cloak] {
  display: none;
}

/* CSS Document */
html {
  background: #c3e6ff;
}

#app {
  background: url(../images/bgbg.png)no-repeat;
  background-size: 100% 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #2b2a3c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* a, area {
  blr: expression(this.onFocus=this.blur());
} */

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

input,
:focus {
  outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input::focus-inner {
  padding: 0;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}

.Width {
  width: 1190px;
  margin: 0 auto;
}

.hide,
.onlymob {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.container::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

ul::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

ul.no_after::after {
  display: none;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

/* 通用头部 */

.ht_top {
  width: 100%;
  overflow: hidden;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
  position: relative;
  z-index: 999;
}

.ht_top .zt_top {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  font-size: 12px;
  text-indent: -100em;
}

.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

#app {
  overflow: hidden;
  position: relative;
}

.comm_titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* banner */

.custom_banner {
  width: 100%;
  height: 1057px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner_box {
  width: 100%;
  height: 880px;
  background: url("../images/banner.jpg") center top no-repeat;
  position: relative;
  background-size: 100% 100%;
  z-index: 100;
  padding-top: 5%;

}





.xd {
  position: relative !important;
  width: 62.5% !important;
}

.txt1 {
  width: 69%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/txt1-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 9% 0 2% 0;
  margin-left: 21%;
  margin-top: -6%;
}

.title-top {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 19px;
  margin-left: 2%;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);

}

.txt1 span {
  font-weight: bold;
  font-size: 28px;
  color: #000;


}

.txt {
  width: 884px;
  display: block;
  margin: 0 auto;
}


.mrT_8 {
  margin-top: 8%;
}


.yhtt {
  margin: 0 auto;
  display: block;
  width: 25%;
}

.yhh {
  width: 95%;
  margin: 3% auto 0 auto;
}

.con_center {
  background: url(../images/mode1-bg.png)no-repeat;
  background-size: 100% 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}


.con_change {
  margin-top: 14%;
}



@keyframes banner_ani {
  0% {
    transform: scale(1);
    opacity: .8;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: .8;
  }
}

@keyframes spread {
  from {
    width: 0px;
  }

  to {
    width: 100%;

  }
}

@keyframes leftSpread {
  from {
    left: 35%;
    top: 0;
  }

  to {
    left: 0;
    top: 0;
  }
}

@keyframes rightSpread {
  from {
    right: 35%;
    top: 0;
  }

  to {
    right: 0;
    top: 0;
  }
}

@keyframes rotate_ani {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.course {
  box-sizing: border-box;
  width: 62.5%;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 2%;
}

/* 课程优惠 */
.box3 {
  /* background: url(../images/mode4-bg.jpg)no-repeat; */
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.box04_wrap {
  width: 62.5%;
  /* background: url(../images/mode5-bg.jpg)no-repeat; */
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2% 0;
  margin-top: 2%;
}

.skdd {

  width: 24%;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.skdd img {
  width: 2%;
  margin-right: 1%;
}

.top,
.bottom {
  display: block;
}

.box3-content {
  position: relative;
  background: #d6eeff;
  margin-top: 2%;

}

.box3-bg {
  box-sizing: border-box;
  padding: 1%;
  position: relative;
  min-height: 150px;
}

.box3_text {
  width: 100%;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  color: #000;
  font-size: 18px;
  border-radius: 16px;
  box-sizing: border-box;

}


.more_btn {
  width: 8%;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: url(../images/open.png)no-repeat;
  background-size: 100% 100%;
}


.more_btn img {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}

.more_btn:hover {
  opacity: 0.9;
}

/* 优惠券 */

.coupon-ul {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 2%;
  justify-content: space-between;
}

.coupon-ul li {
  width: 32%;
  height: 100%;
  margin-right: 0;
  margin-top: 0;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #0673bd; */
  cursor: pointer;
  position: relative;
  flex-direction: column;
}

.couponBgBox {
  width: 100%;
  height: 216px;
  background: url(../images/coupon_bg1.png) no-repeat;
  background-size: 100% 100%;
}

/* .couponBgBox:hover {
  background: url(../images/coupon_bg12.png) no-repeat;
  background-size: 100% 100%;
} */
.bottom-img {
  width: 100%;
}

.couponBox {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.couponTopBox {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.couponRightBox {
  width: 100%;
}

.mz {
  /* background: url('../images/coupon_bg1.png') no-repeat center; */
}

.mj {
  /* background: url('../images/coupon_bg4.png') no-repeat center; */
}

.zj {
  /* background: url('../images/coupon_bg2.png') no-repeat center; */
}

.zk {
  /* background: url('../images/coupon_bg3.png') no-repeat center; */
}

.coupon-name {

  font-size: 26px;
  color: #000;
  text-align: center;
  color: #fff;
  background: #0131d0;
  width: 15%;
  padding: 5% 0;
  border-radius: 10px;
}

.couponTopBox_con {
  width: 55%;
}

.coupon-top {
  display: flex;
  justify-content: center;
  margin: 15% 0 10px 0;
  line-height: 38px;
  position: relative;
}

.coupon-top span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  font-weight: 600;
  font-size: 55px;
  color: #111111;
  position: relative;
}

.coupon-top span span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  background: #111111;
  bottom: -40%;
}

.coupon-word {
  min-height: 60px;
  display: flex;
  justify-content: center;
}

.coupon-word p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  font-weight: bold;
  margin-top: 1%;
  border-radius: 50px;
  color: #111111;
  width: 120%;
  padding: 1%;
  margin-left: -10%;
}

.coupon-word .fullMinus {
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 1% 0;
  margin-top: 3%;
}

.receive {
  width: 50%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  cursor: pointer;
  border-radius: 23px;
  background: url(../images/revice.png)no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  margin: 5% auto;


}

.mz .receive {
  color: #BD5332;
}

.mj .receive {
  color: #4B949D;
}

.zj .receive {
  color: #C9911A;
}

.zk .receive {
  color: #CB7121;
}

/* box4 */

.box4 {
  position: relative;
  width: 95%;
  margin: 3% auto 0 auto;
  padding-bottom: 3%;
}

.box4_in img,
.box3_in img {
  display: block;
  width: 100%;
  margin: auto;
}





.course_place li {
  cursor: pointer;
  float: left;
  margin-top: 25px;
  margin-right: 20px;
  width: 12%;
  height: 56px;
  line-height: 56px;
  position: relative;
  background: #f16200;
  border-radius: 10px;
  border: 2px solid #000;


}

.course_place li&gt;a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
}

.course_place li a span,
.course_type li a span,
.course_type2 li a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
}

.course_place li.on,
.course_place li:hover {
  background: #e22732;

}



.course_type li.active,
.course_type li:hover {
  background: #e22732;

}

.course_place li.on&gt;a,
.course_place li:hover&gt;a {
  /* background: url(../images/lihover.png)no-repeat; */
  background-size: 100% 100%;
  font-weight: bold;

}

.course_arrow {
  display: none;
  position: absolute;
  top: 56px;
  left: 44%;
  width: 23px;
  height: 12px;
  border-bottom: 12px solid #ffe568;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  z-index: 9;
}

.course_show {
  width: 900px;
  display: none;
  padding: 0 7px;
  border-radius: 2px;
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 8;
  text-align: left;
  box-sizing: border-box;
  border-radius: 5px;
  background: #ffe568;
}

.course_show a {
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  color: #000 !important;
}

.course_show a:hover,
.course_show a.active {
  text-decoration: underline;
  color: red !important;
  font-size: 18px;
}

#box4_box {
  position: relative;
  z-index: 1;
  margin-top: 2%;
}

.box4_bottom {
  position: relative;
  margin-top: 3%;
  z-index: 2;
}

.box4_bottom .course_show {
  padding: 10px 7px;
}

.course_type li {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  text-align: center;
  width: 18%;
  height: 56px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #f16200;
  border-radius: 10px;
  border: 2px solid #000;

}

.course_type li a.box4_b_a {
  width: 100%;
  line-height: 26px;
  max-height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
}

.course_type li:hover a,
.course_type li.active a {
  color: #fff;
  font-weight: bold;
}

.box4_cont {
  display: none;

}



.c-line-clamp3 {
  position: relative;
  z-index: 2;
}

.box4_container {
  position: relative;
}

.lcts {
  background: url(../images/yhtxt-bg.png)no-repeat;
  background-size: 100% 100%;
  /* border-radius: 10px; */
  margin-top: 5%;
}

.box4_text {
  height: 233px;
  overflow: hidden;

}

.box4-txt-bg {
  /* min-height: 220px; */
  box-sizing: border-box;
  /* padding: 0 2px 20px 20px; */
  position: relative;
}

.box4_in {
  padding: 10px;
  border-radius: 10px;
}

* {
  box-sizing: border-box;
}

.box4_container p {
  line-height: 31px;
  font-size: 18px;
  color: #f8f8f8;
}

.box4-table {
  width: 105.2%;
  overflow: hidden;
  margin-top: 80px;
  margin-left: -2.6%;
  margin-bottom: -20%;
}

.box4_table {
  text-align: center;
  word-break: break-all;
  width: 100%;
}

.box4_table thead {
  background: url(../images/thead-bg.png)no-repeat;
  background-size: 100% 100%;
}

.box4_table tbody {
  background: url(../images/tbody-bg.png)no-repeat;
  background-size: 100% 100%;
}

.box4_table thead tr {
  border: 1px solid #000;
  text-align: center;
}

.box4_table th {
  line-height: 45px;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  font-weight: 400;
  border-top: none;
}

.box4_table td:nth-child(1) {
  width: 170px;
}

.box4_table td:nth-child(2) {

  width: 180px;
}

.box4_table td:nth-child(3) {

  width: 20%;
}

.box4_table td:nth-child(4) {
  width: 20%;
}

.box4_table td:nth-child(5) {
  width: 125px;
}

.box4_table td {
  box-sizing: border-box;
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #fff;
  color: #000 !important;
  text-align: center;
}

.box4_zx {
  width: 123px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  background: url(../images/open.png)no-repeat;
  background-size: 100% 100%;

}

.box4_bm {
  width: 123px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 10px auto;
  background: url(../images/open.png)no-repeat;
  background-size: 100% 100%;


}


.box4_bm:hover,
.box4_zx:hover {
  background: url(../images/open-hover.png)no-repeat;
  background-size: 100% 100%;
}

.box4_bm:hover&gt;span,
.box4_zx:hover&gt;span {
  color: #fff;
}

.tips {
  font-size: 14px;
  text-align: center;
  padding-top: 2%;
}

.tips span {
  color: #f53b3b;
}

.box4_table {
  border-top: 1px solid #000 !important;
  border-radius: 4px;
  /* 消除单元格之间的空隙 */
  border-collapse: collapse;
  /* 消除掉外边框 */
  border-style: hidden;
  /* hack一下加个假边框 */
  box-shadow: 0 0 0 5px #fff;
}

.sz-title {
  width: 40%;
  display: block;
  margin: -4% auto 0 auto;
}

.box4_table th {
  border: 1px solid #000;
}

.box4_table td {
  border: 1px solid #000;

}


/* box5 */
.box5-bg {
  box-sizing: border-box;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.course_type2 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  width: 200px;
  height: 56px;
  background: #ffdb94;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-radius: 40px;
  background: #ffa850;
  box-shadow: -0.853px 6.948px 27px 0px rgba(61, 6, 6, 0.24);
}

.course_type2 li a.course_type2_a {
  width: 100%;
  line-height: 20px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course_type2 li:hover,
.course_type2 li.active {
  border-radius: 10px;
  background: #fedf35;
  border-radius: 40px;
}

.course_type2 li:hover a,
.course_type2 li.active a {
  color: #ff4200;
  font-weight: bold;
}

.box5_bottom {
  margin-top: 50px;
}

.box5_cont {
  display: none;
}

.hms_l_box {
  word-break: break-all;
}

.box5_cont.block {
  display: block;
}

.omo-bg {
  margin-top: 30px;
  position: relative;
  margin-bottom: 75px;
  background-color: #fef0af;
  border-radius: 30px;
  padding: 1%;
  border: 1px dashed #fc9549;
}

.omo-bg .more_btn {
  bottom: -42px;
}

.box5_cont_box {
  position: relative;
  height: auto;
  box-sizing: border-box;
  background: #fce88c;
  border-radius: 30px;
}

.box5_title {
  text-align: center;
  font-size: 28px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 362px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: url(../images/box5_title_03.png) no-repeat top center;
  margin: 0 auto;
}

.box5_title:after {
  transform: rotate(180deg);
}

.box5_title span {
  vertical-align: middle;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 22px;
  font-weight: 400;
  color: #ff0000;
  line-height: 30px;
  width: 100%;
  margin-top: -4%;
}

.box5_l {
  height: 374px;
  overflow: hidden;
  width: 720px;
  box-sizing: border-box;
  position: relative;
  padding: 20px 34px 20px 34px;
  z-index: 2;
}

.box5_l img {
  width: 100%;
}

.box5_l p {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #151414;
  line-height: 28px;
}

.box5_kcxx {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 32px;
  margin: 0 0 20px;
}

.box5_r {
  height: 250px;
  overflow: hidden;
  width: 366px;
  box-sizing: border-box;
  position: relative;
  margin-left: 2%;
  margin-top: 4%;
  background: url(../images/box5_r.png) no-repeat top center;
  background-size: 100% 100%;
}

.box5_r h5 {
  font-size: 30px;
  color: #FDEF10;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
}

.box5_r h5::before {
  content: "￥";
  display: block;
  position: absolute;
  height: 30px;
  line-height: 40px;
  left: 0;
  bottom: 2px;
  font-size: 18px;
  color: #FDEF10;
  font-weight: 400;
}

.box5-content {
  box-sizing: border-box;
  padding: 30px 40px 20px;
  /* background-color: #c12f35; */
  border-radius: 30px 30px 0 30px;
}

.box5_r p {
  line-height: 36px;
  font-size: 18px;
  padding-bottom: 1%;
  color: #ffffff;

}

.box5_r_btn {
  height: 72px;
  box-sizing: border-box;
  position: absolute;
  bottom: 6px;
  width: 90%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: linear-gradient(to left, #ff5e17, #ffac36);
  margin: 0 auto;
}

.box5_r_btn a {
  display: block;
  width: 34%;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 18px;
  margin: 0 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 3px 19px 0px rgba(12, 132, 197, 0.2);
}

.audition {
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  letter-spacing: 5px;
}

.box5_r_btn a:hover {
  background: #fedf35;
  color: #ff4200;
}

/* box6 */

.box6-bg {
  min-height: 500px;
  margin-top: 8%;

}

.box6 {
  position: relative;
}



.con_bottom {
  margin-top: -6%;
}

.con_bot_img {
  width: 100%;
}



.box6_list_bottom span {
  float: right;
  padding: 1% 10%;
  color: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 10px -3px #ffac36;
  border: 2px solid #fff;
  background-image: linear-gradient(to right, #ff5e17, #ffac36);
}





.box6_list_bottom h6 {
  display: block;
  line-height: 32px;
  font-weight: 400;
  font-size: 21px;
  font-weight: 600;
  color: #E50A09;
  text-align: left;
}

.box6_list_bottom h6::before {
  content: "￥";
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #E50A09;
}

.box6_list_bottom h6.noBefore::before {
  display: none;
}

/* box7 */
.box7 {
  position: relative;
  margin-top: 8%;
}

.box7&gt;.container {
  padding-bottom: 30px;
}

.box7 .box_title {
  margin-bottom: 50px;
}

.book {
  position: relative;
}



.book-item {
  box-sizing: border-box;
  transition: all 0.6s;
  border: 10px solid #fdaa4c;
  border-radius: 20px;
}





.money {
  line-height: 40px;
  text-align: left;
  margin-top: 10px;

  padding: 0 4%;
  padding-bottom: 4%;
  background: #fff;
}

.money_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.colred {
  font-size: 22px;
  font-weight: 600;
  color: #E80C0C;
}

.colred::before {
  content: "￥";
  display: inline;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -5px;
}

.money s {
  color: #ccc;
  font-size: 16px;
}

.bprice {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.box7_btn a {
  display: block;
  width: 138px;
  height: 42px;
  line-height: 42px;
  background-image: linear-gradient(to left, #ff5e17, #ffac36);
  box-shadow: 0px 0px 15px 0px rgba(223, 154, 154, 0.35);
  border-radius: 22px;
  text-align: center;
  color: #FEFCFC;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
}


/* 底部联系方式 */

.footer {
  padding: 36px 44px;
  color: #fff;
  width: 62.5%;
  border-radius: 19px;
  margin: 60px auto 0 auto;
}

.footer a {
  color: #fff;
}

.footer-l {
  float: left;
}

.footer-tips {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}

.region-change {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 50px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #fff;
}

.region-change select {
  width: 330px;
  height: 50px;
  border: none;
  padding-left: 10px;
  padding-right: 20px;
  margin-left: 16px;
  font-size: 18px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/select_bg.png") 96% center no-repeat #F6F7FE;
  background-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #102331;
  border-radius: 5px;
  border: 2px solid #000;
}

.region-tab {
  display: none;
  font-size: 18px;
  line-height: 36px;
  width: 700px;
  color: #fff;
}

.region-tab.active {
  display: block;
}

.contact {
  position: relative;
}

.phone p {
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 26px;
  font-weight: bold;
}


/* 左侧 */

.fixed_left_show {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  line-height: 52px;
  text-align: center;
  height: 163px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background: #fb6f0e;
  box-shadow: 0px 3px 38px 0px rgba(42, 170, 164, 0.35);
  border-radius: 0 8px 8px 0;
  letter-spacing: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(252, 254, 254);
  background-image: -moz-linear-gradient(180deg, rgb(255, 32, 50) 0%, rgb(255, 117, 128) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(255, 32, 50) 0%, rgb(255, 117, 128) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(255, 32, 50) 0%, rgb(255, 117, 128) 100%);
  box-shadow: 0px 6px 9px 0px rgba(255, 32, 50, 0.004);
  border-left: none;

}

.fixed_left_show span,
.fixed_right_show span {
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #FFFFFF;
}

.fixed_left_show img {
  margin-bottom: 4px;
}

.fixed_left {
  z-index: 99;
  position: relative;
  position: fixed;
  left: 2%;
  top: 45%;
  transform: translateY(-50%);
  width: 180px;
  box-sizing: border-box;
}

.left-hua {
  position: absolute;
  left: -20%;
  bottom: 0;
}

.left_close {
  cursor: pointer;
  position: absolute;
  width: 26px;
  right: 45%;
  bottom: -36px;
}

.left_nav {
  zoom: 1;
}

.left_nav li {
  text-align: center;
  zoom: 1;
  font-size: 16px;
  box-sizing: inherit;
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #a76d23;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  background: url(../images/left-bg.png)no-repeat;
  background-size: 100% 100%;

}

.leftnav {
  position: absolute;
  width: 90%;
  bottom: -52%;
  left: 5%;
  z-index: 2;
}

/* .left_nav li:last-child .leftnav {
  display: none;
} */


.fixed_left_top {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #000;
  margin-top: -25%;
  padding: 3% 0;
  border-radius: 15px 15px 0 0;
}

.left_nav li:hover span,
.left_nav li.active span,
.left_bottom_btn:hover,
.left_bottom_btn.active {
  color: #fff;
}

.left_nav li:hover,
.left_nav li.active {
  background: url(../images/leeft-bg-hover.png)no-repeat;
  background-size: 100% 100%;

}

.left_bottom_btn {
  display: block;
  text-align: center;
  zoom: 1;
  font-size: 16px;
  box-sizing: inherit;
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;  background: url(../images/left-bg.png)no-repeat;
  background-size: 100% 100%;
  height: 50px;
  line-height: 50px;

}

.left_bottom_btn:hover,
.left_bottom_btn.active {
  background: url(../images/leeft-bg-hover.png)no-repeat;
  background-size: 100% 100%;
}


.left_nav li div {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;

  margin-bottom: 5%;
  z-index: 1;
}

.left_nav li span {
  max-height: 44px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-weight: bold;
}

/* 右侧 */

.fixed_right {
  z-index: 99;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.right_close {
  cursor: pointer;
  position: absolute;
  right: 68px;
  width: 26px;
  bottom: -40px;
}

.fixed_top {
  box-sizing: border-box;
  width: 180px;
  margin: -80px auto 0 auto;
  position: relative;
  /* border-radius: 10px; */
  z-index: 99999;
  position: relative;
  padding-top: 5%;
  padding-bottom: 2%;
  background: #fff;
  border-radius: 35px;
  border: 2px solid #000;

}


.zxrx {
  width: 115%;
  box-sizing: border-box;
  margin: 0 auto;
  background: url(../images/zxrx.png)no-repeat;
  background-size: 100% 100%;
  margin-left: -7.5%;
  margin-top: -36%;
  padding-top: 34%;
}



.fixed_top h5 {
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

.fixed_top h5 img,
.fixed_top h5 span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

.fixed_top p {
  margin-top: 5%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;

}

.fixed_right_list {
  margin-top: 10%;
}

.fixed_right_list li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5%;
}

.fixed_right_list li:hover a {
  color: #ffff;
}

.fixed_right_list li a {
  display: block;
  width: 100%;
  color: #000;
  width: 80%;
  margin: 0 auto;
  background: #ffca22;
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: bold;

}

.fixed_right_list li a:hover {
  background: #f16300;

}

.fixed_right_show {
  z-index: 99;
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  line-height: 52px;
  text-align: center;
  height: 163px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background: #ff6300;
  border-radius: 8px 0 0 8px;
  letter-spacing: 6px;
  letter-spacing: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(252, 254, 254);
  background-image: -moz-linear-gradient(180deg, rgb(255, 32, 50) 0%, rgb(255, 117, 128) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(255, 32, 50) 0%, rgb(255, 117, 128) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(255, 32, 50) 0%, rgb(255, 117, 128) 100%);
  box-shadow: 0px 6px 9px 0px rgba(255, 32, 50, 0.004);
  border-right: none;
}

.fixed_right_show img {
  margin-bottom: 4px;
}

.right_course {
  display: block;
  width: 79%;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  text-align: center;
  background: #ffca22;
  border: 2px solid #000;
  color: #000;
  border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 10%;
  font-weight: bold;
}

.right_course:hover {
  background: #f16300;
  color: #fff;
}

.fixed_right&gt;p {
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.celue_bg ul {
  margin-left: 0%;
  margin-top: 8%;
  padding: 40% 10% 0 10%;
}

.puzzled2,
.puzzled4 {
  margin-top: 14%;
}

.zx-box {
  width: 100%;
  /* background: red; */
  display: flex;
  justify-content: space-between;
  padding: 67px 30px 0 30px;
}

.zx-side {
  width: 47%;
  display: flex;
  flex-direction: column;
}

.zx-mid {
  border: 1px solid #fa404f;
}

.tit-zx {
  display: flex;
  align-items: center;
}

.tit-zx span {
  font-size: 35px;
  font-family: "FZLanTingHeiS-H-GB";
  color: #eb0e20;
  letter-spacing: 1px;
}

.tit-zx img {
  margin-left: 27px;
}

.zx-span {
  margin-top: 29px;
  line-height: 37px;
  font-size: 18px;
  font-family: "FZLanTingHeiS-M-GB";
  color: rgb(0, 0, 0);
  line-height: 2.111;
  text-align: justifyLeft;
  min-height: 152px;
}

.zx-img {
  border: 10px solid #fa404f;
  margin-top: 25px;
  border-radius: 14px;
  background-image: -moz-linear-gradient(37deg, rgb(255, 173, 32) 0%, rgb(255, 93, 0) 100%);
  background-image: -webkit-linear-gradient(37deg, rgb(255, 173, 32) 0%, rgb(255, 93, 0) 100%);
  background-image: -ms-linear-gradient(37deg, rgb(255, 173, 32) 0%, rgb(255, 93, 0) 100%);
  box-shadow: 0px 6px 9px 0px rgba(255, 111, 122, 0.004);

}

.zhux-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}

.zhu-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(34, 34, 34);
  border-style: solid;
  background-color: rgb(230, 247, 235);
  border-bottom-right-radius: 20px;
}

.xzxz-tit {
  width: 65%;
  background: url(../images/xz-tit-bg.png)no-repeat;
  background-size: 100% 100%;
  margin-top: -6%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 0 3% 0;

}

.xzxz-tit img {
  width: 15%;
}

.xzxz-tit span {
  font-size: 30px;
  font-weight: bold;
  padding-left: 3%;
}

.xz-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5%;
}

.xz-txt img {
  width: 100%;
  margin-bottom: 2%;
}

.xz-txt p {
  line-height: 30px;
}

.xz-txt p::before {
  content: url(../images/xx.png);
  margin-right: 2%;
  position: absolute;
}

.zuhx-inner {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  background: url(../images/zx-inner-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 18px 21px 27px 21px;

  align-items: center;

}

.iner-left {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.iner-right {
  width: 60%;
  display: flex;
}

.ll {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 11px;
}

.ll img {
  position: absolute;
  left: 2%;
  top: -25%;
  width: 84px;
}

.ll span {
  width: 85%;
  background: red;
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(252, 254, 254);
  border-radius: 24px;
  background-image: -moz-linear-gradient(37deg, rgb(255, 148, 157) 0%, rgb(255, 118, 118) 100%);
  background-image: -webkit-linear-gradient(37deg, rgb(255, 148, 157) 0%, rgb(255, 118, 118) 100%);
  background-image: -ms-linear-gradient(37deg, rgb(255, 148, 157) 0%, rgb(255, 118, 118) 100%);
  box-shadow: 0px 6px 9px 0px rgba(251, 66, 81, 0.004);
  font-size: 22px;
  color: #fff;
  padding: 1% 0;
}

.fan-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.shan {
  width: 100%;
  margin-left: 6%;
  margin-top: 5%;
}

.shangshan {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ss-list {
  width: 25%;
  background: url(../images/ss-bg.png)no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  padding: 2%;
}

.ss-list:first-child {
  margin-bottom: -18%;
}

.ss-list:nth-child(2) {
  margin-bottom: -9%;
}

.ss-top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.ss-top img {
  width: 55%;
}

.ss-top span {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.ss-bottom {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10%;
  margin-bottom: 15%;
}

.fan-left {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.fan-left img {
  width: 48%;
  display: block;
  border-radius: 12px;
  background: #fb4251;
  box-shadow: 0px 6px 9px 0px rgba(255, 118, 129, 0.004);
  padding: 10px;
}

.fan-right {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ff {
  background: url(../images/fan-right-bg.png)no-repeat;
  background-size: 100% 100%;
  width: 47%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9%;
}

.ff span {
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 18px;
  background-image: -moz-linear-gradient(0deg, rgb(255, 80, 94) 0%, rgb(231, 0, 19) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 80, 94) 0%, rgb(231, 0, 19) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 80, 94) 0%, rgb(231, 0, 19) 100%);
  box-shadow: 0px 7px 10px 0px rgba(235, 13, 31, 0.004);
  font-size: 15px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: justifyLeft;
  -moz-transform: matrix(1.71337790140445, 0, 0, 1.7133779014044, 0, 0);
  -webkit-transform: matrix(1.71337790140445, 0, 0, 1.7133779014044, 0, 0);
  -ms-transform: matrix(1.71337790140445, 0, 0, 1.7133779014044, 0, 0);
  width: 25%;
  text-align: center;
  padding: 1.5% 0 0.5% 0;
  top: -5%;
  left: 0;
}

.ff p {
  margin-top: -3%;
  color: #fff;
  line-height: 25px;
}

.xue-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
}

.xue-slide {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.bh-lis {
  width: 100%;
  border-width: 1px;
  border-color: rgb(34, 34, 34);
  border-style: solid;
  background-color: rgb(255, 234, 170);
  border-radius: 30px 0 30px 0;
  padding: 2% 5% 5% 5%;

}

.bh-lis:nth-child(1) {
  margin-bottom: 15%;
}

.bh-lis span {
  background: url(../images/bihhuan-titbg.png)no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 60%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 1% 0 3% 0;
  margin-top: -10%;
  margin-bottom: 5%;
}

.bh-lis p {
  text-align: center;
  line-height: 35px;
}

.xue-mid {
  width: 30%;
}

.xue1 {
  width: 48%;
  background: url(../images/xz-bg.png)no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 15px 20px 20px 20px;
}

.xue1 img {
  width: 100%;
}

.xue1 p {
  color: #fff;
  font-size: 16px;
}

.po-left {
  width: 20%;
  position: absolute;
  top: 5%;
  z-index: 101;
}

.po-right {
  width: 30%;
  position: absolute;
  right: 0;
  top: 1%;
  z-index: 101;

}

.slogen {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
  /* z-index: 99; */
  position: relative;
  margin-top: -30%;
}

/* 底部 */

.bottomBarOpen {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 158px;
  z-index: 888;
  cursor: pointer;
}

.bottomBarbg {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 888;
  width: 100%;
  height: 88px;
  background-color: #333;
}

.bottomBar {
  position: fixed;
  left: 0%;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  margin: 0 auto;
  height: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;

}

.bottomBarcon {
  position: relative;
  width: 65%;
  display: flex;
  align-items: center;
  background: red;
  background: url(../images/bottomBar_04.png) no-repeat;
  background-size: 100% 100%;
  height: 70%;
  display: flex;
  margin-bottom: -3%;
  justify-content: space-around;
}

.bottomMaoBtn {
  width: 166px;
  height: 52px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  background: url(../images/xzkc-btn.png)no-repeat;
  background-size: 100% 100%;
}

.txt-di {
  width: 40%;
}

.pic02 {
  width: 340px;
}

.bottomBar .pic01 {
  position: relative;
  width: 166px;
  /* height: 100%; */
  /* margin-left: -2%; */
}

.pic01 img {
  width: 100%;
  display: block;
}

.bottomBar .closebtn {
  position: absolute;
  right: 3%;
  top: 17%;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/close01.png);
  cursor: pointer;
  transition: transform 1s ease;
}

.bottomBar .closebtn:hover {
  transform: rotate(360deg);
}

.nBox11 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 80px;
  /* background: #404040; */
  background: url(../images/footer-bg.jpg)no-repeat;
  background-size: 100% 100%;
}

.nBox10 {
  width: 62.5%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2% 0;
}

.grass-l {
  position: absolute;
  left: -15%;
  top: 50%;
}

.teacher-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.tc-list {
  width: 31%;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(112, 191, 131);
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(211, 241, 220) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(211, 241, 220) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(211, 241, 220) 100%);

  display: flex;
  align-items: center;
  border-top-left-radius: 60px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 10px;
  padding: 2% 1%;
  justify-content: space-around;
}

.tc-list img {
  width: 30%;
}

.wjs {
  display: flex;
  flex-direction: column;
}

.wjs span {
  text-align: center;
  border-width: 1px;
  border-color: rgb(34, 34, 34);
  border-style: solid;
  background-color: rgb(253, 218, 112);
  border-radius: 50px;
  padding: 0 10%;
  margin: 0 auto;
  font-weight: bold;
}

.wjs p {
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  margin-top: 10%;
}

.chuan {
  width: 35%;
  float: right;
  margin-top: 5%;
  margin-bottom: 2%;
}

.con_top h1 span {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding: 0 2%;
  background: #feec35;
  border-radius: 10px;
  position: relative;
  ;
  color: #ed1426;
}

.nBox10 .con_top h1 {
  margin-top: 3%;
}

.con_top h1 span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #feec35;
  position: absolute;
  top: 30px;
  left: -10px;
}

.phone {}

.phone p {
  font-size: 18px;
  margin-bottom: 10px;
}

/* .tab_phone {
  display: block;
  box-sizing: border-box;
  padding-left: 36px;
  background: url('../images/phone.png') no-repeat top left;
  line-height: 30px;
  font-size: 25px;
} */

.tab_cont_box {
  width: 70%;
}

.bottomBg {
  width: 1920px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.bottomText {
  font-size: 45px;
  font-weight: 600;
  /* font-size: 37.49px; */
  color: #5eaf37;
}

[v-cloak] {
  display: none;
}

/*20220113华图在线课程新增合集课*/

.box6_zxCourse {
  /* height: 394px; */
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px 0 0;
  margin-top: 40px;
  clear: both;
}

.box6_zxCourse&gt;li {
  position: relative;
  float: left;
  width: 352px;
  height: 397px;
  margin-bottom: 21px;
  margin-right: 38px;
  padding: 35px 25px 0 25px;
  background-size: 100%;
  transition: transform 0.2s;
  box-sizing: border-box;
  background: #FDF9F9;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.6);
}

.box6_zxCourse&gt;li:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(-10px);
  border-top: 2px solid rgba(255, 54, 0, 1);
}

.box6_zxCourse&gt;li:nth-child(3n) {
  margin-right: 0;
}

.box6_zxCourse&gt;li .zxCourse_top {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 25px;
  width: 155px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 60, 0, 1);
  box-shadow: 0px 0px 5px 0px rgba(255, 51, 0, 0.58);
}

.box6_zxCourse&gt;li .zxCourse_title {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-align: justify;
  margin-bottom: 10px;
}

.box6_zxCourse&gt;li .zxCourse_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 40px;
  line-clamp: 2;
  line-height: 20px;
  font-size: 16px;
  color: #999;
  text-align: justify;
}

.box6_zxCourse&gt;li .zxCourse_teacher {
  border-bottom: 1px solid #DFDFDF;
  margin-top: 30px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.box6_zxCourse&gt;li .zxCourse_teacher li {
  float: left;
  width: 70px;
  margin: 0 10px;
  text-align: center;
}

.box6_zxCourse&gt;li .zxCourse_teacher li img {
  width: 100%;
  border-radius: 50%;
  display: block;
}

.box6_zxCourse&gt;li .zxCourse_teacher li p {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.box6_zxCourse&gt;li .zxCourse_bottom {
  padding: 10px 0;
  clear: both;
  overflow: hidden;
}

.box6_zxCourse&gt;li .zxCourse_bottom_moneyNum {
  float: right;
  width: 240px;
  text-align: right;
}

.box6_zxCourse&gt;li .zxCourse_bottom_money {
  line-height: 30px;
  color: #FF3C00;
  font-size: 28px;
}

.box6_zxCourse&gt;li .zxCourse_bottom_money span {
  font-size: 14px;
  font-weight: normal;
}

.box6_zxCourse&gt;li .zxCourse_bottom_money s {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.box6_zxCourse&gt;li .zxCourse_bottom_num {
  line-height: 25px;
  color: #333;
  font-size: 14px;
}

.box6_zxCourse&gt;li .zxCourse_activeTag {
  float: left;
  width: 50px;
}

.box6_zxCourse&gt;li .zxCourse_activeTag span {
  display: block;
  width: 45px;
  line-height: 20px;
  margin: 2px 0;
  border: 1px solid rgba(255, 60, 0, 1);
  border-radius: 12px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 60, 0, 1)
}

.six-dian {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}

.dian-left {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.dian-left span {
  font-size: 30px;
  color: #f63749;
  font-weight: bold;
  margin: 0 2%;
}



.dian-right {
  width: 40%;
  text-align: right;
  color: #ffeacc;
  font-weight: bold;
}

.addbox {
  width: 100%;
  display: flex;
}

.addbox img {
  width: 100%;
}

.addbox .add-1:nth-child(1) {
  z-index: 4;
}

.addbox .add-1:nth-child(2) {
  background: url(../images/add1-bg_03.png)no-repeat;
  background-size: 100% 100%;
  margin-left: -1%;
  z-index: 3;
}

.addbox .add-1:nth-child(3) {
  background: url(../images/add1-bg_03.png)no-repeat;
  background-size: 100% 100%;
  margin-left: -1%;
  z-index: 2;
}

.addbox .add-1:nth-child(4) {
  background: url(../images/add3-bg_05.png)no-repeat;
  background-size: 100% 100%;
  margin-left: -1%;
  z-index: 1;
}

.add-bb-l {
  display: flex;
}

.add-bb-r {
  font-size: 25px;
  font-weight: bold;
  color: #ff6300;
}


.add-1 {
  width: 257px;
  height: 167px;
  background: url(../images/add1-bg_03.png)no-repeat;
  background-size: 100% 100%;
}

.add-top {
  text-align: center;
  color: white;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.add-bot {
  text-align: left;
  color: white;
  font-size: 13px;
  padding-left: 8% !important;
}

.add-top {
  text-align: center;
  color: white;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.add-bot {
  text-align: left;
  color: white;
  font-size: 13px;
  padding-left: 6%;
}

.addbox .add-1:nth-child(1) {
  z-index: 4;
}

.add-bb-l {
  display: flex;
}

.add-bb-r {
  font-size: 25px;
  font-weight: bold;
  color: #d22d21;
}



.box5-teacher {
  position: relative;
  cursor: pointer;
  width: 94%;
  border-collapse: separate;
  border-spacing: 0;
  display: flex !important;
  align-items: center;
  margin: 0 auto;
  background: #e2f3ff;
  border: 1px solid #58b6f9;

}

.box5-teacher:hover .box5-teacher-text {
  display: flex;
}

.box5-teacher-text {
  /* margin: auto; */
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 5%;
  display: none;

}

.teacher-in {
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;

}

.teacher-name {
  text-align: left !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2%;

}

/* .teacher-name::before {
  content: '丨';
  font-weight: bold;
} */

.teachrt-inter {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  border-radius: 15px;

}








.box6_container {
  position: relative;
}




.add-container {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
}

.kcts-img {
  width: 100%;
}

.c-line-clamp3 p {
  color: #fff !important;
}

.pff {
  padding: 50px 0 100px 0;
  background-size: 100% 100%;
}

.con_tit_cg {
  position: relative;
}

.con_tit_cg .con_top h1 {
  margin-top: 3%;
}

.con_tit_cg .con_top h1 i {
  color: #fff;
}

.newbox1_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newbox1_line {
  width: 1px;
  height: 200px;
  border: 1px dashed #ff5e17;
}

.newbox1 .con_top h1 {
  margin-top: 3%;
  display: flex;
  flex-direction: column;
}

.newbox1_top_tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.newbox1 {
  display: flex;
  flex-direction: column;
  width: 62.5%;
  margin: 0 auto;
  padding: 2% 0;
}

.newbox1_top_l,
.newbox1_top_r {
  width: 46%;
}

.newbox1_top_tit {
  margin-bottom: 4%;
}

.newbox1_top {
  margin-top: 4%;
  padding: 0 4%;
}

.newbox1_top_tit h1 {
  color: #ff5e17;
  font-size: 35px;
  margin-right: 4%;
}

.newbox1_list {
  margin-top: 4%;
}

.newbox1_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
}

.newbox1_list ul li {
  width: 32%;
  height: 258px;
  border: 8px solid #fc982f;
  border-radius: 20px;
  overflow: hidden;
}

.newbox1_list ul li img {
  display: block;
}

.newbox2 {
  display: flex;
  flex-direction: column;
  width: 62.5%;
  margin: 0 auto;
  padding: 2% 0;
}

.newbox2 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4%;
}

.newbox2 ul li {
  width: 24%;
  background-color: #fc982f;
  padding: 0.5%;
  border-radius: 20px;
}

.newbox2 ul li img {
  border-radius: 20px;
}

.newbox2_bot {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.newbox2_bot span {
  display: inline-block;
  padding: 3%;
  border-radius: 100%;
  background-color: #fbea9d;
}

.newbox2_bot p {
  font-size: 18px;
  color: #fff;
}

.mt-f {}

.newbox3 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}

.newbox3 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6%;
}

.newbox3 ul li {
  text-align: center;
  width: 16%;
}

.newbox3 ul li h3 {
  color: #ff5e17;
  margin-bottom: 2%;
}

.newbox3 ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.bottomBar_hua {
  position: absolute;
  right: 0;
}

.an-box {
  width: 65%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 4%;
}

.an-box li {
  width: 29%;
  text-align: center;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 26px;
  background-image: -moz-linear-gradient(64deg, rgb(113, 186, 79) 0%, rgb(138, 224, 97) 100%);
  background-image: -webkit-linear-gradient(64deg, rgb(113, 186, 79) 0%, rgb(138, 224, 97) 100%);
  background-image: -ms-linear-gradient(64deg, rgb(113, 186, 79) 0%, rgb(138, 224, 97) 100%);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.zhang {
  position: absolute;
  top: -5%;
  left: 1%;
}

.tt {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 3%;
  align-items: center;
}

.tt img {
  width: 35%;
  height: 26px;
}

.tt span {
  font-size: 45px;
  font-family: "FZLanTingHeiS-H-GB";
  color: #8ae061;
  padding: 0 2%;

}


.sw-i {
  width: 92.5%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: rgb(240, 248, 221);
  box-shadow: 1.928px 2.298px 10px 0px rgba(75, 182, 40, 0.13);
  margin-bottom: 2%;

}

.sm {
  width: 20%;
  background: url(../images/sm-bg.png)no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 1.8% 0 2% 0;
}

.sm1 {
  font-size: 18px;
  color: #000;
  padding-left: 1%;
}

.tab-box {
  background: url(../images/tab-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 2%;
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-l {
  width: 25%;
}

.tab-l li {
  display: block;
  width: 100%;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-image: -moz-linear-gradient(64deg, rgb(113, 186, 79) 0%, rgb(138, 224, 97) 100%);
  background-image: -webkit-linear-gradient(64deg, rgb(113, 186, 79) 0%, rgb(138, 224, 97) 100%);
  background-image: -ms-linear-gradient(64deg, rgb(113, 186, 79) 0%, rgb(138, 224, 97) 100%);
  box-shadow: 1.928px 2.298px 9px 0px rgba(75, 182, 40, 0.3);
  border-radius: 10px;
  border-top-right-radius: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 6% 0;
  margin: 5% 0;
}

.tab-l li:hover {
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(250, 255, 32);
  background-image: -moz-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%);
  background-image: -webkit-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%);
  background-image: -ms-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%);
  color: #71ba4f;
  -webkit-text-stroke: 1px #fff;
}

.tab-active {
  border-width: 1px !important;
  border-color: rgb(255, 255, 255) !important;
  border-style: solid !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: rgb(160, 161, 92) !important;
  background-image: -moz-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%) !important;
  background-image: -webkit-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%) !important;
  background-image: -ms-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%) !important;
  color: #71ba4f !important;
  -webkit-text-stroke: 1px #fff !important;
}

.tab-r {
  width: 70%;
  display: none;
}

.rr-top {
  width: 100%;
  display: flex;
  margin-bottom: 1%;
}

.rr-top span {
  width: 36%;
  display: block;
  text-align: center;
  padding: 0.2% 3%;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgb(131, 213, 92);
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  margin-right: 4%;

}

.rr-bottom {
  width: 100%;
  font-size: 18px;
  color: #000;
  margin-top: 2%;
  line-height: 40px;
}

.dx-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}

.dx-1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(250, 255, 32);
  border-radius: 26px;
  background-image: -moz-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%);
  background-image: -webkit-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%);
  background-image: -ms-linear-gradient(64deg, rgb(248, 253, 85) 0%, rgb(255, 254, 183) 100%);
  padding: 0 2% 2% 2%;

}

.dx-tit {
  display: block;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(113, 186, 79);
  background-color: rgb(255, 255, 255);
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: -5%;
  border-radius: 50px;
  color: #71ba4f;
  font-weight: bold;
  font-size: 22px;
  padding: 0.5% 0;

}

.dx-img {
  width: 100%;
  margin-top: 3%;
  padding: 2%;
  border: 1px solid #61b83a;
  border-radius: 15px;
}

.dx-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}

.dx-txt li {
  display: block;
  width: 50%;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dx-txt li img {
  width: 10%;
  margin-right: 1%;
}

.teachher-interduce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7%;
}

.inter11 {
  width: 30%;
  background: url(../images/sz-bg.png)no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}

.inter-tit {
  width: 70%;
  background: url(../images/inter-tit.png)no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 1%;
  margin-top: -8%;

}

.inter-tit img {
  width: 20%;
}

.inter-tit span {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #ffff;
  padding-left: 5%;
}

.inter11 p {
  display: block;
  width: 90%;
  margin: 5% auto 10% auto;
  line-height: 30px;
}

.zd-tit {
  width: 50%;
  margin: -6% auto 0 auto;
  display: block;
}

.xl-box {
  width: 100%;
  display: flex;
  align-items: center;
  border-width: 1px;
  border-color: rgb(51, 160, 237);
  border-style: solid;
  border-radius: 24px;
  background-color: rgb(226, 243, 255);
  margin-top: 3%;
}

.xl1 {
  width: 25%;
  display: flex;
  background: url(../images/xl1-bg.png)no-repeat;
  background-size: 100% 100%;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 5% 0;
}

.xc1-icon {
  width: 5%;
  margin-left: -3%;
}

.xl1-list {
  width: 65%;
  margin-left: 2%;
  display: flex;
  flex-wrap: wrap;

}

.xl1-list span {
  width: 24%;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  background-image: -moz-linear-gradient(90deg, rgb(140, 215, 254) 0%, rgb(96, 187, 250) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(140, 215, 254) 0%, rgb(96, 187, 250) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(140, 215, 254) 0%, rgb(96, 187, 250) 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 1%;
}

.xl-box1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 4%;

}

.zx-1 {
  width: 25%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(255, 255, 255);
  border-radius: 24px;
  background-image: -moz-linear-gradient(90deg, rgb(224, 97, 124) 0%, rgb(239, 137, 167) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(224, 97, 124) 0%, rgb(239, 137, 167) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(224, 97, 124) 0%, rgb(239, 137, 167) 100%);
  padding: 4% 0;
}

.zx-jt {
  width: 5%;
  margin-left: -2%;
  z-index: 100
}

.zx-2 {
  width: 25%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(255, 255, 255);
  border-radius: 24px;
  background-image: -moz-linear-gradient(90deg, rgb(88, 182, 249) 0%, rgb(151, 222, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(88, 182, 249) 0%, rgb(151, 222, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(88, 182, 249) 0%, rgb(151, 222, 255) 100%);
  padding: 4% 0;
  margin-left: -2%;

}

.zx-3 {
  width: 50%;
  border-style: solid;
  border-width: 6px;
  border-color: rgb(255, 255, 255);
  border-radius: 24px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  font-size: 18px;
  padding: 1% 2%;
  margin-left: -2%;

}

.sj-tit {
  width: 50%;
  display: block;
  margin: -6% auto 0 auto;
}

.sj-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8%;
}

.sj1 {
  width: 32%;
  display: flex;
  flex-direction: column;
  background: url(../images/sj-bg1.png)no-repeat;
  background-size: 100% 100%;
}

.sj1:nth-child(2) {
  background: url(../images/sj-bg2.png)no-repeat;
  background-size: 100% 100%;
}

.sj1 img {
  margin: 0 auto;
  width: 30%;
  margin-top: -15%;
}

.sj1 span {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: -5%;
  min-height: 135px;
}

.sj1 p {
  text-align: center;
  background: #2e9aff;
  width: 95%;
  margin: 0 auto;
  margin-top: 5%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10%;
  padding: 2% 0;
}

.fly {
  width: 100%;
  margin: 0 auto;
  margin-top: 4%;
}

.ht20 {
  display: none;
}

.new-img {
  width: 99.3%;
  display: block;
  margin: 2% auto 0 0.7%;
}

.ppop {
  position: relative;
}

.title02 {
  width: 55%;
  margin: 0 auto;
  margin-top: -5%;
}

.year-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.yead-pic {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}

.picc {
  width: 48%;
  display: flex;
  flex-direction: column;
  background: url(../images/picc-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 1px 6px 6px 1px;
}

.picc img {
  width: 100%;
}

.picc p {
  text-align: center;
  background: #ffca22;
  border-top: 2px solid #000;
  padding: 2% 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.year1 {
  width: 32%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: url(../images/year-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 4% 1% 1% 4%;
  line-height: 25px;
  min-height: 200px;
}

.year1 img {
  position: absolute;
  width: 25%;
  left: -5%;
  top: -15%;
}

.year1 span {
  font-size: 14px;
}

.year1:nth-child(2) {
  margin-top: -10%;
}

.year1:nth-child(3) {
  margin-top: -25%;
}

.sl-box {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../images/sl-big.png)no-repeat;
  background-size: 100% 100%;
  padding: 6% 4%;
  margin: 3% auto 0 auto;
}

.sl1 {
  width: 47%;
  display: flex;
  flex-direction: column;
  background: url(../images/sl-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 1% 2%;
}

.sl-top {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  padding-left: 15%;
  letter-spacing: 2px;
}

.sl-xl {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url(../images/sl-small.png)no-repeat;
  background-size: 100% 100%;
  margin: 5% auto 0 auto;
  text-align: center;
  padding: 1% 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.sl-bottom {
  width: 90%;
  display: block;
  margin: 3% auto 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.wenl {
  width: 50%;
  text-align: left;
  padding-left: 5%;
}



.tc-kb {
  width: 100%;
  margin-top: 3%;
}

.jj-box {
  width: 95%;
  margin: 3% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jj1 {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.jjtit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/jj-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 2% 0;
}

.jjtit img {
  width: 12%;
}

.jjtit span {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: 4%;
}

.jj-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3%;
  background-image: -moz-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  margin-top: 4%;
}

.jj-bottom img {
  width: 100%;
}

.jj-bottom p {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-top: 5%;
  color: #fff;
}

.con4_top {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 95%;
  margin: 3% auto 0 auto;
}

.con4_left {
  width: 52%;
  margin-right: 4%;
}

.con4_right {
  width: 44%;
}

.con4_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/con-tit-bg.png)no-repeat;
  background-size: 100% 100%;
}

.con4_tit1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/contit-1.png)no-repeat;
  background-size: 100% 100%;
  padding: 2% 0;
}

.con4_tit1 p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
}

.con4_tit p {
  padding: 2% 0 2% 6%;
  font-weight: bold;
  text-align: left;
  width: 66%;
  font-size: 16px;

}

.con4_tit span {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin-right: 2%;
  font-size: 16px;
  width: 30%;
}

.con4_card {
  margin-top: 4%;
}


.con4_right .con4_tit p {
  width: 100%;
  text-align: center;
}

.con4_right .con4_card {
  background-image: -moz-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);

  padding: 2% 4%;
}

.con4_card1 {
  background-image: -moz-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(88, 48, 247) 0%, rgb(0, 0, 255) 100%);

  padding: 2% 4%;
  margin-top: 8%;
}

.con4_right .con4_card p {
  text-indent: 30px;
  margin-bottom: 2%;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.con4_card1 p {
  text-indent: 30px;
  margin-bottom: 2%;
  color: #fff;
  font-size: 16px;
  line-height: 31.5px;
}

.con4_bot {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 2% auto 0 auto;
}

.con4_bot span {
  color: #fff;
  padding: 1.4% 4%;
}

.con4_bot img {
  margin-bottom: 1%;
  margin-left: 2%;
}

.nfnum {
  display: none;
}

.kcts {
  width: 15%;
  margin-top: 4%;
}

.dxyf-box {
  width: 95%;
  margin: 2% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dx-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dx-right {
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dx-left img,
.dx-right img {
  width: 23%;
  z-index: 10;
}

.dx-left span {
  border: 2px solid #000;
  background: #fff;
  width: 95%;
  margin-left: -10%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 16px;
  text-align: center;
  padding: 3%;
  font-weight: bold;
}

.dx-right span {
  border: 2px solid #000;
  background: #fff;
  width: 95%;
  margin-right: -10%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 16px;
  text-align: center;
  padding: 2.8%;
  font-weight: bold;
}

.dxyf-img {
  width: 95%;
  margin: 3% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dxyf-img img {
  width: 31%;
}

.fw-box {
  width: 95%;
  margin: 3% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fw1 {
  width: 23%;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  background: #fff;
}

.fw1 p {
  background: url(../images/fw-yiy.png)no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 6% 0;
}

.fw1 span {
  color: #000;
  font-weight: bold;
  padding: 5% 0;
}

.lunbo-box {
  width: 95%;
  margin: 3% auto 0 auto;
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box6_container {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}
.box6_container li{
  width:98%!important;
  margin-bottom: 2%;
}
.box6_container li a{
  display: block;
  display: flex;
  flex-direction: column;
  background: url(../images/picc-bg.png)no-repeat;
  background-size: 100% 100%;
  padding: 1px 6px 6px 1px;
}

.box6_list_bottom{
  text-align: center;
  background: #ffca22;
  border-top: 2px solid #000;
  padding: 2% 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;display: flex;
  justify-content: space-around;
  align-items: center;
}

@media only all and (max-width: 1600px) {
  .dx-right span{
    font-size: 14px;
    text-align: left;
    padding: 2.8% 0 2.8% 5%;
  }
  .dx-left span{
    font-size: 14px;
  }
}
@media only all and (max-width: 1080px) {
  .footer-tips{
    font-size: 25px;
    margin-top: 2%;
    padding-top: 5%;
    margin-bottom: 0;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 30%;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 30%;
  }
  .swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -19%;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 20px;
    height: 20px;
    top: 118%;
  }
  .fw1 p{
    font-size: 18px;
  }
  .fw1 span{
    font-size: 14px;
    line-height: 25px;
  }
  .fw1{
    width: 48%;
    margin-bottom: 2%;
  }
  .dxyf-img img{
    width: 48%;
    margin: 0 auto 2% auto;
  }
  .dx-left,.dx-right{ 
      width: 100%;
      margin-bottom: 2%;
  }
  .dx-left span,.dx-right span{ 
    font-size: 13px;
    border-radius: 50px;
}
.dx-left img, .dx-right img{
width: 15%;
}
  .picc p{
    font-size: 16px;
  }
  .picc{
    width: 100%;
    margin-bottom: 2%;
  }
  .kcts{
    width: 25%;
  }
  .nfnum {
    display: block;
    position: absolute;
    top: -15%;
    left: 20%;
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 0 4%;
  }

  .title-top {
    font-size: 20px;
    letter-spacing: 2px;
  }



  .jj1 {
    width: 49%;
    margin: 0 auto;
    margin-bottom: 2%;
  }

  .sl-top {
    font-size: 18px;
  }

  .sl1 {
    width: 100%;
    margin-bottom: 2%;
  }

  .con4_card {
    margin-top: 0;
  }

  .con4_card1 {
    margin-top: 0;
  }

  .con4_bot span {
    font-size: 16px;
    line-height: 25px;
  }

  .con4_bot {
    flex-wrap: wrap;
  }

  .con4_bot img {
    margin: 0 auto;
  }

  .bbb {
    background: #fff !important;
  }

  .con4_top {
    flex-wrap: wrap;
  }

  .con4_left {
    width: 100%;
    margin: 0 auto;
  }

  .con4_right {
    width: 100%;
  }

  .con4_tit {
    width: 100%;
  }

  .nBox10 {
    padding-bottom: 0;
  }

  .year1 img {
    width: 15%;
    left: 0;
  }

  .year1 span {
    font-size: 18px;
  }

  .year1 {
    width: 100%;
    margin-bottom: 10%;
    padding: 6% 2% 2% 11%;
  }

  .year1:nth-child(2) {
    margin-top: 0;
  }

  .year1:nth-child(3) {
    margin-top: 0;
  }

  .lcts {
    margin-top: 0;
  }

  .title02 {
    width: 60%;
  }

  .coupon-top span span {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    bottom: -20%;
  }

  .ht20 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 800;
    width: 100%;
    height: 3.33rem;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ht20 .hkbg {
    height: 3.5rem;
    width: auto;
  }

  .grass-l {
    display: none;
  }

  .xl-box {
    flex-direction: column;
  }

  .sj1 {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 2%;
  }

  .sj1 span {
    line-height: 20px;
  }

  .xl1 {
    width: 100%;
    background: #63bdfa;
    border-radius: 23px;
    border: 2px solid #fff;
  }

  .xl1-list {
    width: 100%;
  }

  .xl1-list span {
    width: 100%;
  }

  .xl-box1 {
    flex-direction: column;
  }

  .zx-1,
  .zx-2,
  .zx-3 {
    width: 100%;
    border-width: 2px;
    margin: 0
  }

  .zx-jt {
    display: none;
  }

  .xc1-icon {
    display: none;
  }

  .grass-r {
    display: none;
  }

  .box5-teacher-text {
    width: 100%;
    height: 150px;
  }

  .sw-i {
    width: 100%;
  }

  .sm {
    font-size: 14px;
    line-height: 25px;
  }

  .sm1 {
    font-size: 14px;
    line-height: 20px;

  }



  .box04_wrap,
  .nBox10,
  .newbox1,
  .newbox2 {
    width: 100%;
  }

  .tab-box {
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
  }

  .tab-l li {
    width: 45%;
    font-size: 20px;
    padding: 1% 0;
    border-radius: 10px;
  }

  .tab-l {
    width: 100%;
    display: flex;
    justify-content: space-around;


  }

  .tab-r {
    width: 100%;
  }

  .rr-top {
    margin-bottom: 0;
  }

  .rr-top span {
    width: 100%;
    margin: 0 auto;
  }

  .rr-top {
    flex-direction: column;
  }

  .xd {
    width: 100% !important;
  }

  .zhang {
    width: 10%;
    top: 0;
  }

  .txt1 {
    padding-top: 13%;
    margin-top: -10%;
  }

  .dx-box {
    flex-direction: column;
  }

  .dx-1 {
    width: 100%;
    margin-bottom: 10%;
  }

  .dx-txt li {
    font-size: 15px;
    width: 100%;
  }

  .dx-txt li img {
    width: 3%;
  }

  .dx-txt {
    flex-direction: column;
  }

  .dx-tit {
    font-size: 16px;
    width: 100%;
  }

  .rr-bottom {
    font-size: 16px;
    line-height: 25px;
  }

  #app {
    overflow: hidden;
  }

  .onlymob {
    display: block;
  }

  html {
    font-size: 20px;
  }

  body {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  html,
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .Width {
    width: 17.5rem;
  }

  .container {
    width: 100%;
  }

  .course {
    width: 100%;
    padding-bottom: 0;
  }

  .tt img {
    width: 20%;
    height: 10px;
  }

  .fl,
  .fr {
    float: none;
  }

  .tt span {
    font-size: 25px;
  }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),
  .stage,
  .pc,
  .onlypc {
    display: none;
  }

  /* 通用头部 */
  .ht_top {
    height: 2.5rem;
    background-size: auto 100%;
    line-height: 2.5rem;
  }

  .ht_top h1 a {
    height: 2.5rem;
    width: 7.5rem;
    background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
  }

  .ht_top .topnav {
    font-size: 0.8rem;
    text-indent: -1000rem;
  }

  .ht_top .topnav a {
    padding: 0 0 0 0.3rem;
    text-indent: 0;
    float: right;
  }

  .footer {
    position: relative;
    height: 2.4rem;
    padding: 0;
    margin: 0 auto;
    
  }

  /* .footer:before {
    display: block;
    content: "华图教育集团版权所有";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    color: #3A0000;
    font-size: 0.7rem;
    line-height: 2.4rem;
    text-align: center;
  } */

  .banner_box {
    width: 100%;
    height: 14rem;
    background-position: top center;
  }

  .an-box {
    width: 100%;
  }

  .an-box li {
    font-size: 16px;
  }

  .box3 {
    margin: 0 auto;
    /* padding-bottom: 5%; */
  }

  .box3-content {
    flex-direction: column;
    background-position: bottom;
    background-position-x: right;
    background-size: 140%;
  }

  .box4_bottom {
    margin-top: 20px;
  }



  .box4-tab {
    width: 100%;
    display: flex;
    margin: 0.5rem auto;
    flex-wrap: wrap;
  }

  .box4-tab li {
    margin: 0 auto;
    margin-top: 6%;
  }

  .box4-tab li:first-child {
    margin-top: 0;
  }

  .box5 {
    margin-top: 3rem;
  }



  .box5-teacher {
    width: 100%;
  }

  .box5-teacher-text p {
    font-size: 16px;
    line-height: 0.75rem;
    border-radius: 0px !important;
  }




  .box5-teacher-brief {
    overflow: hidden;
  }

  .teacher-name {
    width: 100%;
    border-radius: 10px;
    padding: 1% 0;
    margin-bottom: 2%;
  }

  .box5-teacher-brief p {
    margin: 0.5rem 0.7rem;
    font-size: 0.6rem;
  }





  .box6-bg {
    height: auto;
  }

  .box7 {
    position: relative;
  }

  .box7-bottom {
    flex-wrap: wrap;
  }

  .box6_container li {
    float: none;
  }

  .box4_container {
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }

  .box4_bm,
  .box4_zx {
    width: 59px;
    height: 25px;
    font-size: 12px;
  }

  .box4_table td {
    padding: 2px;
  }

  .box4_table th {
    font-size: 14px;
    line-height: 1.5;
  }

  .box4_in h5 {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: .25rem;
  }

  .box4_in h5 img {
    width: 6rem;
  }

  .box4_text p {
    font-size: 16px;
    line-height: 25px;
  }

  .more_btn {
    width: 3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 0 0 0.1rem 0.1rem;
    font-size: 0.6rem;
    bottom: -1.3rem;
  }

  .more_btn img {
    vertical-align: middle;
    margin-left: 5px;
  }

  .course_show a {
    font-size: .7rem;
    padding: 0 0.2rem;
  }

  .course_arrow {
    top: 1.85rem;
    width: 0.65rem;
    height: 0.3rem;
  }

  .course_show {
    width: 16.5rem;
    padding: 0 0.2rem;
    border-radius: 0.5rem;
    top: 2.05rem;
  }

  .course_show a:hover,
  .course_show a.active {
    font-size: .75rem;
  }

  /* 联系我们 */
  .box8 {
    margin: .5rem auto;
    padding-top: 0.5rem;
  }

  .box8-title {
    font-size: 1.5rem;
  }

  .fixed_right_show,
  .fixed_right,
  .fixed_left,
  .fixed_left_show {
    display: none;
  }

  /* 底部 */

  .bottomBarOpen {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 30%;
    z-index: 888;
    cursor: pointer;
  }

  .bottomBar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 888;
    width: 100%;
    margin: 0 auto;

  }

  .bottomBarcon {
    position: relative;
    max-width: 100%;
    height: 3.3rem;
    margin: 0 auto;
    padding: 0;
    background: #333333;
    border-radius: 0;
    border: none;
  }

  .bottomBar .pic01 {
    width: 100%;
    margin-left: 0;
  }

  .pic02 {
    display: none;
    flex-grow: 1;
    font-size: 0.8rem;
    line-height: 1rem;
    text-shadow: 0px 3px 5px rgba(102, 0, 0, 0.6);
    margin-right: 1rem;
  }

  .bottomBar .closebtn {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/close01.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    transition: transform 1s ease;
  }

  .text-title {
    color: white;
    display: block;
    margin-top: 13%;
    font-size: 12px !important;
  }

  .con_top img {
    padding: 2% 0;
  }

  .txt {
    width: 75%;
    margin: 10% auto 0 auto !important;
  }

  .con_top h1 {
    font-size: 18px;
    top: 6px;
  }

  .yhtt {
    margin-top: 0;
    width: 40%;
  }

  .con_center {
    padding: 1% 0;
  }

  .box3_text {
    font-size: 16px;
    line-height: 30px;
    padding: 1% 2%;
  }

  .con_top h1 span {
    height: 20px;
    line-height: 20px;
  }

  .zx-box {
    padding: 2%;
  }

  .six-dian {
    margin-top: 15%;
  }

  .dian-left img {
    width: 10%;
  }

  .con_top h1 span::before {
    display: none;
  }

  .course_type {
    margin-top: 4%;
  }



  .box4-txt-bg {
    padding: 1%;
  }

  .box4-table {
    margin-top: 5%;
  }

  .box04_wrap {
    padding-bottom: 2%;
  }

  .zx-box {
    padding: 2% !important;
    flex-direction: column;
  }

  .zx-mid {
    display: none;
  }

  .zx-side {
    width: 100% !important;
  }

  .tit-zx span {
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 2%;
  }

  .tit-zx img {
    width: 10% !important;
    margin-left: 2% !important;
  }

  .zx-span {
    margin-top: 2% !important;
    font-size: 16px !important;
    line-height: 25px !important;
    min-height: 100px !important;
  }



  .zhux-box {
    padding: 1% !important;
    flex-direction: column;
  }

  .xz-txt p {
    line-height: 25px;
  }

  .ss-bottom {
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 10%;
    margin-top: 5%;
  }

  .ss-top img {
    width: 40%;
  }

  .ss-top span {
    font-size: 17px;
    line-height: 24px;
  }

  .xue-slide {
    width: 100%;
  }

  .xue-mid {
    width: 50%;
    margin-bottom: 10%;
    margin-top: 5%;
  }

  .xue-mid img {
    width: 100%;
    margin: 0 auto;
  }

  .bh-lis span {
    font-size: 16px;
    padding: 0 0 1% 0;
    width: 40%;
  }

  .bh-lis p {
    line-height: 25px;
  }

  .shangshan {
    flex-direction: column;
  }

  .ss-list {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 4% !important;
  }

  .ss-list:first-child {
    margin-top: 0 !important;
  }

  .ss-list:nth-child(2) {
    margin-top: 0 !important;
  }

  .zhu-left {
    width: 100%;
    margin-bottom: 10%;
  }

  .xzxz-tit {
    padding: 1% 0 2% 0;
  }

  .xzxz-tit span {
    font-size: 15px;
  }

  .zuhx-inner {
    flex-direction: column;

  }

  .iner-left {
    width: 100% !important;
  }

  .zuhx-inner {
    padding: 2% !important;
  }

  .ll img {
    width: 16% !important;
  }

  .ll span {
    font-size: 16px !important;
  }

  .ll {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
  }

  .iner-right {
    width: 100%;
  }

  .fan-box {
    padding: 1%;
    flex-direction: column;
  }

  .fan-left {
    width: 100%;
  }

  .fan-right {
    width: 100%;
  }

  .ff span {
    display: none;
  }

  .ff {
    padding: 10% 0;
    width: 50%;
    font-weight: bold;
    margin-top: 5%;
  }

  .xue-box {
    padding: 1%;
    flex-direction: column;
  }

  .xue1 {
    width: 100%;
  }

  .region-change select {
    margin: 0 auto;
    width: 100%;
  }


}

@media screen and (max-width:500px) {
  .box5 {
    margin-top: 1rem !important;
  }

  .course_type2 li {
    width: 45% !important;
    font-size: 12px !important;
  }

  .box5_cont_box {
    flex-direction: column;
  }

  .box5_l,
  .box5_r {
    width: 100% !important;
  }

  .box5_title {
    font-size: 15px;
  }

}

@media screen and (max-width:640px) {
  .teacher-top {
    flex-direction: column;
  }

  .tc-list {
    width: 100%;
    margin-bottom: 2%;
  }

  .tc-list img {
    width: 20%;
  }

  .box4_table th {
    width: 16.66%;
  }

  .box4_table td {
    width: 16.66% !important;
    line-height: 19px;
    font-size: 12px;
  }

  .course_place li&gt;a {
    font-size: 14px;
  }

  .skdd {
    width: 50%;
    font-size: 16px;
  }

  .box5-teacher {
    flex-direction: column;
    position: relative;
  }

  .txt1 span {
    font-size: 18px;
  }

  .inter11 {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .inter11 p {
    font-size: 15px;
    line-height: 25px;
  }

  .inter-tit span {
    font-size: 14px;
    display: block;
    width: 100%;
  }

  .inter-tit {
    width: 100%;
  }

  .coupon-ul {
    flex-wrap: wrap;
    display: flex;
    /* flex-direction: column; */
  }

  .dian-left span {
    font-size: 18px;
  }

  .coupon-ul li {
    width: 49%;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 10%;
  }

  .couponBgBox {
    width: 100%;
    height: 100%;
    padding-top: 10%;
  }



  .couponTopBox {
    width: 100%;
    min-height: 100px;
    padding-bottom: 5%;
  }

  .coupon-name {
    /* margin-top: 10%; */
  }

  .coupon-top span {
    font-size: 40px;
  }

  .coupon-word {
    font-size: 12px;
  }

  .coupon-word p {
    font-size: 12px;
  }

  .receive {
    width: 50%;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    /* bottom: -15%; */
    font-size: 16px;
    margin-top: -3%;
    margin-bottom: 1%;
  }

  .course_type2 {
    display: flex;
    flex-wrap: wrap;
  }

  .course_type2 li {
    width: 31% !important;
    margin: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
  }

  .skdd img {
    width: 5%;
  }

  .course_place {
    width: 100%;
    margin: 0 auto;
  }

  .course_place li {
    width: 22%;
    margin-right: 2%;
    height: 30px;
    line-height: 30px;
    margin-top: 5%;
  }

  .course_type {
    display: flex;
    flex-wrap: wrap;
  }

  .course_type li {
    width: 30%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 5%;
    height: 30px;
    line-height: 30px;
  }

  .course_type li a.box4_b_a {
    font-size: 12px;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .box5_cont_box {
    height: auto;
  }

  .nBox11 {
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 15%;
  }

  .region-change {
    font-size: 18px;
  }


  .box5_r {
    margin: 0;
  }

  #good_book {
    justify-content: center;
  }


  .box5_l {
    width: 100%;
  }

  .box6_zxCourse {
    display: flex;
    flex-direction: column;
  }

  .box6_zxCourse&gt;li {
    margin: 0;
    width: 100%;
    margin-bottom: 2%;
  }

  .box5 {
    margin: 0;
    padding: 0;
  }

  .phone {
    position: relative;
    left: 0;
    top: 0;
  }

  .tab_phone {
    display: inline-block;
  }

  .footer-l {
    float: none;
  }

  .coupon-name {
    font-size: 18px;
  }

  .addbox {
    margin-left: 0;
  }

  .bottomBar {
    display: none;
  }

  .open01 {
    display: none;
  }


  .coupon-name span i {
    font-size: 18px !important;
  }

  .add-bb-l {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .addbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .add-1 {
    width: 45%;
    background: none !important;
    background: #ff6300 !important;
    border-radius: 10px;
    margin-bottom: 2%;
    min-height: 6rem;
    margin: 0;
    padding: 0;
    margin-left: 2.5%;
    margin-right: 3%;
    margin-bottom: 2.5%;
  }

  .addbox .add-1:nth-child(2) {
    background: none;
    background: #ff6300;
    background-size: 100% 100%;
    margin-left: 0%;
    z-index: 3;
    min-height: 6rem;
  }

  .addbox .add-1:nth-child(3) {
    background: none;
    background: #ff6300;
    background-size: 100% 100%;
    margin-left: 2.5%;
    z-index: 3;
    min-height: 6rem;
  }

  .addbox .add-1:nth-child(4) {
    background: none;
    background: #ff6300;
    background-size: 100% 100%;
    margin-left: 0%;
    z-index: 3;
    min-height: 6rem;
  }

  .add-bb-r {
    display: none;
  }

  .add-top {
    padding-top: 2%;
  }

  .good-teacher {
    display: block !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff6300;
  }


  .box5-teacher {
    display: flex;
  }





  .footer {
    width: 100%;
    height: auto;
  }

  .region-tab {
    width: 100%;
    font-size: 14px;
  }

  .book,
  .box7 {
    margin-top: 4%;
  }

  .box5-bg {
    padding: 4% 0;
  }
}

@media screen and (max-width:402px) {


  .box4 {
    margin-top: -1%;
  }
}</pre></body></html>