@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;
   margin: 0;
   padding: 0;
}

/* Ensure all elements use unified font */
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
td,
th,
label,
input,
textarea,
select {
   font-family: inherit;
}

button {
   font-family: inherit;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
   font-family: inherit;
}

/* Ensure buttons inherit font-family from body */
button {
   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;
}


article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
   display: block;
}



.container {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

.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;
   /* 垂直居中 */
}

.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: left;
}

.title {
   font-size: 48px;
   color: rgba(42, 42, 42, 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;
}

.what-we-do {
   position: relative;
   padding: 30px 20px;
   overflow: hidden;
}

/* 左右矩形背景 */
.slanted-rect {
   position: absolute;
   top: 50%;
   width: 140px;
   height: 200px;
   background: rgba(0, 195, 255, 1);
   transform: translateY(-50%);
   clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
}

.slanted-rect.left {
   left: -40px;
}

.slanted-rect.right {
   right: -40px;
   transform: translateY(-50%) scaleX(-1);
   /* 镜像 */
}

/* 中间内容 */
.content {
   max-width: 900px;
   margin: 0 auto;
   text-align: center;
   position: relative;
   z-index: 2;
}

/* 整体容器 */
.title-wrap {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
}

/* 标题文字 */
.title_text {
   font-size: 56px;
   font-weight: bold;
   color: rgba(0, 195, 255, 1);
   margin: 0;
}

/* 菱形装饰 */
.diamond {
   width: 30px;
   height: 30px;
   background: rgba(0, 195, 255, 1);
   transform: rotate(45deg);
}

.diamond_right {
   width: 30px;
   height: 30px;
   background: rgba(0, 195, 255, 1);
   opacity: 0.4;
   transform: rotate(45deg);
}

/* 下划线 */
.title-line {
   width: 300px;
   height: 4px;
   background: rgba(0, 195, 255, 1);
   margin: 16px auto 0;
   border-radius: 2px;
}

/* 文案 */
.descs {
   font-size: 24px;
   color: rgba(41, 41, 41, 1);
   line-height: 1.8;
}

/* 整体区块 */
.service {
   padding: 30px 0px;
   background: #f3fbff;
}

.service-list {
   display: flex;
   flex-direction: column;
   width: 100%;
   margin-top: 80px;
   gap: 30px;
}

/* 内容布局 */
.service-content {
   display: flex;
   align-items: center;
   gap: 80px;
   margin: 0 auto;
}

/* 左侧 */
.service-left img {
   width: 420px;
   max-width: 100%;
}

/* 右侧 */
.service-right {
   position: relative;
   padding-left: 60px;
}

.service-item {
   position: relative;
   padding: 60px 0px 40px 80px;
   background: #f3fbff;
}

.service-items {
   padding: 60px 80px 40px 40px;
}

/* 半圆弧 */
.arc-right {
   position: absolute;
   left: 0;
   top: 0;
   width: 320px;
   height: 320px;
   border-radius: 50%;
   border: 6px solid rgba(0, 195, 255, 1);

   /* 只保留三边，形成你图里的“缺口半圆” */
   border-right-color: transparent;
   border-bottom-color: transparent;
}

.arc-left {
   position: absolute;
   right: 50px;
   top: 30px;
   width: 320px;
   height: 320px;
   border-radius: 50%;
   border: 6px solid rgba(0, 195, 255, 1);

   /* 只保留三边，形成你图里的“缺口半圆” */
   border-left-color: transparent;
   border-bottom-color: transparent;
   margin-left: 10px;
}

/* 内容区 */
.service-item-content h3 {
   font-size: 40px;
   color: #222;
   margin-bottom: 10px;
   position: relative;
}

.service-item-num {
   position: absolute;
   top: -65px;
   margin-left: 46px;
   font-size: 100px;
   color: rgba(0, 195, 255, 1);
}

.service-item-num-right {
   position: absolute;
   font-size: 100px;
   color: rgba(0, 195, 255, 1);
   top: -60px;
   left: -60px;
}

.service-item-h3 {
   margin-left: 60px;
}

.service-item-content ul {
   list-style: none;
}

.service-item-content li {
   position: relative;
   padding-left: 24px;
   margin-bottom: 14px;
   font-size: 24px;
   color: rgba(42, 42, 42, 1);
   line-height: 1.6;
}

.service-item-content li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 14px;
   width: 14px;
   height: 14px;
   border: 2px solid rgba(0, 195, 255, 1);
   transform: rotate(45deg);
}

