/* 手机端 */
@media screen and (max-width: 992px) {
  .app {
    margin: 2.13rem 0 0 0;
  }
  .banner {
    border: 1px solid black;
    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;
  }
  .tabs_box {
    display: none;
  }
  .lab_box {
    margin: 0.3rem 0.5rem;
  }
  .lab_box .img {
    margin: 0 auto;
  }
  .lab_box .img img {
    width: 100%;
  }
  .lab_box .info .name {
    font-size: 0.5rem;
    font-weight: bold;
    height: 1rem;
    display: flex;
    align-items: center;
  }
  .lab_box .info .text {
    font-size: 0.4rem;
  }
  .lab_box .info .text div {
    margin: 0.2rem 0;
  }
  .contact {
    font-size: 0.4rem;
    margin: 0.1rem 0.5rem;
  }
  .contact .title {
    font-size: 0.4rem;
    color: #333333;
    font-weight: bold;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact .table {
    display: none;
  }
  .contact .phone_table .item {
    border: 1px solid #EDEDED;
    margin: 0.3rem 0;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
  }
  .contact .phone_table .item .li {
    height: 1rem;
    display: flex;
    align-items: center;
  }
  .contact .phone_table .item .li .tit {
    font-weight: bold;
  }
  .contact .phone_table .item .li .con {
    margin: 0 0 0 0.3rem;
  }
}
/* 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);
  }
  .tabs_box {
    display: flex;
    width: 70%;
    height: calc(0.36rem * 0.8);
    margin: 0 auto;
    font-size: 0.1rem;
    align-items: center;
    justify-content: flex-end;
  }
  .tabs_box .router {
    display: flex;
    align-items: center;
    color: #555555;
  }
  .tabs_box .router img {
    margin-right: 0.05rem;
  }
  .lab_box {
    width: 70%;
    margin: 0.2rem auto;
    display: flex;
    justify-content: space-between;
  }
  .lab_box .img {
    width: calc(3.91rem * 0.8);
    height: calc(2.57rem * 0.8);
  }
  .lab_box .img img {
    width: calc(3.91rem * 0.8);
    height: calc(2.57rem * 0.8);
  }
  .lab_box .info {
    font-size: 0.1rem;
    width: 100%;
    background-color: #F8F8FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lab_box .info .name {
    height: 0.3rem;
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    font-weight: bold;
    margin: 0 0 0 0.3rem;
    color: #0070C0;
  }
  .lab_box .info .text {
    /*width: 2.5rem;*/
    margin: 0 0 0 0.3rem;
  }
  .lab_box .info .text .li {
      display: flex;
      align-items: center;
      margin: 10px 0;
  }
  .lab_box .info .text img {
      width: 18px;
      height: 20px;
  }
    @font-face {
        font-family: 'alibabaph105';
        src: url('/static/fonts/阿里巴巴普惠体\ 2.0\ 105\ Heavy.ttf');
    }

    @font-face {
        font-family: 'alibabaph55';
        src: url('/static/fonts/阿里巴巴普惠体\ 2.0\ 55\ Regular.ttf');
    }
  .lab_box .info .text .li .tit {
      color: #0070C0;
      /*font-weight: bold;*/
      margin: 0 5px;
      font-family: 'alibabaph105';

  }
  .lab_box .info .text .li .txt {
      margin: 0 5px;
      font-family: 'alibabaph55';

  }
  /*.lab_box .info .text div {*/
  /*  display: -webkit-box;*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-line-clamp: 3;*/
  /*  overflow: hidden;*/
  /*}*/
  .contact {
    font-size: 0.1rem;
    width: 70%;
    margin: 0.1rem auto 0.3rem;
  }
  .contact .title {
    font-size: 0.16rem;
    color: #333333;
    font-weight: bold;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact .phone_table {
    display: none;
  }
  .contact .table {
    display: flex;
    flex-direction: column;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
  }
  .contact .table .tr {
    display: flex;
  }
  .contact .table .tr .th {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(0.42rem * 0.8);
    background-color: #0074B7;
    color: #ffffff;
  }
  .contact .table .tr .td {
    border: 1px solid #EDEDED;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    height: calc(0.42rem * 0.8);
    box-sizing: border-box;
  }
}
