@media (max-width: 749px) {
  #app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
  }

  #app .container {
    width: 100%;
    position: relative;
  }

  #app .content1 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background: #f8faff;
  }

  #app .content1 .block1 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 3/1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #app .content1 .block1 .block1_top {
    padding: 50px 0;
  }

  #app .content1 .block1 .block1_top .block1_t_t {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #app .content1 .block1 .block1_top .block1_t_t h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #3f4670;
  }

  #app .content1 .block1 .block1_top .block1_t_d {
    width: 565px;
    min-height: 20px;
    display: flex;
    align-items: center;
    margin-top: 19px;
  }

  #app .content1 .block1 .block1_top .block1_t_d span {
    font-weight: 400;
    font-size: 16px;
    color: #3f4670;
    line-height: 24px;
  }

  #app .content1 .block1 .block1_top .block1_t_b {
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #app .content1 .block1 .block1_top .block1_t_b .block1_t_bi {
    cursor: pointer;
    width: 162px;
    height: 44px;
    background: #0941d6;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #app .content1 .block1 .block1_top .block1_t_b .block1_t_bi span {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
  }

  #app .content2 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  #app .content2 .block2 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-bottom: 100px;
  }
}

/*# sourceMappingURL=solution.css.map */