@media (min-width: 750px) {
  #app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: #fff;
  }
  #app .container {
    min-width: 1200px;
    position: relative;
  }
  #app .content1 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(../../../static/img/city/banner1_1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #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 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #app .content1 .block1 .block1_top .block1_t_t {
    height: 54px;
    display: flex;
    align-items: center;
  }
  #app .content1 .block1 .block1_top .block1_t_t h1 {
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
  }
  #app .content1 .block1 .block1_top .block1_t_d {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: fit-content;
    max-width: 695px;
  }
  #app .content1 .block1 .block1_top .block1_t_b {
    margin-top: 40px;
  }
  #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;
  }
  #app .content2 .block2 .block2_list {
    display: flex;
    flex-direction: column;
    margin-top: 74px;
  }
  #app .content2 .block2 .block2_list .block2_item {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 24px;
    margin-top: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  #app .content2 .block2 .block2_list .block2_item .block2_il {
    width: 387px;
    height: 236px;
    margin-right: 44px;
    flex-shrink: 0;
  }
  #app .content2 .block2 .block2_list .block2_item .block2_il img {
    width: 100%;
    height: 100%;
  }
  #app .content2 .block2 .block2_list .block2_item .block2_ir {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #app .content2 .block2 .block2_list .block2_item .block2_ir .block2_ir_t {
    height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #3f4670;
  }
  #app .content2 .block2 .block2_list .block2_item .block2_ir .block2_ir_d {
    width: fit-content;
    max-width: 100%;
    font-size: 12px;
    color: #3f4670;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 56px;
  }
  #app .content2 .block2 .block2_list .block2_ir_b {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
  }
  #app .content2 .block2 .block2_list .block2_ir_b .block2_ir_bt {
    padding: 5px 16px;
    margin-left: 12px;
    background: #0941d6;
    border-radius: 4px 4px 4px 4px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    cursor: pointer;
  }
}

/*# sourceMappingURL=city.css.map */
