body {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}

/* #region banner */
.banner-swiper {
  width: 100%;
  height: 46.875rem;
  position: relative;
}

.banner-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-content {
  position: absolute;
  top: 45%;
  left: 15rem;
  transform: translateY(-50%);
  color: white;
  max-width: 46.875rem;
  z-index: 10;
}

.banner-content h1 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: bold;
  font-size: 3.5rem;
  color: #105fec;
  line-height: 4.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.25rem;
}

.banner-content .info {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.75rem;
  color: #555555;
  line-height: 2.75rem;
  text-align: justify;
  text-align-last: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.25rem;
}
.banner-content .info1 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 2rem;
  color: #333333;
  line-height: 3.1875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.25rem;
}
.banner-content .info2 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.5rem;
  color: #666666;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.25rem;
}

.btn-banner {
  width: 10rem;
  height: 3.25rem;

  background: linear-gradient(270deg, #ff8403 0%, #ffbf7c 100%);
  border-radius: 3.75rem 3.75rem 3.75rem 3.75rem;
  color: white;
  border: none;
  font-size: 1.375rem;
  cursor: pointer;
  transition: background-color 0.3s;

  position: absolute;
  left: 15rem;
  bottom: 7.5rem;
  z-index: 99;
  user-select: none;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}

/* 分页器样式 */
.swiper-pagination {
  bottom: 2rem !important;
}
.swiper-pagination-bullet {
  width: 0.75rem !important;
  height: 0.75rem !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.5rem !important;
}

.swiper-pagination-bullet-active {
  background: white;
}

/* 导航按钮样式 */
.swiper-button-next,
.swiper-button-prev {
  color: #ccc !important;
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  border-radius: 50%;
  transition: background 0.3s;
}

.swiper-button-prev {
  margin-left: 10rem !important;
}
.swiper-button-next {
  margin-right: 10rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.25rem;
  font-weight: bold;
}
/* #endregion banner */

/* #region 产品矩阵 */
.cpjz {
  width: 100%;
  height: 60.1875rem;
  box-sizing: border-box;
  padding-top: 6.875rem;
}
.cpjz-title-1 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 2.625rem;
  color: #0e1d44;
  line-height: 3.9375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
}
.cpjz-title-2 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #888888;
  line-height: 1.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
}

.cpjz-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpjz-content-left {
  width: 52.1875rem;
  height: 40.5rem;
  background: url("../images/首页/产品矩阵/home_sh_pic.png");
  background-repeat: no-repeat; /* 添加此属性防止背景重复 */
  background-size: cover; /* 可选：使背景覆盖整个区域 */
}

.cpjz-content-left-title {
  width: 36rem;
  height: 4.875rem;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 2rem;
  color: #555555;
  line-height: 4.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 7.4375rem auto 0;
}
.cpjz-content-left-content {
  width: 30.625rem;
  height: 6rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #888888;
  line-height: 1.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.625rem auto 1.875rem;
}
.cpjz-content-left-btn {
  width: 10rem;
  height: 2.75rem;
  border-radius: 3.25rem 3.25rem 3.25rem 3.25rem;
  border: 0.0625rem solid #2963ea;
  margin: 0 auto;
  line-height: 2.75rem;
  cursor: pointer;
  user-select: none;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.1875rem;
  color: #2963ea;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.cpjz-content-right {
  width: 33.4375rem;
  height: 40.5rem;
  overflow: hidden;
  position: relative;
}
.cpjz-content-right-item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 3.125rem 3.125rem 0;
}
.cpjz-content-right-item-icon {
  width: 5.125rem;
}
.cpjz-content-right-item-icon img {
  width: 100%;
}
.cpjz-content-right-item-title-1 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1.875rem;
  color: #333333;
  line-height: 2.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.25rem;
}
.cpjz-content-right-item-title-2 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #979797;
  line-height: 1.6875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.cpjz-content-right-item-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.cpjz-content-right-item-content-item {
  min-width: 30%;
  display: flex;
  align-items: center;
}
.cpjz-content-right-item-content-item-icon {
  width: 1.25rem;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}
