﻿@charset "utf-8";

[v-cloak] {
  display: none;
}

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

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: 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: 1200px;
  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;
}

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

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

.banner_box {
  width: 100%;
  height: 700px;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/banner_bg.png") center top no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 100;
}

.body_box{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/body.png") repeat-y;
  background-size: 100% 100%;
  padding: 4% 0;
  padding-bottom: 4%;
}
.banner_slg{
  padding: 120px 0 0;
  margin: 0 auto;
}

.xd {
  position: relative !important;
}

.txt1 {
  /* width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; */
 /*  position: absolute;
  top: 26%;
  right: 0;
  z-index: 1000; */
  position: absolute;
  width: 24%;
  right: 18%;
  top: 32%;
}

.txt1 span {
  display: block;
  color: #fff;
  font-size: 46px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 3.464px 0px rgba(58, 132, 27, 0.004);
  font-style: italic;
  margin-top: -8%;
  margin-left: -14%;
}
.banner_list{
  position: absolute;
  left: 8%;
  bottom:6%;
}
.banner_list img{
  display: block;
  margin-bottom:8%;
}



.txt {
  animation: banner_ani 2s linear infinite alternate;
  -webkit-animation: banner_ani 2s linear infinite alternate;
  -moz-animation: banner_ani 2s linear infinite alternate;
  -o-animation: banner_ani 2s linear infinite alternate;
  -ms-animation: banner_ani 2s linear infinite alternate;
  width: 1182px;
  display: block;
  margin: 0 auto;
}
.con1{
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 46px;
  background-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0.731px 5.955px 24px 0px rgba(222, 209, 186, 0.9);
  padding: 4%;
}


.con1_itemT{
  height: 52px;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/con1_itemT.png")no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content:center;
}
.con1_itemT h1{
  font-size: 24px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: 0px 3px 0px rgba(179, 125, 34, 0.9);

}
.con1_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4%;
}
.conq_itemC{
  width: 244px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
  border-radius:0 0 20px 20px ;
  padding-top: 6%;
  position: relative;
  min-height: 240px;
  text-align: center;
}


.conq_itemC_tit{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
  position: relative;
}
.con1_box{
  position: relative;
}
.con1_box .swiper-button-next,.con1_box .swiper-button-prev{
  width: 49px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: -38%;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/con1_right.png") no-repeat center;
  background-size: 100% 100%;
}
.con1_box .swiper-button-prev{
  left: 0;
  transform: rotate(180deg);
}

.conq_itemC_tit h2{
  font-size: 22px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: #9d742e;
  margin: 0 2%;
  background: -webkit-linear-gradient(45deg, #9d742e, #c3a167,#9d742e); /* Chrome, Safari */
  background: linear-gradient(45deg, #9d742e, #c3a167,#9d742e) ;/* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}
.con1_box .swiper-container{
  padding-bottom: 2%;
}
.con1_step {
  border-radius: 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
  overflow: hidden;
}
.con1_stepT {
  background-image: -moz-linear-gradient( -22deg, rgb(219,193,149) 1%, rgb(179,134,59) 13%, rgb(219,192,147) 30%, rgb(179,134,58) 46%, rgb(219,192,147) 62%, rgb(179,134,58) 81%, rgb(219,192,147) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgb(219,193,149) 1%, rgb(179,134,59) 13%, rgb(219,192,147) 30%, rgb(179,134,58) 46%, rgb(219,192,147) 62%, rgb(179,134,58) 81%, rgb(219,192,147) 100%);
  background-image: -ms-linear-gradient( -22deg, rgb(219,193,149) 1%, rgb(179,134,59) 13%, rgb(219,192,147) 30%, rgb(179,134,58) 46%, rgb(219,192,147) 62%, rgb(179,134,58) 81%, rgb(219,192,147) 100%);
  width: 30%;
  font-size: 26px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  text-shadow: 0px 3px 0px rgba(179, 125, 34, 0.9);
  padding: 1% 0;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 4%;
  text-align: center;
}
.con1_step ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2% 2% 2%;
}
.con1_step ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con1_step ul li p{
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(45deg, #9d742e, #c3a167,#9d742e); /* Chrome, Safari */
  background: linear-gradient(45deg, #9d742e, #c3a167,#9d742e) ;/* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  margin-top: 8%;
}



.con1_step ul li.con1_stepAw{
  margin-top: -4%;
}

.tem_center li{
  text-align: center;
}
.conq_itemC ul{
  padding: 0 4%;
}
.conq_itemC ul li{
  font-size: 18px;
  font-family: "FZLanTingHeiS-M-GB";
  color: rgb(51, 51, 51);
  line-height: 1.6;
}


.mrT_8{
  margin-top: 8%;
}
.con_top{
  position: relative;
  height: 109px;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/con_topbg.png") no-repeat center center;
  background-size: 50% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}
.con_top h1{
  font-size: 50px;
  line-height: 109px;
  font-family: "FZYanSongS-B-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  text-align: center;
  /* margin-top: 4%; */
  margin: 0 2%;
}



.con_top h1 i{
  font-style: normal;
  color: #ffe77e;
}
.con_center{
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 46px;
  background-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0.731px 5.955px 24px 0px rgba(222, 209, 186, 0.9);
  padding: 4%;
  position: relative;
}
.con_center2{
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 46px;
  background-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0.731px 5.955px 24px 0px rgba(222, 209, 186, 0.9);
  padding: 4%;
  position: relative;
}

.con_jb{
  position: absolute;
  right: 8%;
  bottom: 44%;
}
.con2_bg{
  margin-top: 4%;
}
.con2_bg ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.celue_bg{
  width: 33%;
}
.con_change{
  margin-top: 14%;
}
.con2_btn{
  display: block;
  width: 160px;
  height: 63px;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(252, 254, 254);
  border-radius: 30px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,84,0) 2%, rgb(255,44,44) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,84,0) 2%, rgb(255,44,44) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,84,0) 2%, rgb(255,44,44) 100%);
  box-shadow: 0px 6px 9px 0px rgba(255, 139, 72, 0.004);
  text-align: center;
  margin: 0 auto;
  position: relative;
}