.service-item-content li::after {
   content: "";
   position: absolute;
   left: 4px;
   top: 18px;
   width: 10px;
   height: 10px;
   background: rgba(0, 195, 255, 1);
   transform: rotate(45deg);
}

.service-items .service-item-content li:last-child::before,
.service-items .service-item-content li:last-child::after {
   display: none;
}

.service-item-content span {
   color: rgba(0, 195, 255, 1);
   font-weight: bold;
}

.advantages {
   padding: 30px 0px;
   background: #fff;
}

.advantage-list {
   width: 920px;
   margin: 40px auto;
}

.advantage-item {
   display: flex;
   align-items: center;
   margin-bottom: 24px;
}

.advantage-left {
   min-width: 392px;
   height: 64px;
   background: rgba(0, 195, 255, 1);
   color: #fff;
   border-radius: 32px;
   display: flex;
   align-items: center;
   padding: 0 28px;
   font-size: 24px;
   font-weight: 600;
}

.advantage-num {
   margin-right: 12px;
   font-size: 24px;
}

.advantage-right {
   flex: 1;
   background: #f2f4f6;
   height: 64px;
   display: flex;
   align-items: center;
   padding: 0 24px;
   font-size: 24px;
   color: rgba(42, 42, 42, 1);
   border-radius: 4px;
   margin-left: 10px;
}

.advantage-title {
   font-weight: bold;
}

.process {
   background: #f5f6f7;
   padding: 30px 0 120px;
   border-bottom-left-radius: 100% 120px;
   border-bottom-right-radius: 100% 120px;
}


/* ===== 步骤 ===== */
.process-steps {
   display: flex;
   width: 100%;
   margin: 0 auto;
   margin-top: 50px;
}

.process-step {
   position: relative;
   flex: 1;
   background: #ffffff;
   padding: 32px 20px;
   text-align: center;
   color: rgba(42, 42, 42, 1);
   clip-path: polygon(0 0,
         calc(100% - 24px) 0,
         100% 50%,
         calc(100% - 24px) 100%,
         0 100%,
         24px 50%);
}

.process-step-frist {
   clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%);
}

.process-step:not(:first-child) {
   margin-left: -24px;
}

.process-step-blue {
   background: rgba(0, 195, 255, 1);
   color: #fff;
   font-weight: bold;
}

.process-step-num {
   font-weight: bold;
   font-size: 26px;
   margin-bottom: 16px;
   padding-bottom: 10px;
   position: relative;
}

.process-step:not(.process-step-blue) .process-step-num::after {
   content: "";
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   width: 100px;
   border-bottom: 2px dashed #999;
}

.process-step-blue .process-step-num::after {
   content: "";
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   width: 100px;
   border-bottom: 2px dashed rgba(255, 255, 255, 0.6);
}

.process-step-text {
   font-size: 26px;
   line-height: 1.6;
}



.client-section {
   background: rgba(0, 195, 255, 1);
   padding: 30px 20px;
   color: #fff;
   text-align: center;
   font-family: "Microsoft YaHei", Arial, sans-serif;
   margin-top: 30px;
}

.client-card-list {
   margin-top: 50px;
}

/* ===== 卡片布局 ===== */
.client-card-row {
   display: flex;
   justify-content: center;
   gap: 40px;
   margin-bottom: 30px;
}

.client-card-row.client-center {
   justify-content: center;
}

/* ===== 卡片 ===== */
.client-card {
   min-width: 420px;
   padding: 22px 28px;
   border: 2px solid rgba(255, 255, 255, 0.85);
   display: flex;
   align-items: center;
   gap: 18px;
   border-radius: 4px;
}

.item_p {
   font-size: 28px;
   font-weight: bold;
   text-align: left;
}

