@media (min-width: 769px) {
  .page-container {
    padding-bottom: 6rem;
    background: #F7F7F7;
    position: relative;
  }
  .panel-profile .title .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.975rem;
    height: 0.325rem;
    margin-bottom: 0.125rem;
    background: #2AAC92;
    border-radius: 0.125rem 0 0.125rem 0;
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.2125rem;
    font-weight: bold;
  }
  .panel-profile .title .tit {
    margin-bottom: 0.75rem;
    color: #202020;
    font-size: 0.45rem;
    line-height: 0.875rem;
    font-weight: bold;
  }
  .panel-profile .titsub {
    margin-bottom: 0.25rem;
    color: #202020;
    font-size: 0.45rem;
    line-height: 0.65rem;
    font-weight: bold;
  }
  .panel-profile .row {
    display: flex;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-profile .row + .row {
    margin-top: 0.2rem;
  }
  .panel-profile .row .label {
    color: #999;
    min-width: 5em;
    margin-right: 0.275rem;
  }
  .panel-profile .row .value {
    color: #202020;
  }
  .panel-profile .row a + a {
    margin-left: 0.5em;
  }
  .panel-profile .company {
    display: flex;
    padding: 0.75rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .panel-profile .company-name {
    color: #202020;
    font-size: 0.225rem;
    line-height: 0.3rem;
    font-weight: bold;
  }
  .panel-profile .company-name img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.25rem;
  }
  .panel-profile .company-contact {
    padding-left: 1.425rem;
  }
  .panel-message {
    width: 18rem;
    margin: 1.25rem 0;
    padding: 0.75rem 1.25rem 0.5rem;
    background: #fff;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 9;
  }
  .panel-message .title {
    color: #202020;
    font-size: 0.45rem;
    line-height: 0.65rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.25rem;
  }
  .panel-message .message {
    padding: 0 2.3125rem;
    margin-bottom: 0.5rem;
    color: #666;
    font-size: 0.225rem;
    line-height: 0.325rem;
    text-align: center;
  }
  .panel-message .form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .panel-message .form-item {
    width: calc(50% - 0.19rem);
    background: #F6F7F8;
    border: 1px solid #eee;
  }
  .panel-message .form-item + .form-item {
    margin-left: 0.375rem;
  }
  .panel-message .form-item.is-full {
    width: 100%;
    margin-left: 0;
    margin-top: 0.375rem;
  }
  .panel-message .form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.375rem;
  }
  .panel-message .form-submit button {
    width: 4.375rem;
    height: 0.75rem;
    background: #2AAC92;
    border-radius: 8px;
    color: #fff;
    font-size: 0.225rem;
    line-height: 0.325rem;
    font-weight: bold;
    cursor: pointer;
  }
  .panel-message .form input {
    height: 0.65rem;
  }
  .panel-message .form textarea {
    height: 1.5rem;
  }
  .panel-message .form input,
  .panel-message .form textarea {
    display: block;
    width: 100%;
    padding: 0.175rem;
    color: #333;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-message .form input::placeholder,
  .panel-message .form textarea::placeholder {
    color: #A3A3A3;
  }
  .panel-location {
    height: 8.75rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .panel-location::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
  }
  .panel-location #map {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding: 0;
  }
  .panel-profile {
    padding: 0.25rem 0.2rem 0.05rem;
  }
  .panel-profile .title .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.975rem;
    height: 0.325rem;
    margin-bottom: 0.125rem;
    background: #2AAC92;
    border-radius: 0.125rem 0 0.125rem 0;
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.2125rem;
    font-weight: bold;
  }
  .panel-profile .title .tit {
    margin-bottom: 0.25rem;
    color: #202020;
    font-size: 0.2rem;
    line-height: 0.4375rem;
    font-weight: bold;
  }
  .panel-profile .row {
    display: flex;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-profile .row + .row {
    margin-top: 0.15rem;
  }
  .panel-profile .row .label {
    color: #999;
    min-width: 4.5em;
    margin-right: 0.1rem;
  }
  .panel-profile .row .value {
    color: #202020;
  }
  .panel-profile .row a + a {
    margin-left: 1em;
  }
  .panel-profile .company {
    padding: 0.2rem 0;
    border-top: 1px solid #ddd;
  }
  .panel-profile .company-name {
    color: #202020;
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: bold;
  }
  .panel-profile .company-name img {
    width: 0.45rem;
    height: 0.45rem;
    margin-bottom: 0.2rem;
  }
  .panel-profile .company-contact {
    padding-top: 0.2rem;
  }
  .panel-profile .company .email a {
    display: block;
    margin-left: 0;
  }
  .panel-profile .industry {
    padding: 0.2rem 0;
    border-top: 1px solid #ddd;
  }
  .panel-profile .industry-item + .industry-item {
    margin-top: 0.25rem;
  }
  .panel-profile .industry .icon {
    width: 0.45rem;
    height: 0.45rem;
    margin-bottom: 0.2rem;
  }
  .panel-profile .industry .name {
    color: #202020;
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .panel-location {
    height: 2rem;
  }
  .panel-location #map {
    width: 100%;
    height: 100%;
  }
  .panel-message {
    padding: 0.25rem 0.2rem;
  }
  .panel-message .title {
    color: #202020;
    font-size: 0.3rem;
    line-height: 0.4375rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .panel-message .message {
    color: #666;
    font-size: 0.15rem;
    line-height: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .panel-message .form-item + .form-item {
    margin-top: 0.15rem;
  }
  .panel-message .form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.15rem;
  }
  .panel-message .form-submit button {
    width: 1.5rem;
    height: 0.45rem;
    background: #2AAC92;
    border-radius: 4px;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.25rem;
    font-weight: bold;
    cursor: pointer;
  }
  .panel-message .form input {
    height: 0.45rem;
  }
  .panel-message .form textarea {
    height: 2rem;
  }
  .panel-message .form input,
  .panel-message .form textarea {
    display: block;
    width: 100%;
    padding: 0.1rem 0.125rem;
    background: #F5F5F5;
    border: 1px solid #eee;
    color: #333;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-message .form input:focus,
  .panel-message .form textarea:focus {
    border: 1px solid #2AAC92;
  }
  .panel-message .form input::placeholder,
  .panel-message .form textarea::placeholder {
    color: #A3A3A3;
  }
}