.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

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

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

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

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}
.site-header {
  margin-bottom: 0;
}
.site-content {
  padding-bottom: 0;
}

.coach-page {
  background-color: rgba(244, 247, 250, 1);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coach-page .two-x-wrapper {
  margin: 40px auto;
}

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

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

.box_3 {
  background-image: url("../../images/thesis-tutoring/coach/home_banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.coach-hero-images {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 24px;
}

.coach-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.coach-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.header-content {
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: -35px;
}

.section_15 {
  width: 754px;
  height: 252px;
  margin: 63px 0 0 374px;
}

.text_16 {
  text-shadow: 6px 6px 0px rgba(24, 126, 202, 1);
  background-image: linear-gradient(
    90deg,
    rgba(43, 97, 242, 1) 0,
    rgba(253, 254, 255, 1) 79.294352%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 499px;
  height: 99px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 72px;
  font-family: AlibabaPuHuiTi-Heavy;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 99px;
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}

.text-wrapper_4 {
  height: 60px;
  background: url(./img/SketchPngf0da79d3207d042e29ff14ddc4d44c439f2b18e23b092187e9d6ff5245191ce3.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
  width: 754px;
}

.text_17 {
  width: 693px;
  height: 44px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 44px;
  margin: 8px 0 0 30px;
}

.text_18 {
  width: 523px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 45px;
}

.image-wrapper_1 {
  box-shadow: 10px 21px 0px 0px rgba(9, 107, 180, 1);
  height: 356px;
  width: 461px;
  margin: 22px 227px 0 104px;
}

.image_2 {
  width: 427px;
  height: 306px;
  margin: 25px 0 0 17px;
}

.text-group_30 {
  position: relative;
  width: 104px;
  height: 31px;
  margin: 50px auto 0;
}

.text_21 {
  width: 368px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 19px;
  margin: 30px auto 0;
}

.block_27 {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
}

.project-carousel-box {
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
}

.project-carousel-box.static-mode {
  padding: 0;
}

.project-carousel {
  overflow: hidden;
  width: 100%;
}

.project-carousel-box.static-mode .project-carousel {
  overflow: visible;
}

.project-carousel-inner {
  display: flex;
  transition: transform 0.45s ease;
}

.project-carousel-box.static-mode .project-carousel-inner {
  flex-wrap: wrap;
  transform: none !important;
}

.project-card {
  flex: 0 0 33.333%;
  /* padding: 0 12px; */
  box-sizing: border-box;
}

.project-carousel-box.static-mode .project-card {
  flex: 0 0 33.333%;
  padding-bottom: 24px;
}

.project-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}

.project-carousel-box.static-mode .project-nav,
.project-carousel-box.static-mode .project-nav-btn {
  display: none !important;
}

.project-nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(51, 133, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.project-nav-dot.active {
  width: 38px;
  background: #3385ff;
}

.project-nav-btn,
.coach-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(51, 133, 255, 0.2);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 25px rgba(10, 71, 140, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 5;
}

.project-nav-btn img,
.coach-carousel-arrow img {
  width: 18px;
  height: auto;
  max-width: initial;
}

.project-prev {
  left: 10px;
}

.project-next {
  right: 10px;
}

.project-nav-btn:hover,
.coach-carousel-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 14px 30px rgba(10, 71, 140, 0.25);
}

.project-nav-btn.disabled,
.coach-carousel-arrow.disabled {
  opacity: 0.35;
  pointer-events: none;
  box-shadow: none;
}

.coach-carousel-arrow {
  display: none;
}

.student-case-carousel-box .coach-carousel-arrow,
.faq-carousel-box .coach-carousel-arrow {
  top: 50%;
}

.student-case-prev,
.faq-prev {
  left: 10px;
}

.student-case-next,
.faq-next {
  right: 10px;
}

.faq-carousel-box .coach-carousel-arrow {
  top: 45%;
}

.text-wrapper_5 {
  height: 100px;
  width: 100%;
  max-width: 410px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.text-wrapper_5:hover .paragraph_1 {
  color: #ffffff;
  background-color: #3385ff;
}
.text-wrapper_5:hover .box_6 {
  border: 1px solid rgba(51, 133, 255, 1);
  border-left: none;
}
.paragraph_1 {
  width: 189px;
  height: 100%;
  overflow-wrap: break-word;
  color: #3385ff;
  font-size: 24px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.box_6 {
  background-image: url("../../images/thesis-tutoring/coach/xiangmuleixingtu.png");
  width: 221px;
  height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.text_22 {
  width: 130px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
}

.block_28 {
  width: 155px;
  height: 30px;
}

.text-wrapper_6 {
  border-radius: 4px;
  height: 30px;
  border: 1px solid rgba(51, 133, 255, 1);
  width: 70px;
}

.text_23 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_7 {
  background-color: rgba(51, 133, 255, 1);
  border-radius: 4px;
  height: 30px;
  width: 70px;
}

.text_24 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_8 {
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  margin-left: 25px;
  width: 189px;
}

.text_25 {
  width: 130px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 18px 0 0 46px;
}

.text_26 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text_27 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_11 {
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  margin-left: 25px;
  width: 189px;
}

.text_28 {
  width: 130px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 18px 0 0 46px;
}

.text_29 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text_30 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_14 {
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  width: 189px;
}

.paragraph_4 {
  width: 144px;
  height: 70px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 24px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  margin: 15px 0 0 23px;
}

.block_3 {
  background-image: url(./img/11b3c3ee8862403c95d3f13f11f61e59_mergeImage.png);
  width: 221px;
  height: 100px;
}

.text_31 {
  width: 130px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 18px 0 0 46px;
}

.box_52 {
  width: 155px;
  height: 30px;
  margin: 10px 0 20px 33px;
}

.text-wrapper_15 {
  border-radius: 4px;
  height: 30px;
  border: 1px solid rgba(51, 133, 255, 1);
  width: 70px;
}

.text_32 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_16 {
  background-color: rgba(51, 133, 255, 1);
  border-radius: 4px;
  height: 30px;
  width: 70px;
}

.text_33 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_17 {
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  margin-left: 25px;
  width: 189px;
}

.paragraph_5 {
  width: 96px;
  height: 70px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 24px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  margin: 15px 0 0 47px;
}

.block_4 {
  background-image: url(./img/883ac561053944f5b663dc9bcb116626_mergeImage.png);
  width: 221px;
  height: 100px;
}

.text_34 {
  width: 130px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 18px 0 0 46px;
}

.box_53 {
  width: 155px;
  height: 30px;
  margin: 10px 0 20px 33px;
}

.text-wrapper_18 {
  border-radius: 4px;
  height: 30px;
  border: 1px solid rgba(51, 133, 255, 1);
  width: 70px;
}

.text_35 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_19 {
  background-color: rgba(51, 133, 255, 1);
  border-radius: 4px;
  height: 30px;
  width: 70px;
}

.text_36 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_20 {
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  margin-left: 25px;
  width: 189px;
}

.paragraph_6 {
  width: 48px;
  height: 70px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 24px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  margin: 15px 0 0 71px;
}

.block_6 {
  background-image: url(./img/18fcdc9056ce4f27beba4523597dbb92_mergeImage.png);
  width: 221px;
  height: 100px;
}

.text_37 {
  width: 130px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 18px 0 0 46px;
}

.group_20 {
  width: 155px;
  height: 30px;
  margin: 10px 0 20px 33px;
}

.text-wrapper_21 {
  border-radius: 4px;
  height: 30px;
  border: 1px solid rgba(51, 133, 255, 1);
  width: 70px;
}

.text_38 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-wrapper_22 {
  background-color: rgba(51, 133, 255, 1);
  border-radius: 4px;
  height: 30px;
  width: 70px;
}

.text_39 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 0 7px;
}

.text-group_31 {
  width: 168px;
  height: 31px;
  margin: 80px auto 0;
}

.box_10 {
  background-image: url("../../images/thesis-tutoring/coach/4dajishu_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
  margin-top: 40px;
}
.fuwujishu {
  display: flex;
  gap: 28px;
  padding: 50px 0;
  margin: 0 auto;
}
.box_11 {
  background-color: rgba(255, 255, 255, 1);
  width: 300px;
  height: 480px;
  border: 1px solid;
  padding: 30px;
  border-image: linear-gradient(225deg, rgba(89, 214, 163, 0), rgba(51, 133, 255, 1)) 1 1;
  gap: 30px;
}

.text-wrapper_23 {
  height: 60px;
  width: 240px;
}

.text_42 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 29px;
  margin: 16px 0 0 80px;
}

.text-wrapper_24 {
  background-color: rgba(51, 133, 255, 0.1);
  height: 60px;
  width: 240px;
}

.text_43 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 29px;
  margin: 16px 0 0 80px;
}

.text-wrapper_25 {
  background-color: rgba(51, 133, 255, 0.1);
  height: 60px;
  width: 240px;
}

.text_44 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 29px;
  margin: 16px 0 0 80px;
}

.text-wrapper_26 {
  background-color: rgba(51, 133, 255, 0.1);
  height: 60px;
  width: 240px;
}

.text_45 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 29px;
  margin: 16px 0 0 80px;
}

.text-wrapper_27 {
  background-color: rgba(51, 133, 255, 0.1);
  height: 60px;
  width: 240px;
}

.text_46 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 29px;
  margin: 16px 0 0 80px;
}

.box_12 {
  height: 480px;
  width: 100%;
  border: 1px solid;
  border-image: linear-gradient(223deg, rgba(51, 133, 255, 1), rgba(45, 172, 106, 0)) 1 1;
}

.box_54 {
  width: 100%;
  height: 100%;
}
.fuwuneirong-left {
  width: 475px;
  height: 100%;
  padding: 74px 0 0 74px;
  background-color: #ffffff;
}
.fuwuneirong-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fuwuneirong-left-content {
  margin-top: 40px;
  padding-right: 70px;
}
.fuwuneirong-right {
  width: 475px;
  height: 100%;
  padding: 74px 0 0 74px;
  background-color: rgba(51, 133, 255, 0.06);
}
.fuwuneirong-right-content {
  margin-top: 40px;
  padding-right: 70px;
}
.image-text_29 {
  width: 130px;
  height: 33px;
}

.label_1 {
  width: 24px;
  height: 24px;
}

.text-group_3 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(254, 69, 69, 1);
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.image-text_30 {
  width: 130px;
  height: 33px;
}

.label_2 {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}

.text-group_4 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text-wrapper_50 {
  width: 728px;
  height: 151px;
  margin: 42px 0 0 76px;
}

.paragraph_7 {
  width: 302px;
  height: 151px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 37px;
}

.paragraph_8 {
  width: 158px;
  height: 151px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 37px;
}

.box_55 {
  width: 120px;
  height: 40px;
  margin-top: 30px;
}

.text-wrapper_29 {
  background-color: rgba(255, 160, 48, 1);
  border-radius: 20px;
  height: 40px;
  width: 120px;
}

.text_47 {
  width: 72px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 26px;
  margin: 7px 0 0 24px;
}

.box_13 {
  background-image: url("../../images/thesis-tutoring/coach/fudaoyiduiyi.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
}

.text-group_32 {
  width: 464px;
  height: 31px;
  margin: 50px auto 0;
}

.paragraph_9 {
  width: 816px;
  height: 44px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  margin: 50px auto 60px;
}

.text-group_33 {
  width: 184px;
  height: 31px;
  margin: 80px auto 0;
}

.text_52 {
  width: 208px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 19px;
  margin: 30px auto 0;
}

.block_30 {
  width: 1280px;
  height: 238px;
  margin: 40px auto 0;
  gap: 16px;
}

.section_1 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 200px;
  height: 238px;
  transition: transform 0.3s ease-in-out;
}
.section_1:hover {
  transform: translateY(-10px);
}

.label_3 {
  width: 40px;
  height: 40px;
  margin: 30px 0 0 80px;
}

.text_53 {
  width: 100px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 30px 0 0 50px;
}

.text_54 {
  width: 180px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 20px;
  margin: 20px 0 50px 10px;
}

.section_2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 200px;
  height: 238px;
  justify-content: flex-center;
  transition: transform 0.3s ease-in-out;
}
.section_2:hover {
  transform: translateY(-10px);
}

