.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: 700px; */
  position: relative;
}

.rc-km-banner .content1200 {
  height: 700px;
}

.rc-km-banner .counter {
  font-size: 50px;
  color: #FF4C02;
  position: relative;
  bottom: -5px;
  padding-right: 5px;
}

.rc-km-banner .banner-img {
  width: 100%;
  object-fit: cover;
}

.rc-km-banner .banner-media {
  position: relative;
  background: url(http://www.kuaimai.com/files/cms/www/default/2026/images/company-intro/c_banner.png) no-repeat center center;
  background-size: cover;
  height: 662px;
  /* background-position: 150px 1177px; */
  /* height: 520px; */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rc-km-banner .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: url(http://www.kuaimai.com/files/cms/www/default/2026/images/company-intro/c_banner_open.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rc-km-banner .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;
}

.rc-km-banner .small-counter {
  color: #FF4C02;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  height: 100px;
}

.rc-km-banner .banner-desc {
  background-color: #fff;
  box-shadow: 0px 4px 22px 8px rgba(235, 235, 235, 0.5);
  border-radius: 8px;
  /* line-height: 48px; */
  text-align: left;
  position: absolute;
  left: 50%;
  transform: translate(-50%,50%);
  /* width: 70%; */
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #333333;
  padding: 38px 104px 68px 87px;
  bottom: 0;
  white-space: nowrap;
  height: 236px;
}

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

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

/* .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: flex-start;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  min-height: 84px;
}

.km-about-content .s-content-box-title {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  font-weight: 500;
}

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

.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: 100px 0 210px 0;
  background: url(http://www.kuaimai.com/files/cms/www/default/2026/images/company-intro/product_bg.png) center center no-repeat;
}

.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;  */
  height: 440px;
  /* height: 498px;  */
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: width .25s ease;
  margin: 25px 10px 25px 9px;
}

.km-saas-card.expanded {
  /* width: 520px;  */
  width: 630px;
  box-shadow: 0px 4px 22px 8px rgba(235,235,235,0.5);
}

.km-saas-card.collapsed {
  width: 263px;
  height: 440px;
  /* margin-top: 25px; */
  margin: 25px 10px 25px 9px;
}

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

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

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

.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-saas-card.collapsed .card-title {
  top: 64px;
  left: 33px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
}

.km-saas-card.collapsed .card-sub {
  top: 104px;
  left: 33px;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 1;
}

.km-saas-card.expanded .card-title {
  top: 66px;
  left: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}

.km-saas-card.expanded .card-sub {
  top: 103px;
  left: 50px;
  font-size: 16px;
  color: #666666;
  opacity: 1;
}

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

.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: 375px;
  height: 166px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  background: linear-gradient( 180deg, #FFFFFF 0%, #F7F7F7 100%);
  box-shadow: 4px 6px 16px 1px rgba(206,206,206,0.31);
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  padding: 42px 50px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-right: 17px;
}

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

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

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

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

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

.km-values .values-header .title {
  font-size: 28px;
  font-weight: 500;
}

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

.km-values .values-header .values-arrow {
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: opacity .2s ease;
}

.km-values .values-header .values-arrow.disabled {
  opacity: .5;
}

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

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

.km-values-item {
  min-width: 410px;
  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: 500;
  font-size: 22px;
  margin: 48px 39px 6px;
}

.km-values-item .desc {
  color: #666;
  font-size: 18px;
  margin: 0 39px 67px;
  line-height: 24px;
}

@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: flex;
  /* grid-template-columns: repeat(2, 1fr);  */
  gap: 12px;
}

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

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

.km-env-grid .env-top img:nth-child(1) {
  width: 580px;
}

.km-env-grid .env-top img:nth-child(2) {
  width: 608px;
}

.km-env-grid .env-bottom img:nth-child(1) {
  width: 362px;
}

.km-env-grid .env-bottom img:nth-child(2) {
  width: 500px;
}

.km-env-grid .env-bottom img:nth-child(3) {
  width: 314px;
}

.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;
  }
}

.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);
  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;
}

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

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

/* 仅在触发移动端堆叠布局(max-width: 1024px)时，使用更高优先级选择器强制回退到小屏桌面布局模式 */
@media screen and (max-width: 1024px) {

  /* 恢复 SaaS 产品部分的行布局 */
  body .km-saas-solutions {
    flex-direction: row;
  }

  body .km-saas-display {
    flex: 0 0 640px;
  }

  body .km-saas-nav {
    flex-direction: row;
  }

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

  body .km-saas-card.collapsed {
    width: 263px;
    height: 498px;
    margin: 25px 10px 25px 9px;
  }

  /* 恢复 A股介绍部分的布局 (参考 max-width: 1360px 时的样式) */
  body .km-about-saas .km-about-content {
    flex-direction: row;
    max-width: 1100px;
  }

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

  body .km-about-content .s-content-box-desc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* 强制图片右对齐且位置正确 */
  body .km-about-saas .km-about-content-img {
    position: absolute;
    width: 44%;
    height: 520px;
    right: 0;
    bottom: -40px;
    flex: 0 0 auto;
  }

  /* 恢复文化卡片行布局 */
  body .km-culture-cards {
    display: flex;
    flex-direction: row;
    grid-template-columns: none;
  }

  /* 恢复环境部分布局 */
  body .km-env-grid .env-top,
  body .km-env-grid .env-bottom {
    display: flex;
    grid-template-columns: none;
  }
}

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