.banner-img {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  background-image: url('../../img/main/casepage/banner.jpg');
  height: 314px;
  background-size: 100% 100%;
}

.case-page {

  .el-tabs__nav {
    width: calc(1440px - 286px);
    padding: 10px 0 0;
    margin: 30px auto 0;
    transform: translateX(-50%) !important;
    left: 50%;

    .el-tabs__item {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 14px;
      color: #4C4C4C;
      line-height: 20px;
      position: relative;
    }
  }

  .banner {

    .title {
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 32px;
      color: #000000;
      line-height: 45px;
      margin: auto;
      text-align: center;
      padding-top: 50px;
    }

    .text {
      margin-top: 15px;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 18px;
      color: #7B8297;
      line-height: 36px;
      text-align: center;
    }
  }

  .time-picke {
    width: 1440px;
    margin: 140px auto 0;
    text-align: center;

    .el-select {
      margin: 0 10px;
    }
  }

  .box-list {
    width: 1440px;
    margin: 55px auto 90px;
    display: grid;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    li {
      cursor: pointer;
      list-style: none;

      .time {
        font-family: DINAlternate, DINAlternate;
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 5px;

        span {
          font-weight: bold;
          font-size: 16px;
          color: RGBA(178, 178, 178, 1);
        }
      }

      .tip {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: RGBA(131, 131, 131, 1);
        line-height: 18px;
        text-align: left;
        margin-top: 18px;
      }

      .text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 26px;
        color: #080808;
        line-height: 40px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        max-width: 330px;
        margin-top: 14px;
      }
    }
  }

  .blog-content {
    background: linear-gradient(135deg, #FAFBFD 0%, #EFF2F9 100%);
    padding: 80px 0 60px;

    .blog-content-box {
      width: 1440px;
      margin: auto;

      .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 24px;
        color: #000000;
        line-height: 33px;
        text-align: center;
        margin-bottom: 60px;

        img {
          margin-right: 15px;
        }
      }

      ul {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 24px;

        li {
          padding: 26px 33px;
          background: linear-gradient(134deg, #F9FBFF 0%, #EDF3FC 100%);
          box-shadow: 0px 4px 8px 0px rgba(20, 29, 39, 0.14);
          border-radius: 4px;
          border: 2px solid;
          border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(226, 233, 250, 1)) 2 2;
          backdrop-filter: blur(4px);
          list-style: none;

          .text {
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 18px;
            color: #080808;
            margin-bottom: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
          }

          div {
            display: flex;
            justify-content: space-between;

            .type {
              font-weight: 400;
              font-size: 14px;
              color: #36383F;
              line-height: 22px;
            }

            .time {
              font-family: PingFangSC, PingFang SC;
              font-weight: 400;
              font-size: 14px;
              color: #36383F;
            }

            p {
              margin: 0;
            }
          }
        }
      }

    }

  }

}