@media (min-width: 769px) {
  .panel-contact {
    margin-bottom: 0.75rem;
    padding: 0.8rem 3rem 0;
    font-family: Source Han Sans;
    display: flex;
  }
  .panel-contact .contact-left {
    margin-right: 0.5rem;
    flex: 1;
  }
  .panel-contact .contact-left .title-line--blue {
    margin-bottom: 0.3rem;
    width: 1rem;
    height: 0.05rem;
    background: #0190D8;
  }
  .panel-contact .contact-left .title-content {
    margin-bottom: 0.275rem;
    font-weight: 700;
    font-size: 0.45rem;
    color: #0190D8;
    line-height: 0.45rem;
  }
  .panel-contact .contact-left .info-line {
    margin-bottom: 0.3rem;
    display: flex;
    font-size: 0.25rem;
    color: #333333;
  }
  .panel-contact .contact-left .info-line > div {
    display: flex;
  }
  .panel-contact .contact-left .info-line img {
    margin-right: 0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .panel-contact .contact-left .info-line .info-label {
    white-space: nowrap;
  }
  .panel-contact .contact-right {
    width: 8.75rem;
    height: 5.85rem;
  }
  .bottom-box {
    position: relative;
  }
  .bottom-box .content {
    position: absolute;
    top: 0.75rem;
    left: 3rem;
    font-size: 0.5rem;
    color: #FFFFFF;
  }
  .bottom-box .content .line {
    margin-top: 0.2rem;
    width: 1rem;
    height: 0.05rem;
    background: #FFFFFF;
  }
  .bottom-box .bottom-pic {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .panel-contact {
    margin-bottom: 0.75rem;
    padding: 1.68rem 1.025rem 0;
    display: flex;
    flex-direction: column;
  }
  .panel-contact .contact-left .title-line--blue {
    margin-bottom: 1.08rem;
    width: 3.6rem;
    height: 0.18rem;
    background: #0190D8;
  }
  .panel-contact .contact-left .title-content {
    margin-bottom: 0.715rem;
    font-weight: 700;
    font-size: 1.35rem;
    color: #0190D8;
    line-height: 1.62rem;
  }
  .panel-contact .contact-left .info-line {
    margin-bottom: 1.08rem;
    display: flex;
    font-size: 0.846rem;
    color: #333333;
  }
  .panel-contact .contact-left .info-line > div {
    display: flex;
  }
  .panel-contact .contact-left .info-line img {
    margin-right: 0.54rem;
    margin-top: 0.075rem;
    width: 1.08rem;
    height: 1.08rem;
  }
  .panel-contact .contact-left .info-line .info-label {
    white-space: nowrap;
  }
  .panel-contact .contact-right {
    width: 100%;
    object-fit: contain;
  }
  .bottom-box {
    position: relative;
    padding: 0 1.025rem 1.025rem;
  }
  .bottom-box .content {
    margin-bottom: 0.65rem;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .bottom-box .content .line {
    margin-top: 0.2rem;
    width: 2rem;
    height: 0.1rem;
    background: #333;
  }
  .bottom-box .bottom-pic {
    width: 100%;
    object-fit: contain;
  }
}