.label_4 {
  width: 37px;
  height: 40px;
  margin: 30px 0 0 81px;
}

.text_55 {
  width: 100px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 30px 0 0 50px;
}

.text_56 {
  width: 180px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 20px;
  margin: 20px 0 30px 10px;
}

.section_3 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 200px;
  height: 238px;
  justify-content: flex-center;
  transition: transform 0.3s ease-in-out;
}
.section_3:hover {
  transform: translateY(-10px);
}

.label_5 {
  width: 35px;
  height: 40px;
  margin: 30px 0 0 83px;
}

.text_57 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 30px 0 0 40px;
}

.text_58 {
  width: 180px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 20px;
  margin: 20px 0 30px 10px;
}

.section_4 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 200px;
  height: 238px;
  justify-content: flex-center;
  transition: transform 0.3s ease-in-out;
}
.section_4:hover {
  transform: translateY(-10px);
}

.label_6 {
  width: 31px;
  height: 40px;
  margin: 30px 0 0 84px;
}

.text_59 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 30px 0 0 40px;
}

.text_60 {
  width: 180px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 20px;
  margin: 20px 0 30px 10px;
}

.section_5 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 200px;
  height: 238px;
  transition: transform 0.3s ease-in-out;
}
.section_5:hover {
  transform: translateY(-10px);
}

