.banner-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 432px;
  background-image: url('../images/weWork/top-banner.webp');
  background-size: 100% 100%;

  .banner-wework-title-1 {
    margin-top: -30px;
    font-size: 96px;
    font-weight: bold;
    color: #FFFFFF;
  }

  .banner-wework-title-2 {

    font-size: 16px;
    color: #FFFFFF;
  }
}

.title-row {
  padding-top: 49px;
  .title-row-1 {
    font-size: 48px;
    font-weight: 600;

    .title-row-1-1 {
      color: #000000
    }

    .title-row-1-2 {
      color: #6C4BDA
    }
  }
}

.about-block-1 {
  width: 1204px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;

  p {
    font-size: 14px;
    line-height: 21px;
    color: #3D3D3D;
    margin-bottom: 20px;
  }

  img {
    margin-top: 20px;
    width: 1204px;
    height: 484px;
  }
}

.about-block-2 {
  width: 1204px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 110px;

  .about-block-2-img {
    width: 500px;
    height: 320px;
    border-radius: 8px;
  }

  .about-block-2-right {
    .text-1 {
      font-size: 48px;
      font-weight: 600;
      color: #000000;

      .text-1-1 {
        color: #6C4BDA;
      }
    }

    .text-2 {
      margin-top: 8px;
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      line-height: 21px;
    }

    .text-3 {
      margin-top: 46px;
      font-size: 14px;
      color: #000000;
      line-height: 21px;
    }

  }
}

.about-block-3 {
  width: 100%;
  margin-top: 80px;
  text-align: center;

  .about-block-3-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;

    .about-block-3-content-img {
      width: 25%;
      cursor: pointer;
      height: 210px;
      filter: brightness(60%); /* 初始变暗 */
      transition: opacity 0.3s ease; /* 添加过渡效果 */

      &:hover {
        filter: brightness(100%); /* 悬停时恢复亮度 */
      }
    }
  }
}
.about-block-4{
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  .about-block-4-title {
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;

    .about-block-4-title-1 {
      color: #6C4BDA;
    }
  }
  .about-block-4-content{
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 76px;
    .about-block-4-content-item{
      padding: 30px 30px 18px 30px;
      width: 562px;
      border-radius: 12px;
      background: #F1F4FF;
      .about-block-4-content-item-title{
        font-family: Montserrat;
        font-size: 36px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: normal;
        color: #3D3D3D;
      }
      .about-block-4-content-item-text{
        font-size: 18px;
        font-weight: bold;
        color: #3D3D3D;
        margin-bottom: 10px;
      }
      .about-block-4-content-item-content{
        font-size: 16px;
        color: #000000;
        line-height: 24px;
        margin-top: 6px;
      }
    }
  }
  .time-line{
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
   .time-line-img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
   }
    .time-line-item-box{
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      .time-line-item{
        font-size: 18px;
        color: #000000;
        cursor: pointer;
      }
      .active{
        font-weight: bold;
      }
    }
  }
}

.about-block-5 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;

  .about-block-5-title {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;

    .about-block-5-title-1 {
      color: #6C4BDA;
    }
  }

  .about-block-5-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;

    .about-block-5-content-item {
      width: 386px;
      height: 140px;
      border-radius: 4px;
      background: #F7F7F7;
      padding: 25px 30px;
      cursor: pointer;

      .up {
        display: flex;
        align-items: center;

        .about-block-5-content-item-img {
          width: 30px;
          height: 30px;
        }

        .about-block-5-content-item-text {
          font-size: 20px;
          font-weight: 600;
          margin-left: 18px;
        }
      }

      .down {
        display: flex;
        align-items: center;
        margin-top: 34px;

        .about-block-5-content-item-text {
          font-size: 14px;
        }

        .about-block-5-content-item-img {
          width: 16px;
          height: 16px;
          margin-left: 12px;
        }
      }
    }
  }

}

.about-block-6 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 80px;

  .about-block-6-title {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 60px;

    .about-block-3-title-1 {
      color: #6C4BDA;
    }
  }

  .about-block-6-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;

    .about-block-6-content-item {
      width: 380px;

      .about-block-6-content-item-img {
        width: 380px;
        height: 396px;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
        
      }

      .about-block-6-content-item-title {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-top: 24px;
      }

      .about-block-6-content-item-text {
        font-size: 14px;
        color: #000000;
        line-height: 21px;
        margin-top: 24px;
      }
      &:hover{
        transform: translateY(-10px);
      }
    }
  }

}

.section-6 {
  background: #000000;
  padding: 80px 0;
  width: 100%;
  margin-bottom: 40px;
}

.section-6 .section-content {
  width: 1200px;
  margin: 0 auto;
}

.section-6 .section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
}

.section-6 .section-header p {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}

.section-6 .section-header p span {
  color: rgba(255, 255, 255, 0.4);
}

.section-6 .section-header .page-bottom {
  display: flex;
}

.section-6 .section-header .page-bottom img {
  width: 48px;
  height: 48px;
  margin-left: 28px;
  cursor: pointer;
}

.section-6 .section-6-swiper-item {
  display: flex;
  justify-content: space-between;
}

.section-6 .section-6-swiper-item .left-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.section-6 .section-6-swiper-item .left-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  color: #FFFFFF;
  width: 531px;
}

.section-6 .section-6-swiper-item .swiper-right img {
  width: 399px;
  height: 224px;
  border-radius: 8px;
}
.tw-post {
  background: #FCFCFC;
  padding-bottom: 80px;
}
.tw-post-content {
  width: 1200px;
  margin: 0 auto;
}
.tw-post-content .article-box {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  padding: 20px;
  
}
.tw-post-content .article-header {
  display: flex;
  margin-bottom: 16px;
}
.tw-post-content .article-header >img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.tw-post-content .article-header .user-name {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
.tw-post-content .article-header .user-name >img {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.tw-post-content .article-header .nick-name {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #110566;
}
.tw-post-content .article-content {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  margin-bottom: 20px;
}
.tw-post-content .article-footer {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;

  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 20px 0;
}
.tw-post-content .article-footer a {
  text-decoration: underline;
  color: #6C4BDA;
}
.tw-post-content .article-footer >img {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}