      
<!DOCTYPE html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>有赞智能报表</title>
    <style>
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      html,
      body {
        height: 100%;
      }

      body {
        font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
        color: #333;
        line-height: 1.5;
      }

      .container {
        width: 100%;
        /* max-width: 1200px; */
        margin: 0 auto;
        padding: 31px 88px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background-image: linear-gradient(to bottom, #d5e7ff, #f5f5f7);
      }

      .logo {
        width: 70px;
        margin-bottom: 20px;
      }

      .content {
        margin-top: 75px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-grow: 1;
      }

      .text-section {
        width: 50%;
      }

      .image-section {
        width: 50%;
        position: relative;
      }

      .main-title {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 1.2;
      }

      .sub-title {
        display: flex;
        align-items: center;
      }
      .main-title .highlight {
        display: inline-block;
      }

      .icon {
        display: inline-block;
        height: 40px; /* 与主标题文字大小相匹配 */
        vertical-align: middle;
        margin-left: 5px;
      }

      .main-title .blue {
        color: #4a90e2;
      }

      .main-title .pink {
        color: #e85b9c;
      }

      .main-title .red {
        color: #ff5252;
      }

      .description {
        /* max-width: 400px; */
        font-size: 18px;
        margin-bottom: 10px;
        color: #666;
        display: inline-block;
      }

      .description-container {
        max-width: 500px;
      }

      .description-container .description {
        display: inline;
      }

      .description-container .description:after {
        content: "；";
      }

      .description-container .description:last-child:after {
        content: "";
      }

      .device-image {
        width: 100%;
        /* max-width: 600px; */
        position: relative;
        z-index: 1;
        /* margin-left: 50px; */
      }

      .qr-section {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
      }

      .qr-code {
        width: 260px;
        height: 260px;
        margin-bottom: 10px;
      }

      .qr-text {
        font-size: 24px;
        font-weight: bold;
      }

      /* 大屏幕样式 */
      @media (min-width: 1440px) {
        .container {
          padding: 40px 120px;
        }

        .logo {
          width: 70px;
        }

        .main-title {
          font-size: 48px;
          margin-bottom: 40px;
        }

        .icon {
          height: 48px; /* 与大屏幕主标题文字大小相匹配 */
        }

        .description {
          font-size: 22px;
          margin-bottom: 15px;
        }

        .description-container {
          max-width: 500px;
        }

        .qr-code {
          width: 256px;
          height: 256px;
        }

        .qr-text {
          font-size: 28px;
        }
      }

      /* 超大屏幕样式 */
      @media (min-width: 1920px) {
        .container {
          padding: 50px 150px;
        }

        .main-title {
          font-size: 56px;
        }

        .icon {
          height: 56px; /* 与超大屏幕主标题文字大小相匹配 */
        }

        .description {
          font-size: 24px;
        }

        .description-container {
          max-width: 700px;
        }
      }

      /* 响应式样式 */
      @media (max-width: 768px) {
        .container {
          padding: 16px 20px;
        }

        .content {
          flex-direction: column-reverse;
          flex-grow: 0;
          margin-top: 45px;
        }

        .text-section,
        .image-section {
          width: 100%;
        }

        .text-section {
          margin-top: 40px;
          text-align: center;
        }

        .main-title {
          font-size: 32px;
          margin-bottom: 20px;
        }

        .sub-title {
            justify-content: center;
        }

        .icon {
          height: 32px; /* 与移动端主标题文字大小相匹配 */
        }

        .description {
          max-width: 100%;
          font-size: 16px;
          text-align: center;
          margin: 0 auto 10px;
          /* display: inline-block; */
        }

        .description-container {
          max-width: 100%;
        }

        .description-container .description {
          display: block;
        }

        .description-container .description:after {
          content: "";
        }

        .logo {
          /* margin: 0 auto 20px; */
          width: 43.65px;
          display: block;
        }

        .device-image {
          margin: 0 auto;
          display: block;
        }

        .qr-code {
          width: 160px;
          height: 160px;
        }

        .qr-text {
          font-size: 20px;
        }
      }
    </style>
  </head>
  <body>
    <div class="container">
      <img
        class="logo"
        src="https://img01.yzcdn.cn/upload_files/2025/05/22/Fo6La-hvHInQYqh1iKxXply2DlLb.png"
        alt="有赞"
      />

      <div class="content">
        <div class="text-section">
          <h1 class="main-title">经营报表自动送达
            <p class="sub-title">
              <span>业绩洞察</span>
              <!-- <span class="highlight blue">零</span
              ><span class="highlight pink">时</span
              ><span class="highlight red">差</span></span> -->
              <img
                class="icon"
                src="https://img01.yzcdn.cn/upload_files/2025/05/22/Fic6iGs4n4Av8PQUDY6QpjTQT1Ib.png"
                alt="零时差"
              /></h1>
          </p>

          <div class="description-container">
            <p class="description">自定义报表，轻松掌握业绩趋势</p>
            <p class="description">智能分析，及时发现指标异常</p>
            <p class="description">专业运营建议，助力业务决策</p>
            <p class="description">一键推送，直达企微、钉钉或飞书</p>
          </div>
        </div>

        <div class="image-section">
          <img
            class="device-image"
            src="https://img01.yzcdn.cn/upload_files/2025/05/22/Fk1t_nq1B9Uslnnhjj2oQskIFmPs.png"
            alt="设备展示"
          />
        </div>
      </div>

      <div class="qr-section">
        <img
          class="qr-code"
          src="https://img01.yzcdn.cn/upload_files/2025/10/14/Fl2xASeUxcaV28xqWAsZ-Xl0b9Gq.png"
          alt="二维码"
        />
        <p class="qr-text">扫码开通</p>
      </div>
    </div>
  </body>
</html>