/* 覆盖 scrm.css 同源选择器：避免 padding-top、角标 absolute 与陪跑首屏布局叠加变形 */
.page-first-screen {
  height: 984px;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (max-width: 1650px) {
  .page-first-screen {
    height: calc(984px * 0.86);
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen {
    height: calc(984px * 0.73);
  }
}
.page-first-screen .screen-banner {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.page-first-screen .screen-banner-info {
  position: relative;
  text-align: center;
  width: 1200px;
  margin: 74px auto 0 auto;
}
.page-first-screen .screen-banner-info h1,
.page-first-screen .screen-banner-info h2 {
  font-size: var(--font-size-72);
  font-weight: var(--font-weight-600);
  color: var(--color-111111);
}
.page-first-screen .screen-banner-info h1 span,
.page-first-screen .screen-banner-info h2 span {
  color: var(--color-E52629);
}
.page-first-screen .screen-banner-info p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight);
  color: var(--color-111111);
}
.page-first-screen .screen-banner-info p span {
  color: var(--color-E52629);
}
.page-first-screen .screen-banner-info-icon {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  width: 344px;
  margin: 95px auto 0;
}
.page-first-screen .screen-banner-info-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .page-first-screen .screen-banner-info-icon {
    width: 300px;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen .screen-banner-info-icon {
    width: 220px;
    top: auto;
    right: auto;
  }
}

.page-operate-private-caopan {
  width: min(1500px, calc(100% - 40px));
  margin: 60px auto 0 auto;
  box-sizing: border-box;
}
.page-operate-private-caopan img {
  max-width: 100%;
  height: auto;
}
.page-operate-private-caopan .caopan-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: stretch;
}
.page-operate-private-caopan .caopan-main-card {
  min-width: 0;
  min-height: 620px;
  border-radius: 28px;
  padding: 36px 34px 28px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #dff0ff 0%, #cfe9ff 100%);
  box-shadow: 0 16px 40px rgba(93, 133, 194, 0.12);
}
.page-operate-private-caopan .caopan-main-copy h5 {
  font-size: 36px;
  line-height: 1.35;
  color: #222222;
  font-weight: 600;
}
.page-operate-private-caopan .caopan-main-copy p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.9;
  color: #5f6b7a;
}
.page-operate-private-caopan .caopan-main-visual {
  margin-top: 28px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.page-operate-private-caopan .caopan-dashboard {
  border-radius: 22px;
  padding: clamp(8px, 2vw, 18px);
  background: transparent;
  box-shadow: none;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.page-operate-private-caopan .caopan-dashboard img {
  display: block;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 576 / 333;
  object-fit: contain;
}
.page-operate-private-caopan .caopan-side-cards {
  display: grid;
  gap: 18px;
  min-width: 0;
}
.page-operate-private-caopan .caopan-side-card {
  min-height: 142px;
  border-radius: 20px;
  padding: 28px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(55, 86, 132, 0.08);
}
.page-operate-private-caopan .caopan-side-card h6 {
  font-size: 28px;
  line-height: 1.3;
  color: #222222;
  font-weight: 600;
}
.page-operate-private-caopan .caopan-side-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.9;
  color: #7a8594;
}
.page-modular-120.page-back-white-opacity7 .caopan-button-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-caopan {
    margin: 50px auto 0 auto;
    width: min(1280px, calc(100% - 40px));
  }
  .page-operate-private-caopan .caopan-main-card {
    min-height: 580px;
  }
  .page-operate-private-caopan .caopan-main-copy h5 {
    font-size: 32px;
  }
  .page-modular-120.page-back-white-opacity7 .caopan-button-wrap {
    margin-top: 52px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-caopan {
    margin: 30px auto 0 auto;
    width: min(1100px, calc(100% - 40px));
  }
  .page-operate-private-caopan .caopan-showcase {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    gap: 18px;
  }
  .page-operate-private-caopan .caopan-main-card {
    min-height: 520px;
    padding: 28px 26px 24px;
  }
  .page-operate-private-caopan .caopan-main-copy h5 {
    font-size: 28px;
  }
  .page-operate-private-caopan .caopan-side-card {
    min-height: 122px;
    padding: 22px 22px;
  }
  .page-operate-private-caopan .caopan-side-card h6 {
    font-size: 24px;
  }
  .page-modular-120.page-back-white-opacity7 .caopan-button-wrap {
    margin-top: 44px;
  }
}
@media screen and (max-width: 900px) {
  .page-operate-private-caopan .caopan-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-operate-private-caopan .caopan-main-card {
    min-height: 0;
    padding: 24px 20px 20px;
  }
}

.page-operate-private-team {
  height: auto;
  overflow: hidden;
}
.page-operate-private-team li {
  height: 380px;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  padding: 0 80px;
  overflow: hidden;
  width: 735px;
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-operate-private-team li:first-child .team-list {
  margin-top: 0;
  width: auto;
}
.page-operate-private-team li h5, .page-operate-private-team li .team-list {
  position: relative;
}
.page-operate-private-team li h5 {
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-600);
  color: var(--color-1D1D1F);
}
.page-operate-private-team li .team-list {
  height: auto;
  overflow: hidden;
  width: 340px;
  margin-top: 20px;
}
.page-operate-private-team li .team-list p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight);
  color: var(--color-3D3D3D);
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
}
.page-operate-private-team li .team-list p:last-child {
  margin-bottom: 0;
}
.page-operate-private-team li .team-list p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--color-white);
  border-radius: 50%;
}
.page-operate-private-team li .team-icon {
  width: 382px;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.page-operate-private-team li .team-icon img {
  width: 100%;
}
.page-operate-private-team li .team-icon-126 {
  bottom: -126px;
}
.page-operate-private-team li .team-icon-52 {
  bottom: -52px;
}
.page-operate-private-team li .team-icon-380 {
  bottom: -380px;
}
.page-operate-private-team li .team-icon-128 {
  bottom: -124px;
  right: -36px;
}
.page-operate-private-team li .team-icon-first-lower {
  bottom: -230px;
}
.page-operate-private-team li:nth-child(odd) {
  margin-right: 0;
}
.page-operate-private-team li:nth-child(1) {
  background: linear-gradient(106deg, #E2DDFC 8%, #D0C5FD 100%);
  width: 100%;
  flex-direction: unset;
  justify-content: unset;
  display: flex;
  align-items: center;
}
.page-operate-private-team li:nth-child(1) .team-list {
  margin-left: 70px;
}
.page-operate-private-team li:nth-child(1) .team-icon {
  width: 434px;
  position: absolute;
  right: 0;
  bottom: -48px;
}
.page-operate-private-team li:nth-child(1) .team-icon.team-icon-first-lower {
  bottom: -165px;
}
.page-operate-private-team li:nth-child(1) .team-icon img {
  width: 100%;
}
.page-operate-private-team li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back1.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(2) {
  background: linear-gradient(119deg, #9FF7F7 4%, #DFFAFA 100%);
}
.page-operate-private-team li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back2.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(3) {
  background: linear-gradient(120deg, #9DDDF8 7%, #D7F2FD 100%);
}
.page-operate-private-team li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back3.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(4) {
  background: linear-gradient(120deg, #DDDCFD 7%, #D0F1FD 100%);
}
.page-operate-private-team li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back3.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(5) {
  background: linear-gradient(119deg, #ACCFFC 4%, #D8E2FF 100%);
}
.page-operate-private-team li:nth-child(5)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back2.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-team li {
    width: 635px;
    height: 330px;
    padding: 0 50px;
  }
  .page-operate-private-team li .team-icon {
    width: 332px;
    right: -10px;
  }
  .page-operate-private-team li:nth-child(1) .team-icon {
    width: 380px;
  }
  .page-operate-private-team li:nth-child(1) .team-icon.team-icon-first-lower {
    bottom: -121px;
  }
  .page-operate-private-team li .team-icon-126 {
    bottom: -116px;
  }
  .page-operate-private-team li .team-icon-52 {
    bottom: -42px;
  }
  .page-operate-private-team li .team-icon-380 {
    bottom: -320px;
  }
  .page-operate-private-team li .team-icon-128 {
    bottom: -80px;
    right: -26px;
  }
  .page-operate-private-team li .team-icon-first-lower {
    bottom: -186px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-team li {
    width: 538px;
    height: 300px;
    padding: 0 30px;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .page-operate-private-team li .team-icon {
    width: 300px;
    right: -10px;
  }
  .page-operate-private-team li .team-list {
    margin-top: 12px;
  }
  .page-operate-private-team li:nth-child(1) .team-icon {
    width: 340px;
  }
  .page-operate-private-team li .team-icon-380 {
    bottom: -280px;
  }
}

.page-operate-private-process {
  height: auto;
  overflow: hidden;
  padding: 50px 10px 10px 10px;
  max-height: 800px;
}
.page-operate-private-process li {
  width: 486px;
  height: 320px;
  border-radius: var(--border-radius);
  background: var(--color-white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  margin-right: 30px;
  float: left;
  margin-bottom: 80px;
}
.page-operate-private-process li:nth-child(3n) {
  margin-right: 0;
}
.page-operate-private-process li:nth-child(4), .page-operate-private-process li:nth-child(5), .page-operate-private-process li:nth-child(6) {
  margin-bottom: 0px;
}
.page-operate-private-process li h5 {
  font-size: var(--font-size-36);
  font-weight: var(--font-weight-600);
  color: var(--color-1D1D1F);
}
.page-operate-private-process li .team-list {
  height: auto;
  overflow: hidden;
  margin-top: 24px;
}
.page-operate-private-process li .team-list p {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight);
  color: var(--color-3D3D3D);
}
.page-operate-private-process li .team-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 9px;
  width: 12px;
}
.page-operate-private-process li:nth-child(1) .team-list p::before {
  background: url("/img/operate/private/liucheng-item1.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(2) .team-list p::before {
  background: url("/img/operate/private/liucheng-item2.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(3) .team-list p::before {
  background: url("/img/operate/private/liucheng-item3.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(4) .team-list p::before {
  background: url("/img/operate/private/liucheng-item4.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(5) .team-list p::before {
  background: url("/img/operate/private/liucheng-item5.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(6) .team-list p::before {
  background: url("/img/operate/private/liucheng-item6.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li .team-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 42px;
  top: -50px;
}
.page-operate-private-process li .team-icon img {
  width: 60px;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-process li {
    width: 420px;
    height: 290px;
  }
  .page-operate-private-process li .team-icon {
    width: 80px;
    height: 80px;
    left: 32px;
    top: -40px;
  }
  .page-operate-private-process li .team-icon img {
    width: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-process li {
    margin-right: 24px;
    width: 350px;
  }
  .page-operate-private-process li .team-icon {
    width: 70px;
    height: 70px;
    left: 22px;
    top: -35px;
  }
  .page-operate-private-process li .team-icon img {
    width: 35px;
  }
}

.coach-empower-grid {
  width: 1500px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.coach-empower-module .page-title-sub {
  margin-top: 12px;
}
.coach-empower-module .coach-empower-grid-wrap {
  margin-top: 60px;
}
.coach-empower-card {
  min-height: 430px;
  border-radius: 24px;
  padding: 42px 34px 34px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(72, 126, 255, 0.12);
  box-shadow: 0 12px 28px rgba(93, 133, 194, 0.08);
  text-align: center;
}
.coach-empower-card:nth-child(1) {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(72, 126, 255, 0.12);
}
.coach-empower-card-highlight {
  background: linear-gradient(180deg, rgba(255, 248, 245, 0.98) 0%, rgba(255, 252, 249, 0.98) 100%);
  border-color: rgba(255, 82, 81, 0.18);
}
.coach-empower-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(244, 253, 254, 0.98) 0%, rgba(250, 255, 255, 0.98) 100%);
  border-color: rgba(37, 204, 216, 0.18);
}
.coach-empower-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #eef4ff 0%, #dfe9ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.coach-empower-card-highlight .coach-empower-icon {
  background: linear-gradient(180deg, #fff0ef 0%, #ffe0df 100%);
}
.coach-empower-card:nth-child(3) .coach-empower-icon {
  background: linear-gradient(180deg, #ebfcfd 0%, #d9f8fb 100%);
}
.coach-empower-icon img {
  width: 46px;
}
.coach-empower-card h5 {
  margin-top: 26px;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 600;
  color: #1558f5;
}
.coach-empower-card:nth-child(1) h5,
.coach-empower-card:nth-child(3) h5 {
  color: #1558f5;
}
.coach-empower-card:nth-child(3) h5 {
  color: #25ccd8;
}
.coach-empower-card-highlight h5 {
  color: #ff5251;
}
.coach-empower-card p {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.9;
  color: #5e6470;
}
.page-success-cases-swiper {
  position: relative;
  overflow: hidden;
}
.cases-module .page-title-sub {
  margin-top: 12px;
}
.cases-module .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(93, 133, 194, 0.06);
}
.cases-module .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
  background: #f6f9ff;
  box-shadow: 0 10px 24px rgba(93, 133, 194, 0.05);
}
.cases-module .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
  box-shadow: 0 10px 24px rgba(93, 133, 194, 0.05);
}
.cases-module .page-success-cases-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #c2defe;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-custom {
  height: 505px;
  width: 1500px;
  margin: 0 auto;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-phone {
  width: 228.62px;
  border-radius: 21.27px;
  margin-right: 30px;
  float: left;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
  float: left;
  width: calc(100% - 228.62px - 228.62px - 30px - 30px);
  height: 100%;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
  background: var(--color-white);
  height: 120px;
  border-radius: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo img {
  width: 100%;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info {
  margin-left: 16px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info h6 {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-600);
  color: var(--color-353535);
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info p {
  margin-top: 8px;
  font-size: var(--font-size-14);
  color: var(--color-333333);
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
  height: 320px;
  background: var(--color-white);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  padding: 24px 40px;
  box-sizing: border-box;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight);
  color: var(--color-353535);
  padding-left: 26px;
  position: relative;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::before, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::after, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::before, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::before, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::before {
  background: var(--color-DE1F26);
  left: 0px;
  top: 7px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::after, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::after {
  background: var(--color-FFD6D8);
  left: 4px;
  top: 11px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
  width: 331px;
  border-radius: 20px;
  left: 0px;
  top: 4px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd p {
  font-size: var(--font-size-14);
  color: var(--color-333333);
  margin-top: 16px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
  width: 260px;
  border-radius: 20px;
  margin-right: 0 !important;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt p {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-600);
  color: var(--color-DE1F26);
  margin-top: 24px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt span {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-600);
  color: var(--color-353535);
  margin-top: 4px;
}
@media screen and (max-width: 1650px) {
  .coach-empower-module .coach-empower-grid-wrap {
    margin-top: 52px;
  }
  .coach-empower-grid {
    width: 1280px;
    gap: 24px;
  }
  .coach-empower-card {
    min-height: 390px;
    padding: 36px 28px 30px;
  }
  .coach-empower-card h5 {
    font-size: 34px;
  }
  .coach-empower-card p {
    font-size: 21px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-custom {
    height: 420px;
    width: 1300px;
    margin: 0 auto;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-phone {
    width: 200px;
    margin-right: 24px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
    width: calc(100% - 200px - 200px - 24px - 24px);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
    height: 100px;
    padding: 0 30px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo {
    width: 70px;
    height: 70px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info {
    margin-left: 16px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    height: 288px;
    margin-right: 24px;
    margin-top: 24px;
    padding: calc(24px * 0.86) calc(40px * 0.86);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
    width: 292px;
    left: 0px;
    top: 4px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    width: 220px;
  }
}
@media screen and (max-width: 1420px) {
  .coach-empower-module .page-title-sub {
    margin-top: 6px;
  }
  .coach-empower-module .coach-empower-grid-wrap {
    margin-top: 44px;
  }
  .coach-empower-grid {
    width: 1100px;
    gap: 20px;
  }
  .coach-empower-card {
    min-height: 340px;
    padding: 28px 24px 24px;
  }
  .coach-empower-icon {
    width: 80px;
    height: 80px;
  }
  .coach-empower-icon img {
    width: 40px;
  }
  .coach-empower-card h5 {
    margin-top: 20px;
    font-size: 28px;
  }
  .coach-empower-card p {
    margin-top: 18px;
    font-size: 18px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-custom {
    height: 374px;
    width: 1100px;
    margin: 0 auto;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-phone {
    width: 180px;
    margin-right: 16px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
    width: calc(100% - 180px - 180px - 16px - 16px);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
    height: 90px;
    padding: 0 20px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo {
    width: 70px;
    height: 70px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info {
    margin-left: 8px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info p {
    margin-top: 8px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    height: 264px;
    margin-right: 16px;
    margin-top: 16px;
    padding: calc(24px * 0.73) calc(40px * 0.73);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
    width: 240px;
    left: 0px;
    top: 4px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    width: 196px;
    margin-right: 0;
  }
}
.page-success-cases-swiper .swiper-pagination {
    bottom: 0;
}
.page-success-cases-swiper .swiper-pagination li{
    width: 10px;
    transition: width 0.15s ease-in-out;
}
.page-success-cases-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
}
.page-success-cases-swiper  {
    position: relative;
}
.page-success-cases-swiper .swiper-pagination {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.page-success-cases-swiper  .swiper-pagination li {
    height: 10px;
    width: 10px;
    background: #D8D8D8;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.page-success-cases-swiper  .swiper-pagination li:last-child {
    margin-right: 0;
}

.page-success-cases-swiper  .swiper-pagination .swiper-pagination-bullet-active {
    background: #C2DEFE;
    width: 37px;
}

/* 陪跑页「360」：flex 两列等高；右列三张卡均分填满与左列相同高度 */
.private-domain-deliver-360 .page-scrm-type-list.page-scrm-type-360 {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.private-domain-deliver-360 .page-scrm-type-360 li {
  float: none;
  flex-shrink: 0;
}
.private-domain-deliver-360 .page-scrm-type-360 li:nth-child(2) {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
}
.private-domain-deliver-360 .page-scrm-type-360 li:nth-child(2) div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-EEF4FE);
  box-shadow: 0px 4px 10px 0px rgba(129, 190, 255, 0.1);
  flex: 1 1 0;
  min-height: 0;
  margin-bottom: 0;
  height: auto;
}
@media screen and (max-width: 1650px) {
  .private-domain-deliver-360 .page-scrm-type-360 li:nth-child(2) {
    gap: calc(32px * 0.4);
  }
}
@media screen and (max-width: 1420px) {
  .private-domain-deliver-360 .page-scrm-type-360 li:nth-child(2) {
    gap: 18px;
  }
}

/* 陪跑页：解除全局 min-width，窄屏下仍可用右侧浮条与咨询弹窗 */
html.page-peipao-responsive,
html.page-peipao-responsive body {
  min-width: 0;
}
html.page-peipao-responsive .box,
html.page-peipao-responsive .box.boxContent {
  min-width: 0;
}
/* 右侧浮条：小屏贴底避免被裁切，保留点击 */
@media screen and (max-width: 900px) {
  html.page-peipao-responsive .floating {
    top: auto;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    transform: none;
    right: 0;
    padding-right: 10px;
    min-height: 0;
    z-index: 100000;
  }
  html.page-peipao-responsive .floating .floating-btn-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  html.page-peipao-responsive .floating {
    transform: scale(0.9);
    transform-origin: right bottom;
    padding-right: 6px;
  }
}
/* 咨询二维码弹窗：按视口整体缩放，避免大于屏幕 */
@media screen and (max-width: 920px) {
  html.page-peipao-responsive #image-modal .modal-content {
    transform: translate(-50%, -50%) scale(min(1, calc((100vw - 24px) / 900)));
  }
}
 /*# sourceMappingURL=operate-private.css.map */