.label_7 {
  width: 38px;
  height: 40px;
  margin: 30px 0 0 81px;
}

.text_61 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 30px 0 0 40px;
}

.text_62 {
  width: 180px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 20px;
  margin: 20px 0 50px 10px;
}

.section_6 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 200px;
  height: 238px;
  transition: transform 0.3s ease-in-out;
}
.section_6:hover {
  transform: translateY(-10px);
}

.label_8 {
  width: 40px;
  height: 40px;
  margin: 30px 0 0 80px;
}

.text_63 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 30px 0 0 40px;
}

.text_64 {
  width: 180px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 20px;
  margin: 20px 0 50px 10px;
}

.text-group_34 {
  width: 188px;
  height: 31px;
  margin: 80px auto 0;
}

.text_67 {
  width: 224px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 19px;
  margin: 30px auto 0;
  display: block;
}

.box_15 {
  background-color: rgba(255, 255, 255, 1);
  height: 400px;
  margin-top: 40px;
  width: 100%;
}

.list_3 {
  width: 1220px;
  height: 300px;
  margin: 50px auto 0;
  gap: 25px;
}

.list-items_1-0 {
  width: 390px;
  height: 300px;
  background-size: 100% 100%;
  background: url("../../images/thesis-tutoring/coach/zhiliang.png") 100% no-repeat;
}

.text_68-0 {
  width: 120px;
  height: 30px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 31px 0 0 135px;
  color: rgba(25, 85, 174, 1);
}