.con2_btn h4{
  font-size: 22px;
  color: #fbe169;
}
.con2_btn p{
  font-size: 16px;
  color: #fff;
  margin-top: -6%;
}

.celue_bg{position: relative;}
.celue_bg h2{
  color: #fff;
  font-size: 20px;
  margin-left: 16%;
  margin-top: 2%;
  margin-bottom: 16%;
}
.celue_bg  a{
  font-size: 14px;
  font-family: "FZLanTingHeiS-M-GB";
  color: rgb(51, 51, 51);
  text-align: center;
  display: block;
  cursor: pointer;
}

.celue_bg ul{
  margin-left: 20%;
  margin-top: 20%;
  padding-top: 40%;
}
.box2_container li{
  padding-bottom: 4%;
  padding-right: 4%;
}
.puzzled div{

}
.puzzled div:first-child{
  background-image: -moz-linear-gradient( -22deg, rgb(219,193,149) 1%, rgb(179,134,59) 13%, rgb(219,192,147) 30%, rgb(179,134,58) 46%, rgb(219,192,147) 62%, rgb(179,134,58) 81%, rgb(219,192,147) 100%);
  background-image: -webkit-linear-gradient( -22deg, rgb(219,193,149) 1%, rgb(179,134,59) 13%, rgb(219,192,147) 30%, rgb(179,134,58) 46%, rgb(219,192,147) 62%, rgb(179,134,58) 81%, rgb(219,192,147) 100%);
  background-image: -ms-linear-gradient( -22deg, rgb(219,193,149) 1%, rgb(179,134,59) 13%, rgb(219,192,147) 30%, rgb(179,134,58) 46%, rgb(219,192,147) 62%, rgb(179,134,58) 81%, rgb(219,192,147) 100%);

}
.puzzled div:first-child>a{
  font-size: 14px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(255, 255, 255);
  text-shadow: 0px 3px 0px rgba(179, 125, 34, 0.9);
}
.puzzled div:nth-child(2),
.puzzled div:nth-child(3){
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/con2_jt.png") no-repeat;
  background-size: 10% 40%;
  background-position-x:0%;
  background-position-y: 40%;
}
.puzzled div:nth-child(2):hover,
.puzzled div:nth-child(3):hover{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/con2_jt2.png") no-repeat;
  background-size: 10% 40%;
  background-position-x: 0%;
  background-position-y: 40%;
}
.puzzled div:nth-child(2):hover>a,
.puzzled div:nth-child(3):hover>a{
  background: -webkit-linear-gradient(45deg, #742e0f, #ab4a20,#742e0f); /* Chrome, Safari */
  background: linear-gradient(45deg, #742e0f, #ab4a20,#742e0f);/* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  text-decoration: underline;
}

.box2_container li:nth-child(1),
.box2_container li:nth-child(2){
  border-bottom: 1px dashed #b3863a;
  border-right: 1px dashed #b3863a;
}
.box2_container li:nth-child(3){
  border-bottom: 1px dashed #b3863a;
}
.box2_container li:nth-child(4),
.box2_container li:nth-child(5){
  border-right: 1px dashed #b3863a;
  padding-top: 2%;
}
.box2_container li:nth-child(6){
  padding-top: 2%;
}
@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;
}

/* 课程优惠 */
.box3 {
  margin-top: 6%;
  padding-bottom: 10%;
  position: relative;
}
.box3 h1 .con_jb{
  right: 20%;
}
.box04_wrap {
  width: 100%;
  /* background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/mode5-bg.jpg")no-repeat; */
  background-size: 100% 100%;
  padding: 0px 0 70px 0;
  position: relative;
}
.top,
.bottom {
  display: block;
}

.box3-content {
  position: relative;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
}


.box3-bg {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  min-height: 150px;
}
.box3_text {
  width: 100%;
  overflow: hidden;
  height: 150px;
  line-height: 36px;
  color: #000;
  font-size: 18px;
  padding: 2% 4%;
  border-radius: 16px;
  box-sizing: border-box;
}

.box3_cont {
  margin-bottom: 50px;
}

.box3 h3,
.box4_container h5 {
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: auto;
  width: 257px;
  height: 73px;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/yh_head.png") no-repeat center;
  font-size: 36px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  text-align: center;
  line-height: 70px;
}

.more_btn {
  width: 154px;
  height: 51px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  cursor: pointer;
  color: #fff;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/more_btn.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.box3_hide {  
}

.box3_show {

}

.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%;
}

