.row {
  padding: 0.6rem 0;
}

.row .summary {
  line-height: 2;
  color: rgba(60, 67, 80, 1);
  margin-bottom: 0.36rem;
}

.index_01 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.6rem;
  padding-top: 0.12rem;
}

.index_01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(245, 247, 249, 1), rgba(245, 247, 249, 0) 100%);
}

.index_01 .flex-box {
  position: relative;
  z-index: 1;
}

.index_03 {
  background-image: url("../images/home/bg3.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding-top: 0.76rem;
}

.index_04 .mod {
  background-image: url("../images/home/r4-bg.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  padding-bottom: 0.56rem;
}

.index_01 .flex-box-left {
  padding-top: 0.8rem;
}

.index_01 .flex-box-right {
  padding-left: 4.6%;
  padding-right: var(--content-padding);
}

@media only screen and (min-width: 1428px) {
  .index_01 .flex-box-right {
    padding-right: calc(50% - var(--content-width) / 2);
  }
}

.index_01 .pic img {
  width: 100%;
}

.index_01 .mod {
  --mod-title-font-size: 0.42rem;
}

.index_01 .mod-bd {
  color: rgba(28, 34, 44, 1);
  font-weight: 300;
  line-height: 2;
  min-height: 2.88rem;
}

.index_01 .mod-ft {
  padding: 0.28rem 0;
  display: flex;
  gap: 0.2rem;
}

/* index2 */

@media only screen and (min-width: 768px) {
  .index_02 {
    padding: 0.16rem 0;
  }

  .index_02 .mod .mod-hd {
    margin-bottom: 0.2rem;
  }
}

.pro-area {
  position: relative;
  padding-bottom: 0.6rem;
}

.pro-list-item {
}

.pro-list-item a {
  display: block;
}

.pro-list-item .pic-area {
  background-color: #f5f7f9;
  transition: all 0.3s;
}

.pro-list-item .meta {
  padding: 0.24rem 0.08rem;
}

.pro-list-item .title {
  transition: all 0.3s;
  color: #232323;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-list-item a:hover .title {
  color: var(--main-color);
}

.pro-list-item a:hover .pic-area {
  background-color: #e4e9ee;
}

@media only screen and (max-width: 767px) {
  .index_01 .flex-box-left {
    padding-top: 24px;
  }

  .index_01 {
    padding: 0 20px;
  }

  .index_01 .mod-ft {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .pro-list-item .meta {
  }

  .pro-list-item .title {
    font-size: 16px;
  }

  .index_01 .mod-bd {
    min-height: auto;
  }
}

.index_slogan {
  background-color: #0b122f;
  background-image: url("../images/home/slogan-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.index_slogan .slogan-mod {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}

.index_slogan .title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
  text-align: center;
  font-style: italic;
  line-height: 2;
}

.index_slogan .desc {
  text-align: center;
}

.sol-area {
  position: relative;
  margin-top: 0.84rem;
  padding-bottom: 0.72rem;
}

.sol-area .swiper-button-next,
.sol-area .swiper-button-prev {
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(27, 48, 59, 1);
  color: #fff;
}

.sol-area .swiper-button-next:after,
.sol-area .swiper-button-prev:after {
  font-size: 0.24rem;
}

.sol-list-item {
  position: relative;
}

.sol-list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.sol-list-item a {
  display: block;
  position: relative;
}

.sol-list-item .meta {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sol-list-item .title {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;
}

.sol-list-item .icon {
  margin-bottom: 0.2rem;
  max-width: 0.5rem;
  max-height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sol-list-item .icon img {
  max-width: 100%;
  max-height: 100%;
}

.sol-list-item .pic img {
  transition: all 0.3s;
}

.sol-list-item:hover .pic img {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .index_slogan .slogan-mod {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .index_slogan .title {
    font-size: 14px;
  }

  .index_slogan .title .desc {
    text-align: left;
  }

  .sol-list-item .meta {
    bottom: 10%;
  }

  .sol-list-item .title {
    font-size: 16px;
  }

  .sol-list-item .icon {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 24px;
  }

  .sol-list-item .icon img {
    width: 40px;
  }
}

.partner-area {
  position: relative;
  padding-top: 0.48rem;
  padding-bottom: 0.6rem;
  margin-left: -0.28rem;
  margin-right: -0.28rem;
}

.partner-area .swiper {
  width: 100%;
  height: 3.04rem;
}

.partner-area .swiper-slide {
  height: calc(100% / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-list-item {
  box-sizing: border-box;
  padding: 0.24rem 0.28rem;
  width: 100%;
  height: 100%;
}

.partner-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.partner-list-item .pic-area {
  width: 100%;
  height: 100%;
}

.partner-list-item .pic {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .sol-area {
    padding: 24px 20px 48px;
  }
}

.tape-container {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  height: 1.5rem;
  pointer-events: none;
  z-index: 1;
  margin-top: .2rem;
}

.tape {
  position: absolute;
  left: -19.20rem; /* 初始位置在左侧外 */
  top: 0;
  width: 19.20rem;
  height: 1.08rem;
  margin-bottom: 0.24rem;
  transition: left 10s;
}

#tape2 {
  top: 1.32rem;
}

.tape img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
}