.box_16-0 {
  background-color: rgba(255, 255, 255, 0.42);
  width: 390px;
  height: 224px;
  margin-top: 15px;
}
.box_16-1 .image-text_34-0 {
  width: 300px;
}
.image-text_34-0 {
  position: relative;
  width: 257px;
  height: 120px;
  margin: 15px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-text_34-0 p {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #666666;
}
.image-text_34-0 p img {
  margin-top: 2px;
}
.image-text_35-0 {
  position: relative;
  width: 257px;
  height: 120px;
}

.image-text_36-0 {
  width: 257px;
  height: 120px;
}

.thumbnail_4-0 {
  width: 18px;
  height: 18px;
  margin-top: 91px;
}

.text_70-0 {
  width: 224px;
  height: 120px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
}

.thumbnail_5-0 {
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
}

.thumbnail_6-0 {
  position: absolute;
  left: 0;
  top: 51px;
  width: 18px;
  height: 18px;
}

.list-items_1-1 {
  width: 390px;
  height: 300px;
  background-size: 100% 100%;
  background: url("../../images/thesis-tutoring/coach/zhichi.png") 100% no-repeat;
}

.text_68-1 {
  width: 120px;
  height: 30px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 31px 0 0 135px;
  color: rgba(124, 78, 45, 1);
}

.box_16-1 {
  background-color: rgba(255, 255, 255, 0.42);
  width: 390px;
  height: 224px;
  margin-top: 15px;
}

.image-text_31-1 {
  position: relative;
  width: 312px;
  height: 128px;
  margin: 7px 0 0 39px;
}

.image-text_32-1 {
  position: relative;
  width: 312px;
  height: 128px;
}

.image-text_33-1 {
  width: 312px;
  height: 128px;
}

.thumbnail_1-1 {
  width: 18px;
  height: 18px;
  margin-top: 99px;
}

.text-wrapper_30-1 {
  width: 280px;
  height: 128px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
}

.paragraph_10-1 {
  width: 280px;
  height: 128px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
}

.text_69-1 {
  width: 280px;
  height: 128px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
}

.thumbnail_2-1 {
  position: absolute;
  left: 0;
  top: 18px;
  width: 18px;
  height: 18px;
}

.thumbnail_3-1 {
  position: absolute;
  left: 0;
  top: 59px;
  width: 18px;
  height: 18px;
}

.list-items_1-2 {
  width: 390px;
  height: 300px;
  background-size: 100% 100%;
  margin-right: 27px;
  background: url("../../images/thesis-tutoring/coach/anquan.png") 100% no-repeat;
}

.text_68-2 {
  width: 120px;
  height: 30px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 31px 0 0 135px;
  color: rgba(53, 26, 156, 1);
}

.box_16-2 {
  background-color: rgba(255, 255, 255, 0.42);
  width: 390px;
  height: 224px;
  margin-top: 15px;
}

.image-text_34-2 {
  position: relative;
  width: 257px;
  height: 120px;
  margin: 15px 0 0 67px;
}

.image-text_35-2 {
  position: relative;
  width: 257px;
  height: 120px;
}

.image-text_36-2 {
  width: 257px;
  height: 120px;
}

.thumbnail_4-2 {
  width: 18px;
  height: 18px;
  margin-top: 91px;
}

.text_70-2 {
  width: 224px;
  height: 120px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
}

.thumbnail_5-2 {
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
}

.thumbnail_6-2 {
  position: absolute;
  left: 0;
  top: 51px;
  width: 18px;
  height: 18px;
}

.image-text_37 {
  width: 1280px;
  height: 31px;
  margin: 80px auto 0;
}

.text_73 {
  width: 1280px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 19px;
  margin: 30px auto 0;
  display: block;
  text-indent: 3em;
}

.block_31 {
  width: 1280px;
  height: 520px;
  margin: 50px auto 0;
  gap: 27px;
}

.group_11 {
  background-color: rgba(255, 255, 255, 1);
  height: 520px;
  width: 300px;
  position: relative;
  background-image: url("../../images/thesis-tutoring/coach/anli_bg.png");
  background-size: 100% 100%;
}

.block_7 {
  height: 494px;
  width: 100%;
}

.section_7 {
  position: relative;
  width: 100%;
  height: 483px;
  justify-content: flex-center;
}

.group_21 {
  margin: 0 auto;
  margin-top: 40px;
}

.text_74 {
  width: 166px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
}

.text_75 {
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 38px;
  margin-top: 20px;
}

.group_22 {
  width: 112px;
  height: 45px;
  margin: 0 auto;
  gap: 13px;
  margin-top: 25px;
}

.box_19 {
  border-radius: 8px;
  width: 45px;
  height: 45px;
}

.text_76 {
  width: 54px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 10px;
}

.text-wrapper_31 {
  width: 240px;
  height: 100%;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 20px;
  margin: 8px auto 0;
}

.text_77 {
  width: 240px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 20px;
}

.text_78 {
  width: 240px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.paragraph_11 {
  width: 240px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(79, 79, 79, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 20px;
}

.text_79 {
  width: 240px;
  height: 60px;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 20px;
}
.anlitupian {
  width: 234px;
  height: 206px;
  margin: 14px auto 0;
}
.anlitupian img {
  width: 236px;
  height: 186px;
}

.box_30 {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 400px;
  margin-top: 80px;
}

.text-group_36 {
  width: 160px;
  height: 31px;
  margin: 50px auto 0;
}

.text_110 {
  width: 400px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 19px;
  margin: 30px auto 0;
}

.group_31 {
  position: relative;
  width: 1217px;
  height: 150px;
  margin: 50px auto 0;
}

.text-group_37 {
  width: 284px;
  height: 31px;
  margin: 80px auto 0;
}

.block_32 {
  width: 1280px;
  height: 100%;
  margin: 75px auto 0;
  flex-wrap: wrap;
  gap: 30px;
}

.box_32 {
  width: 625px;
  height: 200px;
  background: linear-gradient(180deg, #d8eaff 0%, #ffffff 100%);
  border-radius: 10px;
}

.box_33 {
  width: 580px;
  height: 50px;
  background: linear-gradient(270deg, rgba(12, 168, 152, 0) 0%, rgba(51, 133, 255, 0.1) 100%);
  border-radius: 8px;
  margin: 20px 0 0 15px;
}

.image-text_45 {
  padding-left: 15px;
  align-items: center;
  gap: 10px;
}
.image-text_45 img {
  width: 32px;
  height: 32px;
}

.box_34 {
  height: 30px;
  background: url(./img/SketchPng45464303a6e6447e917a184aab4d7c0303daa4b01be3604b6b2010f2a743a993.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text-wrapper_40 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_114 {
  width: 17px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: -1px 0 0 7px;
}

.text-group_18 {
  width: 234px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 1px;
}

.image-text_46 {
  width: 565px;
  height: 66px;
  margin: 21px 0 43px 30px;
}

.image-text_46 img {
  width: 32px;
  height: 32px;
}

.box_35 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  width: 30px;
}

.text-wrapper_41 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_115 {
  width: 15px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-left: 8px;
}

.text-group_19 {
  width: 522px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 22px;
}

.box_36 {
  width: 625px;
  height: 200px;
  background: url(./img/SketchPng23598c0af797bbc7447e95be17a9564884a52696a27d4d67c27c5d8295c3a0b9.png) 100% no-repeat;
  background-size: 100% 100%;
}

.box_37 {
  width: 580px;
  height: 50px;
  background: url(./img/SketchPng817d4672b837fbb7b1d514b9f3f3e4837303124e2527b8cc5d437a08975fed42.png) -1px 0px no-repeat;
  background-size: 581px 50px;
  margin: 20px 0 0 23px;
}

.image-text_47 {
  width: 279px;
  height: 30px;
  margin: 17px 0 0 15px;
}

.block_25 {
  height: 30px;
  background: url(./img/SketchPng45464303a6e6447e917a184aab4d7c0303daa4b01be3604b6b2010f2a743a993.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text-wrapper_42 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_116 {
  width: 17px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: -1px 0 0 7px;
}

.text-group_20 {
  width: 234px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 1px;
}

.image-text_48 {
  width: 565px;
  height: 66px;
  margin: 21px 0 43px 38px;
}

.section_14 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  width: 30px;
}

.text-wrapper_43 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_117 {
  width: 15px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-left: 8px;
}

.text-group_21 {
  width: 522px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 22px;
}

.grid_2 {
  width: 1280px;
  height: 430px;
  flex-wrap: wrap;
  margin: 30px 0 0 320px;
}

.list-items_2-0 {
  width: 625px;
  height: 200px;
  background: url(./img/SketchPng23598c0af797bbc7447e95be17a9564884a52696a27d4d67c27c5d8295c3a0b9.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 30px 30px 0;
}

.box_38-0 {
  width: 580px;
  height: 50px;
  background: url(./img/SketchPng817d4672b837fbb7b1d514b9f3f3e4837303124e2527b8cc5d437a08975fed42.png) -1px 0px no-repeat;
  background-size: 581px 50px;
  margin: 20px 0 0 15px;
}

.image-text_49-0 {
  width: 279px;
  height: 30px;
  margin: 17px 0 0 15px;
}

.group_18-0 {
  height: 30px;
  background: url(./img/SketchPng45464303a6e6447e917a184aab4d7c0303daa4b01be3604b6b2010f2a743a993.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text-wrapper_44-0 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_118-0 {
  width: 17px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: -1px 0 0 7px;
}

.text-group_22-0 {
  width: 234px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 1px;
}

.image-text_50-0 {
  width: 565px;
  height: 66px;
  margin: 21px 0 43px 30px;
}

.box_39-0 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  width: 30px;
}

.text-wrapper_45-0 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_119-0 {
  width: 15px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-left: 8px;
}

.text-group_23-0 {
  width: 522px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 22px;
}

.list-items_2-1 {
  width: 625px;
  height: 200px;
  background: url(./img/SketchPng23598c0af797bbc7447e95be17a9564884a52696a27d4d67c27c5d8295c3a0b9.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 30px 30px 0;
  margin-right: 0;
}

.box_38-1 {
  width: 580px;
  height: 50px;
  background: url(./img/SketchPng817d4672b837fbb7b1d514b9f3f3e4837303124e2527b8cc5d437a08975fed42.png) -1px 0px no-repeat;
  background-size: 581px 50px;
  margin: 20px 0 0 15px;
}

.image-text_49-1 {
  width: 279px;
  height: 30px;
  margin: 17px 0 0 15px;
}

.group_18-1 {
  height: 30px;
  background: url(./img/SketchPng45464303a6e6447e917a184aab4d7c0303daa4b01be3604b6b2010f2a743a993.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text-wrapper_44-1 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_118-1 {
  width: 17px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: -1px 0 0 7px;
}

.text-group_22-1 {
  width: 234px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 1px;
}

.image-text_50-1 {
  width: 565px;
  height: 66px;
  margin: 21px 0 43px 30px;
}

.box_39-1 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  width: 30px;
}

.text-wrapper_45-1 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_119-1 {
  width: 15px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-left: 8px;
}

.text-group_23-1 {
  width: 522px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 22px;
}

.list-items_2-2 {
  width: 625px;
  height: 200px;
  background: url(./img/SketchPng23598c0af797bbc7447e95be17a9564884a52696a27d4d67c27c5d8295c3a0b9.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 30px 30px 0;
  margin-bottom: 0;
}

.box_38-2 {
  width: 580px;
  height: 50px;
  background: url(./img/SketchPng817d4672b837fbb7b1d514b9f3f3e4837303124e2527b8cc5d437a08975fed42.png) -1px 0px no-repeat;
  background-size: 581px 50px;
  margin: 20px 0 0 15px;
}

.image-text_49-2 {
  width: 279px;
  height: 30px;
  margin: 17px 0 0 15px;
}

.group_18-2 {
  height: 30px;
  background: url(./img/SketchPng45464303a6e6447e917a184aab4d7c0303daa4b01be3604b6b2010f2a743a993.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text-wrapper_44-2 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_118-2 {
  width: 17px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: -1px 0 0 7px;
}

.text-group_22-2 {
  width: 234px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 1px;
}

.image-text_50-2 {
  width: 565px;
  height: 66px;
  margin: 21px 0 43px 30px;
}

.box_39-2 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  width: 30px;
}

.text-wrapper_45-2 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_119-2 {
  width: 15px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-left: 8px;
}

.text-group_23-2 {
  width: 522px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 22px;
}

.list-items_2-3 {
  width: 625px;
  height: 200px;
  background: url(./img/SketchPng23598c0af797bbc7447e95be17a9564884a52696a27d4d67c27c5d8295c3a0b9.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 30px 30px 0;
  margin-right: 0;
  margin-bottom: 0;
}

.box_38-3 {
  width: 580px;
  height: 50px;
  background: url(./img/SketchPng817d4672b837fbb7b1d514b9f3f3e4837303124e2527b8cc5d437a08975fed42.png) -1px 0px no-repeat;
  background-size: 581px 50px;
  margin: 20px 0 0 15px;
}

.image-text_49-3 {
  width: 279px;
  height: 30px;
  margin: 17px 0 0 15px;
}

.group_18-3 {
  height: 30px;
  background: url(./img/SketchPng45464303a6e6447e917a184aab4d7c0303daa4b01be3604b6b2010f2a743a993.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text-wrapper_44-3 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_118-3 {
  width: 17px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: -1px 0 0 7px;
}

.text-group_22-3 {
  width: 234px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 133, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
  margin-top: 1px;
}

.image-text_50-3 {
  width: 565px;
  height: 66px;
  margin: 21px 0 43px 30px;
}

.box_39-3 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  width: 30px;
}

.text-wrapper_45-3 {
  height: 30px;
  background: url(./img/SketchPng8f1296cf038ce99cc77503d5b5a12c16566cac7dfa7eede9b3a6787d4d10d589.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 30px;
}

.text_119-3 {
  width: 15px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-left: 8px;
}

.text-group_23-3 {
  width: 522px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 22px;
}

.box_40 {
  background-image: url("../../images/thesis-tutoring/coach/yiduiyi.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  margin: 100px 0 1px 0;
}

.group_32 {
  width: 240px;
  height: 99px;
  margin: 40px 0 0 318px;
}

.text_120 {
  width: 216px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

.text-wrapper_46 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-top: 20px;
  width: 240px;
}

.text_121 {
  width: 80px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: SourceHanSansSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 13px 0 0 20px;
}

.text-wrapper_47 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 1);
  width: 240px;
  margin: 89px 0 0 20px;
}

.text_122 {
  width: 64px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: SourceHanSansSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 13px 0 0 20px;
}

.box_42 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  width: 240px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin: 89px 0 0 20px;
}

.text_123 {
  width: 80px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: SourceHanSansSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 13px 0 0 20px;
}

.thumbnail_8 {
  width: 13px;
  height: 7px;
  margin: 24px 24px 0 103px;
}

.text-wrapper_48 {
  height: 50px;
  border: 1px solid rgba(219, 197, 166, 1);
  background: url(./img/SketchPng3cf9ed2ab3fc50cd8c59554c2ed01cc9f95284e99b7bec3d1cb73d7dec9e922a.png) -1px -1px
    no-repeat;
  background-size: 182px 52px;
  width: 180px;
  margin: 89px 0 0 30px;
}

.text_124 {
  width: 64px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(109, 86, 48, 1);
  font-size: 16px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 13px 0 0 58px;
}

.image-text_51 {
  width: 182px;
  height: 130px;
  margin: 30px 321px 0 129px;
}

.image-wrapper_6 {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-left: 41px;
  width: 100px;
}

.image_33 {
  width: 89px;
  height: 89px;
  margin: 6px 0 0 5px;
}

.text-group_24 {
  width: 182px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 10px;
}

.box_43 {
  background-color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 120px;
}

.image-text_52 {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 80px;
}

.label_25 {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}

.text-group_25 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 12px;
}

.box_44 {
  background-color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 120px;
}

.image-text_53 {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 80px;
}

.label_26 {
  width: 34px;
  height: 40px;
  margin-left: 23px;
}

.text-group_26 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 12px;
}

.box_45 {
  background-color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 120px;
}

.image-text_54 {
  width: 80px;
  height: 82px;
  margin: 18px 0 0 84px;
}

.label_27 {
  width: 36px;
  height: 40px;
  margin-left: 20px;
}

.text-group_27 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 14px;
}

.box_46 {
  background-color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 120px;
}

.image-text_55 {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 80px;
}

.label_28 {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}

.text-group_28 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 12px;
}

.box_47 {
  background-color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 120px;
}

.image-text_56 {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 80px;
}

.label_29 {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}

.text-group_29 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 12px;
}

.image-wrapper_7 {
  background-color: rgba(3, 14, 40, 1);
  height: 350px;
  width: 1920px;
  margin: 5415px 0 0 -1920px;
}

.image_34 {
  width: 1305px;
  height: 350px;
  margin-left: 309px;
}

.nav-item {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 内容区块样式 */
.section-block {
  padding-top: 20px;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
.student-case-carousel-box {
  display: none;
  position: relative;
}

.faq-carousel-box {
  display: none;
  position: relative;
}

/* Responsive adjustments for coach page */
@media screen and (max-width: 1399px) {
  .block_31 {
    display: none;
  }
  .text_110 {
    white-space: normal;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
  }
  .section-block {
    padding-top: 0px;
    margin-bottom: 0px;
    transition: all 0.5s ease;
  }

  .header-content [class^="image-text_"] {
    margin: 20px 0 0 50px;
    align-items: center;
  }
  .header-content [class^="text-group_"] {
    margin-left: 18px;
  }
  .coach-page {
    padding: 0 32px 80px;
  }
  .text-wrapper_5 {
    max-width: auto;
    justify-content: center;
  }
  .paragraph_1,
  .box_6 {
    width: auto;
  }

  .box_3 {
    height: auto;
    padding: 30px 0;
    background-size: cover;
    background: none;
  }

  .coach-hero-images {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .coach-hero-image img {
    width: 100% !important;
    height: auto !important;
  }

  .header-content,
  .block_27,
  .student-case-carousel-box,
  /* .text-group_30, */
  /* .text-group_31, */
  .box_10,
  .box_12,
  .block_30,
  .box_15,
  .block_31,
  .box_30,
  .block_32 {
    width: 100%;

    margin-bottom: 0px;
    height: auto;
  }
  .group_11 {
    width: auto;
  }
  .group_31 {
    width: 100%;
    height: auto;
  }
  .box_30 {
    padding-bottom: 30px;
  }

  .header-content {
    flex-wrap: wrap;
    gap: 16px;
    height: auto;
    margin-top: -10px;
  }

  .header-content > div {
    flex: 1 1 calc(20% - 16px);
    min-width: 160px;
  }

  .project-carousel-box {
    padding: 0 40px;
  }

  .project-card {
    flex: 0 0 33.333%;
  }

  .student-case-desktop {
    display: none !important;
  }

  .student-case-carousel-box {
    display: block;
  }

  .student-case-slide {
    padding: 0 8px;
  }

  .faq-desktop {
    display: none;
  }

  .faq-carousel-box {
    display: block;
  }

  .faq-slide {
    padding: 0 8px;
  }

  .coach-page .consultation-group_34 {
    padding: 40px 24px;
    height: auto;
  }

  .coach-page .consultation-group_34 > div {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .coach-page .custom-thesis-consultation-form {
    width: 100% !important;
    height: auto !important;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
  }

  .coach-page .custom-thesis-consultation-form > * {
    flex: 1 1 100%;
  }

  .coach-page .consultation-box_35,
  .coach-page .consultation-text-wrapper_28,
  .coach-page .consultation-section_20,
  .coach-page .consultation-text-wrapper_29 {
    width: 100%;
  }

  .coach-page .consultation-section_20 {
    flex-wrap: wrap;
    gap: 12px;
  }

  .coach-page .consultation-image-text_10 {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .box_10 {
    height: auto;
    padding: 40px 32px;
    background-position: center top;
    display: flex;
    justify-content: center;
  }

  .fuwujishu {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .fuwujishu .box_11 {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 18px;
    border-radius: 0;
    border: 1px solid rgba(51, 133, 255, 0.22);
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .fuwujishu .box_11 .tab-item {
    min-width: 0;
    padding: 10px 8px;
    border-radius: 0;
    text-align: center;
    width: auto;
    justify-content: center;
  }

  .fuwujishu .box_11 .tab-item span {
    font-size: 15px;
    line-height: 1.2;

    width: auto;
    height: auto;
    white-space: normal;
    margin: 0;
  }

  .fuwujishu .box_12 {
    flex: 1;
    width: 100%;
    height: auto;
  }

  .box_54 {
    height: auto;
    flex-direction: column;
    gap: 24px;
  }

  .fuwuneirong-left,
  .fuwuneirong-right {
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }

  .paragraph_7,
  .paragraph_8 {
    width: 100%;
    height: auto;
    line-height: 1.8;
  }

  .faq-slide {
    padding: 0 6px;
  }

  .faq-dot {
    width: 9px;
    height: 9px;
  }

  .faq-dot.active {
    width: 28px;
  }

  .student-case-slide {
    padding: 0 6px;
  }

  .student-case-nav {
    gap: 6px;
  }

  .block_30 {
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }
  .block_30 > div > * {
    margin: 0;
    width: auto;
  }

  .block_30 > div {
    width: calc(33.33% - 20px);
    min-width: 240px;
    justify-content: space-evenly;
    align-items: center;
  }

  .box_15 .list_3 {
    width: 100%;
    padding: 0 16px;
    margin: 30px auto 0;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    justify-content: space-between;
  }

  .box_15 .list_3::-webkit-scrollbar {
    display: none;
  }

  .box_15 .list-items_1-0,
  .box_15 .list-items_1-1,
  .box_15 .list-items_1-2 {
    /* flex: 0 0 50%; */
    max-width: 50%;
    min-width: 260px;
    scroll-snap-align: center;
    margin: 0;
  }

  .block_31 {
    flex-wrap: wrap;
    gap: 20px;
  }

  .block_31 .group_11 {
    width: calc(50% - 10px);
  }

  .student-case-desktop {
    width: 100%;
  }

  .student-case-carousel-box {
    width: 100%;
    margin: 36px auto 0;
    padding: 0 48px;
    box-sizing: border-box;
    display: block;
  }

  .student-case-carousel {
    width: 100%;
    overflow: hidden;
  }

  .student-case-carousel-inner {
    display: flex;
    transition: transform 0.45s ease;
  }

  .student-case-slide {
    flex: 0 0 33.33%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .student-case-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .student-case-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .student-case-dot.active {
    width: 36px;
    background: #3385ff;
  }

  .box_33,
  .box_32,
  .text-group_18,
  .image-text_46,
  .text-group_19 {
    width: auto;
    height: auto;
    white-space: normal;
  }
  .text-group_19 {
    padding: 0 10px;
  }
  .faq-carousel-box {
    width: 100%;
    margin: 32px auto 0;
    padding: 0 48px;
    box-sizing: border-box;
    display: block;
  }

  .faq-carousel {
    width: 100%;
    overflow: hidden;
  }

  .faq-carousel-inner {
    display: flex;
    transition: transform 0.45s ease;
  }

  .faq-slide {
    flex: 0 0 33.33%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .faq-slide .box_32 {
    height: 100%;
    width: auto;
  }

  .faq-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .faq-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .faq-dot.active {
    width: 36px;
    background: #3385ff;
  }

  .block_32 {
    flex-wrap: wrap;
    gap: 20px;
  }

  .block_32 .box_32 {
    width: calc(50% - 10px);
    min-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .coach-page {
    padding: 0 20px 60px;
  }

  .box_10 {
    padding: 32px 20px;
  }

  .header-content {
    /* position: sticky; */
    top: 12px;
    /* z-index: 15; */
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;

    padding: 16px 20px 20px;
  }

  .header-content > div {
    width: 100%;
  }

  .header-content [class^="image-text_"] {
    margin: 0;
    align-items: center;
  }

  .header-content .nav-item span {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

  .coach-hero-images,
  .coach-hero-image {
    display: none;
  }

  .header-content .nav-item {
    min-width: 0;
    height: 96px;

    background: none;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 8px;
  }

  .header-content .nav-item img {
    margin-left: 0;
  }

  .header-content .nav-item span {
    font-size: 14px;
    white-space: nowrap;
  }

  .coach-hero-images {
    display: none;
  }

  .text-wrapper_5 {
    width: 100%;
  }

  .fuwujishu {
    flex-direction: column;
    gap: 20px;
  }

  .box_11 {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 14px 16px;
    border-radius: 0;
    border: 1px solid rgba(51, 133, 255, 0.22);
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: visible;
  }

  .box_12 {
    width: 100%;
    margin-top: 12px;
    border-radius: 20px;
  }

  .box_54 {
    flex-direction: column;
  }

  .fuwuneirong-left,
  .fuwuneirong-right {
    padding: 32px 24px;
  }

  .box_11 .tab-item {
    min-width: 0;
    height: auto;
    padding: 9px 8px;
    border-radius: 16px;
  }

  .box_11 .tab-item span {
    font-size: 14px;
  }

  .coach-page .consultation-group_34 {
    padding: 36px 20px;
  }

  .coach-page .custom-thesis-consultation-form {
    gap: 10px;
  }

  .block_30 > div {
    width: calc(50% - 10px);
  }

  .box_15 .list-items_1-0,
  .box_15 .list-items_1-1,
  .box_15 .list-items_1-2 {
    /* flex: 0 0 70%; */
    max-width: 70%;
    min-width: 260px;
  }

  .block_31 .group_11,
  .block_32 .box_32 {
    width: 100%;
  }

  .text-group_30 img,
  .text-group_31 img {
    display: block;
    width: min(420px, 100%);
    height: auto;
    margin: 0 auto;
  }

  .text_21 {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    line-height: 1.6;
  }

  .project-carousel-box {
    padding: 0 24px;
  }

  .project-card {
    flex: 0 0 50%;
  }

  .faq-slide {
    padding: 0 6px;
  }

  .faq-dot {
    width: 9px;
    height: 9px;
  }

  .faq-dot.active {
    width: 28px;
  }

  .text-wrapper_5 {
    width: 100%;
    min-width: 0;
    height: auto;

    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    max-width: none;
  }

  .paragraph_1 {
    width: 100%;
    height: auto;
    /* border-radius: 12px; */
    padding: 8px 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .box_6 {
    width: 100%;
    height: auto;
    min-height: 140px;
    padding: 16px;
    box-sizing: border-box;
    /* border-radius: 14px; */
    background-size: cover;
    background-position: center;
    flex-direction: column;
    gap: 14px;
    border: 1px solid rgba(51, 133, 255, 0.16);
  }
  .text-wrapper_5:hover .box_6 {
    border-left: 1px solid rgba(51, 133, 255, 1);
  }

  .text_22 {
    white-space: normal;
    line-height: 1.4;
  }

  .block_28 {
    width: 100%;
    gap: 12px;
  }

  .block_28 > div {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .block_28 > div span {
    margin: 0;
    text-align: center;
  }

  .box_10 {
    height: auto;

    padding: 24px 20px 32px;
    background-position: center top;
  }

  .fuwujishu {
    padding: 0;
    gap: 20px;
  }

  .box_11,
  .box_12 {
    width: 100%;
    height: auto;
  }

  .box_11 {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 0;
    border: 1px solid rgba(51, 133, 255, 0.22);
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: visible;
  }

  .box_11 .tab-item {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
    height: auto;
    padding: 10px 12px;
    border-radius: 18px;
    text-align: center;
  }

  .box_11 .tab-item span {
    margin: 0;
    line-height: 1.3;
    font-size: 15px;
  }

  .box_12 {
    padding: 24px 20px;
  }

  .box_54 {
    height: auto;
    flex-direction: column;
    gap: 24px;
  }

  .fuwuneirong-left,
  .fuwuneirong-right {
    width: 100%;
    padding: 24px;
  }

  .fuwuneirong-left-content,
  .fuwuneirong-right-content {
    margin-top: 20px;
    padding-right: 0;
  }

  .paragraph_7,
  .paragraph_8 {
    width: 100%;
    height: auto;
    line-height: 1.8;
  }

  .box_55 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .coach-page {
    padding: 0 16px 40px;
  }

  .student-case-carousel-box,
  .faq-carousel-box {
    padding: 0 32px;
  }

  .coach-page .consultation-group_34 {
    padding: 30px 16px;
  }

  .coach-page .consultation-text_102 {
    font-size: 20px;
  }

  .text-group_30 {
    margin: 20px auto 0;
  }

  .header-content {
    top: 8px;
    padding: 12px 10px;
    gap: 8px;
    border-radius: 32px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .list_3 [class^="text_68"] {
    margin: 0 0 0;
    align-self: center;
  }
  .list_3 [class^="image-text_"],
  .list_3 [class^="box_16-"] {
    width: auto;
  }
  .list_3 [class^="box_16-"] {
    padding: 10px;
  }

  .header-content .nav-item {
    min-width: 0;
    height: 66px;
    /* border-radius: 40px; */
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); */
    padding: 10px;
    gap: 6px;
  }

  .header-content .nav-item img {
    height: 32px;
    width: auto;
  }

  .header-content .nav-item span {
    white-space: nowrap;
  }

  .coach-hero-image {
    flex: 0 0 auto;
  }

  .text-wrapper_5 {
    width: 100%;
  }

  .block_30 > div {
    width: calc(50% - 10px);
    min-width: 0;
  }

  .box_15 .list_3 {
    width: 100%;
    padding: 0 12px;
    margin: 24px auto 0;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .box_15 .list_3::-webkit-scrollbar {
    display: none;
  }

  .box_15 .list-items_1-0,
  .box_15 .list-items_1-1,
  .box_15 .list-items_1-2 {
    /* flex: 0 0 85%; */
    max-width: 85%;
    min-width: 240px;
  }

  .block_32 {
    gap: 16px;
  }

  .project-carousel-box {
    padding: 0 20px;
    margin-top: 20px;
  }
  .text_52 {
    margin: 0 auto;
  }

  .project-card {
    flex: 0 0 100%;
  }

 

  .text-wrapper_5 {
    padding: 0px;
    box-shadow: 0 10px 28px rgba(15, 76, 129, 0.08);
    gap: 12px;
  }

  .paragraph_1 {
    font-size: 18px;
  }

  .faq-slide {
    padding: 0 4px;
    flex: 0 0 100%;
  }

  .faq-dot {
    width: 8px;
    height: 8px;
  }

  .faq-dot.active {
    width: 24px;
  }

  .box_6 {
    padding: 14px 14px 24px 14px;
    min-height: unset;
  }

  .block_28 {
    gap: 8px;
  }

  .block_28 > div {
    flex: 1 1 100%;
    height: 40px;
  }

  .box_11 {
    padding: 10px 12px;
    border-radius: 0;
    border: 1px solid rgba(51, 133, 255, 0.22);
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .box_11 .tab-item {
    min-width: 120px;
    font-size: 14px;
  }

  .box_12 {
    padding: 20px 16px;
  }

  .fuwuneirong-left,
  .fuwuneirong-right {
    padding: 20px 16px;
  }

  .coach-page .consultation-text_102 {
    font-size: 20px;
  }

  .fuwuneirong-header img {
    width: 20px;
    height: 20px;
  }

  .text-group_3,
  .text-group_4 {
    font-size: 18px;
  }

  .student-case-slide {
    padding: 0 4px;
  }

  .student-case-nav {
    gap: 5px;
    margin-top: 16px;
  }

  .student-case-dot {
    width: 8px;
    height: 8px;
  }

  .student-case-dot.active {
    width: 24px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph_9 {
    text-align: left;
  }
  .coach-page {
    padding: 0 12px 32px;
  }
  .block_28 > div {
    min-width: auto;
  }

  .header-content {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 8px 12px;
  }

  .project-carousel-box {
    padding: 0 12px;
  }

  .project-nav-btn {
    width: 34px;
    height: 34px;
  }

  .coach-carousel-arrow {
    width: 34px;
    height: 34px;
  }

  .coach-carousel-arrow img {
    width: 14px;
  }

  .student-case-carousel-box,
  .faq-carousel-box {
    padding: 0 24px;
  }

  .project-nav {
    margin-top: 18px;
  }

  .text-wrapper_5 {
    min-width: 100%;
  }

  .block_30 > div,
  .block_32 .box_32 {
    padding: 16px;
  }

  .coach-hero-images {
    display: none;
  }

  .text_21 {
    font-size: 15px;
    line-height: 1.5;
    width: auto;
    height: auto;
    white-space: normal;
  }

  .paragraph_1 {
    font-size: 17px;
  }

  .box_11 .tab-item {
    flex: 1 1 100%;
    min-width: 0;
    padding: 8px 10px;
    font-size: 13px;
  }

  .box_12 {
    padding: 18px 14px;
  }

  .box_15 .list_3 {
    padding: 0 6px;
    gap: 8px;
  }

  .box_15 .list-items_1-0,
  .box_15 .list-items_1-1,
  .box_15 .list-items_1-2 {
    flex: 0 0 95%;
    max-width: 95%;
  }

  .coach-page .custom-thesis-consultation-form {
    gap: 8px;
  }

  .coach-page .consultation-image-text_10 {
    gap: 10px;
  }
}

@media screen and (max-width: 1399px) {
  .consultation-group_34 {
    height: auto !important;
    padding: 32px 24px;
  }
  .consultation-image-wrapper_9 {
    margin-top: 20px !important;
    padding: 5px !important;
  }

  .consultation-group_34 > div {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .custom-consultation-form {
    width: 100% !important;
    flex-wrap: wrap !important;
    height: auto !important;
    align-items: stretch;
  }

  .custom-consultation-form > * {
    width: calc(50% - 10px) !important;
  }
  .text-group_31 {
    margin-top: 20px;
  }
  .text-group_32,
  .paragraph_9 {
    width: 100%;
    justify-content: center;
    height: auto;
  }
  .paragraph_9 {
    padding: 10px;
    font-size: 13px;
    margin: 10px 0;
  }

  .consultation-text-wrapper_29,
  .consultation-image-text_10 {
    width: 100% !important;
  }

  .consultation-image-text_10 {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
  .consultation-group_34 {
    padding: 24px 16px;
    align-items: flex-start;
    margin-top: 40px;
  }

  .custom-consultation-form > * {
    width: 100% !important;
  }

  .consultation-box_35,
  .consultation-text-wrapper_27,
  .consultation-text-wrapper_28,
  .consultation-section_20,
  .consultation-text-wrapper_29 {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .consultation-image-text_10 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .consultation-text_102 {
    font-size: 20px;
    line-height: 1.3;
  }

  .consultation-text_106 {
    font-size: 16px;
  }
}