.cpjz-content-right-item-content-item-icon img {
  width: 100%;
}
.cpjz-content-right-item-content-item-icon span {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cpjz-swiper-pagination {
  position: absolute;
  bottom: 25% !important;
  left: 4.375rem !important;
  z-index: 99;
}
.cpjz-swiper-button-next,
.cpjz-swiper-button-prev {
  position: absolute;
  bottom: 15% !important;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 0.125rem solid #ccc;
  cursor: pointer;
  z-index: 99;
  line-height: 1.875rem;
  text-align: center;
  color: #ccc;
  user-select: none;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpjz-swiper-button-prev {
  left: 4.375rem !important;
}
.cpjz-swiper-button-prev svg {
  transform: rotate(180deg);
}
.cpjz-swiper-button-next {
  left: 8.125rem !important;
}

.cpjz-content-right-item-btn {
  width: 9rem;
  height: 2.75rem;
  background: #2963ea;
  border-radius: 6.875rem 6.875rem 6.875rem 6.875rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 2.75rem;
  margin-top: 3.125rem;
}
/* #endregion 产品矩阵 */

/* #region 产品数字化生态 */
.cpszhst {
  width: 100%;
  height: 65.875rem;
  box-sizing: border-box;
  /* background-color: #f1f5fe; */
  padding-top: 6.875rem;
  background:#f1f5fe url("../../static/images/首页/产业数字化/cy_bg@2x.png") center center / cover no-repeat;
}
.cpszhst-title-1 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 2.625rem;
  color: #0e1d44;
  line-height: 3.9375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
}
.cpszhst-title-2 {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #888888;
  line-height: 1.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.cpszhst-content {
  overflow: hidden;
  width: 90rem;
  margin: 1.25rem auto;
}
.cpszhst-content-item {
  width: 100%;
  display: flex;
  gap: 2.5rem;
}

.cpszhst-content-item-left {
  width: 35rem;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  box-sizing: border-box;
  padding: 5.125rem 3.125rem;
  backdrop-filter: blur(1.75rem);
}
.cpszhst-content-item-left-title {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 2rem;
  color: #1b2846;
  line-height: 3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.cpszhst-content-item-left-text {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #8b8d98;
  line-height: 1.6875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 3.125rem;
}
.cpszhst-content-item-left-text p {
  margin-bottom: 0.625rem;
}
.cpszhst-content-item-left-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
  margin-top: 3.125rem;
}
.cpszhst-content-item-left-content-item {
  min-width: 30%;
  display: flex;
  align-items: center;
}
.cpszhst-content-item-left-content-item-icon {
  width: 1.25rem;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}
.cpszhst-content-item-left-content-item-icon img {
  width: 100%;
}
.cpszhst-content-item-left-content-item-icon span {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.6875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.cpszhst-content-item-left-btn {
  width: 9rem;
  height: 2.75rem;
  background: #2963ea;
  border-radius: 6.875rem 6.875rem 6.875rem 6.875rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 2.75rem;
  margin-top: 3.125rem;
}

.cpszhst-content-item-right {
  width: 55rem;
}
.cpszhst-content-item-right img {
  width: 100%;
}
/* 在 index.css 中添加以下样式 */
.industry-tabs-box {
  display: flex;
  justify-content: center;
}
.industry-tabs {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.875rem auto;
  padding: 0.3125rem 0.3125rem;
  background-color: #f8f9fa;
  border-radius: 3.125rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.industry-tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;

  width: 7rem;
  height: 2.75rem;
  background-color: #fefefe04;
  border-radius: 2.5rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
  line-height: 2.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  user-select: none;
}

.industry-tab-item:hover {
  transform: translateY(-0.125rem);
}

.industry-tab-item.active {
  background: linear-gradient(270deg, #105fec 0%, #699fff 100%);
  color: #ffffff;
  /* box-shadow: 0 .125rem .25rem rgba(0, 123, 255, 0.3); */
}
/* #endregion 产品数字化生态 */

/* #region 企业税务数字化先行者 */
.szhxxz {
  width: 100%;
  height: 38.5625rem;
  box-sizing: border-box;
  padding-top: 6.875rem;
  overflow: hidden;
}
.szhxxz-title {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 2.625rem;
  color: #0e1d44;
  line-height: 3.9375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
}
.szhxxz-text {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #888888;
  line-height: 1.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.szhxxz-content {
  display: flex;
  justify-content: flex-start;
  width: 90rem;
  margin: 0 auto;
}
.szhxxz-content-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 1.875rem;
  width: 51.875rem;
  flex-shrink: 0;
}
.szhxxz-content-left-item {
  min-width: 30%;
}
.szhxxz-content-left-item-value span:first-child {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 2.5rem;
  color: #105fec;
  line-height: 3.75rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.3125rem;
}
.szhxxz-content-left-item-value span:nth-child(2) {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
}
.szhxxz-content-left-item-value span:last-child {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 1.625rem;
  color: #333333;
  line-height: 2.4375rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.szhxxz-content-left-item-label {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.5rem;
  color: #555555;
  line-height: 2.5rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.szhxxz-content-right {
  width: 51.375rem;
  flex-shrink: 0;
}
.szhxxz-content-right img {
  width: 100%;
}
/* #endregion 企业税务数字化先行者 */

/* #region 客户 */
.kh {
  width: 100%;
  height: 61.25rem;
  box-sizing: border-box;
  padding: 3.75rem 0;
  text-align: center;
  background-color: #f6f9fd;
}

.kh-title {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 2.625rem;
  color: #0e1d44;
  line-height: 3.9375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
}

.kh-desc {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #888888;
  line-height: 1.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 3.4375rem;
}

/* .kh-swiper {
  width: 100%;
  overflow: hidden;
}

.kh-swiper .swiper-slide img {
  width: 9.375rem;
  height: 3.75rem;
  object-fit: contain;
  display: block;
  padding: .625rem;
  background: white;
  border-radius: .5rem;
  box-shadow: 0 .125rem .5rem rgba(0, 0, 0, 0.05);
}*/
:root {
  --kh-swiper-item-width: 186.875rem;
}
.kh-swiper-item {
  width: var(--kh-swiper-item-width);
  overflow: hidden;
}

.kh-swiper-item-row-1,
.kh-swiper-item-row-2 {
  gap: 3.75rem;
}
.kh-swiper-item-row-1 {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.kh-swiper-item-row-2 {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
}

.kh-swiper-item img {
  width: 9.375rem;
  height: 3.75rem;
  object-fit: contain;
  display: block;
  padding: 0.625rem;
  background: white;
  border-radius: 1.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.kh-swiper-container {
  overflow: hidden;
  width: calc(100% - 12.5rem);
  position: relative;
  margin: 0 auto;
}

.kh-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(90deg, #f6f9fd 0%, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 75%, #f6f9fd 100%);
}

.kh-swiper-wrapper {
  display: flex;
  width: 200%; /* 两份内容，所以是200% */
  width: calc(var(--kh-swiper-item-width) * 2);
  animation: scroll 20s linear infinite;
}

.kh-swiper-slide {
  width: 50%; /* 每份内容占50% */
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.kh-swiper-container:hover .kh-swiper-wrapper {
  animation-play-state: paused;
}
/* #endregion 客户 */