.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: bold;
   padding: 0;
   margin: 0;
   color: rgba(51, 51, 51, 1);
}

.info-item-p {
   padding: 0;
   margin: 0;
   color: rgba(102, 102, 102, 1);
}

.info-item_log {
   color: rgba(0, 195, 255, 1);
   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;
}

.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(42, 42, 42, 1);
}

.sigma_footer-copyright {
   text-align: center;
}


/* Responsive styles for different screen sizes */
@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

@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_text {
      font-size: 48px;
   }

   .descs {
      font-size: 20px;
   }
   .service-item-content p {
      font-size: 20px;
   }
   .service-item-content h3 {
      font-size: 32px;
   }

   .service-item-num {
      font-size: 80px;
      top: -35px;
   }

   .service-item-num-right {
      font-size: 80px;
      left: -69px;
   }

   .service-item-content li {
      font-size: 20px;
   }

   .advantage-left {
      font-size: 20px;
   }

   .advantage-num {
      font-size: 20px;
   }

   .advantage-right {
      font-size: 20px;
   }

   .process-step-num {
      font-size: 22px;
   }

   .process-step-text {
      font-size: 22px;
   }

   .contact-header .en {
      font-size: 36px;
   }

   .contact-header .cn {
      font-size: 36px;
      margin-top: -25px;
   }

   /* Adjust padding for medium screens */
   .service-item {
      padding: 40px 30px 30px 60px;
   }

   .service-content {
      gap: 40px;
   }

   .contact-content {
      gap: 30px;
   }

   .contact-info-list {
      margin-left: 60px;
   }
}

@media (max-width: 1200px) {
   .header-container {
      max-width: 1000px;
   }

   .service-left img {
      width: 350px;
   }

   .advantage-list {
      max-width: 826px;
   }

   .client-card {
      min-width: 360px;
   }
}

@media (max-width: 1024px) {
   .header-container {
      max-width: 960px;
   }

   .title {
      font-size: 36px;
   }

   .desc {
      font-size: 15px;
   }

   .title_text {
      font-size: 42px;
   }

   .descs {
      font-size: 18px;
   }

   .service-item-content h3 {
      font-size: 28px;
   }

   .service-item-num {
      font-size: 70px;
      top: -40px;
      margin-left: 20px;
   }

   .service-item-num-right {
      font-size: 70px;
      top: -30px;
      left: -60px;
   }

   .service-item-content li {
      font-size: 18px;
   }

   .advantage-left {
      font-size: 18px;
      min-width: 312px;
      height: 56px;
   }

   .advantage-num {
      font-size: 18px;
   }

   .advantage-right {
      font-size: 18px;
      height: 56px;
      margin-left: 0px;
   }

   .process-step-num {
      font-size: 20px;
   }

   .process-step-text {
      font-size: 20px;
   }

   .contact-header .en {
      font-size: 32px;
   }

   .contact-header .cn {
      font-size: 32px;
   }

   /* Adjust padding for smaller screens */
   .service-item {
      padding: 30px 20px 20px 40px;
   }

   .service-items {
      padding: 30px 40px 20px 20px;
   }

   .arc-right {
      left: 0;
      top: 0;
      width: 220px;
      height: 220px;
   }

   .arc-left {
      right: 10px;
      top: 0px;
      width: 220px;
      height: 220px;
   }

   .service-item-h3 {
      margin-left: 40px;
   }

   .service-item-num-right {
      top: -40px;
      left: -40px;
   }

   .service-content {
      gap: 30px;
   }

   .contact-content {
      gap: 20px;
      margin-top: 50px;
   }

   .contact-info-list {
      margin-left: 40px;
   }

   .service-left img {
      width: 300px;
   }

   .advantage-list {
      width: 700px;
   }

   .client-card {
      min-width: 300px;
   }
}


