@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/honor/bg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .detail-title {
    margin-top: 162px;
    font-size: 61px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(52, 142, 206, 1);
    margin-bottom: 60px;
  }
  .detail-line {
    color: #fff;
    font-size: 28px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .detail-img {
    margin-top: 86px;
    margin-bottom: 82px;
  }
  .detail-img img {
    width: 688.2px;
    height: 437.2px;
  }
  .detail-content {
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/honor/bg.png');
    background-size: contain;
  }
  .personal-body {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .detail-title {
    margin-top: 102px;
    font-size: 30px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(52, 142, 206, 1);
    margin-bottom: 30px;
  }
  .detail-line {
    color: #fff;
    font-size: 14px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .detail-img {
    margin-top: 43px;
    margin-bottom: 41px;
  }
  .detail-img img {
    width: 344.1px;
    height: 218.6px;
  }
  .detail-content {
    font-size: 9px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .web-pc {
    display: block;
  }
  .web-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .web-mobile {
    background: url('/assets/index/images/contact/m-bg.png') no-repeat;
    /* background-size: 100%; */
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2.77rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/contact/m-bg.png') no-repeat;
    /* background-size: 100%; */
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    /* padding-top: 2rem; */
    padding-bottom: 2.67rem;
  }
  .mobile-detail-title {
    margin-top: 2rem;
    font-size: 0.8rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(52, 142, 206, 1);
  }
  .mobile-detail-line {
    margin-top: 1.25rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0.48rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(254, 254, 254, 1);
    padding: 0.3rem 0;
  }
  .mobile-detail-img {
    margin-top: 1.65rem;
  }
  .mobile-detail-img img {
    height: 10.63rem;
  }
  .mobile-detail-content {
    margin-top: 1.25rem;
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
  }
}
