@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: rgba(0, 0, 0, 0.7019607843);
    background-image: url(../../../static/img/city/detail/cover1_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 .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;
    display: flex;
    align-items: center;
    margin-top: 111px;
  }
  #app .content2 .block2 .block2_l {
    width: 488px;
    height: 296px;
    margin-right: 44px;
    flex-shrink: 0;
  }
  #app .content2 .block2 .block2_l img {
    width: 100%;
    height: 100%;
  }
  #app .content2 .block2 .block2_r {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #app .content2 .block2 .block2_r .block2_r_d {
    width: fit-content;
    max-width: 100%;
    font-size: 14px;
    color: #3f4670;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 22px;
  }
  #app .content2 .block2 .block2_r .block2_r_d:first-child {
    margin-top: 0;
  }
  #app .content3 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #app .content3 .block3 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  #app .content3 .block3 .block3_i {
    margin-left: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 17px 0px #e8f0fd;
    width: 590px;
    height: 218px;
    box-sizing: border-box;
    border-radius: 6px 6px 6px 6px;
    padding: 38px 22px 36px 39px;
  }
  #app .content3 .block3 .block3_i:first-child {
    margin-left: 0;
  }
  #app .content3 .block3 .block3_i .block3_il {
    width: 142px;
    height: 144px;
    margin-right: 42px;
    flex-shrink: 0;
  }
  #app .content3 .block3 .block3_i .block3_il img {
    width: 100%;
    height: 100%;
  }
  #app .content3 .block3 .block3_i .block3_ir {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #app .content3 .block3 .block3_i .block3_ir .block3_ir_t {
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #3f4670;
    margin-bottom: 7px;
  }
  #app .content3 .block3 .block3_i .block3_ir .block3_ir_d {
    font-size: 12px;
    line-height: 1.5;
    color: #3f4670;
    font-weight: 400;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 17px;
  }
  #app .content3 .block3 .block3_i .block3_ir .block3_ir_b {
    border-radius: 4px 4px 4px 4px;
    background: #0941d6;
    padding: 8.5px 30.5px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    width: fit-content;
    cursor: pointer;
  }
}

/*# sourceMappingURL=city_detail.css.map */
