/* 手机端 */
@media screen and (max-width: 992px) {
  .app {
    margin: 2.13rem 0 0 0;
  }
  .banner {
    height: 5rem;
    position: relative;
  }
  .banner img {
    width: 100%;
    height: 5rem;
  }
  .banner .title {
    font-size: 0.8rem;
    font-weight: Bold;
    left: calc(1.82rem * 0.8);
    top: calc(2.4rem * 0.8);
    color: #ffffff;
    position: absolute;
  }
  .banner .subtitle {
    color: #ffffff;
    position: absolute;
    left: calc(1.82rem * 0.8);
    top: calc(3.8rem * 0.8);
    font-size: 0.6rem;
  }
  .contents_box {
    margin: 0.3rem 0.5rem;
    width: calc(100% - 1rem);
  }
  .contents_box .contents {
    display: flex;
    flex-direction: column;
    border-radius: 0.05rem;
    width: 100%;
  }
  .contents_box .contents .info {
    flex: 1;
    background-color: #0481C1;
    border-radius: 0.05rem 0 0 0.05rem;
    color: #ffffff;
    padding: 0.15rem 0.3rem;
  }
  .contents_box .contents .info div {
    height: 1rem;
    font-size: 0.4rem;
    display: flex;
    align-items: center;
  }
  .contents_box .contents .map {
    flex: 1;
    border-radius: 0 0.05rem 0.05rem 0;
    width: 100%;
    margin: 0.3rem 0;
  }
  .contents_box .contents .map img {
    width: 100%;
  }
}
/* PC端 */
@media screen and (min-width: 992px) {
  .app {
    /*margin: calc(0.52rem * 0.8) 0 0 0;*/
    margin: 134px 0 0 0;
  }
  .banner {
    height: calc(4.24rem * 0.8);
    position: relative;
  }
  .banner img {
    width: 100%;
    height: calc(4.24rem * 0.8);
  }
  .banner .title {
    font-weight: Bold;
    font-size: 0.31rem;
    color: #ffffff;
    position: absolute;
    top: calc(1.8rem * 0.8);
    left: calc(1.76rem * 0.8);
  }
  .banner .subtitle {
    font-size: 0.14rem;
    color: #ffffff;
    position: absolute;
    top: calc(2.3rem * 0.8);
    left: calc(1.76rem * 0.8);
  }
  .contents_box {
      /*border: 1px solid red;*/
    /*height: 2.5rem;*/
    /*position: relative;*/
  }
  .contents_box .contents {
    height: 2.8rem;
    width: 70%;
    margin: 0 auto;
    display: flex;
    border-radius: 0.05rem;
    /*position: absolute;*/
    /*top: -0.8rem;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    transform: translateY(-30%);
  }
  .contents_box .contents .info {
    flex: 1;
    background-color: #0481C1;
    border-radius: 0.05rem 0 0 0.05rem;
    color: #ffffff;
    padding: 0.15rem 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contents_box .contents .info .text {
    font-size: 0.1rem;
    height: 0.2rem;
    display: flex;
    align-items: center;
    /*margin: 0.1rem 0 0 0;*/
    flex: 1;
  }
  .contents_box .contents .info .strong_text {
    font-size: 0.21rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
  }
  .contents_box .contents .map {
    flex: 1;
    border-radius: 0 0.05rem 0.05rem 0;
  }
}
