    .DownTop {
      background: var(--color);
      width: 100%;
      margin-bottom: 20px;
    }

    .DownTop * {
      color: #fff !important;
    }

    .DownList {
      padding: 0 30px;
      height: 60px;
      display: flex;
      align-items: center;
    }

    .DownList h1 {
      width: 30%;
      font-size: 18px;
      line-height: 1.25;
      color: #000;
    }

    .DownList p {
      text-align: center;
      width: 10%;
      font-size: 18px;
      line-height: 1.25;
      color: #000;
    }


    .DownListBox .DownList {
      border: 2px solid #e6e6e6;
    }

    @media (max-width: 1440px) {}

    @media (max-width: 1200px) {}


    @media (max-width: 720px) {

      .DownList h1:nth-child(2),
      .DownList h1:nth-child(3) {
        display: none;
      }

      .DownList h1 {
        width: 70%;
        font-size: 16px;
      }

      .DownList p {
        width: 30%;
        font-size: 14px;
      }
    }