.lizi-header__banner1 {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 136, 200, 0) 34.32%, rgba(0, 0, 0, 0.5) 95.7%);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.lizi-products-ehv-series {
  .lizi-products-ehv-series__banner {
    position: relative;

    .lizi-products-ehv-series__banner-wrap {
      position: absolute;
      left: 14.5rem;
      top: 17.125rem;

      .lizi-products-ehv-series__banner-title {
        font-size: 3.125rem;
        font-weight: 700;
        color: var(--white);
      }

      .lizi-products-ehv-series__banner-sub-title {
        /* width: 37.5rem; */
        color: var(--white);
        font-size: 2rem;
        font-weight: 400;
        margin-top: 1.25rem;
      }
    }
  }

  .lizi-products-ehv-series__explain {
    display: flex;
    justify-content: center;
    padding: 3.75rem 9.25rem;
    padding-bottom: 6.25rem;

    .lizi-products-ehv-series__explain-left {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;

      .lizi-products-ehv-series__explain-cover {
        /* width: 24.125rem; */
        height: 40rem;

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }

      .lizi-products-ehv-series__explain-imgs {
        display: flex;
        gap: 3.375rem;

        .lizi-products-ehv-series__explain-imgs-item {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: .375rem 1.25rem;
          border: .0625rem solid #C6C6C6;

          img {
            width: 2.875rem;
            height: 3.6875rem;
            object-fit: contain;
          }
        }

        .lizi-products-ehv-series__explain-imgs-item.active {
          border: .1875rem solid var(--primary-color);
        }
      }
    }

    .lizi-products-ehv-series__explain-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 2.1875rem;

      .lizi-products-ehv-series__explain-title {
        font-size: 2.1875rem;
        font-weight: 700;
        color: #889094;
      }

      .lizi-products-ehv-series__explain-sub-title {
        /* width: 45rem; */
        font-size: 2.3125rem;
        font-weight: 700;
        color: var(--primary-color);
      }

      .lizi-products-ehv-series__explain-text {
        font-size: 1.0625rem;
        font-weight: 400;
        color: #4A4A4A;
      }

      .lizi-products-ehv-series__explain-download {
        display: flex;
        gap: .9375rem;
        font-size: 1.25rem;
        font-weight: 400;
        margin-top: 5.625rem;

        .lizi-products-ehv-series__explain-download-label {
          color: #000;
        }

        .lizi-products-ehv-series__explain-download-link {
          color: var(--primary-color);
          text-decoration: underline;
          cursor: pointer;
        }
      }
    }
  }

  .lizi-products-ehv-series__product-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    color: #333;
    background-color: var(--white);
    margin: 9.625rem 0;
    margin-top: 6.25rem;

    .list-wrap {
      display: flex;
      width: max-content;
      margin-top: 2.5rem;
    }

    .list-wrap .item {
      display: flex;
      flex-direction: column;
      gap: 2.125rem;
      width: 28rem;
      background-color: #fff;
      padding: 3.75rem 2.5rem;
      padding-bottom: 0;
      margin: 0 .75rem;
      border-bottom: 1.25rem solid rgba(0, 145, 219, 1);
      box-shadow: 0 .4869rem .9744rem 0 rgba(0, 0, 0, 0.25);
      position: relative;
    }

    .list-wrap .item::before {
      content: '';
      position: absolute;
      left: -0.625rem;
      top: 1.5625rem;
      width: 3.4375rem;
      height: 1.25rem;
      background-color: rgba(0, 162, 233, 1);
    }

    .list-wrap .item .title {
      color: var(--primary-color);
      font-size: 2.125rem;
      font-weight: 700;
      margin-bottom: .9375rem;
    }

    .list-wrap .item .label {
      font-size: 1.3125rem;
      font-weight: 400;
      color: #6E6E6E;
      margin-bottom: .375rem;
    }

    .label {
      display: flex;
      align-items: center;
      font-size: 1.3125rem;
      font-weight: 400;
      color: #6E6E6E;
      margin-bottom: .375rem;

      .em {
        font-weight: 700;
      }
    }

    .list-wrap .item .images {
      width: 100%;
      height: 100%;
    }

    .list-wrap .item .images img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .more {
      display: flex;
      width: max-content;
      font-size: 1.25rem;
      font-weight: 550;
      background-color: #fff;
      margin: 0 auto;
      margin-top: 5.75rem;
      transform: translateY(-3.125rem);
      cursor: pointer;
    }

    .more .text {
      display: flex;
      align-items: center;
      padding: .3125rem 1.25rem;
      box-shadow: .3125rem .3125rem .3125rem #ccc;
    }

    .more .icon {
      color: #fff;
      padding: .3125rem .625rem;
      background-color: rgba(0, 145, 219, 1);
    }
  }
}

@media screen and (max-width: 900px) {
  .lizi-products-ehv-series {
    .lizi-products-ehv-series__explain {
        padding: 3.75rem 6.25rem;
    }
  }
}