.coupon-ul li {
  width: 33%;
  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;
}

.couponBgBox {
  width: 293px;
  height: 314px;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/coupon_bg1.png") no-repeat;
  background-size: 100% 100%;
}

.couponBgBox:hover {
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/coupon_bg2.png") no-repeat;
  background-size: 100% 100%;
}

.couponBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8%;
}

.couponTopBox {
  /* width: 252px;
  min-height: 164px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 8%;
}

.couponRightBox {
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.mz {
  /* background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/coupon_bg1.png") no-repeat center; */
}

.mj {
  /* background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/coupon_bg4.png") no-repeat center; */
}

.zj {
  /* background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/coupon_bg2.png") no-repeat center; */
}

.zk {
  /* background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/coupon_bg3.png") no-repeat center; */
}
.coupon_line{
  width: 68%;
  margin: 0 auto;
}
.coupon-name {
  font-size: 34px;
  font-weight: 800;
  background: -webkit-linear-gradient(45deg, #742e0f, #ab4a20,#742e0f); /* Chrome, Safari */
  background: linear-gradient(45deg, #742e0f, #ab4a20,#742e0f);/* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}
/* .couponTopBox_con{
  margin-left: 9%;
} */
.coupon-top {
  display: flex;
  justify-content: center;
  margin: 10% 0 0 0;
  position: relative;
}
.coupon_lxyzs{
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(51, 51, 51);
}

.coupon-top span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  font-size: 60px;
  font-weight: 600;
  background: -webkit-linear-gradient(45deg, #742e0f, #ab4a20,#742e0f); /* Chrome, Safari */
  background: linear-gradient(45deg, #742e0f, #ab4a20,#742e0f);/* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  line-height: 66px;
}


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

.coupon-word p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  letter-spacing: -1px;
}

.coupon-word .fullMinus {
  text-align: center;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 0 auto;
}

.receive {
  width: 50%;
  height: 40px;
  margin: 0 auto;
  background: #ff6300;
  border-radius: 30px;
  line-height:40px;
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  font-family: "FZLanTingHeiS-DB-GB";
  cursor: pointer;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
}
.couponBgBox:hover .receive{
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}


.mz .receive {
  color: #BD5332;
}

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

.zj .receive {
  color: #C9911A;
}

.zk .receive {
  color: #CB7121;
}

/* box4 */

.box4 {
  position: relative;
}

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

.box5_top h5 {
  font-weight: normal;
  line-height: 24px;
  font-size: 24px;
  color: #FFFFFF;
}

.box4_bottom h5 {
  font-size: 21px;
  font-weight: bold;
  color: #FFFBFB;
  line-height: 28px;
}

.box4_top h5 {
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}

.course_place li {
  cursor: pointer;
  float: left;
  margin-top: 30px;
  margin-right: 20px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  position: relative;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  border-radius: 12px;
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
}


.course_place li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  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;
}

.course_place li.on,
.course_place li:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}


.course_place li.on>a,
.course_place li:hover>a {
  color: #fff;
  font-weight: bold;
}


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

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

.course_show a {
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  color: #bb9a7a !important;
  font-family: "FZLanTingHeiS-B-GB";
}

.course_show a:hover,
.course_show a.active {
  text-decoration: underline;
  color: #ff0101 !important;
  font-size: 16px;
  font-weight: bold;
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#742e0f 20% ,#ab4a20 40% , #742e0f 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#742e0f 20% ,#ab4a20 40% , #742e0f 60%);   /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}

#box4_box {
  position: relative;
  margin-top: 72px;
  z-index: 1;
}

.box4_bottom {
  position: relative;
  margin-top: 70px;
  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: 210px;
  height: 56px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  border-radius: 12px;
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
}

.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,
.course_type li.active {
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);

}

.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 {
  margin-top: 50px;
  position: relative;
}

.box4_text {
  height: 220px;
  overflow: hidden;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
}


