/* China_Japan_integration.css */
@font-face {
   font-family: "AlibabaPuHuiTi";
   src: url("../fonts/SourceHanSans-Normal.otf") format("opentype");
   font-weight: 400;
   font-style: normal;
}

/* 导航栏整体背景 */
html {
   overflow-x: hidden;
}

body {
   font-family: "AlibabaPuHuiTi", "Microsoft Yahei", "Hiragino Sans GB";
   overflow-x: hidden;
   color: #686a6f;
   font-size: 16px;
   line-height: 1.8;
   padding: 0;
   margin: 0;
}

button {
   font-family: inherit;
}

p span div {
   font-family: inherit;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
td,
th,
label,
input,
textarea,
select {
   font-family: inherit;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
   font-family: inherit;
}

img {
   max-width: 100%;
}

ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.container {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

header h1 {
   margin: 0;
   font-size: 2.5rem;
   text-align: center;
}

main {
   padding: 40px 0;
}

.marketing-services {
   background-color: white;
   padding: 40px 0;
}

.marketing-services h2 {
   text-align: center;
   color: #00a0e9;
   font-size: 2rem;
   margin-bottom: 20px;
}

.marketing-services p {
   text-align: center;
   font-size: 1.2rem;
   margin: 10px 0;
   color: rgba(41, 41, 41, 1);
}

.service-details {
   max-width: 800px;
   margin: 40px auto;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 30px;
   padding: 0 20px;
}

.detail-item {
   background-color: #f9f9f9;
   padding: 25px;
   border-radius: 8px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   text-align: center;
}

.detail-item h3 {
   color: #00a0e9;
   font-size: 1.5rem;
   margin-bottom: 15px;
}

.detail-item p {
   text-align: left;
   color: #666;
   line-height: 1.6;
}

/* Contact section styles to match home.html */
.contact-section {
   width: 100%;
   padding: 30px 0;
   margin-top: 30px;
}


.contact-header {
   display: flex;
   flex-direction: column;
   width: 100%;
   text-align: center;
   align-items: center;
   margin-bottom: 20px;
   background-color: rgb(20 19 19 / 89%);
}

.contact-header .en {
   font-size: 48px;
   color: rgba(255, 255, 255, 0.1);
}

.contact-header .cn {
   font-size: 48px;
   color: rgba(255, 255, 255, 1);
   margin-top: -50px;
}

.contact-content {
   display: flex;
   gap: 50px;
   align-items: center;
   /* 垂直居中 */
}

.contact-image {
   flex: 1;
   text-align: center;
   /* background-color: white; */
   padding: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.contact-image img {
   width: 400px;
}

.contact-info-list {
   gap: 20px;
   display: flex;
   margin-top: 0;
   flex-direction: column;
   margin-left: 0;
   align-items: stretch;
}

.info-item {
   background-color: white;
   display: flex;
   padding: 10px;
   align-items: center;
   border: 1px solid #e1e1e1;
   cursor: pointer;
   text-decoration: none;
}

.info-item h5 {
   font-weight: 900;
}

.info-item_log {
   color: #00c3ff;
   padding: 20px;
   font-size: 24px
}

.info-item .text {
   font-size: 20px;
}

.text h5 {
   margin: 0 0 10px 0;
   flex: 1;
   font-size: 22px;
   color: #000;
}

.text p {
   margin: 0;
   font-size: 18px;
   color: #000;
}

.banner-slider {
   background-image: url('../img/home/中日整合营销.png');
   width: 100%;
   height: 560px;
   background-size: cover;
   background-position: center;
   position: relative;
   margin-top: 80px;
}

.text-content {
   padding-top: 100px;
   text-align: center;
   margin: 0 auto;
}

.title {
   font-size: 48px;
   color: rgba(41, 41, 41, 1);
   font-weight: bold;
   margin-bottom: 25px;
   white-space: nowrap;
}

.title span {
   color: #00a0e9;
}

.desc-group {
   font-size: 20px;
   color: rgba(41, 41, 41, 1);
   line-height: 1.8;
   text-align: center;
   margin: 0 auto;
}

.what-we-do {
   position: relative;
   background: #fff;
   padding: 30px 20px;
   overflow: hidden;
   text-align: center;
}

/* 内容区 */
.what-we-do .content {
   position: relative;
   z-index: 2;
   max-width: 900px;
   margin: 0 auto;
}

/* 标题结构 */
.title-box {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
}

.title-box h2 {
   font-size: 56px;
   font-weight: 600;
   color: rgba(0, 195, 255, 1);
   margin: 0;
}

/* 小圆点 */
.title-box .dot {
   width: 33px;
   height: 33px;
   background: rgba(0, 195, 255, 1);
   border-radius: 50%;
   display: inline-block;
}

.title-box .dot_two {
   width: 33px;
   height: 33px;
   background: rgba(0, 195, 255, 0.5);
   border-radius: 50%;
   display: inline-block;
}

/* 标题下划线 */
.title-line {
   width: 220px;
   height: 4px;
   background: rgba(0, 195, 255, 1);
   margin: 14px auto 40px;
   border-radius: 2px;
}

/* 文字 */
.what-we-do p {
   font-size: 24px;
   color: rgba(41, 41, 41, 1);
   line-height: 2;
   margin: 0 0 20px;
}

.what-we-do p.sub {
   margin-top: 10px;
}

/* 左右背景半圆 */
.bg-circle {
   position: absolute;
   top: 50%;
   width: 260px;
   height: 260px;
   background: rgba(0, 195, 255, 1);
   border-radius: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

.bg-circle.left {
   left: -130px;
   /* 露出一半 */
}

.bg-circle.right {
   right: -130px;
   /* 露出一半 */
}

.service-section {
   background: #f4fbff;
   padding: 30px 20px;
}

/* ===== 标题 ===== */
.service-title {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 18px;
   color: rgba(0, 195, 255, 1);
}

.service-title h2 {
   font-size: 36px;
   font-weight: 600;
   margin: 0;
}

/* ===== 卡片 ===== */
.service-card {
   max-width: 1200px;
   margin: 0 auto;
   background: #fff;
   border-radius: 16px;
   padding: 50px 60px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
}

/* 顶部蓝色条 */
.service-card::before {
   content: "";
   position: absolute;
   top: -14px;
   left: 0;
   width: 100%;
   height: 18px;
   background: linear-gradient(90deg, rgba(0, 195, 255, 1), #00d4ff);
   border-radius: 18px;
}

/* ===== 左侧 ===== */
.service-left {
   display: flex;
   gap: 30px;
}

.service-index {
   font-size: 64px;
   font-weight: 700;
   color: rgba(0, 195, 255, 1);
   opacity: 0.9;
}

.service-text h3 {
   font-size: 28px;
   margin: 0 0 14px;
   color: #222;
}

.service-text .highlight {
   color: rgba(0, 195, 255, 1);
   font-size: 36px;
}

.service-text ul {
   padding-left: 18px;
   margin: 0;
}

.service-text li {
   line-height: 2;
   color: rgba(41, 41, 41, 1);
   list-style: disc;
   font-size: 24px;
}

/* ===== 右侧插画 ===== */
.service-right img {
   max-width: 300px;
   height: auto;
}

.advantage {
   max-width: 1200px;
   margin: 30px auto;
}

/* 每一行 */
.adv-item {
   display: flex;
   align-items: stretch;
   margin: 0 auto;
   margin-bottom: 20px;
   width: 700px;
}

/* 左侧 */
.adv-left {
   width: 80px;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-right: -30px;
   margin-top: 8px;

}

.adv-circle {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: rgba(0, 195, 255, 1);
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 4px solid #fff;
   box-shadow: 0 0 0 2px #000;
   position: relative;
}

.adv-circle::after {
   content: "";
   position: absolute;
   left: 26px;
   top: 128%;
   transform: translateY(-50%);
   width: 2px;
   height: 17px;
   background-color: #000;
}

.adv-item:last-child .adv-circle::after {
   display: none;
}

.adv-vertical {
   width: 2px;
   flex: 1;
   background: #000;
}

/* 右侧 */
.adv-right {
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

/* 上下横线 */
.adv-line {
   height: 2px;
   background: #000;
}

/* 文本一定在两条线之间 */
.adv-right p {
   margin: 14px 0;
   font-size: 24px;
   color: rgba(41, 41, 41, 1);
   white-space: nowrap;
   font-weight: 600;
}

.blue {
   color: rgba(0, 195, 255, 1);
   font-weight: 600;
   margin-left: 24px;
}

.cooperation {
   background: #f4f6f8;
   padding: 30px 20px;
   text-align: center;
}

/* 流程区 */
.process-list {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
   margin-top: 80px;
}

.process-item {
   position: relative;
   display: flex;
   align-items: center;
}

/* 步骤圆 */
.step {
   position: absolute;
   top: -36px;
   left: 50%;
   transform: translateX(-50%);
   width: 82px;
   height: 82px;
   background: #fff;
   border-radius: 50%;
   font-size: 40px;
   font-weight: bold;
   color: rgba(0, 195, 255, 1);
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 2;
}

/* 卡片 */
.card {
   background: rgba(0, 195, 255, 1);
   padding: 50px 20px 30px;
   border-radius: 10px;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
}

.card p {
   margin: 0;
   line-height: 1.6;
   font-size: 22px;
}

.arrow {
   width: 32px;
   height: 32px;
   background: #ffffff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   /* 上下居中 */
   justify-content: center;
   /* 左右居中 */
   margin-right: -10px;
   margin-left: -10px;
   /* 关键：贴进 card 边缘 */
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   z-index: 3;
}

/* 箭头符号 */
.arrow-icon {
   color: rgba(0, 195, 255, 1);
   font-size: 36px;
   line-height: 1;
   margin-left: 2px;
   margin-bottom: 8px;
   /* 让箭头更居中一点 */
}

/* 最后一个不显示箭头 */
.process-item:last-child .arrow {
   display: none;
}

.customers {
   background: #11b8f5;
   padding: 30px 0px;
   color: #fff;
   text-align: center;
}

.divider {
   width: 260px;
   height: 4px;
   background: #fff;
   margin: 24px auto 50px;
   border-radius: 2px;
}

.customers-list {
   margin: 0 auto;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 24px 30px;
}

.item {
   border: 2px solid rgba(255, 255, 255, 0.85);
   padding: 22px 28px;
   display: flex;
   align-items: center;
   gap: 18px;
   border-radius: 4px;
}

.item_p {
   font-size: 28px;
   text-align: left;
   font-weight: bold;
}

.cta {
   padding: 20px 0;
   text-align: center;
}

.cta h1 {
   font-size: 48px;
   font-weight: 700;
   letter-spacing: 1px;
   margin-bottom: 24px;
   color: rgba(41, 41, 41, 1);
}

.cta p {
   font-size: 36px;
   line-height: 1.6;
   color: rgba(41, 41, 41, 1);
}

.sigma_footer-copyright {
   text-align: center;
}

/* 响应式 */
@media (max-width: 992px) {
   .arrow {
      display: none;
   }
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
   .contact-content {
      flex-direction: column;
   }

   .contact-header .cn {
      margin-top: -40px;
   }

   .contact-header .en {
      font-size: 36px;
   }

   .contact-header .cn {
      font-size: 36px;
   }
}

@media (min-width: 991px) and (max-width: 1200px) {
   .container {
      max-width: 960px;
   }

   /* Reduce font sizes for medium screens */
   .title {
      font-size: 40px;
   }

   .desc {
      font-size: 16px;
   }

   .title-wrap .title {
      font-size: 48px;
   }

   .descs {
      font-size: 20px;
   }

   .cap-title {
      font-size: 24px;
   }

   .cap-desc {
      font-size: 16px;
   }

   .about-header_en {
      font-size: 40px;
   }

   .about-header_cn {
      font-size: 40px;
   }

   .about span {
      font-size: 14px;
   }

   .about-bottom {
      font-size: 16px;
   }

   .capabilities_log_en {
      font-size: 40px;
   }

   .capabilities_log_cn {
      font-size: 40px;
   }

   .cap-card {
      width: 280px;
      height: 360px;
   }

   .ago {
      font-size: 40px;
   }

   .agp {
      font-size: 40px;
   }

   .agm {
      font-size: 40px;
   }

   .agl {
      font-size: 80px;
   }

   .service-title {
      font-size: 24px;
   }

   .service-desc {
      font-size: 14px;
   }

   .contact-header .en {
      font-size: 36px;
   }

   .contact-header .cn {
      font-size: 36px;
      margin-top: -25px;
   }

   /* Adjust padding for medium screens */
   .cap-card {
      padding: 15px;
   }

   .about-bottom {
      padding: 15px;
   }

   .contact-content {
      gap: 30px;
   }

   .contact-info-list {
      margin-left: 60px;
   }

   .text-content {
      padding-top: 40px;
   }
}

@media (max-width: 1200px) {
   .header-container {
      max-width: 1000px;
   }

   .banner-slider {
      height: 500px;
   }

   .text-content {
      max-width: 500px;
   }
}

@media (max-width: 1024px) {
   .header-container {
      max-width: 960px;
   }

   .container {
      max-width: 960px;
   }

   .title {
      font-size: 36px;
   }

   .desc {
      font-size: 15px;
   }

   .title-wrap .title {
      font-size: 42px;
   }

   .descs {
      font-size: 18px;
   }

   .cap-title {
      font-size: 22px;
   }

   .cap-desc {
      font-size: 15px;
   }

   .about-header_en {
      font-size: 36px;
   }

   .about-header_cn {
      font-size: 36px;
   }

   .about-bottom {
      font-size: 15px;
   }

   .capabilities_log_en {
      font-size: 36px;
   }

   .capabilities_log_cn {
      font-size: 36px;
   }

   .ago {
      font-size: 36px;
   }

   .agp {
      font-size: 36px;
   }

   .agm {
      font-size: 36px;
   }

   .agl {
      font-size: 70px;
   }

   .service-title {
      font-size: 22px;
   }

   .service-desc {
      font-size: 14px;
   }

   .contact-header .en {
      font-size: 32px;
   }

   .contact-header .cn {
      font-size: 32px;
   }

   .banner-slider {
      height: 450px;
   }

   .text-content {
      padding-top: 60px;
   }
}

@media (min-width: 1024px) and (max-width: 1200px) {
   .service-text li {
      font-size: 20px
   }

   .title-box h2 {
      font-size: 48px;
   }

   .card {
      padding: 50px 10px 30px;
   }

   .step {
      width: 70px;
      height: 70px;
   }

   .card p {
      margin: 0;
      line-height: 1.6;
      font-size: 20px;
   }
}

@media (min-width: 991px) and (max-width: 1024px) {
   .service-text li {
      font-size: 16px
   }

   .title-box h2 {
      font-size: 40px;
   }

   .card {
      padding: 50px 10px 30px;
   }

   .step {
      width: 60px;
      height: 60px;
      font-size: 30px;
      top: -30px;
   }

   .card p {
      font-size: 16px;
   }

   .cta h1 {
      font-size: 40px;
   }

   .cta p {
      font-size: 30px;
   }
}

@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}

@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}

@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

@media (min-width: 1400px) {
   .container {
      max-width: 1320px;
   }
}

.isSp {
   display: none;
}

.isPc {
   display: block;
}

@media (max-width: 991px) {
   .isPc {
      display: none;
   }

   .isSp {
      display: block;
   }

   .what-we-do {
      padding: 30px 20px;
   }

   .solve-problem {
      padding: 40px 20px;
   }

   .contact-list {
      max-width: 480px;
      font-size: 16px;
      color: rgba(41, 41, 41, 1);
      background: #fff;
      padding: 24px;
      font-weight: 100;
      margin: 0 auto;
   }

   .contact-item {
      display: flex;
      align-items: anchor-center;
      padding: 12px 0;
      text-decoration: none;
      cursor: pointer;
   }



   .icon {
      width: 22px;
      height: 22px;
      margin-right: 12px;
      margin-top: 2px;
      flex-shrink: 0;
   }

   .text {
      display: flex;
      align-items: flex-start;
      line-height: 1.6;
   }

   .label {
      width: 40px;
      font-weight: bold;
      flex-shrink: 0;
      margin-right: 5px;
      margin-left: 5px;
      color: rgba(41, 41, 41, 1);
   }

   .value {
      color: rgba(41, 41, 41, 1);
      text-align: left;
   }

   .line {
      height: 2px;
      background: #ddd;
   }

   .sp-slider {
      position: relative;
      width: 100%;
      height: 860px;
      overflow: hidden;
      margin-top: 65px;
   }

   .sp-slide {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      opacity: 1;
      transition: opacity 0.6s ease;
      pointer-events: none;
      display: flex;
      height: 800px;
      justify-content: center;
   }

   .sp-hero-content {
      margin-top: 70px;
      text-align: center;
      color: rgba(42, 42, 42, 1);
   }

   .sp-title {
      font-size: 45px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 16px;
   }

   .sp-title span {
      color: rgba(0, 195, 255, 1);
   }

   .sp-desc {
      font-size: 24px;
      margin-bottom: 28px;
      line-height: 1.5;
      color: rgba(42, 42, 42, 1);
   }

   .what-we-do p {
      font-size: 24px;
      text-align: left;
   }

   .advantage {
      margin: 30px auto;
   }

   .title-box h2 {
      font-size: 30px;
   }

   .sp-contact {
      background: #000;
      padding: 10px 16px;
      text-align: center;
      color: #fff;
      padding-top: 0px;
   }

   /* 顶部形象 */
   .sp-contact-avatar img {
      height: auto;
      margin: 0 auto 16px;
      display: block;
      width: 40%;
      margin-top: 20px;
   }

   /* 标题 */
   .sp-contact-title-en {
      font-size: 50px;
      font-weight: bold;
      letter-spacing: 2px;
      opacity: 0.15;
   }

   .sp-contact-title-cn {
      font-size: 48px;
      font-weight: bold;
      margin-top: -45px;
      margin-bottom: 24px;
   }

   .sp-service-card-list {
      background: #f4fbff;
      padding: 20px;
   }

   .sp-service-card {
      display: flex;
      flex-direction: column;
      /* ⭐ card 纵向 */
      gap: 12px;
      margin-bottom: 24px;
      position: relative;
   }

   .sp-service-card::before {
      content: "";
      position: absolute;
      top: -14px;
      left: 0;
      width: 100%;
      height: 18px;
      background: linear-gradient(90deg, rgba(0, 195, 255, 1), #00d4ff);
      border-radius: 18px;
   }

   .sp-service-context {
      display: flex;
      flex-direction: row;
      /* ⭐ 左右一边 */
      align-items: center;
      justify-content: space-around;
      margin-top: 20px;
   }

   .sp-service-left {
      display: flex;
      flex-direction: column;
      gap: 6px;
      flex: 1;
   }

   .sp-service-left span {
      color: #222;
      font-size: 26px;
   }

   .sp-service-left .highlight {
      color: rgba(0, 195, 255, 1);
      font-size: 20px;
      font-weight: bold;
   }

   .sp-service-left img {
      width: 120px;
      height: auto;
   }

   .sp-service-right img {
      width: 220px;
      /* 右侧插画大小 */
      height: auto;
   }

   .sp-service-text ul {
      padding-left: 18px;
      font-size: 24px;
      line-height: 1.6;
      color: rgba(41, 41, 41, 1);
   }

   .sp-service-text li {
      list-style: disc;
   }

   .sp-adv-item {
      display: flex;
      align-items: stretch;
      margin: 0 auto;
      margin-bottom: 20px;
      padding-right: 10px;
      position: relative;
   }

   .sp-adv-item::before {
      content: "";
      position: absolute;
      left: 15px;
      top: 93%;
      transform: translateY(-50%);
      width: 2px;
      height: 24px;
      background-color: #000;
   }

   .sp-adv-item:last-child::before {
      display: none;
   }

   .sp-adv-left {
      width: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 5px;
      margin-top: 16px;
   }

   .sp-adv-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(0, 195, 255, 1);
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 4px solid #fff;
      box-shadow: 0 0 0 2px #000;
   }

   .sp-adv-vertical {
      width: 2px;
      flex: 1;
      background: #000;
   }

   /* 右侧内容 */
   .sp-adv-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
   }

   .sp-adv-line {
      height: 2px;
      background: #000;
   }

   .sp-adv-right p {
      margin: 18px 0;
      font-size: 24px;
      white-space: nowrap;
      color: rgba(41, 41, 41, 1);
   }

   .sp-adv-right .blue {
      color: rgba(0, 195, 255, 1);
      font-weight: 600;
      margin-left: 14px;
   }

   .sp-flow {
      background: rgba(242, 244, 247, 1);
      padding: 30px 0;
   }

   .sp-flow-title {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: rgba(0, 195, 255, 1);
      margin-bottom: 30px;
      position: relative;
   }

   .sp-flow-title::before,
   .sp-flow-title::after {
      content: "";
      display: inline-block;
      width: 40px;
      height: 8px;
      background: rgba(0, 195, 255, 1);
      border-radius: 4px;
      vertical-align: middle;
      margin: 0 12px;
   }

   .sp-flow-list {
      list-style: none;
      padding: 0;
      margin: 0;
   }

   .sp-flow-item {
      background: linear-gradient(90deg, rgba(0, 195, 255, 1), #00a8ff);
      color: #fff;
      border-radius: 8px;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      position: relative;
   }

   .sp-flow-item:last-child {
      margin-bottom: 0;
   }

   .sp-flow-left {
      display: flex;
      align-items: center;
   }

   .sp-flow-step {
      background: #fff;
      color: rgba(0, 195, 255, 1);
      font-weight: bold;
      border-radius: 6px;
      padding: 4px 10px;
      margin-right: 12px;
      font-size: 20px;
   }

   .sp-flow-text {
      font-size: 24px;
   }

   .sp-flow-arrow {

      position: absolute;
      right: 16px;
      /* 靠右一点点 */
      bottom: -14px;
      /* 超出 li 底部一点点 */
      font-size: 22px;
      background: #fff;
      color: rgba(0, 195, 255, 1);
      width: 36px;
      height: 36px;
      line-height: 28px;
      text-align: center;
      border-radius: 50%;
   }

   .sp-crowd {
      background: rgba(0, 195, 255, 1);
      padding: 50px 30px;
      color: #fff;
   }

   .sp-crowd-list {
      list-style: none;
      padding: 0;
      margin: 0;
   }

   .sp-crowd-item {
      border: 2px solid rgba(255, 255, 255, 0.9);
      border-radius: 6px;
      padding: 18px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      font-weight: bold;
   }

   .sp-crowd-item:last-child {
      margin-bottom: 0;
   }

   .sp-crowd-icon {
      width: 28px;
      height: 28px;
      margin-right: 12px;
      margin-top: 2px;
      flex-shrink: 0;
   }

   .sp-crowd-desc {
      font-size: 24px;
      font-weight: bold;
   }

   .cta h1 {
      font-size: 32px;
      margin-bottom: 0;
   }

   .cta p {
      font-size: 26px;
      margin-top: 0;
   }

   .sp-contact-title-en {
      font-size: 36px;
   }

   .sp-contact-title-cn {
      font-size: 32px;
   }

   .service-section {
      padding: 30px 20px;
   }

   .advantage {
      margin: 30px auto;
   }
}

@media (max-width: 768px) {
   .sp-slider {
      height: 650px;
   }

   .sp-slide {
      height: 650px;
   }

   .sp-hero-content {
      margin-top: 30px;
   }

   .sp-title {
      font-size: 40px;
   }

   .sp-desc {
      font-size: 22px;
   }

   .what-we-do p {
      font-size: 20px;
   }

   .sp-service-context {
      display: flex;
      flex-direction: row;
      /* ⭐ 左右一边 */
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
   }

   .sp-service-left {
      display: flex;
      flex-direction: column;
      gap: 6px;
      flex: 1;
   }

   .sp-service-left span {
      font-size: 20px;
   }

   .sp-service-left .highlight {
      color: rgba(0, 195, 255, 1);
   }

   .sp-service-left img {
      width: 100px;
      height: auto;
   }

   .sp-service-right img {
      width: 180px;
      /* 右侧插画大小 */
      height: auto;
   }

   .sp-service-text ul {
      font-size: 18px;
      line-height: 1.6;
      color: rgba(41, 41, 41, 1);
   }

   .sp-crowd-item {
      padding: 12px 16px;
   }

   .sp-crowd-desc {
      font-size: 18px;
      font-weight: bold;
   }

   .sp-flow-step {
      font-size: 16px;
   }

   .sp-flow-text {
      font-size: 18px;
   }

   .sp-adv-right p {
      font-size: 12px;
   }

   .sp-adv-left {
      width: 30px;
      margin-right: -6px;
      margin-top: 8px;
   }

   .sp-adv-circle {
      width: 34px;
      height: 34px;
      font-size: 20px;
   }

   .sp-adv-item::before {
      content: "";
      position: absolute;
      left: 16px;
      top: 110%;
      transform: translateY(-50%);
      width: 2px;
      height: 20px;
      background-color: #000;
   }

   .sp-adv-right p {
      font-size: 18px;
      margin: 6px 0;
   }

   .title-box h2 {
      font-size: 26px;
   }

   .sp-flow-item {
      padding: 10px 14px;
   }
}

@media (max-width: 576px) {
   .sp-adv-item::before {
      left: 16px;
      top: 116%;
   }

   .sp-hero-content {
      margin-top: 20px;
   }

   .sp-slide {
      height: 358px;
   }

   .sp-slider {
      height: 358px;
   }

   .sp-title {
      font-size: 22px !important;
      margin-bottom: 2px;
   }

   .sp-desc {
      font-size: 14px !important;
      margin-bottom: 10px;
   }

   .what-we-do p {
      font-size: 16px;
   }

   .sp-service-left span {
      font-size: 16px;
   }

   .sp-service-text ul {
      font-size: 14px;
   }

   .sp-service-right img {
      width: 130px;
   }

   .sp-service-left img {
      width: 80px;
   }

   .sp-flow-step {
      font-size: 12px;
   }

   .sp-flow-text {
      font-size: 16px;
   }

   .sp-flow-arrow {
      width: 28px;
      height: 28px;
   }

   .sp-crowd-desc {
      font-size: 16px;
      font-weight: bold;
   }

   .cta h1 {
      font-size: 22px;
   }

   .cta p {
      font-size: 18px;
   }

   .sp-adv-right p {
      font-size: 14px;
   }

   .title-box h2 {
      font-size: 24px;
   }

   .sp-service-card-list {
      padding: 0;
   }

   .service-section {
      padding: 30px 20px;
   }

   .sp-adv-left {
      width: 30px;
      margin-right: -6px;
      margin-top: 4px;
   }
}

@media (max-width: 430px) {
   .contact-list {
      padding: 20px;
   }
}

@media (max-width: 390px) {
   .sp-adv-right p {
      font-size: 12px;
      margin: 10px 0;
   }

   .sp-contact-icon {
      width: 44px;
      height: 44px;
   }

   .sp-contact-icon img {
      width: 26px;
      height: 26px;
   }

   .label {
      width: 34px;
      font-weight: bold;
      flex-shrink: 0;
      margin-right: 3px;
      margin-left: 3px;
      color: rgba(41, 41, 41, 1);
   }

   .contact-item {
      display: flex;
      align-items: center;
   }
}