.app {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  background: url(../img/index/bj.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  .box {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -0px;
    left: 0;
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: none;
  }

  .icon1 {
    width: 30px;
    display: block;
    margin-left: 80%;
  }
  .index-centent {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
  }
  .centent-left {
    position: relative;
    z-index: 2;
    width: 790px;
    padding-top: 60px;
    .text-img {
      width: 100%;
      height: 56px;
      margin-bottom: 50px;
    }
    .text-img1 {
      width: 280px;
      height: 60px;
      margin-bottom: 10px;
    }
    .text {
      width: 90%;
    }
    .downList {
      display: flex;
      margin-top: 50px;
      .downItem {
        min-width: 150px;
        height: 54px;
        margin-right: 40px;
        background: #07c160;
        border-radius: 118px 118px 118px 118px;
        box-sizing: content-box;
        .downImg {
          width: 24px;
          height: 24px;
          margin-right: 3px;
          margin-bottom: 5px;
        }

        .downTop {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 20px;
        }
      }
      .downImgCode {
        margin: 0 auto;
        display: none;
        width: 120px;
        height: 120px;
      }
      .downImg-b {
        display: none;
        margin-right: 3px;
      }
      .downText {
        color: #fff;
        text-align: center;
        line-height: 54px;
      }
      .downItem:hover .downTop {
        padding: 0 20px;
      }
      .downItem:hover {
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 198px;
        background: #ffffff;
        border-radius: 16px 16px 16px 16px;
      }
      .downItem:hover .downText {
        color: #000;
      }
      .downItem:hover .downImg {
        display: none;
      }
      .downItem:hover .downImgCode {
        display: block;
      }
      .downItem:hover .downImg-b {
        display: block;
      }
    }
    .downItem1 {
      min-width: 150px;
      height: 54px;
      margin-right: 40px;
      background: #07c160;
      border-radius: 118px 118px 118px 118px;
      box-sizing: content-box;
      .downImg {
        width: 24px;
        height: 24px;
        margin-right: 3px;
        margin-bottom: 5px;
      }

      .downTop {
        display: flex;
        align-items: center;
        padding: 0 20px;
      }
    }
    .downImgCode {
      margin: 0 auto;
      display: none;
      width: 120px;
      height: 120px;
    }
    .downImg-b {
      display: none;
      margin-right: 3px;
    }
    .downText {
      color: #fff;
      text-align: center;
      line-height: 54px;
    }
  }
  .centent-right {
    width: 730px;
    height: 680px;
    background: url(../img/index/head.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 400px;
    z-index: 1;
  }
  .swiperBox {
    width: 236px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    left: 88px;
    top: 22px;
    .swiper-slide {
      width: 236px;
      height: 500px;
    }
    .swiperImg {
      width: 236px;
      height: 500px;
      border-radius: 20px;
      object-fit: contain;
    }
  }
}
.index-centent-moble {
  display: none;
}

@media (min-width: 2000px) {
  .app {
    height: 100vh;
    min-height: 1200px;
    .index-centent {
      margin-top: 150px;
      .centent-left {
        flex: 1;
        .text-img {
          width: 80%;
          height: 56px;
          margin-bottom: 50px;
        }
        .text-img1 {
          width: 260px;
          height: 50px;
          margin-bottom: 10px;
        }
      }
      .centent-right {
        width: 1000px;
        height: 950px;
      }
    }
  }
}
@media (max-width: 1800px) {
}
@media (max-width: 1700px) {
  .app {
    .swiperBox {
      width: 228px;
      height: 468px;
      border-radius: 20px;
      overflow: hidden;
      position: absolute;
      left: 76px;
      top: 20px;
      .swiper-slide {
        width: 228px;
        height: 468px;
      }
      .swiperImg {
        width: 228px;
        height: 468px;
        border-radius: 20px;
        object-fit: contain;
      }
    }
  }
}

/* 新增媒体查询 */
@media (max-width: 1440px) {
  .app {
    min-width: none;
    width: 100%;
    background-size: cover;
    /* height: 1000px; */
    .index-centent {
      width: 100%;
      box-sizing: border-box;
      display: flex;
      margin-top: 100px;
      padding-left: 50px;
    }
    .centent-left {
      width: 900px;
      .text-img {
        width: 100%;
        height: 56px;
      }
      .text-img1 {
        width: 240px;
        height: 50px;
        margin-bottom: 10px;
      }
    }
    .centent-right {
      width: 760px;
      height: 730px;
    }
  }
}

@media (max-width: 1260px) {
  .app {
    .centent-left {
      width: 750px;
      .text-img {
        width: 100%;
        height: 50px;
      }
      .text-img1 {
        width: 220px;
        height: 45px;
        margin-bottom: 10px;
      }
    }
  }
}
@media (max-width: 1100px) {
  .app {
    .centent-left {
      width: 650px;
      .text-img {
        width: 100%;
        height: 45px;
      }
    }
  }
}

@media (max-width: 1000px) {
  .app {
    .centent-left {
      width: 500px;
      .text-img {
        width: 100%;
        height: 38px;
      }
      .downList {
        .downItem {
          min-width: 120px;
          height: 40px;
          margin-right: 40px;
          border-radius: 118px 118px 118px 118px;

          cursor: pointer;
          .downImg {
            width: 24px;
            height: 24px;
            margin-right: 3px;
            margin-bottom: 5px;
          }

          .downTop {
            padding: 0 10px;
          }
        }
        .downImgCode {
          width: 100px;
          height: 100px;
        }
        .downImg-b {
          display: none;
          margin-right: 3px;
        }
        .downText {
          color: #fff;
          text-align: center;
          line-height: 40px;
        }
        .downItem:hover .downTop {
          padding: 0 10px;
        }
        .downItem:hover {
          background: #fff;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          height: 150px;
          background: #ffffff;
          border-radius: 16px 16px 16px 16px;
        }
        .downItem1 {
          min-width: 120px;
          height: 40px;
          margin-right: 40px;
          background: #07c160;
          border-radius: 118px 118px 118px 118px;
          box-sizing: content-box;
          .downImg {
            width: 24px;
            height: 24px;
            margin-right: 3px;
            margin-bottom: 5px;
          }

          .downTop {
            display: flex;
            align-items: center;
            padding: 0 10px;
          }
        }
        .downImgCode {
          margin: 0 auto;
          display: none;
          width: 100px;
          height: 100px;
        }
        .downImg-b {
          display: none;
          margin-right: 3px;
        }
        .downText {
          color: #fff;
          text-align: center;
          line-height: 40px;
        }
      }
    }
  }
}

/* 新增媒体查询 */
@media (max-width: 760px) {
  .app {
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100vh;
    background: url(../img/index/modlebg.png) no-repeat;
    background-size: cover;
    padding-bottom: 0;
    .footer {
      position: absolute;
      bottom: 0;
    }
    .index-centent {
      display: none;
    }
    .index-centent-moble {
      display: block;
    }
    .mobleImg {
      width: 100%;
      margin-bottom: -5px;
    }
    .mobleTop {
      margin-top: 50px;
      background: url(../img/index/phone.png) no-repeat;
      background-size: contain;
      width: 350px;
      height: 550px;
      position: relative;
      .swiperBox-mobel {
        border-radius: 15px;
        position: absolute;
        width: 159px;
        top: 13px;
        left: 87px;
      }
      .swiperImg-mobel {
        border-radius: 0;
        width: 159px;
        height: 335px;
      }
    }
    .mobleTwo {
      width: 100vw;
      box-sizing: border-box;
      padding: 0 20px;
      font-family: PingFang SC, PingFang SC;
      font-weight: 400;
      font-size: 16px;
      color: #33383c;
      .text-img1 {
        width: 115px;
        height: 30px;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
      }
      .textImg {
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
      }
    }
    .mobleBtn {
      display: flex;
      justify-content: space-around;
      margin: 20px 0;
      .mobleBtnBox {
        padding: 0 20px;
        height: 44px;
        background: #07c160;
        border-radius: 118px 118px 118px 118px;
        display: flex;
        align-items: center;
        color: #fff;
        .btnIcon {
          width: 24px;
          height: 24px;
          margin-right: 5px;
        }
      }
    }
  }
}