.box4-txt-bg {
  min-height: 220px;
  box-sizing: border-box;
  padding: 30px 34px 40px 34px;
  position: relative;
}
*{box-sizing: border-box;}
.box4_show {
  color: #fff;
}

.box4_container p {
  line-height: 31px;
  font-size: 18px;
  color: #f8f8f8;
}
.ckts{
  display: block;
  margin:0 auto;
  margin-bottom: 1%;
}
.box4-table {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
}

.box4_table {
  text-align: center;
  word-break: break-all;
  background: #ffffff;
  width: 100%;
  border-radius: 10px;
}
.box4_table thead{
  background-image: -moz-linear-gradient( 0deg, rgb(179,134,59) 10%, rgb(219,192,147) 43%, rgb(179,134,58) 99%);
  background-image: -webkit-linear-gradient( 0deg, rgb(179,134,59) 10%, rgb(219,192,147) 43%, rgb(179,134,58) 99%);
  background-image: -ms-linear-gradient( 0deg, rgb(179,134,59) 10%, rgb(219,192,147) 43%, rgb(179,134,58) 99%);
}


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

.box4_table th {
  line-height: 60px;
  font-size: 20px;
  color: #fafafa;
  font-weight: 400;
  border-top: none;
  text-shadow: 0px 3px 0px rgba(179, 125, 34, 0.9);
}

.box4_table th:nth-child(1){
  border-radius: 10px 0 0 0;
}

.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,.box4_bm {
  width: 139px;
  height: 41px;
  background:transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/gmzx_btn2.png") no-repeat;
  background-size: 100% 100%;
}

.box4_bm:hover,
.box4_zx:hover {
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/gmzx_btn1.png") no-repeat;
}
.box4_zx span,.box4_bm span{
  display: block;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  font-size: 16px;
}



.box4_bm:hover>span,
.box4_zx:hover>span {
  color: #fff;
}
.box4_table  {
  border: 1px solid #fff;
  border-radius: 4px;
  /* 消除单元格之间的空隙 */
  border-collapse: collapse;
  /* 消除掉外边框 */
  border-style:hidden;  
  /* hack一下加个假边框 */
}
.box4_table th,.box4_table td {
border: 1px solid #d6af77;
}


/* box5 */
.box5-bg {
  box-sizing: border-box;
  padding-bottom: 50px;
  position: relative;
}

.course_type2 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  width: 200px;
  height: 56px;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  border-radius: 12px;
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  word-break: break-all;
}

.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 {
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}

.course_type2 li:hover a,
.course_type2 li.active a {
  color: #fff;
  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;
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
}

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

.box5_cont_box {
  position: relative;
  box-sizing: border-box;
  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;
}
.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: #9d742e;
  background: -webkit-linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  text-align: center;
}

.box5_l {
  height: 250px;
  overflow: hidden;
  width: 50%;
  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: 50%;
  box-sizing: border-box;
  position: relative;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box5_r.png") no-repeat top center;
  background-size: 100% 100%;
}

.box5_r h5 {
  font-size: 70px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
  margin: 4% 0;
}


.box5_r h5::before {
  content: "￥";
  display: block;
  position: absolute;
  height: 30px;
  line-height: 40px;
  left: 0;
  bottom: -12px;
  font-size: 18px;
  color: #fff;
  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 {
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 4% 0;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box5_r_btn.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 6%;
  padding-bottom: 6%;
}

.box5_r_btn a {
  display: block;
  width: 20%;
  height: 36px;
  line-height: 36px;
  float: left;
  font-size: 16px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background-color: rgb(97, 18, 18);
  box-shadow: 0px 4px 6px 0px rgba(157, 116, 46, 0.9);
}

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

.box5_r_btn a:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(157, 116, 46, 0.9);
  color: #d5a66a;
}

/* box6 */

/* .box6-bg {
  min-height: 500px;
} */
.box6{
  position: relative;
}
.box6_container .swiper-slide {
  width: 32%;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all 0.2s;
  box-sizing: border-box;
  border-radius: 20px;
}


.box6_container .swiper-slide a {
  display: block;
  border-radius: 20px;
}
.con_bottom{
  margin-top: -6%;
}

.box6_container .swiper-slide a img {
  display: block;
  width: 100%;
 height: 210px;
  overflow: hidden;
  border-radius: 20px;
}

.box6_container  .wk_ckxq{
    display: block;
    width: 40%;
    padding: 1% 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 242, 219);
    border-radius: 12px;
    background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
    color: #fff;
    text-align: center;
    margin: 0 auto; 
    margin-top: 2%;
}

