.head4 {
  margin-top: 120px;
}

@media only screen and (max-width: 1079px) {
  .body {
    overflow: hidden;
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .thead {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .thead > div {
    width: 33.3333333333%;
    flex-shrink: 0;
  }
  .head {
    height: 100px;
  }
  .logo {
    width: 130px;
    height: 50px;
    background-size: contain;
  }
  .head4 h1, .head5 h1 {
    margin-top: 50px;
  }
  .content-list {
    text-align: center;
  }
  .head4 {
    margin-top: 100px;
  }
  .head4 .body div {
    margin-top: 70px;
  }
  .head5 {
    height: 370px;
  }
  .tphone {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .body {
    overflow: hidden;
    width: calc(100% - 32px);
    margin: 0 16px;
  }
  .thead, .head {
    height: 60px;
  }
  .tlogo {
    width: 80px !important;
  }
  .logo {
    width: 80px;
    height: 31px;
  }
  .tslogon, .tphone, .tphone b {
    font-size: 12px;
  }
  .tslogon {
    text-align: left;
  }
  .head4 {
    margin-top: 60px;
  }
  .head4 h1 {
    margin-top: 30px;
  }
  .content-list {
    text-align: left;
    font-size: 18px;
  }
  .empty-4 {
    height: 380px;
  }
  .head5 {
    height: 210px;
  }
  .head5 .body {
    font-size: 16px;
    width: calc(100% - 32px);
  }
  .head5 h1 {
    font-size: 24px;
    margin-top: 40px;
  }
  .form.form-flex {
    width: 100%;
  }
}

/*# sourceMappingURL=mobile_style.css.map */
