.km-about-hero {
  background: #EDF2FE;
  padding: 80px 0;
  text-align: center
}

.km-about-hero .tit {
  font-size: 42px;
  font-weight: 600
}

.km-about-hero .desc {
  margin-top: 14px;
  color: #666;
  font-size: 18px
}

.km-about-section {
  padding: 60px 0
}

.km-about-section .content1200 {
  height: auto
}

.km-about-section .stitle {
  font-size: 28px;
  font-weight: 600;
  text-align: left
}

.km-about-section .sdesc {
  margin-top: 16px;
  color: #666;
  line-height: 28px;
  text-align: left
}

.km-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px
}

.km-about-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
  padding: 24px;
  text-align: left
}

.km-about-card .ctit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px
}

.km-about-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px
}

.km-about-timeline .item {
  background: #F8FAFF;
  border-radius: 10px;
  padding: 16px;
  text-align: left
}

.km-about-timeline .year {
  font-weight: 600;
  color: #333
}

.km-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px
}

.km-contact .cell {
  background: #F8FAFF;
  border-radius: 10px;
  padding: 16px;
  text-align: left
}

@media screen and (max-width:1280px) {
  .km-about-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .km-about-timeline {
    grid-template-columns: repeat(2, 1fr)
  }

  .km-contact {
    grid-template-columns: 1fr
  }
}



/* 公司介绍banner */
.rc-km-banner {
  width: 100%;
  height: 395px;
  position: relative;
  background-image: url('../images/service/banner.jpg');
  background-size: cover;
  background-position: center;
}

.rc-km-banner .service-banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rc-km-banner .sb-left {
  max-width: 560px;
  text-align: left;
}

.rc-km-banner .sb-title {
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

.rc-km-banner .sb-sub {
  margin-top: 12px;
  font-size: 28px;
  color: #666;
}

.rc-km-banner .sb-btn {
  display: inline-flex;
  padding: 0 20px;
  border-radius: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 50px;
  font-size: 22px;
  background: #FE5410;
  margin-top: 48px;
  cursor: pointer;
}

.rc-km-banner .sb-btn:hover {
  background: #DA480D;
}

.rc-km-banner .sb-right img {
  width: 580px;
  height: auto;
  object-fit: contain;
}

/* 基础服务 */
.km-service-base {
  background: #FBFCFD;
  padding: 63px 0 75px 0;
}

.km-service-base .content1200 {
  height: auto;
}

.service-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
  padding: 24px;
}