.box6_list_bottom {
  box-sizing: border-box;
  padding: 15px 20px;
  margin-top: 3px;
  border-radius: 20px;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box6_list_bottom.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box6_list_bottom p {
  font-size: 17px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
  line-height: 30px;
  width: 58%;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  
}


.box6_list_bottom h6 {
  display: block;
  width: 40%;
  font-weight: 600;
  font-size: 30px;
  font-family: "FZLanTingHeiS-H-GB";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
}


.box6_list_bottom h6::before {
  content: "￥";
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
}

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

/* box7 */
.box7{position: relative;margin-top: 8%;}
.box7>.container {
  padding-bottom: 30px;
}

.box7 .box_title {
  margin-bottom: 50px;
}
.book{position: relative;}
.book .swiper-container {
  /* width: 1060px; */
  margin: 0 auto;
  padding-bottom: 20px;
}
.book-item {
  box-sizing: border-box;
  transition: all 0.6s;
  border-radius: 20px;
}

.book .swiper-slide img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 20px;
}
.book .swiper-slide .money_box{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box6_list_bottom.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4% 2%;
}
.book .swiper-slide .book-p {
  cursor: pointer;
  font-size: 17px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
  line-height: 30px;
  width: 58%;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.money {
  margin-top: 10px;
  padding: 0 4%;
}
.money_b{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.colred {
  display: block;
  width: 40%;
  font-weight: 600;
  font-size: 30px;
  font-family: "FZLanTingHeiS-H-GB";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
}

.colred::before {
  content: "￥";
  display: inline;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
}

.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{
  width: 40%;
  margin: 0 auto; 
  margin-top: 2%;
}
.box7_btn a{
  display: block;
  width: 100%; 
  padding: 1% 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  border-radius: 12px;
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  color: #fff;
  text-align: center;

}

/* .book .swiper-button-prev.swiper-button-white.prev,
.book .swiper-button-next.swiper-button-white.next {
  width: 60px;
  height: 60px;
  background-image: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box7_l.png");
  background-size: 100%;
  top: 32%;
  position: absolute;
} */

/* .book .swiper-button-prev.swiper-button-white.prev {
  left: -80px;
}

.book .swiper-button-next.swiper-button-white.next {
  right: -80px;
  transform: rotate(180deg);
} */

/* 底部联系方式 */

.footer {
  padding: 36px 44px;
  font-size: 23px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 254, 254);
  text-shadow: 0px 2px 0px rgba(148, 99, 16, 0.9);
  width: 1200px;
  border-radius: 19px;
  margin: 30px auto 100px auto;
}

.footer a {
  font-size: 23px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 254, 254);
  text-shadow: 0px 2px 0px rgba(148, 99, 16, 0.9);
}

.footer-l {
  float: left;
}

.footer-tips {
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 600;
  line-height: 28px;
  font-family: "FZLanTingHeiS-EB-GB";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 2.314;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
}



.region-change {
  font-size: 23px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 254, 254);
  text-shadow: 0px 2px 0px rgba(148, 99, 16, 0.9);
  font-weight: 400;
}


.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("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/select_bg.png") 96% center no-repeat #F6F7FE;
  background-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #102331;
}

.region-tab {
  display: none;
  font-size: 23px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 254, 254);
  text-shadow: 0px 2px 0px rgba(148, 99, 16, 0.9);
  width: 700px;
}

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

.contact {
  position: relative;
}

.phone p {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 254, 254);
  text-shadow: 0px 2px 0px rgba(148, 99, 16, 0.9);
}


/* 左侧 */

.fixed_left_show {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 73px;
  line-height: 60px;
  text-align: center;
  height: 193px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  border-radius:0 20px 20px 0;
}


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

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

.fixed_left {
  z-index: 99;
  position: fixed;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  box-sizing: border-box;
}
.fixed_leftBox{
  background: #fff;
  border: 1px solid #cc9d59;
  border-radius: 0 0 20px 20px;
}

.left_close {
  cursor: pointer;
  position: absolute;
  width: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}
.left_nav {
  overflow: hidden;
  zoom: 1;
}

.left_nav li {
  text-align: center;
  zoom: 1;
  font-size: 16px;
  box-sizing: inherit;
  padding: 0 20px;
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;

}

.fixed_left_top {
  display: block;
  text-align: center;
  margin-top: -18%;
}

.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 {
  border-radius: 8px;
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}




.left_bottom_btn {
  display: block;
  width: 80%;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(137, 85, 18);
  margin: 0 auto;
  border-bottom: 1px solid #cc9d59;
}
.left_bottom_btn:last-child{
  border: none;
}
.left_bottom_btn:hover,
.left_bottom_btn.active {
  border-radius: 8px;
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}


.left_nav li div {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #b08c5e;
}

.left_nav li span {
  max-height: 44px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(137, 85, 18);
}


/* 右侧 */

.fixed_right {
  z-index: 99;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cfa25f;
  border-radius: 20px;
}


.right_close {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  bottom: -40px;
}

.fixed_top {
  box-sizing: border-box;
  position: relative;
  z-index: 99999;
  position: relative;
}