@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;
   }

   .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;
   }

   .contact-list {

      max-width: 480px;
      font-size: 16px;
      color: rgba(42, 42, 42, 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(42, 42, 42, 1);
   }

   .value {
      color: rgba(42, 42, 42, 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 {
      padding: 30px 20px;
   }

   .what-we-do p {
      font-size: 24px;
      text-align: left;
   }

   .title-wrap h2 {
      font-size: 32px;
   }

   .sp-service {
      background: rgba(0, 195, 255, 0.05);
      padding: 30px 0;
   }

   /* 内容区 */
   .sp-service-content {
      background: #fff;
      padding: 40px;
      border-radius: 8px;
      margin: 40px;
   }

   /* 上方：左右布局 */
   .sp-service-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
   }

   .sp-service-name {
      font-size: 36px;
      font-weight: 600;
      color: rgba(42, 42, 42, 1);
      white-space: nowrap;
   }

   .sp-service-image img {
      max-width: 260px;
      height: auto;
   }

   /* 下方列表 */
   .sp-service-list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
   }

   .sp-service-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 14px;
      font-size: 24px;
      line-height: 1.6;
      color: rgba(41, 41, 41, 1);
   }

   .sp-service-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 14px;
      width: 14px;
      height: 14px;
      border: 2px solid rgba(0, 195, 255, 1);
      transform: rotate(45deg);
   }

   .sp-service-list li::after {
      content: "";
      position: absolute;
      left: 4px;
      top: 18px;
      width: 10px;
      height: 10px;
      background: rgba(0, 195, 255, 1);
      background: rgba(0, 195, 255, 1);
      transform: rotate(45deg);
   }

   .sp-service-lists li:last-child::before,
   .sp-service-lists li:last-child::after {
      display: none;
   }

   .sp-service-list span {
      color: rgba(0, 195, 255, 1);
   }

   .sp-advantage-wrap {
      margin: 30px auto;
      text-align: center;
   }

   /* 列表 */
   .sp-advantage-list {
      max-width: 720px;
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      padding: 0;
      margin: 0 auto;
      list-style: none;
      margin-top: 20px;
      margin-bottom: 20px;

   }

   /* 卡片 */
   .sp-advantage-list li {
      width: calc(50% - 12px);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 0 1px #eaeaea inset;
      background: #f6f7f8;
   }

   /* 蓝色头部 */
   .sp-item-title {
      background: rgba(0, 195, 255, 1);
      color: #fff;
      padding: 16px 10px;
      font-size: 24px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      font-weight: bold;
   }

   /* 内容 */
   .sp-item-content {
      padding: 20px 10px;
      font-size: 14px;
      color: rgba(42, 42, 42, 1);
      line-height: 1.8;
      font-weight: bold;
   }

   .sp-process-wrap {
      background: rgba(242, 244, 247, 1);
      margin: 0 auto;
      text-align: center;
      padding-bottom: 30px;
      margin-bottom: 0;
      padding-top: 30px;
   }

   /* 流程列表 */
   .sp-process-list {
      max-width: 600px;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      position: relative;
      margin-top: 20px;
   }

   .sp-process-list li {
      position: relative;
      display: flex;
      align-items: center;
      border: 2px solid rgba(0, 195, 255, 1);
      border-radius: 14px;
      padding: 14px 20px 14px 60px;
      margin-bottom: 60px;
      /* 给箭头留空间 */
      background: #f5f7f9;
      text-align: left;
      color: rgba(41, 41, 41, 1);
   }

   .sp-process-list p {
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 28px;
      margin-left: 28px;
   }

   /* 黄色序号 */
   .sp-step {
      position: absolute;
      left: 16px;
      width: 60px;
      height: 60px;
      background: #ffd633;
      color: rgba(42, 42, 42, 1);
      border-radius: 50%;
      text-align: center;
      line-height: 60px;
      font-weight: bold;
      font-size: 28px;
   }

   /* 箭头容器 */
   .sp-arrow {
      position: absolute;
      left: 28px;
      top: 88%;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 20px;
      padding: 10px;
      background: #f5f7f9;
      border-radius: 10px;
   }

   /* 竖线 */
   .sp-arrow-line {
      width: 2px;
      height: 40px;
      /* 竖线长度，自动调整可用 % 或 JS */
      background: rgba(0, 195, 255, 1);
   }

   /* 实心箭头 */
   .sp-arrow-icon {
      width: 22px;
      height: 22px;
      border-right: 2px solid rgba(0, 195, 255, 1);
      border-bottom: 2px solid rgba(0, 195, 255, 1);
      transform: rotate(45deg);
      margin-top: -20px;
      /* 紧贴竖线 */
   }

   /* 最后一个隐藏箭头 */
   .sp-process-list li:last-child .sp-arrow {
      display: none;
   }

   .sp-crowd {
      background: rgba(0, 195, 255, 1);
      padding: 30px 20px;
      color: #fff;
   }

   .sp-crowd-list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 20px;
   }

   .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;
   }


}

