.home_plate3 {
  width: 100%;
  background: url(../pic/platetbg.png) center no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.home_plate3 .home_plate3_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_plate3 .home_plate3_content .text {
  width: 40%;
  margin-bottom: 115px;
}
.home_plate3 .home_plate3_content .text h2 {
  color: #fff;
}
.home_plate3 .home_plate3_content .text .stit {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 50px;
}
.home_plate3 .home_plate3_content .text .th-btn {
  padding: 15px 50px;
  margin-right: 10px;
}
.home_plate3 .home_plate3_content .phonepic {
  width: 43%;
  line-height: 0;
}
.home_plate3 .home_plate3_content .phonepic img {
  width: 100%;
}
.home_plate2 {
  width: 100%;
  padding: 50px 0 100px 0;
  background: url(../pic/platewbg.png) center no-repeat;
}
.home_plate2 .home_plate2_content .slick-arrow {
  height: 40px;
  width: 40px;
  box-shadow: 0 0 0;
  transform: translate(0);
}
.home_plate2 .home_plate2_content .slick-arrow.slick-prev {
  background: url(../pic/slickprev.png) center no-repeat;
  background-size: cover;
  left: -50px;
}
.home_plate2 .home_plate2_content .slick-arrow.slick-next {
  background: url(../pic/slicknext.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -50px;
}
.home_plate2 .home_plate2_content h2 {
  color: #fff;
}
.home_plate2 .home_plate2_content .plate_list {
  margin-top: 50px;
  display: flex;
}
.home_plate2 .home_plate2_content .plate_list ul {
  width: calc(100% + 50px);
  margin: 0 -25px;
  padding-left: 0;
}
.home_plate2 .home_plate2_content .plate_list ul li {
  padding: 0 25px;
  float: left;
  width: 33.3%;
}
.home_plate2 .home_plate2_content .plate_list ul li a {
  width: 100%;
  display: block;
}
.home_plate2 .home_plate2_content .plate_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.home_plate2 .home_plate2_content .plate_list ul li a .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 30px;
}
.home_plate2 .home_plate2_content .plate_list ul li a .pic img {
  width: 100%;
  transition: all 0.5s ease;
}
.home_plate1 {
  width: 100%;
  position: relative;
}
.home_plate1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home_plate1 .bg .left {
  width: 50%;
  line-height: 0;
  height: 100%;
}
.home_plate1 .bg .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_plate1 .bg .right {
  width: 53.6%;
  line-height: 0;
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.home_plate1 .bg .right img {
  width: 100%;
  height: 100%;
}
.home_plate1 .container {
  position: relative;
  z-index: 9;
}
.home_plate1 .home_plate1_box {
  position: relative;
  padding: 200px 0 160px 0;
}
.home_plate1 .home_plate1_box .content {
  width: 100%;
}
.home_plate1 .home_plate1_box .content .tit {
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
}
.home_plate1 .home_plate1_box .content .stit {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin: 40px 0 20px 0;
}
.home_plate1 .cta-btn2 {
  display: flex;
  flex-direction: column;
}
.home_plate1 .cta-btn2 a {
  width: 340px;
  height: 52px;
  margin-top: 40px;
  font-size: 24px;
}
.home_plate1 .cta-btn2 a.white-btn {
  background: #d9d9d9;
  color: #6625c1;
}
.home_plate1 .cta-btn2 a.white-btn:hover {
  color: #fff;
  border-color: #6b2ae6;
}
.home_plate1 .cta-btn2 a.white-btn:hover:before,
.home_plate1 .cta-btn2 a.white-btn:hover:after {
  background: #6b2ae6;
}
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 40px;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 100;
}
.slick-next {
  left: auto;
  right: 40px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.pf_contact {
  position: fixed;
  z-index: 20;
  left: 60px;
  bottom: 90px;
}
.pf_contact ul {
  display: flex;
  flex-direction: column;
}
.pf_contact ul li {
  list-style: none;
}
.pf_contact ul li a {
  display: block;
  margin: 20px 0;
  line-height: 0;
}
.pf_contact ul li a ::marker {
  display: none;
}
.tnt_plate1 {
  width: 100%;
  background: url(../pic/tntplatebg.png) center no-repeat;
  background-size: cover;
  padding: 135px 0 220px 0;
}
.tnt_plate1 .tnt-plate-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tnt_plate1 .tnt-plate-top .arrow {
  line-height: 0;
}
.tnt_plate1 .tnt-plate-top .tnt-plate1-tit {
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
}
.tnt_plate1 .tnt-plate-top .tnt-plate1-stit {
  color: #fff;
  font-size: 30px;
  margin: 10px 0 25px 0;
}
.tnt_plate1 .tnt-plate-top .button-list {
  display: flex;
  align-items: center;
}
.tnt_plate1 .tnt-plate-top .button-list .th-btn {
  width: 310px;
  height: 48px;
  margin: 0 50px;
  background: #d9d9d9;
  color: #661fcc;
  padding: 0;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
}
.tnt_plate1 .tnt-plate-top .button-list .th-btn:hover {
  border-color: #661fcc;
  color: #fff;
}
.tnt_plate1 .tnt-plate-top .button-list .th-btn:hover:after,
.tnt_plate1 .tnt-plate-top .button-list .th-btn:hover:before {
  background: #661fcc;
}
.tnt_plate1 .tnt-plate1-listpic {
  margin-top: 55px;
}
.tnt_plate1 .tnt-plate1-listpic .slick-arrow {
  height: 40px;
  width: 40px;
  box-shadow: 0 0 0;
  transform: translate(0);
}
.tnt_plate1 .tnt-plate1-listpic .slick-arrow.slick-prev {
  background: url(../pic/slickprev2.png) center no-repeat;
  background-size: cover;
  left: 90px;
}
.tnt_plate1 .tnt-plate1-listpic .slick-arrow.slick-next {
  background: url(../pic/slicknext2.png) center no-repeat;
  background-size: cover;
  right: 90px;
}
.tnt_plate1 .tnt-plate1-listpic ul {
  margin-left: -55px;
}
.tnt_plate1 .tnt-plate1-listpic ul li {
  margin-right: 55px;
}
.tnt_plate1 .tnt-plate1-listpic ul li .pic {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.tnt_plate1 .tnt-plate1-listpic ul li .pic:hover img {
  transform: scale(1.1);
}
.tnt_plate1 .tnt-plate1-listpic ul li .pic img {
  max-width: 100%;
  transition: all 0.5s ease;
}
.tnt_plate1.hbh {
  background: url(../pic/hbhplate1bg.png) center no-repeat;
  background-size: cover;
}
.tnt-plate2 {
  background: url(../pic/whychoosebg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0 60px 0;
}
.tnt-plate2 .tnt-plate2-tit {
  text-align: center;
  font-size: 50px;
  color: #333;
  font-weight: bold;
  margin-bottom: 65px;
}
.tnt-plate2 .choose-box {
  display: flex;
  align-items: flex-start;
}
.tnt-plate2 .choose-box .choose-column {
  margin-right: 40px;
}
.tnt-plate2 .choose-box .choose-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.tnt-plate2 .choose-box .icon {
  line-height: 0;
}
.tnt-plate2 .choose-box .choose-title {
  font-size: 28px;
  margin-left: 23px;
  color: #000;
}
.tnt-plate3 {
  background: url(../pic/tntplate3bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 75px 0 90px 0;
}
.tnt-plate3 .numberlist ul {
  display: flex;
  align-items: center;
}
.tnt-plate3 .numberlist ul li {
  height: 180px;
  border-radius: 10px;
  width: 27%;
  padding: 15px 20px;
  margin-right: 40px;
}
.tnt-plate3 .numberlist ul li:nth-child(1) {
  background: #6d26ce;
}
.tnt-plate3 .numberlist ul li:nth-child(2) {
  background: #332040;
}
.tnt-plate3 .numberlist ul li:nth-child(3) {
  background: #8554ca;
}
.tnt-plate3 .numberlist ul li .num {
  font-size: 100px;
  color: #fff;
  line-height: 1;
}
.tnt-plate3 .numberlist ul li .tit {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.tnt-plate4 {
  width: 100%;
  padding: 80px 0 160px 0;
  background: #f5f5f5;
}
.tnt-plate4 .boxlistcontent ul {
  width: calc(100% + 60px);
  margin: 0 -30px;
  display: flex;
}
.tnt-plate4 .boxlistcontent ul li {
  width: 33.3%;
  padding: 40px 30px;
  float: left;
}
.tnt-plate4 .boxlistcontent ul li .box {
  background: #d9d9d9;
  border-radius: 10px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 570px;
  transition: all 0.5s ease;
}
.tnt-plate4 .boxlistcontent ul li .box:hover {
  background: #6e26d0;
}
.tnt-plate4 .boxlistcontent ul li .box:hover .icon .icon2 {
  display: block;
}
.tnt-plate4 .boxlistcontent ul li .box:hover .icon .icon1 {
  display: none;
}
.tnt-plate4 .boxlistcontent ul li .box:hover .tit {
  color: #fff;
}
.tnt-plate4 .boxlistcontent ul li .box:hover .content {
  color: #fff;
}
.tnt-plate4 .boxlistcontent ul li .box .icon {
  line-height: 0;
  margin-top: -40px;
}
.tnt-plate4 .boxlistcontent ul li .box .icon img {
  height: 155px;
}
.tnt-plate4 .boxlistcontent ul li .box .icon .icon2 {
  display: none;
}
.tnt-plate4 .boxlistcontent ul li .box .tit {
  margin: 40px 0 40px 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.tnt-plate4 .boxlistcontent ul li .box .content {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.tnt-plate4 .slick-arrow.slick-prev {
  background: url(../pic/slickprev.png) center no-repeat;
  background-size: cover;
  left: -50px;
  box-shadow: 0 0 0;
}
.tnt-plate4 .slick-arrow.slick-next {
  background: url(../pic/slicknext.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -50px;
  box-shadow: 0 0 0;
}
.tnt-plate5 {
  background: url(../pic/tntplate5bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 220px 0 260px 0;
}
.tnt-plate5 .tnt-plate5-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tnt-plate5 .tnt-plate5-tit .meet {
  position: relative;
  color: #1d1d1d;
  font-size: 24px;
}
.tnt-plate5 .tnt-plate5-tit .meet:after {
  height: 1px;
  background: #1d1d1d;
  width: 100px;
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
}
.tnt-plate5 .tnt-plate5-tit .meet::before {
  height: 1px;
  background: #1d1d1d;
  width: 100px;
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
}
.tnt-plate5 .tnt-plate5-tit .main-tit {
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  line-height: 1;
}
.tnt-plate5 .tnt-plate-list {
  margin-top: 130px;
}
.tnt-plate5 .tnt-plate-list ul {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.tnt-plate5 .tnt-plate-list ul li {
  width: 25%;
  padding: 0 10px;
  float: left;
}
.tnt-plate5 .tnt-plate-list ul li a {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  background: #fff;
  padding: 25px 25px 30px 25px;
}
.tnt-plate5 .tnt-plate-list ul li a:hover .pic img {
  transform: scale(1.1);
}
.tnt-plate5 .tnt-plate-list ul li a .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 20px;
}
.tnt-plate5 .tnt-plate-list ul li a .pic img {
  width: 100%;
  transition: all 0.5s ease;
}
.tnt-plate5 .tnt-plate-list ul li a .raitit {
  position: relative;
  text-align: center;
  margin: 12px 0 10px 0;
}
.tnt-plate5 .tnt-plate-list ul li a .raitit .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.tnt-plate5 .tnt-plate-list ul li a .raitit .tit {
  line-height: 42px;
  color: #0f1219;
  font-size: 20px;
}
.tnt-plate5 .tnt-plate-list ul li a .content {
  color: #a074ff;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.tnt-plate6 {
  background: url(../pic/tntplate6bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 170px 0 350px 0;
}
.tnt-plate6 .tnt-plate6-tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.tnt-plate6 .tnt-plate6-tit .list-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.tnt-plate6 .tnt-plate6-tit .list-button div {
  line-height: 0;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.5s ease;
}
.tnt-plate6 .tnt-plate6-tit .list-button div:hover {
  transform: scale(1.1);
}
.tnt-plate6 .tnt-plate6-tit .meet {
  position: relative;
  color: #1d1d1d;
  font-size: 24px;
}
.tnt-plate6 .tnt-plate6-tit .meet:after {
  height: 1px;
  background: #1d1d1d;
  width: 300px;
  content: "";
  position: absolute;
  top: 50%;
  left: 120%;
}
.tnt-plate6 .tnt-plate6-tit .main-tit {
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  line-height: 1;
}
.tnt-plate6 .tnt-plate6-list {
  margin-top: 150px;
  display: flex;
}
.tnt-plate6 .tnt-plate6-list ul {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
.tnt-plate6 .tnt-plate6-list ul li {
  width: 33.3%;
  padding: 0 30px;
}
.tnt-plate6 .tnt-plate6-list ul li a {
  display: block;
  width: 100%;
}
.tnt-plate6 .tnt-plate6-list ul li a:hover .pic img {
  transform: scale(1.1);
}
.tnt-plate6 .tnt-plate6-list ul li a .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 30px;
}
.tnt-plate6 .tnt-plate6-list ul li a .pic img {
  width: 100%;
  transition: all 0.5s ease;
}
.tnt-plate7 {
  background: url(../pic/tntplate7bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 200px 0 200px 0;
}
.tnt-plate7.tnt-plate8 {
  background: url(../pic/hbhplate16.png) center no-repeat;
  background-size: cover;
}
.tnt-plate7 .tnt-plate7-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tnt-plate7 .tnt-plate7-box .form-info {
  padding: 30px 0 40px 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 30px;
  width: 38%;
  text-align: center;
  font-style: italic;
}
.tnt-plate7 .tnt-plate7-box .form {
  padding: 60px;
  background: #000;
  border-radius: 30px;
  width: 40%;
  margin-bottom: 70px;
}
.tnt-plate7 .tnt-plate7-box .form .form-tit {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.tnt-plate7 .tnt-plate7-box .form form {
  position: relative;
}
.tnt-plate7 .tnt-plate7-box .form form .text {
  background: #d9d9d9;
  height: 80px;
  padding: 0 160px 0 30px;
  font-size: 24px;
}
.tnt-plate7 .tnt-plate7-box .form form .submit {
  height: 60px;
  width: 160px;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 10px;
  background: #6c25cd;
  padding: 0 !important;
  text-align: center;
}
.container2 {
  max-width: 1460px;
  margin: 0 auto;
}
.hbh-plate2 {
  width: 100%;
  background: url(../pic/hbhplate2bg.png) center no-repeat;
  padding: 230px 0 280px 0;
}
.hbh-plate2 .main-tit {
  color: #000;
  font-weight: bold;
  font-size: 60px;
  margin: 30px 0 35px 0;
}
.hbh-plate2 .content {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
}
.hbh-plate2 .th-btn {
  width: 170px;
  height: 60px;
  background: #6e26d0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: auto;
}
.hbh-plate2 .th-btn:hover {
  color: #fff;
}
.hbh-plate2 .th-btn:hover:after,
.hbh-plate2 .th-btn:hover:before {
  background: #000;
}
.hbh-plate2 .hbh-plate2-content1 {
  display: flex;
  justify-content: space-between;
}
.hbh-plate2 .hbh-plate2-content1 .pic {
  width: 30%;
  line-height: 0;
}
.hbh-plate2 .hbh-plate2-content1 .pic img {
  width: 100%;
}
.hbh-plate2 .hbh-plate2-content1 .text {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hbh-plate2 .hbh-plate2-content1 .text .text-tit {
  color: #6e26d0;
  font-size: 36px;
  line-height: 0.8;
  font-weight: bold;
  position: relative;
}
.hbh-plate2 .hbh-plate2-content1 .text .text-tit:after {
  height: 1px;
  content: "";
  width: 190px;
  background: #6e26d0;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.hbh-plate2 .hbh-plate2-content2 {
  margin-top: 140px;
}
.hbh-plate2 .hbh-plate2-content2 .content {
  margin: 60px 0 40px 0;
}
.hbh-plate2 .hbh-plate2-content2 .th-btn {
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.hbh-plate2 .hbh-plate2-content2 .main-tit {
  text-align: center;
}
.hbh-plate2 .hbh-plate2-content2 .pic {
  width: 100%;
  line-height: 0;
  margin-top: 50px;
}
.hbh-plate2 .hbh-plate2-content2 .pic img {
  width: 100%;
}
.hbh-plate2 .hbh-plate-video {
  margin-top: 160px;
  padding: 0 75px;
  overflow: hidden;
}
.hbh-plate2 .hbh-plate-video .icon {
  line-height: 0;
  margin-bottom: 20px;
}
.hbh-plate2 .hbh-plate-video .video {
  position: relative;
  width: 100%;
}
.hbh-plate2 .hbh-plate-video .video video {
  border-radius: 30px;
}
.hbh-plate2 .hbh-plate-video .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  line-height: 0;
  width: 150px;
  cursor: pointer;
}
.hbh-plate2 .hbh-plate-video .video .play img {
  width: 150px;
}
.hbh-us-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hbh-us-tit .meet {
  position: relative;
  color: #fff;
  font-size: 24px;
}
.hbh-us-tit .meet:after {
  height: 1px;
  background: #fff;
  width: 100px;
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
}
.hbh-us-tit .meet::before {
  height: 1px;
  background: #fff;
  width: 100px;
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
}
.hbh-us-tit .main-tit {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}
.hbh-plate3 {
  background: url(../pic/hbhplate3bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 85px 0 180px 0;
}
.hbh-plate3 .hbh-plate3-list {
  margin-top: 120px;
}
.hbh-plate3 .hbh-plate3-list ul {
  width: calc(100% + 50px);
  margin: 0 -25px;
  display: flex;
}
.hbh-plate3 .hbh-plate3-list ul li {
  width: 33.3%;
  padding: 0 25px;
  float: left;
  height: 100%;
}
.hbh-plate3 .hbh-plate3-list ul li a {
  width: 100%;
  height: 560px;
  border-radius: 30px;
  background: #fff;
  display: block;
  padding: 25px 30px 30px 30px;
}
.hbh-plate3 .hbh-plate3-list ul li a .pic {
  border-radius: 30px;
}
.hbh-plate3 .hbh-plate3-list ul li a:hover .pic img {
  transform: scale(1.1);
}
.hbh-plate3 .hbh-plate3-list ul li a .time {
  display: flex;
  align-items: center;
  margin: 30px 0 20px 0;
  color: #62676b;
  font-size: 16px;
}
.hbh-plate3 .hbh-plate3-list ul li a .time img {
  margin-right: 5px;
}
.hbh-plate3 .hbh-plate3-list ul li a .tit {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
.hbh-plate3 .hbh-plate3-list ul li a .more {
  color: #6e26d0;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
}
.hbh-plate3 .hbh-plate3-list .slick-arrow.slick-prev {
  background: url(../pic/slickprev.png) center no-repeat;
  background-size: cover;
  left: -80px;
  box-shadow: 0 0 0;
}
.hbh-plate3 .hbh-plate3-list .slick-arrow.slick-next {
  background: url(../pic/slicknext.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -80px;
  box-shadow: 0 0 0;
}
.hbh-plate4 {
  background: url(../pic/hbhplate4bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 155px 0 200px 0;
}
.hbh-plate4 .hbh-plate4-list {
  margin-top: 150px;
}
.hbh-plate4 ul {
  width: calc(100% + 30px) !important;
  margin: 0 -15px !important;
  display: flex;
}
.hbh-plate4 ul li {
  width: 25%;
  padding: 0 15px;
  float: left;
  height: 100%;
}
.hbh-plate4 ul li .box {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  display: block;
  padding: 12px 20px 20px 20px;
  position: relative;
}
.hbh-plate4 ul li .box .popcontent {
  background: #fff;
  padding: 30px 40px;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 1120px;
  display: none;
}
.hbh-plate4 ul li .box .popcontent .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.hbh-plate4 ul li .box .popcontent .textleft {
  display: flex;
  margin-right: 35px;
  float: left;
  flex-direction: column;
  align-items: flex-start;
}
.hbh-plate4 ul li .box .popcontent .textleft .tlefttop {
  display: flex;
  align-items: flex-start;
}
.hbh-plate4 ul li .box .popcontent .textleft .rait {
  line-height: 0;
  margin-right: 26px;
}
.hbh-plate4 ul li .box .popcontent .textleft .rait img {
  width: 230px;
  height: 230px;
  min-width: 230px;
}
.hbh-plate4 ul li .box .popcontent .textleft .raitnam .mainame {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
.hbh-plate4 ul li .box .popcontent .textleft .raitnam .stit {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}
.hbh-plate4 ul li .box .popcontent .textleft .list .list-item {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  margin-top: 25px;
}
.hbh-plate4 ul li .box .popcontent .textleft .list .list-item span {
  font-weight: bold;
}
.hbh-plate4 ul li .box .popcontent .textleft .list .list-item:after {
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  background: #000;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.hbh-plate4 ul li .box .popcontent .picright {
  line-height: 0;
  margin-left: 30px;
}
.hbh-plate4 ul li .box .pic {
  border-radius: 30px;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.hbh-plate4 ul li .box .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hbh-plate4 ul li .box:hover .pic img {
  transform: scale(1.1);
}
.hbh-plate4 ul li .box:hover .more {
  color: #6e26d0;
}
.hbh-plate4 ul li .box .tit {
  color: #000;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
.hbh-plate4 ul li .box .linkbuuton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 0 12px 0;
}
.hbh-plate4 ul li .box .linkbuuton a {
  margin: 0 8px;
  line-height: 0;
}
.hbh-plate4 ul li .box .info {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #6e26d0;
}
.hbh-plate4 ul li .box .more {
  color: #000;
  display: block;
  margin-top: 24px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
.hbh-plate4 .slick-arrow.slick-prev {
  background: url(../pic/slickprev.png) center no-repeat;
  background-size: cover;
  left: -80px;
  box-shadow: 0 0 0;
}
.hbh-plate4 .slick-arrow.slick-next {
  background: url(../pic/slicknext.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -80px;
  box-shadow: 0 0 0;
}
.hbh-plate5 {
  background: url(../pic/hbhplate5bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 170px 0 210px 0;
}
.hbh-plate5 .hbh-plate5-list {
  margin-top: 120px;
}
.hbh-plate5 .hbh-plate5-list ul {
  width: calc(100% + 60px);
  margin: 0 -30px;
  display: flex;
}
.hbh-plate5 .hbh-plate5-list ul li {
  width: 33.333%;
  padding: 0 30px;
  float: left;
  height: 100%;
}
.hbh-plate5 .hbh-plate5-list ul li a {
  width: 100%;
  height: 630px;
  border-radius: 30px;
  background: #fff;
  display: block;
  padding: 30px 50px 20px 50px;
}
.hbh-plate5 .hbh-plate5-list ul li a:hover .tit {
  color: #6e26d0;
}
.hbh-plate5 .hbh-plate5-list ul li a .pic {
  border-radius: 30px;
}
.hbh-plate5 .hbh-plate5-list ul li a:hover .pic img {
  transform: scale(1.1);
}
.hbh-plate5 .hbh-plate5-list ul li a:hover .more {
  color: #6e26d0;
}
.hbh-plate5 .hbh-plate5-list ul li a .tit {
  color: #000;
  font-size: 22px;
  line-height: 1.6;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
}
.hbh-plate5 .hbh-plate5-list ul li a .info {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #60656a;
}
.hbh-plate5 .hbh-us-tit {
  align-items: flex-start;
}
.hbh-plate5 .list-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.hbh-plate5 .list-button > div {
  line-height: 0;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.5s ease;
}
.hbh-plate5 .list-button > div:hover {
  transform: scale(1.1);
}
.hbh-plate5 .main-tit {
  text-align: left;
}
.hbh-plate5 .meet {
  text-align: left;
}
.hbh-plate5 .meet:after {
  background: #fff;
  left: 120%;
}
.hbh-plate5 .meet:before {
  display: none;
}
.about-plate1 {
  width: 100%;
  padding: 170px 0 210px 0;
  position: relative;
}
.about-plate1 .bg {
  line-height: 0;
  width: 100%;
}
.about-plate1 .bg img {
  width: 100%;
}
.about-plate1 .text-position {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.about-plate1 .text-position .text-box .stit {
  color: #fff;
  text-align: center;
  font-size: 36px;
}
.about-plate1 .text-position .text-box .main-tit {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.3;
  margin-top: 15px;
}
.about-plate1 .text-position .text-box .info {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
}
.about-plate1.schoolbanner {
  padding: 0;
}
.about-plate1.schoolbanner .main-tit {
  text-align: left !important;
}
.about-plate1.schoolbanner .text-position {
  width: 100%;
}
.about-plate1.schoolbanner .stit {
  text-align: left !important;
  margin-top: 30px;
  font-size: 32px !important;
}
.about-plate2 {
  background: url(../pic/about2.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 90px 0 180px 0;
}
.about-plate2 .about-plate2-top .about-plate2-titop {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul li {
  width: 25%;
  padding: 0 10px;
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul li a {
  width: 100%;
  display: block;
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul li a:hover .pic img {
  transform: scale(1.1);
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul li a .pic {
  border-radius: 4px;
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul li a .tab {
  padding: 0 32px;
  line-height: 60px;
  border-radius: 4px;
  background: #925cdc;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
.about-plate2 .about-plate2-down {
  padding: 0 70px;
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
.about-plate2 .about-plate2-down.on {
  display: flex;
}
.about-plate2 .about-plate2-down#teacher {
  justify-content: flex-start;
}
.about-plate2 .about-plate2-down#parents {
  justify-content: flex-start;
}
.about-plate2 .about-plate2-down#other {
  flex-wrap: wrap;
}
.about-plate2 .about-plate2-down#other .plate2-down-tit {
  width: 100%;
  margin-top: 30px;
}
.about-plate2 .about-plate2-down#other .pic {
  width: 59%;
}
.about-plate2 .about-plate2-down#other .fend {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-plate2 .about-plate2-down#other .othertext {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.about-plate2 .about-plate2-down#other .othertext .first {
  width: 38%;
}
.about-plate2 .about-plate2-down#other .othertext .last {
  width: 53%;
}
.about-plate2 .about-plate2-down .textl {
  width: 28.5%;
}
.about-plate2 .about-plate2-down .textl .plate2-down-Stit {
  margin-top: 30px;
}
.about-plate2 .about-plate2-down .textl .plate2-down-info {
  margin-top: 15px;
}
.about-plate2 .about-plate2-down .textl.texts {
  width: 46%;
}
.about-plate2 .about-plate2-down .textf {
  width: 55%;
  margin-left: 100px;
}
.about-plate2 .about-plate2-down .textf .pic {
  width: 100%;
}
.about-plate2 .about-plate2-down .textf .textl {
  width: 100%;
}
.about-plate2 .about-plate2-down .pic {
  width: 34%;
  line-height: 0;
}
.about-plate2 .about-plate2-down .pic.parent {
  width: 39%;
  margin-left: 80px;
}
.about-plate2 .about-plate2-down .pic img {
  width: 100%;
}
.about-plate2 .about-plate2-down .plate2-down-tit {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}
.about-plate2 .about-plate2-down .plate2-down-stit {
  color: #fff;
  line-height: 1.6;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
.about-plate2 .about-plate2-down .plate2-down-stit.stit2 {
  margin-top: 50px;
}
.about-plate2 .about-plate2-down .plate2-down-info {
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
}
.about-plate3 {
  background: #1b1b1b;
  width: 100%;
  padding-bottom: 163px;
}
.about-plate3 .plate3-max-width {
  display: flex;
  align-items: flex-end;
  max-width: 1620px;
  margin: 0 auto;
  background: #110600;
  border-radius: 50px;
  padding: 50px 0 0 40px;
}
.about-plate3 .plate3-max-width .text {
  width: 60%;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 100px;
}
.about-plate3 .plate3-max-width .text span {
  font-weight: bold;
}
.about-plate3 .plate3-max-width .pic {
  width: 40%;
  line-height: 0;
}
.about-plate3 .plate3-max-width .pic img {
  width: 100%;
}
.school-list {
  width: 100%;
  background: url(../pic/schoollistbg.png) center no-repeat;
  background-size: cover;
  padding: 110px 0 160px 0;
}
.school-list .list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  justify-content: space-between;
}
.school-list .list ul li {
  width: 31%;
  border-radius: 30px;
  padding: 20px 30px 30px 30px;
  background: #fff;
}
.school-list .list ul li a {
  display: block;
  width: 100%;
}
.school-list .list ul li a:hover .more {
  color: #fff;
}
.school-list .list ul li a:hover .more:after {
  width: 55%;
  border-radius: 0;
}
.school-list .list ul li a:hover .more::before {
  width: 55%;
  border-radius: 0;
}
.school-list .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.school-list .list ul li a .pic {
  width: 100%;
  border-radius: 20px;
}
.school-list .list ul li a .school-tit {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 112px;
  height: 68px;
}
.school-list .list ul li a .school-info {
  font-size: 14px;
  line-height: 1.6;
  color: #697173;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 112px;
}
.school-list .list ul li a .more {
  width: 175px;
  line-height: 50px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #697173;
  border: 1px solid #697173;
  padding: 0;
  background: #fff;
}
.contact-content {
  width: 100%;
  background: url(../pic/contactbg2.png) #000 center no-repeat;
  background-size: contain;
  padding: 225px 0 300px 0;
}
.contact-content .contact-content-iconlist {
  display: flex;
  justify-content: space-between;
}
.contact-content .contact-content-iconlist .list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-content .contact-content-iconlist .list-item:hover .icon img {
  transform: rotateY(180deg);
}
.contact-content .contact-content-iconlist .list-item .icon {
  line-height: 0;
}
.contact-content .contact-content-iconlist .list-item .icon img {
  transition: all 0.5s ease;
}
.contact-content .contact-content-iconlist .list-item .contact-tit {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  margin: 20px 0 25px 0;
}
.contact-content .contact-content-iconlist .list-item .contact-infotext {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.contact-content .contact-content-iconlist .list-item .contact-infotext a {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  display: block;
  text-decoration: underline;
}
.contact-content .contact-content-form {
  margin-top: 135px;
  padding: 0 70px;
}
.contact-content .contact-content-form .form-position {
  background: #161922;
  border-radius: 30px;
  padding: 45px 65px 75px 65px;
}
.contact-content .contact-content-form .form-position .form-tit {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}
.contact-content .contact-content-form .form-position input {
  height: 80px;
  line-height: 80px;
}
.contact-content .contact-content-form .form-position .form-group > i {
  top: 30px;
}
.contact-content .contact-content-form .form-position .contact-us-form .form-select {
  height: 80px;
  line-height: 80px;
}
.contact-content .contact-content-form .form-position .nice-select:after {
  top: 36px;
}
.contact-banner {
  padding: 220px 0 !important;
}
.contact-banner .breadcumb-menu li {
  font-size: 24px;
}
.contact-banner .breadcumb-menu a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.contact-banner.course .breadcumb-title {
  color: #000000;
}
.contact-banner.course .breadcumb-menu a {
  color: #6e27d0;
}
.contact-banner.course .breadcumb-menu li,
.contact-banner.course .breadcumb-menu li:after {
  color: #000;
}
.course-list {
  width: 100%;
  padding: 30px 0;
  background: #000000;
}
.course-list .course-list-box {
  padding: 0 100px;
}
.course-list .course-list-box li {
  display: flex;
  align-items: center;
}
.course-list .course-list-box li .list-item {
  background: #d9d9d9;
  border-radius: 30px;
  padding: 20px 35px 0px 35px;
  width: calc((100% - 150px) / 3);
  height: 255px;
}
.course-list .course-list-box li .list-item .num {
  height: 60px;
  width: 60px;
  border: 2px solid #6d40a9;
  text-align: center;
  line-height: 60px;
  color: #6d40a9;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.course-list .course-list-box li .list-item .text {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
}
.course-list .course-list-box li .list-item .text span {
  color: #6d40a9;
  font-weight: bold;
}
.course-list .course-list-box li .arrow {
  height: 75px;
  width: 75px;
  min-width: 75px;
  background: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.course-list .course-list-box li .arrow img {
  max-width: 60%;
}
.course-list .slick-arrow.slick-next {
  background: url(../pic/slicknext2.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -120px;
  box-shadow: 0 0 0;
  top: 50%;
  transform: translate(-50%, 0px);
}
.course-list .slick-arrow.slick-prev {
  background: url(../pic/slickprev2.png) center no-repeat;
  background-size: cover;
  left: -70px;
  top: 50%;
  transform: translate(-50%, 0px);
  box-shadow: 0 0 0;
}
.sourse-bg {
  background: url(../pic/coursebg2.png) #000 center no-repeat;
  background-size: cover;
}
.sourse-bg .class-schedule-area > .row {
  background: #161a25;
  padding: 25px;
  border-radius: 25px;
}
.class-schedule-area:before {
  display: none;
}
.nonemarker ul {
  padding: 0;
  margin: 0;
}
.nonemarker ul li {
  list-style: none;
}
.nonemarker ul .pic {
  overflow: hidden;
  width: 100%;
  line-height: 0;
}
.nonemarker ul .pic img {
  transition: all 0.5s ease;
  width: 100%;
}
.about-plate2 .about-plate2-top .about-plate2-titop {
  line-height: 1.2;
}
.main-plate1 {
  background: url(../pic/mallbg.png) center no-repeat;
  background-size: cover;
  padding: 210px 0 205px 0;
  width: 100%;
}
.main-plate1 .tab-content {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 24px 10px;
}
.main-plate1 .tab-content .item {
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #dbdbdb;
  display: flex;
  flex-wrap: wrap;
}
.main-plate1 .tab-content .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.main-plate1 .tab-content .item .item-title {
  width: 150px;
  font-weight: bold;
  line-height: 30px;
}
.main-plate1 .tab-content .item .item-box {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
}
.main-plate1 .tab-content .item .item-box .tab-item {
  line-height: 30px;
  color: #333;
  margin-right: 20px;
  font-size: 14px;
  padding: 0 15px;
}
.main-plate1 .tab-content .item .item-box .tab-item.on {
  background: #6b2ae6;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.main-plate1 .filtrate {
  margin: 50px 0;
  height: 55px;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.main-plate1 .filtrate .title {
  color: #5d2ec9;
  font-weight: bold;
  font-size: 18px;
  margin-right: 8px;
}
.main-plate1 .filtrate .filtrate-box {
  display: flex;
  align-items: center;
}
.main-plate1 .filtrate .filtrate-box .filtrate-item {
  color: #73757a;
  font-size: 16px;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
}
.main-plate1 .filtrate .filtrate-box .filtrate-item:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -15px;
  top: 7px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #5d22cf;
}
.main-plate1 .filtrate .filtrate-box .filtrate-item:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -15px;
  bottom: 7px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #73757a;
}
.main-plate1 .main-plate1-btop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-plate1 .breadcrumb-item {
  color: #6e26d0;
  font-size: 24px;
  font-weight: bold;
}
.main-plate1 .breadcrumb-item.active {
  color: #fff;
}
.main-plate1 .breadcrumb {
  display: flex;
  align-items: center;
}
.main-plate1 .main-plate1-bcontent {
  margin-top: 150px;
  display: flex;
  align-items: center;
}
.main-plate1 .main-plate1-bcontent .left-nav {
  width: 22.5%;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
}
.main-plate1 .main-plate1-bcontent .left-nav a {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 100px;
}
.main-plate1 .main-plate1-bcontent .left-nav a:hover {
  color: #6e26d0;
}
.main-plate1 .main-plate1-bcontent .left-nav a:first-child {
  margin-top: 50px;
}
.main-plate1 .main-plate1-bcontent .right-pic {
  width: 77.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-plate1 .main-plate1-bcontent .right-pic ul {
  width: 80%;
}
.main-plate1 .main-plate1-bcontent .right-pic ul li {
  width: 100%;
}
.main-plate1 .main-plate1-bcontent .right-pic ul li .pic {
  width: 100%;
  line-height: 0;
}
.main-plate1 .main-plate1-bcontent .right-pic ul li .pic img {
  width: 100%;
}
.main-plate1 .main-plate1-bcontent .right-pic .slick-arrow.slick-prev {
  background: url(../pic/slickprev2.png) center no-repeat;
  background-size: cover;
  left: -30px;
  box-shadow: 0 0 0;
  top: 50%;
  transform: translate(-50%, 0px);
}
.main-plate1 .main-plate1-bcontent .right-pic .slick-arrow.slick-next {
  background: url(../pic/slicknext2.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -120px;
  box-shadow: 0 0 0;
  top: 50%;
  transform: translate(-50%, 0px);
}
.main-plate2 {
  width: 100%;
  background: url(../pic/mall2.png) center no-repeat;
  background-size: cover;
  padding: 100px 0 200px 0;
}
.main-plate2 .main-plate2-tit {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.main-plate2 .list {
  margin-top: 120px;
}
.main-plate2 .list ul {
  width: calc(100% + 60px);
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.main-plate2 .list ul li {
  width: 25%;
  padding: 0 30px;
}
.main-plate2 .list ul li a {
  display: block;
  width: 100%;
}
.main-plate2 .list ul li a .tab {
  background: url(/static/images/抬头标志.png) center no-repeat;
  background-size: cover;
  width: 184px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  padding-right: 25px;
  margin-left: auto;
  margin-bottom: 20px;
}
.main-plate2 .list ul li a .pic-box {
  padding: 20px 35px;
  background: #fff;
  border-radius: 20px;
  width: 100%;
}
.main-plate2 .list ul li a .pic-box .pic {
  width: 100%;
}
.main-plate2 .list ul li a .pic-box .list-tit {
  width: 105px;
  height: 32px;
  background: #6e26d0;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border-radius: 20px;
  margin: 50px auto 0 auto;
}
.main-plate2 .list ul li a .title {
  font-size: 16px;
  color: #6e26d0;
  margin-top: 20px;
  margin-bottom: 6px;
}
.main-plate2 .list ul li a .icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main-plate2 .list ul li a .icon img {
  margin-right: 11px;
}
.main-plate2 .list ul li a .icon p {
  font-size: 16px;
  color: #6e26d0;
  line-height: 1.4;
  margin-bottom: 0;
}
.main-plate2 .list ul li a .xx {
  display: flex;
  align-items: center;
}
.main-plate2 .list ul li a .xx img {
  margin-right: 2px;
}
.main-plate3 {
  width: 100%;
  background: url(../pic/mallbg2.png) center no-repeat;
  background-size: cover;
  padding: 140px 0 170px 0;
}
.main-plate3.main-plate4 {
  background: url(../pic/mall10.png) center no-repeat;
  background-size: cover;
}
.main-plate3 .main-plate3-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main-plate3 .main-plate3-box .left-pic {
  width: 40%;
}
.main-plate3 .main-plate3-box .left-pic a {
  display: block;
  line-height: 0;
  width: 100%;
}
.main-plate3 .main-plate3-box .left-pic a img {
  width: 100%;
}
.main-plate3 .main-plate3-box .right-list {
  width: 46%;
}
.main-plate3 .main-plate3-box .right-list.main-plate2 {
  padding: 0;
  background: none;
  margin-top: 0px;
}
.main-plate3 .main-plate3-box .right-list.main-plate2 .list {
  margin-top: 50px;
}
.main-plate3 .main-plate3-box .right-list.main-plate2 li {
  width: 50%;
}
.main-plate3 .main-plate3-box .right-list.main-plate2 li .pic-box {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.main-plate5 {
  width: 100%;
  background: url(../pic/mallbg3.png) center no-repeat;
  background-size: cover;
  padding: 80px 0 180px 0;
}
.main-plate5 .main-plate5-tit {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 120px;
}
.main-plate5-list ul {
  width: calc(100% + 40px);
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
.main-plate5-list ul li {
  width: 25%;
  padding: 20px;
}
.main-plate5-list ul li .box {
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 10px 25px 10px;
  border-radius: 10px;
}
.main-plate5-list ul li .box a > div {
  font-size: 18px !important;
}
.main-plate5-list ul .slick-arrow.slick-prev {
  background: url(../pic/slickprev2.png) center no-repeat;
  background-size: cover;
  left: -80px;
  box-shadow: 0 0 0;
  top: 50%;
  transform: translate(-50%, 0px);
}
.main-plate5-list ul .slick-arrow.slick-next {
  background: url(../pic/slicknext2.png) center no-repeat;
  background-size: cover;
  left: auto;
  right: -120px;
  box-shadow: 0 0 0;
  top: 50%;
  transform: translate(-50%, 0px);
}
.main-plate6 {
  width: 100%;
  background: url(../pic/mallbg4.png) center no-repeat;
  background-size: cover;
  padding: 90px 0 75px 0;
}
.main-plate6 .list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-plate6 .list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-plate6 .list ul li .icon {
  line-height: 0;
  margin: 0 auto;
}
.main-plate6 .list ul li .icon img {
  width: 88px;
}
.main-plate6 .list ul li .tit {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 25px 0 10px 0;
  text-align: center;
}
.main-plate6 .list ul li .stit {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .about-plate3 .plate3-max-width {
    max-width: 84.375%;
  }
}
@media screen and (max-width: 1600px) {
  .container2 {
    width: 85%;
  }
  .about-plate2 .about-plate2-top .about-plate2-tlist ul li a .tab {
    font-size: 14px;
    padding: 0 20px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1300px) {
  .home_plate2 .home_plate2_content .slick-arrow.slick-prev {
    left: -30px;
  }
  .home_plate2 .home_plate2_content .slick-arrow.slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .about-plate3 .plate3-max-width {
    max-width: 90%;
  }
  .about-plate1 {
    padding: 200px 0 50px 0;
    background: #1b1b1b;
  }
  .container2 {
    width: 100%;
    padding: 0 15px;
  }
  .about-plate1 .text-position .text-box .stit {
    font-size: 24px;
  }
  .about-plate1 .text-position {
    width: 90%;
  }
  .about-plate1 .text-position .text-box .main-tit {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 15px;
  }
  .about-plate1 .text-position .text-box .info {
    font-size: 14px;
    margin-top: 10px;
  }
  .pf_contact {
    display: none !important;
  }
  .home_plate1 .home_plate1_box {
    padding: 120px 0 50px 0;
  }
  .home_plate1 .home_plate1_box .content .tit {
    font-size: 24px;
  }
  .home_plate1 .home_plate1_box .content .stit {
    font-size: 20px;
    margin: 20px 0 15px 0;
  }
  .home_plate1 .cta-btn2 a {
    margin-top: 20px;
    width: 240px;
    height: 42px;
    padding: 0;
    line-height: 42px;
    font-size: 16px;
  }
  .home_plate1 .bg .left {
    display: none;
  }
  .home_plate1 .bg .right {
    width: 100%;
  }
  .home_plate2 .home_plate2_content .plate_list ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-left: 0;
  }
  .home_plate2 .home_plate2_content .plate_list ul li {
    padding: 0 10px;
    width: 50%;
  }
  .home_plate2 .home_plate2_content .plate_list {
    padding: 0 50px;
  }
  .home_plate2 .home_plate2_content .slick-arrow {
    width: 24px;
    height: 24px;
  }
  .home_plate2 .home_plate2_content .plate_list {
    margin-top: 30px;
  }
  .home_plate2 {
    padding: 30px 0 0px 0;
  }
  .home_plate3 .home_plate3_content {
    flex-direction: column;
  }
  .home_plate3 .home_plate3_content .text .th-btn {
    padding: 10px 30px;
  }
  .home_plate3 {
    padding-top: 30px;
  }
  .home_plate3 .home_plate3_content .text .stit {
    margin-bottom: 30px;
  }
  .home_plate3 .home_plate3_content .text {
    width: 100%;
  }
  .home_plate3 .home_plate3_content .text {
    margin-bottom: 30px;
  }
  .home_plate3 .home_plate3_content .phonepic {
    width: 60%;
  }
  .tnt_plate1 {
    padding: 120px 15px 30px 15px;
  }
  .tnt_plate1 .tnt-plate-top .tnt-plate1-tit {
    font-size: 24px;
    text-align: center;
  }
  .tnt_plate1 .tnt-plate-top .tnt-plate1-stit {
    font-size: 18px;
  }
  .tnt_plate1 .tnt-plate-top .button-list {
    flex-direction: column;
  }
  .tnt_plate1 .tnt-plate-top .button-list .th-btn {
    width: 240px;
    height: 40px;
    margin: 10px 0;
    background: #d9d9d9;
    color: #661fcc;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
  }
  .tnt_plate1 .tnt-plate1-listpic ul li {
    margin-right: 0;
  }
  .tnt_plate1 .tnt-plate1-listpic ul {
    margin-left: 0;
  }
  .tnt_plate1 .tnt-plate1-listpic .slick-arrow.slick-prev {
    left: 30px;
  }
  .tnt_plate1 .tnt-plate1-listpic .slick-arrow.slick-next {
    right: 30px;
  }
  .tnt_plate1 .tnt-plate1-listpic {
    margin-top: 30px;
  }
  .tnt-plate2 {
    padding: 50px 0;
  }
  .tnt-plate2 .tnt-plate2-tit {
    font-size: 24px;
  }
  .tnt-plate2 .choose-box .choose-title {
    font-size: 16px;
    margin-left: 12px;
  }
  .tnt-plate2 .choose-box .icon img {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .tnt-plate2 .choose-box .choose-column {
    margin-right: 0px;
  }
  .tnt-plate2 .choose-box {
    justify-content: space-between;
  }
  .tnt-plate3 .numberlist ul {
    flex-direction: column;
  }
  .tnt-plate3 .numberlist ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 20px;
  }
  .tnt-plate3 .numberlist ul li .num {
    font-size: 30px;
  }
  .tnt-plate3 .numberlist ul li .tit {
    font-size: 14px;
  }
  .tnt-plate3 {
    padding: 50px 0 30px 0;
  }
  .tnt-plate4 {
    padding: 50px 0;
  }
  .tnt-plate4 .boxlistcontent ul li .box {
    height: 460px;
  }
  .tnt-plate4 .slick-arrow.slick-prev {
    left: 50px;
  }
  .tnt-plate4 .slick-arrow.slick-next {
    right: 50px;
  }
  .tnt-plate5 {
    padding: 50px 0;
  }
  .tnt-plate5 .tnt-plate5-tit .main-tit {
    font-size: 24px;
  }
  .tnt-plate5 .tnt-plate-list {
    margin-top: 30px;
  }
  .tnt-plate5 .tnt-plate-list ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .tnt-plate5 .tnt-plate-list ul {
    flex-wrap: wrap;
  }
  .tnt-plate6 {
    padding: 50px 0;
  }
  .tnt-plate6 .tnt-plate6-tit .main-tit {
    font-size: 24px;
  }
  .tnt-plate6 .tnt-plate6-tit .meet:after {
    width: 100px;
  }
  .tnt-plate6 .tnt-plate6-tit .list-button div img {
    width: 45px;
  }
  .tnt-plate6 .tnt-plate6-list {
    margin-top: 40px;
  }
  .tnt-plate7 {
    padding: 30px 0;
  }
  .tnt-plate7 .tnt-plate7-box {
    flex-direction: column;
    align-items: center;
  }
  .tnt-plate7 .tnt-plate7-box .form-info {
    width: 80%;
    margin-bottom: 80px;
    padding: 30px 20px;
  }
  .tnt-plate7 .tnt-plate7-box .form {
    width: 80%;
    padding: 30px;
  }
  .tnt-plate7 .tnt-plate7-box .form .form-tit {
    font-size: 20px;
  }
  .tnt-plate7 .tnt-plate7-box .form form .text {
    background: #d9d9d9;
    height: 50px;
    padding: 0 100px 0 20px;
    font-size: 16px;
  }
  .tnt-plate7 .tnt-plate7-box .form form .submit {
    height: 40px;
    width: 120px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: #6c25cd;
    padding: 0 !important;
    text-align: center;
  }
  .tnt-plate7 .tnt-plate7-box .form {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .tnt-plate7 .tnt-plate7-box .form .form-tit {
    margin-bottom: 20px;
  }
  .tnt-plate4 .boxlistcontent ul li .box .content {
    height: 180px;
    overflow-y: auto;
  }
  .tnt-plate4 .boxlistcontent ul li .box .icon img {
    height: 100px;
  }
  .tnt-plate6 .tnt-plate6-tit .meet:after {
    left: 110%;
  }
  .hbh-plate2 {
    padding: 50px 0;
  }
  .hbh-plate2 .hbh-plate2-content1 {
    flex-direction: column;
  }
  .hbh-plate2 .hbh-plate2-content1 .pic {
    width: 50%;
    margin-bottom: 30px;
    margin: 0 auto;
  }
  .hbh-plate2 .hbh-plate2-content1 .text .text-tit {
    font-size: 20px;
    margin-top: 35px;
  }
  .hbh-plate2 .main-tit {
    font-size: 32px;
    line-height: 1.4;
  }
  .hbh-plate2 .hbh-plate2-content1 .text {
    width: 100%;
  }
  .hbh-plate2 .content {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hbh-plate2 .hbh-plate2-content2 {
    margin-top: 60px;
  }
  .hbh-plate2 .hbh-plate2-content2 .content {
    margin: 30px 0;
  }
  .hbh-plate2 .hbh-plate-video {
    margin-top: 40px;
    padding: 0 30px;
    overflow: hidden;
  }
  .hbh-plate2 .hbh-plate-video .video .play {
    width: 70px;
  }
  .hbh-us-tit .main-tit {
    font-size: 28px;
  }
  .hbh-plate3 {
    padding: 40px 0;
  }
  .hbh-plate3 .hbh-plate3-list {
    margin-top: 40px;
  }
  .hbh-plate5 .main-tit {
    padding-right: 100px;
  }
  .hbh-plate3 .hbh-plate3-list ul li a {
    padding: 20px;
  }
  .hbh-plate4 {
    padding: 40px 0;
  }
  .hbh-plate4 .hbh-plate4-list {
    margin-top: 30px;
  }
  .hbh-plate4 ul {
    flex-wrap: wrap;
  }
  .hbh-plate4 ul li {
    width: 100%;
  }
  .hbh-plate4 ul li {
    margin-bottom: 30px;
  }
  .hbh-plate5 {
    padding: 40px 0;
  }
  .hbh-plate5 .hbh-plate5-list {
    margin-top: 40px;
  }
  .hbh-plate5 .list-button > div img {
    width: 45px;
  }
  .hbh-plate4 ul li .box .more {
    font-size: 20px;
  }
  .hbh-plate4 ul li .box .tit {
    font-size: 18px;
  }
  .hbh-plate5 .hbh-plate5-list ul li a {
    padding: 20px;
  }
  .hbh-plate5 .hbh-plate5-list ul li a {
    font-size: 16px;
  }
  .about-plate2 {
    padding: 60px 0 30px 0;
  }
  .about-plate2 .about-plate2-top .about-plate2-titop {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .about-plate2 .about-plate2-top .about-plate2-tlist ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-plate2 .about-plate2-top .about-plate2-tlist ul {
    flex-wrap: wrap;
  }
  .about-plate2 .about-plate2-top .about-plate2-tlist ul li a .tab {
    padding: 0 15px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 15px;
  }
  .about-plate2 .about-plate2-down {
    padding: 0;
    margin-top: 30px;
    flex-direction: column;
  }
  .about-plate2 .about-plate2-down > div {
    width: 100% !important;
  }
  .about-plate2 .about-plate2-down .plate2-down-stit.stit2 {
    margin-top: 30px;
  }
  .about-plate2 .about-plate2-down .plate2-down-tit {
    font-size: 30px;
  }
  .about-plate2 .about-plate2-down .pic {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-plate3 .plate3-max-width {
    flex-direction: column;
    padding: 40px 15px;
  }
  .about-plate3 .plate3-max-width > div {
    width: 100% !important;
  }
  .about-plate3 .plate3-max-width .text {
    padding-bottom: 30px;
  }
  .about-plate3 {
    padding-bottom: 30px;
  }
  .about-plate1 .text-position {
    top: 65%;
  }
  .about-plate1.schoolbanner {
    padding: 140px 0 50px 0;
  }
  .about-plate1 .text-position .text-box .stit {
    font-size: 24px !important;
  }
  .school-list {
    padding: 30px 0 30px 0;
  }
  .school-list .list ul {
    gap: 20px;
  }
  .school-list .list ul li {
    width: 100%;
  }
  .school-list .list ul li a {
    border-radius: 20px;
    padding: 15px 20px 20px 20px;
  }
  .school-list .list ul li a .school-tit {
    font-size: 18px;
    height: auto;
  }
  .school-list .list ul li a .more {
    width: 140px;
    line-height: 40px;
    height: 40px;
  }
  .contact-banner {
    padding: 150px 0 100px 0 !important;
  }
  .contact-content {
    padding: 50px 0;
  }
  .contact-content .contact-content-iconlist {
    flex-direction: column;
  }
  .contact-content .contact-content-iconlist .list-item {
    margin-bottom: 25px;
  }
  .contact-content .contact-content-iconlist .list-item .contact-tit {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    margin: 15px 0 20px 0;
  }
  .contact-content .contact-content-iconlist .list-item .icon img {
    width: 35px;
  }
  .contact-content .contact-content-form {
    margin-top: 50px;
    padding: 0 15px;
  }
  .contact-content .contact-content-form .form-position {
    border-radius: 20px;
    padding: 15px 15px 30px 15px;
  }
  .contact-content .contact-content-form .form-position input,
  .contact-content .contact-content-form .form-position .contact-us-form .form-select {
    height: 50px;
    line-height: 50px;
  }
  .contact-content .contact-content-form .form-position .form-group > i {
    top: 16px;
  }
  .contact-content {
    background-size: cover;
  }
  .course-list .course-list-box li {
    flex-direction: column;
  }
  .course-list .course-list-box {
    padding: 0 15px;
  }
  .course-list .course-list-box li .list-item {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    height: auto;
    margin-bottom: 10px;
  }
  .course-list .course-list-box li .arrow {
    display: none;
  }
  .main-plate1 .main-plate1-btop {
    flex-direction: column;
    display: flex;
  }
  .main-plate1 .main-plate1-bcontent {
    margin-top: 30px;
  }
  .main-plate1 .main-plate1-bcontent {
    flex-direction: column;
  }
  .main-plate1 .main-plate1-bcontent .left-nav {
    width: 100%;
  }
  .main-plate1 .main-plate1-bcontent .left-nav a {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .main-plate1 .main-plate1-bcontent .left-nav a:first-child {
    margin-top: 20px;
  }
  .main-plate1 .main-plate1-bcontent .right-pic {
    width: 100%;
  }
  .main-plate1 .main-plate1-bcontent .right-pic ul {
    width: 100%;
    padding-left: 0;
  }
  .main-plate1 {
    padding: 150px 0 30px 0;
  }
  .main-plate2 {
    padding: 30px 0 30px 0;
  }
  .main-plate2 .main-plate2-tit,
  .main-plate5 .main-plate5-tit {
    font-size: 28px;
  }
  .main-plate2 .list ul li {
    width: 100%;
  }
  .main-plate2 .list {
    margin-top: 30px;
  }
  .main-plate2 .list ul li a .pic-box {
    padding: 15px 20px;
  }
  .main-plate2 .list ul li a .pic-box .list-tit {
    width: 108px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 20px;
    margin: 30px auto 0 auto;
  }
  .main-plate3 {
    padding: 30px 0;
  }
  .main-plate3 .main-plate3-box {
    flex-direction: column;
  }
  .main-plate3 .main-plate3-box .left-pic {
    width: 100%;
  }
  .main-plate3 .main-plate3-box .right-list {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-plate2 .list ul li a .tab {
    width: 100%;
  }
  .main-plate2 .list ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .main-plate2 .list ul li {
    padding: 0 15px;
  }
  .main-plate5 .main-plate5-tit {
    margin-bottom: 40px;
  }
  .main-plate5 {
    padding: 30px 0;
  }
  .main-plate6 .list ul {
    flex-direction: column;
  }
  .main-plate6 .list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-plate6 .list ul li:last-child {
    margin-bottom: 0;
  }
  .main-plate6 .list ul li .icon img {
    width: 50px;
  }
  .main-plate6 .list ul li .tit {
    font-size: 20px;
  }
  .main-plate6 .list ul li .stit {
    font-size: 16px;
  }
  .main-plate6 {
    padding: 30px 0;
  }
  .main-plate5-list ul li {
    width: 100%;
  }
}
.select-box-mobile {
  display: none;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  /*border-radius: 10px;*/
  padding: 0 15px;
}
.select-box-mobile-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  /*margin-bottom: 15px;*/
}
.select-box-mobile-item {
  position: relative;
  background: white;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}
.select-box-mobile-item-header {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
.select-box-mobile-item-header span {
  /*color: #666;*/
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.select-box-mobile-item-header i {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.3s;
}
.select-box-mobile-item-header.active i {
  transform: rotate(180deg);
}
.select-box-mobile-item-header.active {
  color: #6b2ae6;
}
.select-box-mobile-dropdown {
  display: none;
  position: fixed;
  /*top: 0;*/
  left: 0;
  width: 100vw;
  background: white;
  z-index: 100;
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 0;
}
.select-box-mobile-dropdown.active {
  display: block;
}
.select-box-mobile-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.select-box-mobile-option:last-child {
  border-bottom: none;
}
.select-box-mobile-option.active {
  color: #6b2ae6;
}
.select-box-mobilde-option i {
  color: #6b2ae6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .select-box {
    display: none;
  }
  .select-box-mobile {
    display: block;
  }
  .sort-box {
    margin-top: 20px !important;
  }
  .sort-box {
    margin-todp: 20px !important;
  }
}
.about-plate2 .about-plate2-top .about-plate2-tlist ul li a .tab {
  white-space: nowrap;
}