.zxrx {
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 5%;
  padding-top: 10%;
  border-bottom: 1px solid #b08c5e;
}

.zxrx h5 img {
  margin-right: 10px;
}

.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;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(137, 85, 18);
}


.fixed_top p {
  margin-top: 4px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(137, 85, 18);
}

.fixed_right_list {
  margin-top: 10%;
}

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

.fixed_right_list li a {
  display: block;
  width: 70%;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(137, 85, 18);
  margin: 0 auto;
  border-bottom: 1px solid #b08c5e;
}
.fixed_right_list li:hover{
  width: 100%;
  border-radius: 9px;
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}


.fixed_right_list li a:hover {
  border: none;
  color: #fff;
}


.fixed_right_show {
  z-index: 99;
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 73px;
  line-height: 70px;
  text-align: center;
  height: 193px;
  font-size: 18px;
  color: #ff6002;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  border-radius:20px 0px 0px 20px;
}

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

.right_course {
  display: block;
  width: 58%;
  line-height: 50px;
  font-size: 18px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(137, 85, 18);
  text-align: center;
  margin: 0 auto;
}

.right_course:hover {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(252, 254, 254);
  border-radius: 9px;
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  color: #fff;
}


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

.slogen {
  display: block;
  width: 100%;
  z-index: 99;
  position: relative;
  margin-top: -8%;
}

/* 底部 */

.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: 98;
  width: 100%;
  padding-right: 4%;
  margin: 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottomBarcon {
  position: relative;
  width: 905px;
  height: 80px;
  padding-right: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/bottomBar_04.png") no-repeat top center;
  background-size: contain;
}