.service-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* .service-card-body { display:grid; grid-template-columns: 191px 398px; gap:0; border:1px solid #EDEFF3; border-radius:12px; background:#fff; position: relative; }
    .service-card-body .service-cell{ padding: 12px 16px; }
    .service-card-body .service-cell:first-child{ border-right: 0; }
    .service-card-body .service-cell:last-child{ padding-left: 22px; }
    .service-card-body::before{ content:''; position:absolute; top:0; bottom:0; width:1px; background:#EDEFF3; left:191px; } */
.service-cell .cell-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.service-cell .cell-content {
  color: #666;
  line-height: 24px;
}

.service-cell .qr {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
}

.service-btn {
  display: inline-flex;
  margin-top: 14px;
  height: 36px;
  padding: 0 16px;
  border-radius: 20px;
  background: #FF4C04;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.service-grid .hl {
  color: #FF4C04;
  font-weight: 600;
}

.service-grid .link {
  color: #FF4C04;
}

@media screen and (max-width: 1280px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card-body {
    grid-template-columns: 1fr;
  }

  .service-card-body::before {
    display: none;
  }

  .service-card-body .service-cell:first-child {
    border-right: none;
    /* border-bottom: 1px solid #EDEFF3; */
  }
}

/* 基础服务 */
.service-flex {
  display: flex;
}

.service-flex .service-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 612px;
  /* height: 345px; */
  margin-right: 20px;
  background: none;
  box-shadow: 0px 3px 7px 4px rgba(198,198,198,0.16);
}

.service-flex .service-card .service-card-title {
  padding: 26px 53px;
  background: url('./../images/service/basic_service.png') no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0;
  font-size: 24px;
}

.service-flex .service-card .service-card-body {
  display: flex;
  height: 217px;
}

.service-flex .service-card .service-card-body .service-cell {
  padding: 26px 37px;
  box-sizing: border-box;
}

.service-flex .service-card .service-card-body .service-cell .cell-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.service-flex .service-card .service-card-body .service-cell .cell-content img {
  width: 120px;
  height: 120px;
}

.service-flex .service-card .service-card-body .service-cell .cell-content .link {
  font-weight: 400;
  font-size: 16px;
  color: #FF4C02;
  padding-top: 19px;
  display: inline-block;
}

.service-flex .service-card .service-card-body .service-cell .cell-content .cell-content-text {
  font-size: 16px;
  word-break: keep-all;
  font-weight: 400;
  color: #FE5410;
  line-height: 28px;
}

.service-flex .service-card .service-card-body .service-cell .cell-content .service-btn {
  margin-top: 22px;
  font-size: 16px;
  padding: 0 10px;
}

.service-flex .service-card .service-card-body .service-cell .cell-content .service-btn:hover {
  background: #DA480D;
}

.service-flex .service-card .service-card-body .service-cell .cell-content div {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.service-flex .service-card .service-card-body .service-cell .cell-content div .hl {
  color: #FF4C02;
}

.service-flex .service-card .service-card-body .service-cell-right {
  padding-right: 0;
}

.service-flex .service-card .service-card-body .service-cell-right-after {
  padding-left: 19px;
}

.service-flex .service-card .service-card-body .service-line {
  border-right: 1px solid #E5E5E5;
}


/* A股Saas介绍 */
.km-about-saas {
  padding: 234px 0 60px 0;
  width: 100%;
}

.km-about-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
}

/* .km-about-top .km-common-title{
      font-size: 28px!important;
      font-weight: 600;
    } */
.km-about-top .top-sass-desc {
  width: 70%;
  max-width: 1100px;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-top: 26px;
}

.km-about-content {
  width: 100%;
  height: 580px;
  gap: 24px;
  background: #F8FAFF;
  position: relative;
}

.km-about-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.km-about-content .s-content {
  width: 56%;
  min-height: 651px;
  /* box-shadow: 0px 4px 22px 8px rgba(235,235,235,0.5); */
  border-radius: 8px;
  /* border: 1px solid #D8E3FD; */
  padding: 70px 24px 24px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.km-about-content .s-content-desc {
  width: 100%;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.km-about-content .s-content-box {
  margin-top: 24px;
}

.km-about-content .s-content-box-desc {
  color: #666666;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 22px;
  font-size: 14px;
  line-height: 24px;
}

.km-about-content .s-content-box-item {
  margin-top: 0;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #D8E3FD;
  padding: 24px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.s-content-box-item-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.km-about-content .s-content-box-item img {
  width: 53px;
  object-fit: cover;
}

.km-about-content-img img {
  width: 848px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.km-about-saas .km-about-content-img {
  flex: 0 0 848px;
  height: 651px;
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 44%;
}



/* 公共字体样式 */
.km-common-title {
  font-size: 28px !important;
  font-weight: 500;
  font-size: 38px !important;
  color: #333333;
  line-height: 54px;
}

.content1200 {
  width: 1200px;
  /* height: 500px; */
  margin: 0 auto;
}

@media screen and (max-width: 1360px) {
  .km-about-saas .km-about-content {
    max-width: 1100px;
  }

  .km-about-saas .km-about-content-img {
    flex-basis: 700px;
    height: 520px;
  }

  .km-about-content .s-content {
    min-height: 520px;
  }
}

@media screen and (max-width: 1024px) {
  .km-about-saas .km-about-content {
    max-width: 860px;
    flex-direction: column;
  }

  .km-about-saas .km-about-content-img {
    flex-basis: auto;
    width: 100%;
    height: auto;
  }

  .km-about-content .s-content {
    min-height: auto;
  }

  .km-about-content .s-content-box-desc {
    grid-template-columns: 1fr;
  }
}

/* 光云科技SaaS产品业务大全 */
.km-saas-products {
  padding: 40px 0;
}

.km-saas-products .km-common-title {
  text-align: center;
}

.km-saas-solutions {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}

.km-saas-display {
  flex: 0 0 640px;
  background: #FFFFFF;
  border: 1px solid #D8E3FD;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
  padding: 24px;
}

.km-saas-display .display-title {
  font-size: 20px;
  font-weight: 600;
}

.km-saas-display .display-desc {
  margin-top: 6px;
  color: #666;
}

.km-saas-display .display-icons {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.km-saas-display .display-icons .icon-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: #F8FAFF;
  border-radius: 10px;
  padding: 10px 12px;
}

.km-saas-display .display-icons .icon-item img {
  width: 32px;
  height: 32px;
}

.km-saas-nav {
  flex: 1;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.km-saas-card {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: width .25s ease;
}

.km-saas-card.expanded {
  width: 520px;
}

.km-saas-card.collapsed {
  width: 220px;
}

.km-saas-card .card-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.km-saas-card .card-title {
  font-size: 18px;
  font-weight: 600;
}

.km-saas-card .card-sub {
  margin-top: 6px;
  font-size: 14px;
  opacity: .9;
}

.km-saas-card:hover .card-bg,
.km-saas-card.active .card-bg {
  transform: scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

@media screen and (max-width: 1024px) {
  .km-saas-solutions {
    flex-direction: column;
  }

  .km-saas-display {
    flex: auto;
  }

  .km-saas-nav {
    flex-direction: column;
  }

  .km-saas-card.expanded,
  .km-saas-card.collapsed {
    width: 100%;
  }
}

.km-text-center {
  text-align: center;
  margin-bottom: 50px;
}

.km-culture {
  padding: 0px 0 124px 0;
  background: #F8FAFF;
}

.km-culture .content1200 {
  height: auto;
  position: relative;
  padding-top: 124px;
}

.km-culture .km-common-title {
  text-align: center;
}

.km-culture-cards {
  position: absolute;
  top: -83px;
  display: flex;
  justify-content: center;
  /* display: grid; grid-template-columns: repeat(3,1fr);  */
  gap: 12px;
}

.km-culture-card {
  width: 360px;
  height: 166px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
  padding: 42px 50px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.km-culture-card .card-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.km-culture-card .card-icon img {
  width: 74px;
  object-fit: cover;
}

.km-culture-card .card-title {
  font-size: 28px;
  color: #333;
  font-weight: 600;
}

.km-culture-card .card-desc {
  color: #666;
  font-size: 18px;
  line-height: 24px;
}

.km-values .values-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.km-values .values-header .title {
  font-size: 20px;
  font-weight: 600;
}

.km-values .values-header .arrows {
  position: absolute;
  right: 0;
  top: -6px;
  display: flex;
  gap: 12px;
}

.km-values .values-header .values-arrow {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.km-values-viewport {
  margin-top: 18px;
  overflow: hidden;
  background: #F8FAFF;
  padding: 18px;
  border-radius: 12px;
}

.km-values-track {
  display: flex;
  gap: 20px;
  transition: transform .3s ease;
}

.km-values-item {
  min-width: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
}

.km-values-item .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.km-values-item .name {
  font-weight: 600;
  font-size: 16px;
  margin: 12px 16px 6px;
}

.km-values-item .desc {
  color: #666;
  margin: 0 16px 16px;
  line-height: 22px;
}

@media screen and (max-width: 1280px) {
  .km-culture-cards {
    grid-template-columns: 1fr;
  }

  .km-values-item {
    min-width: 280px;
  }
}

.km-env {
  padding: 116px 0 130px 0;
  background: #FFFFFF;
}

.km-env .content1200 {
  height: auto;
}

.km-env .km-common-title {
  text-align: center;
}

.km-env-grid {
  margin-top: 51px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
}

.km-env-grid .env-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.km-env-grid .env-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.km-env-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 4px 22px rgba(235, 235, 235, .5);
}

.km-env-grid .env-top img {
  height: 260px;
}

@media screen and (max-width: 1280px) {
  .km-env-grid .env-top {
    grid-template-columns: 1fr;
  }

  .km-env-grid .env-bottom {
    grid-template-columns: 1fr;
  }
}


/* 服务体系 */
.km-saas-products {
  padding-top: 0;
  padding-bottom: 0;
}

.km-saas-products .w100 {
  width: 100%;
  padding: 74px 0;
  background: url("../images/service/service_system.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.km-saas-products .km-common-title {
  margin-bottom: 50px;
}

.km-saas-products .service-system-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.km-saas-products .service-system-item {
  width: 390px;
  height: 190px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 7.5px;
  padding: 37px 30px;
  box-sizing: border-box;
  display: flex;
}

.km-saas-products .service-system-item .item-icon {
  width: 75px;
  height: 82px;
  margin-right: 30px;
}

.km-saas-products .service-system-item .item-title {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
}

.km-saas-products .service-system-item .item-desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #666;
}

/* 服务体系 */
.km-saas-link-road {
  padding: 40px 0;
}

.km-saas-link-road .km-common-title {
  text-align: center;
}

.km-saas-link-road {
  padding-top: 0;
  background-color: #FBFCFD;
}

.km-saas-link-road .w100 {
  width: 100%;
  padding: 62px 0;
}

.km-saas-link-road .km-common-title {
  margin-bottom: 42px;
}

.km-saas-link-road .service-link-road-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.km-saas-link-road .service-link-road-item {
  width: 401px;
  background: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 7px 4px rgba(198, 198, 198, 0.16);
  margin:0 15px;
}

.km-saas-link-road .service-link-road-item .item-icon {
  width: 100%;
  height: 233px;
}

.km-saas-link-road .service-link-road-item .item-text {
  padding: 30px 40px;
}

.km-saas-link-road .service-link-road-item .item-title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  text-align: left;
  font-style: normal;
  margin-bottom: 13px;
}

.km-saas-link-road .service-link-road-item .item-desc {
  display: flex;
  color: #666;
  /* justify-content: space-between; */
}

.km-saas-link-road .service-link-road-item .item-desc div {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.km-saas-link-road .service-link-road-item .item-desc .item-l,
.km-saas-link-road .service-link-road-item .item-desc .item-r {
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.km-saas-link-road .service-link-road-item .item-desc .item-l {
  margin-right: 30px;
}

.km-saas-link-road .service-link-road-item:nth-child(2) .item-desc .item-l {
  margin-right: 49px;
}
.km-saas-link-road .service-link-road-item:nth-child(1) .item-desc .item-l {
  margin-right: 49px;
}

.km-saas-link-road .service-link-road-item .item-desc .dot {
  width: 12px;
  height: 10px;
  background: url("../images/service/right.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
}

/* 星级客户服务体系 */
.km-star-customer-system {
  padding: 87px 0 94px 0;
  background: url("../images/service/star_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  height: 746px;
  width: 100%;
}

.km-star-customer-system .km-common-title {
  text-align: center;
  font-weight: 500;
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  margin-bottom: 24px;
}

.km-star-customer-system .star-desc-short {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 47px;
}

.km-star-customer-system .timeline-content {
  width: 1200px;
  background-color: #fff;
  border-radius: 6px;
  padding: 42px 28px;
  box-sizing: border-box;
}

.km-star-customer-system .timeline-content .timeline-title {
  height: 40px;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 55px;
}

.km-star-customer-system .timeline-logo-process {
  display: flex;
  align-items: center;
  justify-content: center;
}

.km-star-customer-system .timeline-logo-process .logo-arrow {
  width: 101px;
  height: 14px;
  margin: 0 12px;
}

.km-star-customer-system .timeline-logo-process .logo1 {
  width: 56px;
  height: 72px;
}

.km-star-customer-system .timeline-logo-process .logo2 {
  width: 61px;
  height: 62px;
}

.km-star-customer-system .timeline-logo-process .logo3 {
  width: 65px;
  height: 52px;
}

.km-star-customer-system .timeline-logo-process .logo4 {
  width: 61px;
  height: 62px;
}

.km-star-customer-system .timeline-logo-process .logo5 {
  width: 61px;
  height: 54px;
}

.km-star-customer-system .timeline-logo-process .logo6 {
  width: 56px;
  height: 72px;
}

.km-star-customer-system .timeline-desc {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 50px;
}

.km-star-customer-system .timeline-desc .desc-item {
  margin-right: 48px;
}

.km-star-customer-system .timeline-desc .desc-item-title {
  height: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 14px;
}

.km-star-customer-system .timeline-desc .desc-item-text {
  width: 136px;
  height: 90px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

/* 国内跨境并举，为商家保驾护航 */
.km-domestic-cross-border {
  padding: 99px 0 0 0;
  z-index: 10;
  height: 656px;
  /* 在这个背景色的基础上加一个背景图 */
  /* background-image: url('../images/service/earth.png');
      background-size: 648px 599px;
      background-position: center center;
      background-repeat: no-repeat; */
  /* background: linear-gradient( 180deg, #F1F6FF 0%, #E1ECFF 100%); */
  background: url(../images/service/earth_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.km-domestic-cross-border .km-common-title {
  text-align: center;
  font-weight: 500;
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  margin-bottom: 20px;
}

.km-domestic-cross-border .domestic-cross-border-desc {
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 63px;
}

.km-domestic-cross-border .border-bg {
  width: 648px;
  height: 599px;
  position: absolute;
  top: 60px;
  z-index: -1;
  right: 15%;
  border-radius: 50%;
}

.km-domestic-cross-border .km-domestic-cross-border-title {
  width: 616px;
  height: 62px;
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 62px;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 115px;
}

.km-domestic-cross-border .cross-content {
  display: flex;
  align-items: center;
  margin-left: 115px;
  /* justify-content: space-between; */
}

.km-domestic-cross-border .cross-content .cross-content-item {
  display: flex;
  flex-direction: column;
  margin-right: 117px;
}

.km-domestic-cross-border .cross-content .cross-content-title {
  font-weight: 600;
  font-size: 36px;
  color: #FF4C02;
  line-height: 50px;
  text-align: left;
}

.km-domestic-cross-border .cross-content .cross-content-tip {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  margin-top: 2px;
}

.km-domestic-cross-border .cross-content .item-top {
  margin-bottom: 27px;
}

.km-domestic-cross-border .cross-length {
  width: 1100px;
  height: 134px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 67px;
  padding: 41px 55px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.km-domestic-cross-border .cross-length .cross-length-item {
  display: flex;
  align-items: center;
}

.km-domestic-cross-border .cross-length .cross-length-logo1 {
  width: 52px;
  height: 51px;
}

.km-domestic-cross-border .cross-length .cross-length-logo2 {
  width: 54px;
  height: 45px;
}

.km-domestic-cross-border .cross-length .cross-length-logo3 {
  width: 60px;
  height: 41px;
}

.km-domestic-cross-border .cross-length .cross-length-tip {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
}

/* 快麦EPR使用教程 */
.km-erp-tutorial {
  height: 259px;
  width: 100%;
  background: url(../images/service/erp_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
}

.km-erp-tutorial-title {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}

.km-erp-btn {
  width: 213px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 40px;
  text-align: center;
  line-height: 58px;
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.km-erp-btn:hover {
  background: rgba(255,255,255,0.84);
}

.km-erp-btn a {
  color: #FF4C02;
  text-decoration: none;
}

/* 修复缩小浏览器样式错乱问题 - 强制保留桌面端布局 */
body {
  min-width: 1200px;
  overflow-x: hidden;
}

/* 覆盖 .w100 宽度, 强制回退到1200px */
body .km-saas-link-road .w100 {
  width: 1200px;
  margin: 0 auto;
}

/* 强制内容容器宽度和Flex布局 */
body .km-saas-products .service-system-content,
body .km-saas-link-road .service-link-road-content {
  width: 1200px;
  min-width: 1200px;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}

/* 防止Flex子元素压缩 */
body .km-saas-products .service-system-item,
body .km-saas-link-road .service-link-road-item {
  flex-shrink: 0;
}

/* 修复头部导航及内容换行问题 */
/* body .rc-km-header .title, */
body .rc-km-header .titleFixed {
  min-width: 1200px;
  white-space: nowrap;
}

/* 防止导航菜单文字换行 */
body .rc-km-header .title .left ul li {
  white-space: nowrap;
}

/* 防止右侧联系信息换行 */
body .rc-km-header .title .right,
body .rc-km-header .title .right .customer-service,
body .rc-km-header .title .right .online {
  white-space: nowrap;
}