.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, 0.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/product/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;
  box-sizing: border-box;
  padding: 0 20px;
}

.rc-km-banner .sb-left {
  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: 90px 0 80px 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: 12px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, 0.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, 0.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: 10px;
  background: none;
}

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

.service-flex .service-card .service-card-body {
  display: flex;
}

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

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

.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: 18px;
  color: #ff4c02;
  line-height: 40px;
  padding-top: 14px;
}

.service-flex .service-card .service-card-body .service-cell .cell-content .cell-content-text {
  font-size: 18px;
  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: 35px;
  font-size: 18px;
  padding: 0 10px;
}

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

.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%; */
  width: 1920px;
  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, 0.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 0.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 0.2s ease, box-shadow 0.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: 0.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, 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, 0.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 0.3s ease;
}

.km-values-item {
  min-width: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, 0.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 0 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, 0.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-functional-introduction .intro-swiper {
  width: 1087px;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}

.intro-swiper .intro-left {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  background: #F4F7FF;
  padding-top: 54px;

}

.intro-swiper .intro-right {
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 68px;
  padding-right: 18.54%;
  flex: 1;
  background: #F9FBFF;
}

.intro-swiper .intro-nav {
  list-style: none;
  width: 206px;
  margin: 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-right: 27px;
}

.intro-swiper .intro-nav img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  margin-right: 22px;
  flex-shrink: 0;
}

.intro-swiper .intro-nav span {
  display: inline-block;
  min-width: 120px;
}

.intro-swiper .intro-item {
  /* height: 48px; */
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 10px;
  /* color: #999; */
  cursor: pointer;
  font-size: 18px;
  opacity: 0.3;
}

.intro-swiper .intro-item.active {
  color: #fe5410;
  font-weight: 600;
  opacity: 1;
}

.intro-swiper .intro-panels .panel {
  width: 100%;
  box-sizing: border-box;
  display: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(235, 235, 235, 0.5);
  padding: 24px 25px 43px;

}

.intro-swiper .intro-panels .panel.active {
  display: block;
  width: 820px;
}

.intro-swiper .intro-panels .panel.panel-animate-lr {
  transform-origin: left center;
  opacity: 0;
  transform: scaleX(0.85);
}

.intro-swiper .intro-panels .panel.panel-animate-lr.panel-animate-run {
  transition: transform .28s ease, opacity .28s ease;
  opacity: 1;
  transform: scaleX(1);
}

.intro-swiper .intro-panels .panel.panel-animate-diag {
  clip-path: inset(0 100% 100% 0);
  opacity: 0;
}

.intro-swiper .intro-panels .panel.panel-animate-diag.panel-animate-run {
  transition: clip-path .32s ease, opacity .32s ease;
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.intro-swiper .intro-panels .panel img {
  width: 741px;
  box-sizing: border-box;
  object-fit: cover;
  margin: 0px 24px 38px 24px;
}


.intro-swiper .intro-panels .panel:nth-child(1){
  padding-right: 37px;
}
  
.intro-swiper .intro-panels .panel:nth-child(1) img{
  margin-top: 14px;
  margin-right: 0;
  margin-left: 18px;
  margin-bottom: 0;
}

.intro-swiper .intro-panels .panel:nth-child(4) img{
  width: 709px;
  margin-bottom: 0;
}

.intro-swiper .intro-panels .panel:nth-child(5) img{
  width: 728px;
  margin-bottom: 0;
  margin-top: 20px;
}

.intro-swiper .intro-panels .panel:nth-child(6) img{
  margin-bottom: 0;
}

.intro-swiper .intro-panels .panel:nth-child(8) img{
  margin-bottom: 0;
}

.intro-swiper .intro-panels .panel:nth-child(1) .core-box,
.intro-swiper .intro-panels .panel:nth-child(2) .core-box,
.intro-swiper .intro-panels .panel:nth-child(3) .core-box,
.intro-swiper .intro-panels .panel:nth-child(4) .core-box,
.intro-swiper .intro-panels .panel:nth-child(5) .core-box
{
  margin-left: 0;
  margin-right: 0;
  width: 756px;
}
  

.intro-swiper .intro-panels .panel:nth-child(2) img {
  width: 726px;
  margin-right: 0;
  margin-bottom: 0;
}

.intro-swiper .intro-panels .panel:nth-child(2) .features4{
  margin-bottom: 8px;
}

.intro-swiper .intro-panels .panel:nth-child(8) .features4{
  margin-top: 0;
}


.intro-swiper .intro-panels .panel:nth-child(2) .panel-box {
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 21px 24px 21px 21px;
  width: 756px;
}

.intro-swiper .intro-panels .panel:nth-child(3) img {
  margin-bottom: 8px;
  width: 726px;
}

/* .intro-swiper .intro-panels .panel:first-child {
    img{
      width: 825px;
      box-sizing: border-box;
      object-fit: cover;
      margin: 48px 24px 38px 24px;
    }
  } */
.intro-swiper .intro-panels .panel:nth-child(6) .feature-text {
  width: 293px;
}

.intro-swiper .intro-panels .panel:nth-child(6) .panel-box-vertical {
  display: flex;
}

.intro-swiper .intro-panels .panel.sale-panel {
  padding: 46px 8px;
}

.intro-swiper .intro-panels .panel:nth-child(6) .panel-box-vertical .feature-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 15px 73px;
}