.bottomMaoBtn {
  width: 140px;
  height: 40px;
  border-radius: 60px;
  cursor: pointer;
  margin-left: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomMaoBtn  a {
  font-size: 18px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  line-height: 2.111;
  text-align: justifyLeft;
  text-shadow: 0px 3px 0px rgba(179, 125, 34, 0.9);
}
.bottomMaoBtn:hover{
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}


.pic02 {
  width: 340px;
}

.bottomBar .pic01 {
  position: relative;
  width: 158px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: -2%;
}

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

.bottomBar .closebtn {
  position: absolute;
  right: 2%;
  top: -60%;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/close01.png");
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 1s ease;
}

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

.nBox11 {
  width: 100%;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 0deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
}


.nBox10 {
  width: 100%;
  position: relative;
  margin-top: 8%;
}
.con_top h1 span{
  display: inline-block;
 height: 80px;
 line-height: 80px;
 padding: 0 2%;
  background: #feec35;
  border-radius: 10px;
  position: relative;;
  color: #ff722e;
}
 .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 {
  display: flex;
}
.phone p {
  font-size: 18px;
  margin-bottom: 10px;
}

.tab_phone {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
}

.tab_cont_box {
  width: 70%;
}

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

.bottomText {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 30px;
  font-family: "FZYaSong-H-GBK";
  color: rgb(255, 255, 255);
  font-family: "FZYanSongS-B-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#b18348 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#b18348 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}



[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>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>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>li:nth-child(3n) {
  margin-right: 0;
}

.box6_zxCourse>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>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>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>li .zxCourse_teacher {
  border-bottom: 1px solid #DFDFDF;
  margin-top: 30px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.box6_zxCourse>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;
}

.dian-left span {
  font-size: 35px;
  color: rgb(255, 60, 0);
  font-weight: bold;
  margin: 0 2%;
  -webkit-text-stroke:6px transparent;
  background:linear-gradient(#fff,#fff) top left / 100% 100%;
  -webkit-background-clip: text;
}

.dian-left2 {
  display: flex;
  align-items: center;
  width:30%;
}


.dian-right {
  width: 40%;
  text-align: right;
  color: #ffeacc;
  font-weight: bold;
}
.addbox{
  margin-bottom: 4%;
}
.addbox ul{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2% 0;
}
.addbox_ul1{
  border-radius: 22px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
  margin-bottom: 4%;
}
.addbox_ul2{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  border-radius: 22px;
  background-image: -moz-linear-gradient( 0deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  box-shadow: 0.14px 3.998px 4px 0px rgba(206, 170, 98, 0.9);
}

.addbox ul li{
    width: 22%;
    text-align: center;
    position: relative;
}
.addbox ul li.addbox_line{
  width: 1%;
}
.addbox ul li span{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 8%;
  top: 10%;
}
.addbox ul li h2{
  font-family: "FZYanSongS-B-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  text-align: center;
  letter-spacing: 4px;
}
.addbox .addbox_ul2 li h2{
  background: none;
  -webkit-text-fill-color:#fff;
  color: rgb(255, 255, 255);
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
}


.addbox ul li p{
  font-size: 16px;
  color: #000;
  margin-top: 24px;
  line-height: 1.4;
}
.addbox .addbox_ul2 li p{
  color: #fff;
}

.box5-swiper {
  position: relative;
  width: 100%;
  display: flex;
  padding: 2%;
}

.swiper-container {
  width: 100%;
}
.box5-swiperBox{
  padding: 2%;
}
.box5-teacher {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  display: flex !important;
  justify-content: space-between !important;
}

.box5-teacher-text {
  margin: auto;
  width: 660px;
  height: 220px;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  margin-left: 60px;
}

.teacher-name {
  display: inline-block;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  font-family: "FZYanSongS-B-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  text-align: center;
}

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

}

.box5-swiper .box5-swiperBg{
  display: block;
  width: 220px !important;
  height: 308px !important;
  margin: auto;
  float: left;
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box5-swiperBg.png") no-repeat;
  background-size: 100% 100%;
  padding: 2px;
  overflow: hidden;
}
.box5-teacher-text img{
  display: block;
  margin: 2% 0;
}

.box5-swiper .box5-swiperBg img{
  display: block;
  width: 100%;
  border-radius: 30px;
}

.box5-swiper .swiper-button-prev,
.box5-swiper .swiper-button-next {
  width: 16px;
  height: 40px;
  top: 45%;
  margin: 0 auto;
}
.box5-swiper .swiper-button-prev{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box5-swiper_l.png") no-repeat center;
  left: 20px;
}

.box5-swiper .swiper-button-next{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/box5-swiper_r.png") no-repeat center;
  right: 20px;
}




.box6_container{
  position: relative;
}


.box6_container .swiper-button-prev,
.box6_container .swiper-button-next,
.book .swiper-button-next.swiper-button-white.next,
.book .swiper-button-prev.swiper-button-white.prev {
  width: 60px;
  height: 60px;
  top: 45%;
  margin: 0 auto;
}

.box6_container .swiper-button-prev ,
.book .swiper-button-prev.swiper-button-white.prev{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/prev.png") no-repeat center;
  left: -20px;
}

.box6_container .swiper-button-next ,
.book .swiper-button-next.swiper-button-white.next{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/next.png") no-repeat center;
  right: -20px;
}

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

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

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

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

.newbox1 .con_jb {
  position: absolute;
  right: 24%;
  bottom: 40%;
}

.newbox1_top_l h3{
  font-family: "FZYanSongS-B-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  font-size: 30px;
  font-family: "FZYanSongS-B-GB";
  margin-bottom: 4%;
}
.newbox1_top_r h3{
  font-size: 30px;
  font-family: "FZYanSongS-B-GB";
  color: rgb(255, 255, 255);
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
  margin-bottom: 4%;
}


.newbox1_top_l{
  background-color: #fff;
  border-radius: 20px;
  padding: 2% 4%;
  width: 56%;
}
.newbox1_top_l li ,.newbox1_top_r li{
  display: flex;
  align-items: baseline;
} 
.newbox1_top_l li p{
  width: 90%;
  font-size: 20px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(51, 51, 51);
}
.newbox1_top_r li p{
  width: 90%;
  font-size: 20px;
  font-family: "FZLanTingHeiS-R-GB";
  color: #fff;
}
.newbox1_top_l li span{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: -moz-linear-gradient( -61deg, rgb(157,116,46) 0%, rgb(195,161,103) 49%, rgb(157,116,46) 99%);
  background-image: -webkit-linear-gradient( -61deg, rgb(157,116,46) 0%, rgb(195,161,103) 49%, rgb(157,116,46) 99%);
  background-image: -ms-linear-gradient( -61deg, rgb(157,116,46) 0%, rgb(195,161,103) 49%, rgb(157,116,46) 99%);
  margin-right: 2%;
}
.newbox1_top_r li span{
  margin-right: 2%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(148, 99, 16, 0.9);
}


.newbox1_top_r{
  background: url("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/images/newbox1_imgbg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 2% 8%;
  width: 44%;
}
.newbox1_top{
  margin-top: 4%;
}

.newbox1_list{
  margin-top: 4%;
}
.newbox1_list ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newbox1_list ul li{
  width: 32.4%;
  height: 258px;
  border-radius: 20px;
  overflow: hidden;
}


.newbox1_list ul li img{
  display: block;
}
.newbox2 .newbox2_con ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(222, 209, 186, 0.9);
  padding: 4% 2%;
  border-radius: 0 20px 20px 20px;
  display: none;
}
.newbox2 .newbox2_con ul.card_show2{
  display: flex;
}

.newbox2 .newbox2_tab  ul{
  display: flex;
  align-items: center;
}
.newbox2 .newbox2_tab  ul li{
  cursor: pointer;
  width: 20%;
  height: 85px;
  border-radius: 20px 20px 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 242, 219);
  background-image: -moz-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(177,131,72) 0%, rgb(213,166,106) 47%, rgb(177,131,72) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "FZYanSongS-B-GB";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-shadow: 0px 3px 0px rgba(148, 99, 16, 0.9);
  text-align: center;
  margin-right: 0.8%;
}
.newbox2 .newbox2_tab  ul li.active2{
  background-image: -moz-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(116,46,15) 0%, rgb(171,74,32) 48%, rgb(116,46,15) 100%);
}


.newbox2_con ul li{
  width: 31%;
  height: 155px;
  background-color: #fc982f;
  border-radius: 20px;
  border-width: 1px;
  border-color: rgb(148, 99, 16);
  border-style: dashed;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding:2% 4%;
  font-size: 20px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
.newbox3 ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6%;
}
.newbox3 ul li{
  text-align: center;
  width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.newbox3 ul li h3{
  font-family: "FZYanSongS-B-GB";
  color: #9d742e;
  background: -webkit-linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%); /* Chrome, Safari */
  background:linear-gradient(60deg,#d5a66a 20% ,#b18348 40% , #d5a66a 60%);  /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  margin-bottom: 6%;
  border-bottom: 2px solid #9d742e;

}

.newbox3 ul li img{
  height: 50px;
}
.newbox3 ul li p{
  text-align: center;
  font-size: 18px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(51, 51, 51);
  line-height: 1.4;
}
.bottomBar_hua{
  position: absolute;
  right: 0;
}










@media only all and (max-width: 1080px) {

  #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: 98%;
  }

  .fl,
  .fr {
    float: none;
  }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),
  .stage,
  .footer p,
  .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;
    overflow: hidden;
  }

  .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: 10rem;
    background-size: auto 140%;
    background-position: top center;
  }

  .banner_box>.container {
    padding: 1.25rem 0 0;
  }

  .box3 {
    margin: 0 auto;
    bottom: 1rem;
  }

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

  .box4_bottom {
    margin-top: 20px;
  }

  .box4 {
    margin-top: 2rem;
  }
  .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-swiper {
    padding: 1rem 0 0;
  }

  .box5 .swiper-slide {
    width: 48%;
  }

  .box5-teacher {
    width: 100%;
    height: 11rem;
  }

  .box5-teacher-text p {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }

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

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

  .box5 .swiper-button-prev,
  .box5 .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
    top: 45%;
  }

  .box5 .swiper-button-prev {
    background-size: 100%;
    left: -0.5rem;
  }

  .box5 .swiper-button-next {
    background-size: 100%;
    transform: rotate(180deg);
    right: -0.5rem;
  }
  .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:80px;
    height: 37px;
    font-size: 14px;
  }
  .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: .8rem;
    line-height: 1.45rem;
  }

  .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 {
    display: none;
    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("https://www.walldrift.com/__xh__/bm.huatu.com/zhaosheng/yym/2025gkbsxdg/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;
  }

  .txt {
    width: 95%;
    margin-top: 8% !important;
  }

}

