body {
  max-width: 100%;
  overflow-x: hidden;
  background: #b8e1ff;
  font: 18px/36px "MicroSoft YaHei", "FZLanTingHeiS-DB-GB", "Hiragino Sans GB", Arial, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input {
  margin: 0;
  padding: 0;
}
b,
strong,
i,
em {
  font-weight: normal;
}
body,
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
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="xcxbtn"],
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;
}
img {
  vertical-align: top;
  border: none;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}
::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
textarea,
select {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*通用*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}
.box_container {
  width: 1200px;
  margin: 0 auto 110px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  padding: 100px 30px 30px;
}
.cj_pc,
.zb_pc {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.zb_pc {
  border-radius: 25px;
}
.cj_m,
.zb_m {
  display: none;
}
.ms_h5 {
  width: 340px;
  height: 70px;
  background: #1984FA;
  border-radius: 35px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.box_table {
  background: transparent;
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
}
.box_table > div {
  padding: 80px 20px 40px;
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 6px 10px rgba(59, 103, 165, 0.16);
  border-radius: 40px;
  box-sizing: border-box;
}
.box_table > div table {
  margin-bottom: 0;
}
.box_table > div.w_1 {
  padding: 20px;
}
.box_table > div.w_1 .p_css {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
  color: #333333;
  box-sizing: border-box;
  padding-left: 20px;
}
.box_table.active {
  display: block;
}
.box_table h6 {
  position: absolute;
  left: 0;
  top: 0;
  background: #1984FA;
  padding: 0 40px;
  height: 60px;
  border-radius: 40px 0 60px 0;
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}
.box_table table {
  width: 100%;
  margin-bottom: 30px;
}
.box_table thead tr td {
  background-color: #c4eeff;
  border: none;
  font-size: 22px;
  color: #333;
  text-align: center !important;
  height: 54px;
  padding: 0;
  white-space: nowrap;
  font-weight: bold;
  min-width: 5%;
}
.box_table thead tr td:first-child {
  border-top-left-radius: 15px;
}
.box_table thead tr td:last-child {
  border-top-right-radius: 15px;
}
.box_table td {
  border: 1px solid #c4eeff;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding: 10px 5px;
  line-height: 32px;
  background-color: #fff;
}
.box_table td.dq {
  text-indent: 1em;
}
.box_table td.border_B {
  border-bottom: none;
}
.box_table td.l_b {
  border-bottom-left-radius: 15px;
}
.box_table td.r_b {
  border-bottom-right-radius: 15px;
}
.box_table td.bg_cor {
  background-color: #FFEDD4;
  font-weight: bold;
}
.box_table td.isM {
  display: none;
}
.box_table td.t_l {
  text-align: left;
}
.box_table td p.isBr {
  white-space: nowrap;
}
.box_table td img {
  width: 120px;
}
.box_table td a {
  height: 36px;
  background: linear-gradient(#ffa127, #ff3014);
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  transition: 0.2s;
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  margin-top: 10px;
}
.box_table td a span {
  color: #fffd6e;
}
.box_table td a:hover {
  opacity: 0.8;
}
.title_h3 {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 576px;
  height: 132px;
  top: -45px;
  left: 0;
  background: url("https://www.vintagefashionandbeauty.com/zt/jszpggyy/images/w_l.png") no-repeat center;
  box-sizing: border-box;
  padding-top: 23px;
}
.title_h3 span {
  font-size: 46px;
  color: #FFFFFF;
  line-height: 46px;
  display: block;
}
.box_one {
  background: url("https://www.vintagefashionandbeauty.com/zt/jszpggyy/images/banner.jpg") no-repeat center;
  width: 100%;
  box-sizing: border-box;
  height: 905px;
  margin-bottom: -220px;
}
.box_one .box_one_w {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  padding-top: 64px;
  padding-left: 35px;
  margin: 0 auto;
}
.box_one .box_one_w .t_1 {
  display: block;
}
.box_one .box_one_w .t_2 {
  position: absolute;
  right: -20px;
  top: 127px;
  z-index: 2;
}
/*表单*/
.box_top {
  display: flex;
  justify-content: space-between;
}
.box_top .l,
.box_top .r {
  width: 550px;
  background: linear-gradient(#87D3FF 0%, #5FB9FD 99%);
  border-radius: 36px;
  box-sizing: border-box;
}
.box_top .l {
  padding: 20px;
}
.box_top .l .distpicker {
  display: flex;
  justify-content: space-between;
}
.box_top .l .distpicker .por {
  width: 48%;
}
.box_top .l .input,
.box_top .l #__nc {
  border-radius: 16px;
  padding-left: 15px;
  height: 66px;
  font-size: 22px;
  margin-top: 15px;
}
.box_top .l .por {
  position: relative;
}
.box_top .l .nc-container .nc_scale span {
  border: none;
}
.box_top .l .must {
  opacity: 0;
}
.box_top .l #__nc {
  padding-left: 0;
  border-radius: 0;
}
.box_top .l .nc-container #nc_1_wrapper,
.box_top .l .nc-container.tb-login #nc_1_wrapper,
.box_top .l .nc-container #nc_2_wrapper,
.box_top .l .nc-container.tb-login #nc_2_wrapper {
  width: 100% !important;
  height: 66px;
}
.box_top .l .nc-container .nc_scale .scale_text {
  font-size: 22px !important;
  text-align: left;
}
.box_top .l .nc_scale,
.box_top .l .nc-container .nc_scale span,
.box_top .l .nc-container .nc_scale span.nc-lang-cnt,
.box_top .l .nc-container .nc_scale .btn_ok {
  height: 66px !important;
  line-height: 66px !important;
}
.box_top .l .send {
  background-color: #ffe889;
  height: 66px;
  border: none;
  color: #000;
}
.box_top .l .user_privacyBox {
  margin-top: 15px;
  justify-content: center;
}
.box_top .r {
  padding: 20px;
}
.box_top .r h6 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
}
.box_top .r .r_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 18px;
  padding: 25px 25px 25px 10px;
}
.box_top .r .r_list img {
  width: 132px;
  height: 132px;
  border-radius: 10px;
}
.box_top .r .r_list ul li {
  font-size: 20px;
  color: #000;
  line-height: 34px;
}
.box_top .submit,
.box_top .btn_css {
  height: 80px;
  border-radius: 40px;
  background-color: #ff5775;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 80px;
  width: 90%;
  margin: 30px auto;
  cursor: default;
}

