@media (min-width: 1450px) {
  .web-pc {
    display: block;
  }
  .web-mobile {
    display: none;
  }
  .personal-house {
    width: 100%;
    background: url('../images/house/house-bg.png');
    background-size: contain;
  }
    .group_body {
      width: 1320px;
      margin: 0 auto;
      padding-top: 143px;
      padding-bottom: 59px;
      box-sizing: border-box;
    }
    .group_title_en{
        color: #00A0E9;
        font-size: 51.64px;
        font-family: DINCond;
        font-weight: bold;
    }
    .group_title_ch{
        font-size: 24px;
        color: #fff;
    }
    #container{
       display: block;
    }
    #container2{
       display: none;
    }
}
@media (min-width: 769px) {
  @media (max-width: 1449px) {
    .web-pc {
      display: block;
    }
    .web-mobile {
      display: none;
    }
    .personal-house {
      width: 100%;
      background: url('../images/house/house-bg.png');
      background-size: contain;
    }
    .group_body {
      width: 1000px;
      margin: 0 auto;
      padding-top: 107px;
      padding-bottom: 44px;
      box-sizing: border-box;
    }
    .group_title_en{
      color: #00A0E9;
      font-size: 39px;
      font-family: DINCond;
      font-weight: bold;
  }
  .group_title_ch{
      font-size: 18px;
      color: #fff;
  }
  #container{
     display: none;
  }
  #container2{
     display: block;
  }
  }
}
@media (max-width: 768px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .mobile-personal-house {
    width: 100%;
    background: url('../images/beijing-example/mobile-personal-bg.png');
    background-size: 100%;
  }
  .mobile-personal-box {
    width: 16.8rem;
    margin: 0 auto;
  }
  .mobile-logo {
    font-size: 1.28rem;;
    font-family: DINCond;
    font-weight: bold;
    color: rgba(0, 160, 233, 1);
    margin-top: 2rem;
  }
  .mobile-font1 {
    width: 4.83rem;
    font-size: 0.8rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 0.77rem;
  }
  .mobile_case{
    margin-top:1.36rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 2.67rem;
  }
  .mobile_case_data{
    width: calc(100%/3);
    margin-bottom: 1.28rem;
  }
  .mobile_case_data_p{
    width: 4.8rem;
    margin: 0 auto;
    background: #00A0E9;
    border-radius: 0.27rem;
    text-align: center;
    line-height: 1.87rem;
    height: 1.87rem;
    color: #FEFEFE;
    font-size: 1.013rem;
  }
}