@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:512px) {
  .txt1 span {
    font-size: 18px;
  }

  .coupon-ul {
    flex-wrap: wrap;
  }

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

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

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

  .couponRightBox {
    padding-bottom: 60%;
  }

  .couponTopBox {
    width: 100%;
    min-height: 200px;
  }

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

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

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

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

  .receive {
    width: 60%;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }

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

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

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

  .course_place li {
    width: 25%;
  }

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

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

  .box5_cont_box {
   height: auto;
  }
  .nBox11{
    padding: 2%;
    box-sizing: border-box;
  }
  .region-change {
    font-size: 18px;
    display: flex;
  }
  .box6_container {
    width: 100%;
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .box5_r{
    margin: 0;
  }
  #good_book{
    justify-content: center;
  }
  .box6_container li {
    width: 49%;
    margin: 0;
    padding: 0;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
  }

  .box5_l {
    width: 100%;
  }
  .box6_zxCourse {
    display: flex;
    flex-direction: column;
  }

  .box6_zxCourse>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;
  }

  .bottomBar {
    display: none;
  }
  .open01 {
    display: none;
  }

  .box5-swiper img {
    margin-top: 50px;
  }

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

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


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


  .box5-teacher {
    display: flex;
    flex-direction: column;
  }

  .box5-swiper img {
    width: 100px !important;
    height: 100px !important;
  }

  .box5-teacher-text {
    width: 90% !important;
    margin-left: 20px !important;
    margin: 0 auto;
    margin-top: 2%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 25px !important;
    height: 30px !important;
    background-size: 100% 100%;
  }

  .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) {
  .couponRightBox {
    padding-bottom: 90%;
  }
  .box4 {
    margin-top: -15%;
  }
}

.receive.noClick {
  background: #ccc;
  cursor: not-allowed;
}
.celue_bg ul {
  margin-left: 0%;
  margin-top: 8%;
  padding: 40% 10% 0 10%;
}