.box_top .xcxbtn{
  height: 80px;
  border-radius: 40px;
  background-color: #ff5775;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 80px;
  width: 90%;
  margin: 30px auto;
  cursor: default;
}


/*流量品*/
.box_two {
  position: relative;
}
.box_two .two_ul .swiper-slide {
  background: none;
  text-align: center;
}
.box_two .two_ul .swiper-slide section {
  padding: 50px 0 30px;
  background: #FFFFFF;
  border-radius: 28px;
  position: relative;
  height: auto;
  flex-wrap: wrap;
}
.box_two .two_ul .swiper-slide section:first-child {
  margin-bottom: 30px;
}
.box_two .two_ul .swiper-slide i {
  background: url("https://www.vintagefashionandbeauty.com/zt/jszpggyy/images/c_bg.png") no-repeat;
  position: absolute;
  width: 90px;
  height: 36px;
  z-index: 2;
  top: 0;
  left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
}
.box_two .two_ul .swiper-slide .p_1,
.box_two .two_ul .swiper-slide .p_2 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
}
.box_two .two_ul .swiper-slide .p_2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin: 15px 0 25px;
}
.box_two .two_ul .swiper-slide div {
  font-size: 32px;
  line-height: 50px;
  background-image: linear-gradient(to right, #ff4a11, #ff8400);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  position: relative;
  justify-content: center;
}
.box_two .two_ul .swiper-slide div span {
  vertical-align: text-top;
}
.box_two .two_ul .swiper-slide div strong {
  font-size: 70px;
  line-height: 70px;
}
.box_two .two_ul .swiper-slide a {
  width: 180px;
  height: 54px;
  background-color: #ff5775;
  text-align: center;
  border-radius: 27px;
  margin: 25px auto 0;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 54px;
  transition: 0.2s;
}
.box_two .two_ul .swiper-slide a:hover {
  opacity: 0.9;
}
/*课程*/
.box_five {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.city_ul {
  display: flex;
  flex-wrap: wrap;
}
.city_ul li {
  width: 130px;
  height: 52px;
  background-color: #fff;
  border-radius: 26px;
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 52px;
  margin-right: 30px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.2s;
}
.city_ul li.active,
.city_ul li:hover {
  color: #fff;
  background-color: #FF5775;
}
.box_zl {
  display: flex;
  justify-content: space-between;
}
.box_zl li {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 6px 10px rgba(59, 103, 165, 0.16);
  border-radius: 22px;
  padding: 25px 0 30px;
  width: 255px;
}
.box_zl li p {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  margin-top: 15px;
  font-weight: bold;
}
.box_zl li img {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}
.mBt80 {
  margin-bottom: 80px;
}
.swiper-container {
  width: 1100px;
  margin: 0 auto;
}
.swiper-container-b {
  width: 1085px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 49%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 36px;
  height: 36px;
  background-image: url("https://www.vintagefashionandbeauty.com/zt/jszpggyy/images/l_l.png");
  background-size: contain;
  left: 0px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-image: url("https://www.vintagefashionandbeauty.com/zt/jszpggyy/images/l_r.png");
  background-size: contain;
  right: 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}
/*左侧导航*/
.fixed_l {
  display: none;
  z-index: 99;
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  box-sizing: border-box;
  background: linear-gradient(#87D3FF 0%, #5FB9FD 99%);
  padding: 20px 6px 10px;
  border-radius: 20px;
}
.fixed_icon {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.fixed_nav li {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  box-sizing: border-box;
  transition: 0.2s;
  margin: 0 0 6px;
  white-space: nowrap;
}
.fixed_nav li a {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  transition: 0.2s;
  box-sizing: border-box;
  border-radius: 20px;
}
.fixed_nav li a:hover {
  background: linear-gradient(#fff, #ffed54);
  color: #ff4b38;
}
.toTop {
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  font-weight: bold;
}
.toTop:hover {
  color: #333;
}
.toTop img {
  display: block;
  margin: 0 auto;
}
.temp_header {
  display: none;
}
.huakuai{margin-top: 15px;}

#aliyunCaptcha-sliding-body{
  font-size: 40px!important;
  --aliyun-slide-width: 510px!important;
  --aliyun-slide-height: 50px!important;
  --aliyun-text-width: 450px!important;
  clear: both;
  overflow: hidden;
}
.user_privacyBox div {font-size:18px ;}
.user_privacyBox div a{font-size:18px ;}
/*左侧导航 end*/
/*适配M*/
@media only all and (max-width: 1080px) {

  #aliyunCaptcha-sliding-body{
    --aliyun-slide-width: 100%!important;
    --aliyun-slide-height: .8rem!important;
    --aliyun-text-width: 100%!important;
  }
  .huakuai{margin-top: 0.2rem;}
  #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-text-box{font-size: .28rem!important;}

  .user_privacyBox div a{font-size:0.24rem ;}

  body {
    max-width: 100%;
    overflow-x: hidden;
    background-size: cover;
    font: 0.18rem/0.36rem "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  }
  body,
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .fixed_l {
    display: none !important;
  }
  .box_container {
    width: 96%;
    margin: 0 auto 1.4667rem;
    position: relative;
    border-radius: 0.4rem;
    padding: 0.6rem 0.25rem 0.25rem;
  }
  .cj_pc,
  .zb_pc {
    display: none;
  }
  .zb_m {
    display: block;
    border-radius: 0.3rem;
  }
  .cj_m {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0.5333rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0px 0.08rem 0.3467rem 0px rgba(249, 175, 139, 0.2);
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .cj_m img.c_t {
    display: block;
    margin: 0 auto 0.2rem;
    width: 5rem;
    height: 5rem;
  }
  .cj_m img.c_m {
    display: block;
    margin: 0 auto;
    width: 6.6rem;
    height: 4.2rem;
  }
  .ms_h5 {
    width: 3rem;
    height: 0.6rem;
    border-radius: 0.4667rem;
    font-size: 0.32rem;
    line-height: 0.6rem;
    margin: 0 auto 0.2667rem;
  }
  .box_table {
    box-sizing: border-box;
  }
  .box_table > div {
    padding: 0.8rem 0.12rem 0.5333rem;
    margin-bottom: 0.2667rem;
    box-shadow: 0 0.08rem 0.1333rem rgba(59, 103, 165, 0.16);
    border-radius: 0.5333rem;
  }
  .box_table > div table {
    margin-bottom: 0;
  }
  .box_table > div.w_1 {
    padding: 0.12rem;
  }
  .box_table > div.w_1 .p_css {
    font-size: 0.24rem;
    line-height: 0.2667rem;
    margin-top: 0.2rem;
    padding-left: 0.2667rem;
  }
  .box_table h6 {
    padding: 0 0.4rem;
    height: 0.6rem;
    border-radius: 0.5333rem 0 0.8rem 0;
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .box_table thead tr td {
    font-size: 0.26rem;
    text-align: center !important;
    height: 0.6rem;
    white-space: nowrap;
  }
  .box_table td {
    border: 0.0133rem solid #c4eeff;
    font-size: 0.213333rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 0.133333rem 0;
    line-height: 0.36rem;
  }
  .box_table td.dq {
    text-indent: 0em;
  }
  .box_table td.l_b {
    border-bottom-left-radius: 0.2rem;
  }
  .box_table td.r_b {
    border-bottom-right-radius: 0.2rem;
  }
  .box_table td.isM {
    display: block;
  }
  .box_table td P.isBr {
    white-space: initial;
  }
  .box_table td a {
    width: auto;
    height: 0.46rem;
    border-radius: 0.293333rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .title_h3 {
    width: 4.5rem;
    height: 1.3rem;
    top: -0.6rem;
    background-size: contain;
    padding-top: 0.3067rem;
  }
  .title_h3 span {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  /*移动端头部 + 底部*/
  .mob_header {
    height: 1rem !important;
    line-height: 1rem !important;
    font-size: 0.3rem !important;
    padding-right: 0.2rem;
    box-sizing: border-box;
  }
  .m_logo {
    width: 2rem !important;
  }
  /*移动端头部 + 底部 结束*/
  .box_one {
    height: 5rem;
    background-size: cover;
    margin-bottom: 0;
  }
  .box_one .box_one_w {
    width: 100%;
    padding: 0.4rem 0 0;
  }
  .box_one .box_one_w .t_1 {
    width: 90%;
    margin: 0 auto;
  }
  .box_one .box_one_w .t_2 {
    width: 25%;
    right: -0.2667rem;
    top: 2.3rem;
  }
  /*表单*/
  .box_top {
    flex-wrap: wrap;
  }
  .box_top .l,
  .box_top .r {
    width: 100%;
    border-radius: 0.48rem;
  }
  .box_top .l {
    padding: 0.2667rem;
    margin-bottom: 0.3rem;
  }
  .box_top .l .distpicker {
    display: flex;
    justify-content: space-between;
  }
  .box_top .l .distpicker .por {
    width: 48%;
  }
  .box_top .l .user_privacyBox div {
    font-size: 0.24rem;
    white-space: nowrap;
  }
  .box_top .l .input,
  .box_top .l #__nc {
    border-radius: 0.2133rem;
    padding-left: 0.2rem;
    height: 0.88rem;
    font-size: 0.2933rem;
    margin-top: 0.2rem;
  }
  .box_top .l #__nc {
    padding-left: 0;
    border-radius: 0;
  }
  .box_top .l .nc-container #nc_1_wrapper,
  .box_top .l .nc-container.tb-login #nc_1_wrapper,
  .box_top .l .nc-container #nc_2_wrapper,
  .box_top .l .nc-container.tb-login #nc_2_wrapper {
    height: 0.88rem;
  }
  .box_top .l .nc-container .nc_scale .scale_text {
    font-size: 0.2933rem !important;
  }
  .box_top .l ._nc .stage1 .button,
  .box_top .l .nc_scale,
  .box_top .l .nc-container .nc_scale span,
  .box_top .l .nc-container .nc_scale span.nc-lang-cnt,
  .box_top .l .nc-container .nc_scale .btn_ok,
  .box_top .l ._nc .stage1,
  .box_top .l ._nc .stage1 .track div,
  .box_top .l ._nc .stage1 .label {
    height: 0.88rem !important;
    line-height: 0.88rem !important;
  }
  .box_top .l ._nc .stage {
    padding: 0 !important;
  }
  .box_top .l ._nc .stage1 .icon {
    left: 0 !important;
    right: 0;
  }
  .box_top .l ._nc .stage1 .slider {
    height: 0.88rem !important;
    box-shadow: none !important;
    left: 0 !important;
    right: 0 !important;
  }
  .box_top .l ._nc .stage1 .button {
    width: 0.88rem !important;
  }
  .box_top .l .send {
    height: 0.88rem;
    width: 2.4rem;
    font-size: 0.3rem;
    line-height: 0.88rem;
  }
  .box_top .l .user_privacyBox {
    margin-top: 0.2rem;
  }
  .box_top .r {
    padding: 0.2667rem;
  }
  .box_top .r h6 {
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .box_top .r .r_list {
    flex-wrap: wrap;
    border-radius: 0.24rem;
    padding: 0.3333rem;
    justify-content: center;
  }
  .box_top .r .r_list img {
    width: 1.76rem;
    height: 1.76rem;
    border-radius: 0.1333rem;
  }
  .box_top .r .r_list ul {
    width: 100%;
  }
  .box_top .r .r_list ul li {
    font-size: 0.2667rem;
    line-height: 0.4533rem;
  }
  .box_top .submit,
  .box_top .btn_css {
    height: 1.0667rem;
    border-radius: 0.5333rem;
    font-size: 0.4267rem;
    line-height: 1.0667rem;
    width: 90%;
    margin: 0.4rem auto 0.2rem;
  }

  .box_top .xcxbtn{
    height: 1.0667rem;
    border-radius: 0.5333rem;
    font-size: 0.4267rem;
    line-height: 1.0667rem;
    width: 90%;
    margin: 0.4rem auto 0.2rem;
  }
  /*流量品*/
  .box_two .two_ul {
    padding-top: 0.1333rem;
  }
  .box_two .two_ul .swiper-slide {
    background: none;
    text-align: center;
  }
  .box_two .two_ul .swiper-slide section {
    padding: 0.6667rem 0 0.4rem;
    border-radius: 0.3733rem;
  }
  .box_two .two_ul .swiper-slide section:first-child {
    margin-bottom: 0.4rem;
  }
  .box_two .two_ul .swiper-slide i {
    background-size: contain;
    width: 1.2rem;
    height: 0.48rem;
    font-size: 0.2667rem;
    line-height: 0.48rem;
  }
  .box_two .two_ul .swiper-slide .p_1,
  .box_two .two_ul .swiper-slide .p_2 {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .box_two .two_ul .swiper-slide .p_2 {
    font-size: 0.2933rem;
    line-height: 0.2933rem;
    margin: 0.2rem 0 0.3333rem;
  }
  .box_two .two_ul .swiper-slide div {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .box_two .two_ul .swiper-slide div strong {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .box_two .two_ul .swiper-slide a {
    width: 2.4rem;
    height: 0.72rem;
    border-radius: 0.36rem;
    margin: 0.3333rem auto 0;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.72rem;
    transition: 0.2s;
  }
  .box_two .two_ul .swiper-slide a:hover {
    opacity: 0.9;
  }
  /*课程*/
  .city_ul li {
    width: 19%;
    height: 0.52rem;
    border-radius: 0.26rem;
    font-size: 0.24rem;
    line-height: 0.52rem;
    margin-right: 1%;
    margin-bottom: 0.1rem;
  }
  .box_zl {
    flex-wrap: wrap;
  }
  .box_zl li {
    border-radius: 0.22rem;
    padding: 0.25rem 0 0.3rem;
    width: 48%;
  }
  .box_zl li:first-child,
  .box_zl li:nth-child(2) {
    margin-bottom: 0.2rem;
  }
  .box_zl li p {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-top: 0.1333rem;
  }
  .box_zl li img {
    width: 2.3rem;
    height: 2.3rem;
    padding: 0.15rem;
    border-radius: 0.15rem;
  }
  .mBt80 {
    margin-bottom: 1.0667rem;
  }
  .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-container-b {
    width: 88%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transform: translateY(-50%);
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    width: 0.2667rem;
    height: 0.8rem;
    background-size: contain;
    margin-top: 0rem;
    left: 0rem;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 0.2667rem;
    height: 0.8rem;
    background-size: contain;
    margin-top: 0rem;
    right: 0;
  }
  .swiper-container-book .swiper-slide {
    height: 4.1467rem;
    background-size: cover;
  }
  .swiper-container-book .swiper-slide > div {
    padding: 0.4rem 0 0;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    justify-content: flex-end;
  }
  .swiper-container-book .swiper-slide > div img {
    width: auto;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: 1.3rem;
  }
  .swiper-container-book .swiper-slide > div div {
    text-align: right;
    padding: 0 0.1333rem;
  }
  .swiper-container-book .swiper-slide > div div h6 {
    font-size: 0.2667rem;
    line-height: 0.2667rem;
  }
  .swiper-container-book .swiper-slide > div div p {
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin: 0.1333rem 0;
  }
  .swiper-container-book .swiper-slide > div div b {
    font-size: 0.4rem;
    line-height: 0.8rem;
  }
  .swiper-container-book .swiper-slide > div div b strong {
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-shadow: 0px 0.12rem 0.12rem rgba(255, 0, 42, 0.28);
    text-stroke: 0.04rem #FFF4E8;
    background: -webkit-linear-gradient(82deg, #FE7004 0.26855469%, #ED1500 100%);
    -webkit-text-stroke: 0.02rem #FFF4E8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .swiper-container-book a {
    position: initial;
    display: block;
    width: 2.6667rem;
    height: 0.72rem;
    box-shadow: 0px 0.08rem 0.12rem 0px rgba(255, 0, 42, 0.28);
    border-radius: 0.36rem;
    font-size: 0.3467rem;
    line-height: 0.6667rem;
  }
  .swiper-container-book a i {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.1333rem;
  }
  .swiper-container-book a:hover {
    opacity: 1;
  }
  /*vue二维码*/
  .box_nine {
    margin-bottom: 0.3rem;
  }
  .box_code_style {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
  }
  .box_code_style > img {
    width: 2.6rem;
    margin: 0.3rem auto 0;
    display: none;
  }
  .box_code_style .province_change {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0.12rem 0.12rem 0 0;
    height: auto;
    padding-bottom: 1rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0.666667rem;
  }
  .box_code_style .code_l {
    width: 6rem;
    margin: 0 auto;
    float: inherit;
    padding-top: 0.3rem;
  }
  .box_code_style .code_l .list-div {
    margin: 0 auto;
  }
  .box_code_style .code_l .list-div:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .box_code_style .code_l .list-div .selectBox {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 1rem;
    cursor: default;
    text-align: left;
  }
  .box_code_style .code_l .list-div .selectBox ul {
    display: none;
    position: absolute;
    left: 0;
    top: 0.9rem;
    box-sizing: border-box;
    cursor: default;
    width: 100%;
    max-height: 4rem;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    background: #fff;
    border: 0;
    border-radius: 0.05rem;
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-indent: 0.75em;
    color: #333;
    padding-top: 0.2rem;
  }
  .box_code_style .code_l .list-div .selectBox ul li {
    margin: 0 0.1rem;
  }
  .box_code_style .code_l .list-div .selectBox ul li:hover {
    background: #f8f8f8;
  }
  .box_code_style .code_l .list-div .selectBox:after {
    position: absolute;
    right: 0.5rem;
    top: 0.26rem;
    pointer-events: none;
    content: " ";
    display: block;
    width: 0.3rem;
    height: 1rem;
    background: url("https://www.vintagefashionandbeauty.com/zt/jszpggyy/images/select.png") no-repeat top center;
    background-size: contain;
    transition: all 0.3s;
  }
  .box_code_style .code_l .list-div .selectBox.onSelect:after {
    transform: rotate(-180deg);
  }
  .box_code_style .code_l .list-div cite {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    /* border: 1px solid #1678d4; */
    border-radius: 0.1rem;
    font-size: 0.36rem;
    font-style: normal;
    line-height: 1rem;
    text-indent: 0.75em;
    transition: all 0.2s;
    color: #333333;
  }
  .box_code_style .code_r {
    width: 3.6rem;
    margin: 0.3rem auto 0;
    float: inherit;
  }
  .box_code_style .code_r p {
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .box_code_style .code_r .pic {
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .box_code_style .code_r .pic img {
    display: block;
    width: 100%;
  }
  .box_code_style .code_r .pic .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .box_code_style .code_r .wxId {
    display: none;
  }
}