.intro-swiper .intro-panels .panel:nth-child(6) .panel-box-v {
  width: 293px;
}

.intro-swiper .intro-panels .panel:nth-child(6) img {
  width: 476px;
  height: 334px;
  box-sizing: border-box;
  object-fit: cover;
  margin: 0;
  margin-right: 20px;
}

.intro-swiper .intro-panels .panel:nth-child(7) .feature-text {
  width: 293px;
}

.intro-swiper .intro-panels .panel:nth-child(7) .panel-box-vertical {
  margin: 0px 0 38px 0px;
  display: flex;
}

.intro-swiper .intro-panels .panel:nth-child(7) .panel-box-vertical .feature-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 16px 73px;
}

.intro-swiper .intro-panels .panel:nth-child(7) .panel-box-v {
  margin-top: 10px;
}

.intro-swiper .intro-panels .panel:nth-child(7) img {
  width: 486px;
  box-sizing: border-box;
  object-fit: cover;
  margin: 0;
}

.intro-swiper .panel.smart-panel {
  padding: 36px 15px 36px 15px;
}

.intro-swiper .panel img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.intro-swiper .panel .panel-box {
  padding: 34px 36px 24px 36px;
  margin-top: 25px;
  width: 756px;
  /* min-height: 260px; */
  height: auto;
  box-sizing: border-box;
  background: #f7f7f7;
  box-shadow: 0 7.5px 24px rgba(0, 0, 0, 0.06);
  border-radius: 9px;
  border: 1px solid #FFFFFF;
  /* background: #fff; */
  /* border-radius:12px;  */
  /* border:1px solid #E6ECF8;  */
  /* box-shadow:0 4px 22px rgba(235,235,235,.5); padding:18px;  */
  /* background: url('../images/product/function_introduce_text_bg.png') no-repeat center center;
  background-size: cover; */
}

.intro-swiper .panel .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 38px;
}

.intro-swiper .panel .feature-item {
  color: #666;
  line-height: 24px;
}

.intro-swiper .panel .feature-title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #0F0F0F;
}

.intro-swiper .panel .feature-text {
  width: 330px;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.intro-swiper .panel .core-box {
  width: 765px;
  /* height: 210px; */
  box-sizing: border-box;
  padding: 21px 21px 22px 21px;
  margin-left: 19px;
  margin-right: 11px;
  /* background: url('../images/product/function_introduce_text_bg_2.png') no-repeat center center; */
  background-size: cover;
  background: #f7f7f7;
  box-shadow: 0 7.5px 24px rgba(0, 0, 0, 0.06);
  border-radius: 9px;
  border: 1px solid #FFFFFF;
}

.intro-swiper .panel:nth-child(4) .core-box {
  height: 158px !important;
}


.intro-swiper .panel .core-title {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  margin-bottom: 12px;
}

.intro-swiper .panel .core-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* justify-content:center;  */
}

.intro-swiper .panel .core-tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 4px 6px 16px 1px rgba(206, 206, 206, 0.31);
  border-radius: 10px;
  border: 1px solid #FDFDFD;
  font-size: 10px;
  width: 69.72px;
  height: 31.87px;
  text-align: center;
  box-sizing: border-box;
  color: #333333;
  word-break: keep-all;
}

.intro-swiper .panel .panel-media {
  position: relative;
}

.intro-swiper .panel .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FFD46A 0%, #FFA940 100%);
  box-shadow: 0 6px 18px rgba(255, 169, 64, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.intro-swiper .panel .play-btn::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 2px;
}

.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
}

.video-modal .vm-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .55);
}

.video-modal .vm-dialog {
  position: relative;
  width: 960px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .3);
}

.video-modal .vm-dialog {
  z-index: 1;
}

.video-modal .vm-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  color: #333;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
}

.video-modal video {
  width: 100%;
  height: auto;
  display: block;
}

.intro-swiper .panel:nth-child(4) .core-tags .tag {
  width: 70px !important;
}

/* 服务体系 */
.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-right: 15px;
  padding: 37px 30px;
  box-sizing: border-box;
  display: flex;
}

.km-saas-products .service-system-item .item-icon {
  width: 75px;
  height: 75px;
  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;
}

/* 快麦EPR使用教程 */
.km-erp-tutorial {
  padding: 87px 0 80px 0;
  width: 100%;
  background-color: #ff6839;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.km-erp-tutorial-title {
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  line-height: 53px;
  margin-bottom: 29px;
  margin-left: 25.83%;
}

