.box {
  position: relative;
  overflow: hidden;
  background: rgb(211, 52, 50) url(../images/banner_bg.png) no-repeat top center;
}

.banner {
  height: 1022px;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.ht_tip {}

.txt01 {
  margin: -110px auto 0;
}

.txt02 {
  width: 428px;
  height: 63px;
  background: url(../images/txt02_bg.png) no-repeat center center;
  text-align: center;
  line-height: 60px;
  margin: 230px auto 0;
  color: #FFFFFF;
  font-size: 35px;
}

.htzhounian {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 128px;
}

.qiqiu {
  width: 162px;
  height: 162px;
  background: url(../images/red_circle.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.qiqiu i {
  position: absolute;
  font-style: normal;
  top: 12px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: linear-gradient(106deg, #FFFCE3 0%, #FFFFE7 36.474609375%, #F7CCB1 67.626953125%, #FFD7C6 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #D90016;
  font-weight: bold;
  font-size: 16px;
}

.qiqiu span {
  background-image: -webkit-linear-gradient(106deg, #FFFCE3 0%, #FFFFE7 36.474609375%, #F7CCB1 67.626953125%, #FFD7C6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  font-weight: bold;

}

.qiqiu.active {
  background: url(../images/yellow_circle.png) no-repeat center center;
  background-size: 100% 100%;
}

.box_body {
  margin-top: -192px;
  background: url(../images/jinbi.png) no-repeat center 305px;
  background-size: 1763px auto;
}

.title {
  margin: 0 auto -11px;
}

.box01 {
  width: 1200px;
  height: 894px;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.box02 {
  width: 1200px;
  height: 791px;
  background: url(../images/box02_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.box03 {
  width: 1200px;
  height: 547px;
  background: url(../images/box03_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.box04 {
  width: 1200px;
  height: 1188px;
  background: url(../images/box04_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.box05 {
  width: 1200px;
  height: 626px;
  background: url(../images/box05_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.box06 {
  width: 1200px;
  height: 754px;
  background: url(../images/box06_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.box_common {
  box-sizing: border-box;
  padding: 80px 90px;
  margin-bottom: 30px;
}

.box01_tip {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #F36E39;
  color: #FFFFE7;
  padding: 12px 0;
  line-height: 1.5;

}

.box01_tip_l {
  width: 140px;
  font-size: 22px;
}

.box01_tip_l span {
  display: inline-block;
  background: #FFFFE7;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  vertical-align: middle;
}

.box01_tip_r {
  flex: 1;
  font-size: 20px;
}

.rabbit_container {
  margin-top: 22px;
}



.txt-scroll {
  width: 100%;
}


.scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
  display: inline;
  position: relative;
}

.out {
  display: inline-block;
}

.rabbit_item {

  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.rabbit_item img {
  height: 100px;
  width: auto;
  position: relative;
  z-index: 2;
}

.rabbit_r {
  width: auto;
  min-width: 400px;
  height: 51px;
  background: linear-gradient(106deg, #FFFCE3 0%, #FFFFE7 36.474609375%, #F7CCB1 67.626953125%, #FFD7C6 100%);
  box-sizing: border-box;
  padding: 2px;
  overflow: hidden;
  border-radius: 60px;
  margin-left: -70px;
  padding-left: 30px;
  margin-top: 30px;
}

.rabbit_r p {
  width: 100%;
  height: 100%;
  background: #FE0007;
  border-radius: 60px;
  color: #FFFFE7;
  font-size: 20px;
  text-align: center;
  line-height: 49px;
  box-sizing: border-box;
  padding-left: 40px;
}

.award_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.award_item {
  width: 248px;
  height: 188px;
  background: url(../images/img_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 35px 26px 27px 24px;
}

.award_item img {
  width: 100%;
  height: 100%;
  background: #FDFCF9;
}

.box02 {}

.box02 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box02 ul li {
  width: 338px;
  height: 94px;
  background: url(../images/tab_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.box02 ul li span {
  background-image: -webkit-linear-gradient(-20deg, #FFFCE3 0%, #D90016 0%, #F9340E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D90016;
  font-size: 27px;
  font-weight: bold;
  margin-left: 10px;
}

.box02 ul li.active {
  width: 338px;
  height: 117px;
  background: url(../images/tab_bg_active.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-bottom: 24px;
}

/* .box1_swiper,
.swiper-wrapper {
  width: 100%;
  height: 100% !important;
} */



.tab_container {
  width: 100%;
  /* height: 521px; */
  background: #FDF6EF;
  border: 4px solid #FFCD93;
  border-radius: 20px;
  box-sizing: border-box;
}

.tab01,
.tab02,
.tab03 {
  width: 100%;
  height: 100%;
}

.tab02 {
  height: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}

.tab03 {
  box-sizing: border-box;
  padding: 40px 40px 100px;
}

.tab01 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
}

.zbyg {
  position: absolute;
  top: 0;
  left: 0;
}

.tab01_l_item {
  width: 515px;
  height: 52px;
  background: url(../images/tab01_l_item.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 13px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 13px;
}

.tab01_l_item img {
  margin-right: 13px;
}

.code_container {
  margin: 0 auto;
  width: 287px;
  height: 218px;
  background: url(../images/code_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 3.5% 11% 6%;
}

.code_container img {
  width: 100%;
  height: 100%;
}

.tab01_r {
  width: 443px;
  height: 470px;
  background: url(../images/liuyouzhen_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: -25px;
  box-sizing: border-box;
  padding-top: 40px;
  font-size: 17px;
  color: #fff;
}

.tab01_r img {
  margin: 0 auto 20px;
}

.tab01_r p {
  box-sizing: border-box;
  padding: 0 114px;
}

.tab02_txt {
  position: absolute;
  font-size: 16px;
  text-align: right;
  color: #e80315;
  bottom: 34px;
  right: 77px;
  font-weight: bold;
}





.teacher_container {
  height: 300px;
  position: relative;
}

.teacher_container img {
  width: 100%;
  height: 100%;
}

.teacher_info {
  width: 100%;
  height: 100%;
  position: relative;
}

.teacher_info img {
  width: 100%;
  height: 100%;
}

.teacher_info {
  position: absolute;
  width: 100%;
  height: 61px;
  background: url(../images/teacher_name.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 30px 25px 0;
}

.teacher_info:hover {
  height: 161px;
  background: url(../images/teacher_info.png) no-repeat center center;
  background-size: 100% 100%;
}

.name_container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.name_container .name {
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
}

.name_container .info {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 14px;
  color: #B41C1F;
  padding: 0 6px;
  font-size: 12px;
}

.teacher_info p {
  height: 80px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 12px;
}


.swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {}

.swiper-pagination-bullet {
  background: #000000;
}

.swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 8px;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

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

}

.box03_item {
  width: 25%;
  height: 411px;
  background: url(../images/box03_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 45px 40px 0;
}

.box03_item img {
  width: 100%;
  height: 153px;
  background: #E80018;
  margin-bottom: 15px;
}

.box03_item p {
  color: #DD0016;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box03_item h3 {
  color: #DD0016;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 20px;
}

.box03_item h3 span {
  font-size: 30px;
  font-weight: bold;
}

.box03_item a {
  display: block;
  width: 126px;
  height: 34px;
  line-height: 34px;
  background: url(../images/ljgm1.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  color: #FAF9F8;
  font-size: 18px;
  margin: 0 auto;
}

.box04_title {
  width: 259px;
  height: 72px;
  background: url(../images/box04_title.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto 24px;
  color: #DD0314;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 72px;
}

.box04_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.box04_item {
  width: 275px;
  height: 407px;
  background: url(../images/box04_item.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding: 45px;
  margin: 0 -10px;
}

.box04_item .box04_img {
  width: 184px;
  height: 225px;
}

.bk {
  position: absolute;
  display: block;
  width: 97px;
  height: 97px;
  color: #DD0016;
  font-size: 24px;
  text-align: center;
  line-height: 120px;
  top: -30px;
  left: -24px;
  background: url(../images/bk.png) no-repeat center center;
}

.xl {
  position: absolute;
  display: block;
  width: 109px;
  height: 36px;
  color: #DD0016;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  top: 218px;
  right: 45px;
  background: url(../images/xl.png) no-repeat center center;
}

.box04_bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;

}

.box04_bottom div {
  width: 53%;
}

.box04_bottom p {
  color: #DD0016;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.box04_bottom h2 {
  color: #DD0016;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box04_bottom h2 span {
  font-size: 16px;
  font-weight: bold;
}

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

.box05_item {
  width: 519px;
  height: 441px;
  background: url(../images/box05_item.png) no-repeat center center;
  box-sizing: border-box;
  padding: 60px 68px 0 80px;
  position: relative;
}

.gift_po {
  position: absolute;
  right: 67px;
  bottom: 43%;
}

.box05_item h4 {
  width: 96%;
  margin: 0 auto;
  color: #E50303;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.box05_title {
  color: #000000;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.box05_title span {
  display: inline-block;
  width: 33px;
  height: 3px;
  background: linear-gradient(0deg, #E30000, #FC4343);
  margin: 0 10px;
}

.box05_item h3 {
  text-align: center;
  color: #E50303;
  font-size: 32px;
  margin-bottom: 10px;
}

.box05_item h3 span {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #E80D0D;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 38px;
  text-align: center;
  line-height: 54px;
}

.box05_tip {
  color: #707070;
  font-size: 16px;
  border-top: 1px dashed #707070;
  text-align: center;
  line-height: 48px;
}

.box05_item p {
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFDF9A;
  font-size: 18px;
}

.box06_title {
  text-align: center;
  background-image: -webkit-linear-gradient(181deg, #FFFCE3 0%, #FFFFE7 0%, #F9CCB3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFCE3;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 36px;
}

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

.more_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 333px;
  height: 257px;
  box-sizing: border-box;
  padding: 48px 36px 38px 32px;
  background: url(../images/more_bg.png) no-repeat center center;

}

.more_list img {
  width: 100%;
  height: 100%;
  background: #FDFCF9;
}


.region {
  padding-top: 30px;
}

.region a {
  float: left;
  display: block;
  width: 116px;
  height: 40px;
  background: url(../images/province.png) no-repeat center center;
  margin-bottom: 12px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 30px;
  color: #201F1F;
  transition: all .2s linear;
  margin-right: 12px;
}

.region a:hover {
  background: #fff;
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.fixed_mask {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* .fixed_mask3 {
  display: block;
} */

.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 555px;
  height: 460px;
  background: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 48px 60px 0;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .4s ease;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

.ajax_form {
  width: 100%;
}

.ajax_form .ajax_line {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.ajax_form input,
.ajax_form select {
  width: 208px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #fff;
  color: #999999;
  font-size: 19px;
  appearance: none;
  outline: none;
}

.ajax_form select {
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
}

.ajax_form input#shoujihao,
.ajax_form input.username {
  width: 100%;
}


.ajax_form input#fs {
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #AF2C2A;
  border: 1px solid #AF2C2A;
}

.fixed_mask .button_com {
  cursor: pointer;
  width: 56%;
  margin: 0 auto;
  line-height: 68px;
  border-radius: 42px;
  height: 65px;
  background: url(../images/ljgm1.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 27px;
  text-align: center;
}



#__nc {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  font-size: 19px;
  margin-top: 0;
  padding: 0;
}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
  padding: 0 !important;
  height: 52px !important;
  line-height: 52px !important;
  font-size: 19px;
}

._nc .stage1 .slider {
  height: 52px !important;
  left: .7rem;
  right: .7rem;
}

._nc .stage1 .button {
  width: 52px !important;
  height: 52px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
  width: 100% !important;
  height: 52px;
}

.nc-container .nc_scale .scale_text {
  font-size: 19px !important;
  text-align: left;
}

.nc_scale {
  height: 52px !important;
}

.nc-container .nc_scale span {
  height: 50px !important;
  line-height: 50px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
  line-height: 50px;
}

.nc-container .nc_scale .btn_ok {
  line-height: 52px;
}


.fixed_mask2 .fixed_form {
  height: 360px;
}

.fixed_mask2 h3 {
  color: #EE3422;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.address_txt {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border: none;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #b7b7b7;
  line-height: 1.3;
  margin-bottom: 30px;
}

.fixed_mask3 .fixed_form {
  height: 300px;
}

.fixed_mask3 .result_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.fixed_mask3 .result_txt span {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/red_circle.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFCE3;
  font-size: 39px;
  font-weight: bold;
  margin: 0 10px;
}



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

  .box {
    background: rgb(211, 52, 50);
  }

  .banner {
    height: 15.6rem;
    background: url(../images/banner_bg.png) no-repeat top center;
    background-size: auto 100%;
  }

  .banner_container {
    width: 100%;
  }

  .ht_tip {
    width: 4rem;
  }

  .txt01 {
    width: 50%;
    margin: -3rem auto 0;
  }

  .txt02 {
    width: 50%;
    height: 2rem;
    background-size: 100% 100%;
    line-height: 2rem;
    margin: 4rem auto 4.2rem;
    font-size: .7rem;
  }

  .htzhounian {
    margin-top: 2rem;
    justify-content: space-around;
  }

  .qiqiu {
    width: 2rem;
    height: 2rem;
    background-size: 100% 100%;
  }

  .qiqiu span {
    font-size: 1rem;
  }

  .qiqiu i {
    top: -.3rem;
    right: -.4rem;
    width: .8rem;
    height: .8rem;
    font-weight: normal;
    line-height: .8rem;
    font-size: .5rem;
  }

  .qiqiu.active img {
    width: 60%;
  }

  .box_body {
    margin-top: 0;
    background: none;
  }

  .title {
    width: 90%;
    margin: 0 auto -.1rem;
  }

  .box01 {
    width: 100%;
    height: auto;
    background: #E70315;
    border-radius: .6rem;
    border: .6rem solid #C22B28;
  }

  .box02 {
    width: 100%;
    height: auto;
    background: #E70315;
    border-radius: .6rem;
    border: .6rem solid #C22B28;
  }

  .box03 {
    width: 100%;
    height: auto;
    background: #E70315;
    border-radius: .6rem;
    border: .6rem solid #C22B28;
  }

  .box04 {
    width: 100%;
    height: auto;
    background: #E70315;
    border-radius: .6rem;
    border: .6rem solid #C22B28;
  }

  .box05 {
    width: 100%;
    height: auto;
    background: #E70315;
    border-radius: .6rem;
    border: .6rem solid #C22B28;
  }

  .box06 {
    width: 100%;
    height: auto;
    background: #E70315;
    border-radius: .6rem;
    border: .6rem solid #C22B28;
  }

  .box_common {
    padding: .6rem;
    margin-bottom: .8rem;
  }

  .box01_tip {
    padding: .3rem 0;
  }

  .box01_tip_l {
    width: 4.2rem;
    font-size: .7rem;
  }

  .box01_tip_l span {
    width: .3rem;
    height: .3rem;
    margin-right: .2rem;
  }

  .box01_tip_r {
    flex: 1;
    font-size: .65rem;
  }

  .rabbit_container {
    margin-top: .8rem;
  }


  .rabbit_item {
    margin-right: .8rem;
  }

  .rabbit_item img {
    width: 2.8rem;
    height: auto;
  }

  .rabbit_r {
    min-width: 10rem;
    height: 1.8rem;
    padding: .1rem;
    border-radius: 1rem;
    margin-left: -1rem;
    padding-left: .2rem;
    margin-top: .8rem;
  }

  .rabbit_r p {
    border-radius: 1rem;
    font-size: .6rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
  }


  .award_list {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .award_item {
    width: 49%;
    height: 6rem;
    padding: 7% 6% 6%;
    margin-top: .4rem;
  }

  .box02 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .box02 ul li {
    width: 33%;
    height: 2rem;
  }

  .box02 ul li img {
    width: 20%;
  }

  .box02 ul li span {
    font-size: .7rem;
    margin-left: .2rem;
  }

  .box02 ul li.active {
    width: 33%;
    height: 2.5rem;
    padding-bottom: 3%;
  }





  .tab_container {
    width: 100%;
    height: auto;
    border: .2rem solid #FFCD93;
    border-radius: .8rem;
  }

  .tab02 img {
    width: 80%;
    height: auto;
    margin-bottom: .8rem;
  }

  .tab03 {
    box-sizing: border-box;
    padding: .6rem .6rem 1.8rem;
    ;
  }

  .tab01 {
    flex-direction: column;
    padding: .6rem;
  }

  .zbyg {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4rem;
  }

  .tab01_l_item {
    width: 90%;
    height: 2rem;
    padding-left: 13px;
    font-size: .6rem;
    margin: 0 auto .2rem;
  }

  .tab01_l_item img {
    width: 1rem;
    margin-right: .3rem;
  }

  .code_container {
    width: 80%;
    height: 8rem;
    padding: 4.5% 15% 8%;
    margin-bottom: .8rem;
  }

  .tab01_r {
    width: 100%;
    height: 14rem;
    margin-left: 0;
    padding-top: 1.4rem;
    font-size: .7rem;
  }

  .tab01_r img {
    height: 8rem;
    margin: 0 auto .3rem;
  }

  .tab01_r p {
    padding: 0 25%;
  }

  .tab02 {
    flex-direction: column;
    padding: .6rem;
    box-sizing: border-box;
  }

  .tab02_txt {
    position: static;
    font-size: .7rem;
    text-align: center;
    bottom: auto;
    right: auto;
  }

  .teacher_container {
    height: 10rem;
  }

  .teacher_info {
    height: 2rem;
    padding: .7rem 3% 0;
  }

  .teacher_info:hover {
    height: 6rem;
  }

  .name_container {
    margin-bottom: .2rem;
  }

  .name_container .name {
    font-size: .6rem;
    margin-right: .2rem;
  }

  .name_container .info {
    height: 1rem;
    line-height: 1rem;
    border-radius: 1rem;
    padding: 0 .2rem;
    font-size: .5rem;
  }

  .teacher_info p {
    height: 4rem;
    font-size: .5rem;
  }


  .swiper-pagination {
    bottom: .4rem;
  }


  .swiper-pagination-bullet-active {
    width: .6rem !important;
    border-radius: .4rem;
  }

  .swiper-pagination-bullet {
    margin: 0 .1rem;
  }

  .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
  }

  .box03 {
    flex-wrap: wrap;
  }

  .box03_item {
    width: 50%;
    height: 14rem;
    padding: 1.4rem 7% 0;
  }

  .box03_item img {
    width: 100%;
    height: 5rem;
    margin-bottom: .2rem;
  }

  .box03_item p {
    font-size: .6rem;
  }

  .box03_item h3 {
    font-size: .7rem;
    margin: 0 0 .2rem;
  }

  .box03_item h3 span {
    font-size: .9rem;
  }

  .box03_item a {
    width: 90%;
    height: 1.6rem;
    line-height: 34px;
    font-size: .7rem;
  }

  .box04_title {
    width: 6rem;
    height: 2rem;
    margin: 0 auto .8rem;
    font-size: .8rem;
    line-height: 2rem;
  }

  .box04_list {
    flex-wrap: wrap;
    margin-bottom: .6rem;
  }

  .box04_item {
    width: 50%;
    height: 16rem;
    padding: 1.4rem 1rem 0;
    margin: 0 -1%;
  }

  .box04_item .box04_img {
    width: 100%;
    height: 7rem;
  }

  .bk {
    width: 3rem;
    height: 3rem;
    font-size: .7rem;
    line-height: 3.8rem;
    top: -1rem;
    left: -1rem;
    background-size: 100% 100%;
  }

  .xl {
    width: 50%;
    height: 1.4rem;
    font-size: .5rem;
    line-height: 1.4rem;
    top: 6rem;
    right: 1rem;
    background-size: 100% 100%;
  }

  .box04_bottom {
    margin-top: 6px;
    flex-direction: column;
  }

  .box04_bottom img {
    width: 4rem;
    height: auto;
  }

  .box04_bottom div {
    width: 100%;
    line-height: 1.4;
  }

  .box04_bottom p {
    font-size: .5rem;

  }

  .box04_bottom h2 {
    font-size: .5rem;
  }

  .box04_bottom h2 span {
    font-size: .9rem;
  }

  .box05 {
    flex-direction: column;
  }

  .box05_item {
    width: 100%;
    height: 10rem;
    background-size: 100% 100%;
    padding: .9rem 11% 0 14%;
  }

  .gift_po {
    position: absolute;
    right: 6%;
    bottom: 43%;
    width: 3rem;
  }

  .box05_item h4 {
    font-size: .5rem;
    margin-bottom: .3rem;
    line-height: 1.2;
  }

  .box05_title {
    font-size: .7rem;
    margin-bottom: .2rem;
  }

  .box05_tip2 {
    line-height: 1.5rem !important;
  }

  .box05_title span {
    width: 1rem;
    height: .1rem;
    margin: 0 .1rem;
  }

  .box05_item h3 {
    font-size: .7rem;
    margin-bottom: .2rem;
  }

  .box05_item h3 span {
    width: 1rem;
    height: 1rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .box05_tip {
    font-size: .5rem;
    line-height: 2rem;
  }

  .box05_item p {
    height: 3rem;
    font-size: .5rem;
  }

  .box06_title {
    font-size: .8rem;
    margin-bottom: .8rem;
  }

  .more_list {
    flex-wrap: wrap;
  }

  .more_list a {
    width: 50%;
    height: 6rem;
    padding: 6% 8%;
    background-size: 100% 100%;
  }

  .region {
    padding-top: 1rem;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

  .region a:nth-child(8n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }


  .fixed_form {
    width: 90%;
    height: auto;
    border-radius: .3rem;
    padding: 2rem 6%;
  }

  .fixed_close {
    right: .4rem;
    top: .4rem;
    width: .8rem;
  }


  .ajax_form .ajax_line {
    margin-bottom: .4rem;
  }


  .ajax_form input,
  .ajax_form select {
    width: 49%;
    height: 2rem;
    border-radius: 4px;
    padding-left: .6rem;
    font-size: .7rem;
  }

  .ajax_form select {
    background-size: .4rem;
  }

  .fixed_mask .button_com {
    line-height: 2.6rem;
    height: 2.6rem;
    font-size: .8rem;
  }



  #__nc {
    height: 1.9rem;
    font-size: .7rem;
  }

  ._nc .stage1 .icon {
    left: 5px !important;
  }

  ._nc .stage,
  ._nc .stage1 .track div,
  ._nc .stage1 .label {
    padding: 0 !important;
    height: 1.9rem !important;
    line-height: 1.9rem !important;
    font-size: .7rem;
  }

  ._nc .stage1 .slider {
    height: 1.9rem !important;
    left: .7rem;
    right: .7rem;
  }

  ._nc .stage1 .slider {
    left: 0 !important;
    right: 0 !important;
  }

  ._nc .stage1 .button {
    width: 1.9rem !important;
    height: 1.9rem !important;
  }

  .nc-container #nc_1_wrapper,
  .nc-container.tb-login #nc_1_wrapper,
  .nc-container #nc_2_wrapper,
  .nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 1.9rem;
  }

  .nc-container .nc_scale .scale_text {
    font-size: .7rem !important;
    text-align: left;
  }

  .nc_scale {
    height: 1.9rem !important;
  }

  .nc-container .nc_scale span {
    height: 1.9rem !important;
    line-height: 1.9rem !important;
  }

  .nc-container .nc_scale span.nc-lang-cnt {
    line-height: 1.9rem;
  }

  .nc-container .nc_scale .btn_ok {
    line-height: 1.9rem;
  }

  .fixed_mask2 .fixed_form {
    height: 15rem;
  }

  .fixed_mask2 h3 {
    font-size: .75rem;
    margin-bottom: .4rem;
  }

  .address_txt {
    width: 100%;
    height: 3.5rem;
    padding: .6rem;
    font-size: .7rem;
    margin-bottom: .5rem;
  }

  .fixed_mask3 .fixed_form {
    height: 10rem;
  }

  .fixed_mask3 .result_txt {
    font-size: .8rem;
    margin-bottom: 1rem;
  }

  .fixed_mask3 .result_txt span {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    margin: 0 .4rem;
  }

}