    .NyBigBox {
      padding-top: 0;
      padding-bottom: 0;
    }

    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1 */

    .NySection1 {
      padding: 120px var(--container);
    }

    .NySection1 .img1 {
      width: 100%;
    }

    .NySection1 .text1 {
      margin: 45px 120px;
      color: #050301;
      text-align: center;
      font-size: 16px;
      line-height: 1.5;
    }

    .NySection1 a {
      margin: 0 auto;
      width: 180px;
      height: 50px;
      background: var(--lan);
      display: flex;
      justify-content: center;
      align-items: center;
      grid-gap: 10px;
      color: #FFF;
      text-align: center;
      font-size: 16px;
    }

    .NySection1 a i {
      color: #fff;
    }


    @media (max-width: 1200px) {
      .NySection1 {
        padding: 90px var(--container);
      }

      .NySection1 .text1 {
        margin: 30px 0px;
      }
    }

    @media (max-width:720px) {
      .NySection1 {
        padding: 60px var(--container);
      }

      .NySection1 .text1 {
        font-size: 14px;
      }
    }

    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 {
      padding: 30px var(--container);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
    }

    .NySection2 a {
      background: #fff;
      padding: 40px 75px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      grid-gap: 15px;
    }

    .NySection2 a p {
      color: var(--hei);
      font-family: "LINE Seed Sans";
      font-size: 24px;
      font-weight: 700;
    }

    .NySection2 a i {
      font-size: 24px;
      color: var(--hei);
    }

    @media (max-width: 1200px) {
      .NySection2 a {
        padding: 20px 30px;
      }

      .NySection2 a p {
        font-size: 18px;
      }
    }

    @media (max-width:720px) {
      .NySection2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
      }

      .NySection2 a p {
        font-size: 16px;
      }
    }

    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */
    .NySection3 {
      padding: 120px var(--container);
    }

    .Title3 {
      font-family: Fontquan-XinYilogoTi;
      color: var(--hei);
      text-align: center;
      font-size: 52px;
      line-height: 1;
    }

    .Box3 {
      margin-top: 60px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
    }

    .item3 {
      width: 100%;
      display: flex;
      flex-direction: column;
    }

    .item3 video {
      display: block;
      width: 100%;
      height: 100%;
      max-height: 500px;
      object-fit: contain;
    }

    .item3 h1 {
      background: #fff;
      width: 100%;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      text-align: center;
      font-family: "LINE Seed Sans";
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
    }

    @media (max-width: 1200px) {
      .NySection3 {
        padding: 90px var(--container);
      }

      .Title3 {
        font-size: 38px;
      }
    }

    @media (max-width: 720px) {
      .Title3 {
        font-size: 28px;
      }

      .NySection3 {
        padding: 60px var(--container);
      }

      .Box3 {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
      }
    }