.km-erp-btn {
  width: 213px;
  height: 69px;
  background: #ffffff;
  border-radius: 40px;
  text-align: center;
  line-height: 69px;
  font-weight: 500;
  font-size: 26px;
  color: #ff4c02;
  line-height: 37px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 基础介绍 */
.km-product-base {
  padding: 61px 0 63px 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.km-product-base .product-desc {
  width: 403px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.km-product-base .product-desc span {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}

.km-product-base .product-video {
  width: 693px;
  height: 390px;
  margin-left: 30px;
}

.product-video .pv-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-video .pv-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-video .pv-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: url(../images/product/play_icon.png) no-repeat center center;
  background-size: cover;
  /* background: linear-gradient(90deg, #FFD46A 0%, #FFA940 100%); box-shadow:0 6px 18px rgba(255,169,64,.35); */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-video .pv-play::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 2px;
}

/* 业务模式 */
.km-business-mode {
  padding: 61px 0;
  width: 100%;
  /* background-color: #dce8fe; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/product/business_mode_bg.png') no-repeat center center;
  background-size: cover;
}

.km-business-mode .intro-img {
  width: 988px;
  height: 634px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
}

.km-business-mode .intro-img img {
  width: 100%;
}

.km-business-mode .km-common-title {
  text-align: center;
  margin-bottom: 39px;
}

/* 功能介绍 */
.km-functional-introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: #f4f7ff; */
}

.km-functional-introduction .km-common-title {
  text-align: center;
  margin-bottom: 14px;
}

.km-functional-introduction .title-desc {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: center;
  margin-bottom: 38px;
}

.introduction-functional-content {
  width: 100%;
  background: linear-gradient(to right, #F4F7FF 40%, #F9FBFF 40%);
}

/* 快麦ERP核心版本选购 */
.km-core-version {
  padding: 81px 0 55px 0;
  width: 100%;
  background-color: #fff;
  background: url('../images/product/core_version_bg.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.km-core-version .km-common-title {
  text-align: center;
  margin-bottom: 57px;
}

.km-core-version .version-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.km-core-version .version-content .version-item {
  width: 560px;
  height: 506px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 30px 52px;
  position: relative;
  transition: transform 0.3s ease;
}

.km-core-version .version-content .version-item:hover {
  transform: translateY(-10px);
}

.km-core-version .version-content .version-item_1 {
  background: url('../images/product/version_2.png') no-repeat center center;
  background-size: 100% 100%;
}

.km-core-version .version-content .version-item_2 {
  background: url('../images/product/version_1.png') no-repeat center center;
  background-size: 100% 100%;
}

.km-core-version .version-content .version-item .version-btn {
  position: absolute;
  bottom: 60px;
  display: flex;
  margin-top: 39px;
  width: 390px;
  height: 50px;
  background: #FF7948;
  border-radius: 40px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff7e46 0%, #fe5410 100%);
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
  padding: 14px 0;
}

.km-core-version .version-content .version-item .version-btn_1 {
  border: 1px solid #FF7948;
  background: #fff;
  color: #FF7948;
}

.km-core-version .version-content .version-item .version-btn_1:hover {
  background-color: #FFE9E1;
  border: 1px solid #FFE9E1;
}

.km-core-version .version-content .version-item .version-btn_2 {
  background: #FF7948;
  border-radius: 40px;
  border: 1px solid #FF7948;
  color: #fff;
}

.km-core-version .version-content .version-item .version-btn_2:hover {
  background-color: #DA480D;
  border: 1px solid #DA480D;
}

/* 快麦EPR使用教程 */
.km-erp-contract {
  padding: 64px 0 49px 0;
  width: 100%;
  min-width: 1200px;
  justify-content: center;
  background: url('../images/product/contract-bg_1.png') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.km-erp-contract .km-erp-tutorial-title {
  margin-left: 89px;
  /* text-align: center; */
  white-space: nowrap;
}

.km-erp-contract .km-common-title {
  text-align: center;
  margin-bottom: 57px;
}

.km-erp-contract .btn-wrap {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-left: 92px;
}

.km-erp-contract .btn-wrap .km-erp-btn {
  width: 140px;
  height: 46px;
  border-radius: 40px;
  font-size: 22px;
  border: 2px solid #FFFFFF;
  background-color: #FF8C5D;
  color: #fff;
  cursor: pointer;
}

.km-erp-contract .btn-wrap .km-erp-btn_1:hover {
  background: rgba(255,255,255,0.2);
}

.km-erp-contract .btn-wrap .km-erp-btn_2:hover {
  background: rgba(255,255,255,0.84);
  border: 2px solid transparent;
}

.km-erp-contract .btn-wrap .mr40 {
  margin-right: 40px;
}

.km-erp-contract .btn-wrap .btn-order {
  background: #FFFFFF;
  color: #FF4C03;
}

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

/* 修复头部导航及内容换行问题 */
/* 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;
}