@media (max-width: 768px) {
   .sp-process-list p {
      font-size: 24px;
   }

   .sp-advantage-list {
      margin-left: 20px;
      margin-right: 20px;
   }

   .sp-service-image img {
      max-width: 220px;
   }

   .sp-service-name {
      font-size: 32px;
   }

   .sp-service-top {
      justify-content: space-around;
      gap: 20px;
   }

   .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;
   }

   .title-wrap h2 {
      font-size: 26px;
   }

   .diamond_right,
   .diamond {
      width: 28px;
      height: 28px;
   }

   .title-line {
      width: 240px;
   }

   .sp-service-list li {
      font-size: 22px;
   }

   .sp-item-content {
      padding: 16px 0px;
      font-size: 18px;
      font-weight: bold;
   }

   .sp-item-title {
      font-size: 20px;
   }

   .sp-process-list {
      margin-left: 50px;
      margin-right: 50px;
   }

   .sp-process-list p {
      margin-left: 24px;
   }

   .sp-step {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 24px;
   }

   .sp-process-list li {
      margin-bottom: 50px;
   }

   .sp-arrow {
      top: 88%;
      left: 26px;
   }

   .sp-step {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 24px;
   }

   .sp-crowd-item {
      padding: 12px 16px;
   }

   .sp-crowd-desc {
      font-size: 18px;
      font-weight: bold;
   }

   .cta h1 {
      font-size: 28px;
   }

   .cta p {
      font-size: 20px;
   }

   .sp-contact-title-en {
      font-size: 36px;
   }

   .sp-contact-title-cn {
      font-size: 32px;
   }
}

@media (max-width: 576px) {
   .sp-process-list {
      margin-left: 50px;
      margin-right: 50px;
   }

   .core-card {
      width: 380px;
   }

   .sp-step {
      font-size: 18px;
      width: 40px;
      height: 40px;
      line-height: 40px;
   }

   .sp-process-list li {
      margin-bottom: 40px;
   }

   .sp-arrow {
      top: 80%;
   }

   .sp-process-list p {
      font-size: 16px;
      margin-left: 10px;
   }

   .sp-service-content {
      padding: 10px;
      margin: 15px;
   }

   .sp-advantage-list {
      gap: 20px 5px;
      margin-left: 5px;
      margin-right: 5px;
   }

   .sp-advantage-list li {
      width: calc(50% - 5px);
   }

   .sp-item-title {
      font-size: 16px;
      padding: 10px 6px;
   }

   .sp-item-content {
      padding: 12px 0px;
      font-size: 14px;
      font-weight: bold;
   }

   .sp-service-list li {
      font-size: 18px;
   }

   .sp-service-image img {
      max-width: 130px;
   }

   .sp-service-name {
      font-size: 28px;
   }

   .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;
   }

   .title-wrap h2 {
      font-size: 24px;
   }

   .diamond_right,
   .diamond {
      width: 20px;
      height: 20px;
   }

   .title-line {
      width: 180px;
   }

   .sp-crowd-desc {
      font-size: 16px;
      font-weight: bold;
   }

   .cta h1 {
      font-size: 22px;
   }

   .cta p {
      font-size: 18px;
   }

}

@media (max-width: 430px) {
   .sp-item-title {
      font-size: 12px;
   }

   .sp-crowd-desc {
      font-size: 14px;
      font-weight: bold;
   }

   .sp-crowd-item {
      padding: 12px 6px;
   }

   .sp-crowd-icon {
      margin-right: 5px;
   }

   .contact-list {
      padding: 20px;
   }
}

@media (max-width: 390px) {
   .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;
   }
}