body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.contact-us-page {
  color: #1a1a1a; }
  .contact-us-page .bg {
    position: absolute;
    z-index: -1;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 356px;
    background: #0487ef;
    background: url("../img/contact-us/bg.jpg") no-repeat center;
    background-size: cover; }
  .contact-us-page .contact-us-view .row {
    display: flex;
    flex-wrap: wrap;
    justify-items: center; }
  .contact-us-page .contact-us-view .title-view {
    text-align: center;
    margin: 0 auto 76px;
    padding-top: 136px; }
    .contact-us-page .contact-us-view .title-view .title {
      font-size: 40px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      letter-spacing: 2px; }
    .contact-us-page .contact-us-view .title-view .desc {
      font-size: 20px;
      font-family: Source Han Sans CN, Source Han Sans CN-Regular;
      font-weight: 400;
      text-align: center;
      color: #ffffff;
      line-height: 26px;
      letter-spacing: 1px; }
  .contact-us-page .contact-us-view .message-view {
    min-height: 643px;
    padding-bottom: 80px; }
    .contact-us-page .contact-us-view .message-view .message-wrap {
      margin: 0 auto;
      padding: 40px 20px;
      background: #ffffff;
      border-radius: 6px;
      box-shadow: -8px 0px 24px 8px rgba(15, 62, 101, 0.1); }
    .contact-us-page .contact-us-view .message-view .title {
      font-size: 20px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      text-align: center; }
    .contact-us-page .contact-us-view .message-view .line {
      width: 40px;
      height: 5px;
      background: #0487ef;
      margin: 20px auto 30px; }
    .contact-us-page .contact-us-view .message-view .content-view {
      width: 100%;
      height: 100%; }
      .contact-us-page .contact-us-view .message-view .content-view .online-view .part {
        margin-bottom: 40px; }
      .contact-us-page .contact-us-view .message-view .content-view .online-view .key {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-Medium;
        font-weight: 500;
        text-align: left; }
        .contact-us-page .contact-us-view .message-view .content-view .online-view .key span {
          color: red; }
      .contact-us-page .contact-us-view .message-view .content-view .online-view .value {
        margin: 8px 0 12px; }
        .contact-us-page .contact-us-view .message-view .content-view .online-view .value input {
          height: 36px; }
        .contact-us-page .contact-us-view .message-view .content-view .online-view .value .big-height {
          height: 120px; }
      .contact-us-page .contact-us-view .message-view .content-view .btn-view .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 120px;
        height: 36px;
        background: #ffa025;
        border-radius: 18px;
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-Regular;
        font-weight: 400;
        text-align: center;
        color: #ffffff; }
        .contact-us-page .contact-us-view .message-view .content-view .btn-view .btn img {
          height: 5px;
          margin-left: 8px;
          object-fit: contain; }
      .contact-us-page .contact-us-view .message-view .content-view .btn-view .btn:hover {
        opacity: 0.7; }
  .contact-us-page .contact-us-view .intro-view .top-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 290px;
    padding: 34px 0;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: -8px 0px 24px 8px rgba(15, 62, 101, 0.1);
    margin-bottom: 20px; }
    .contact-us-page .contact-us-view .intro-view .top-view .name {
      font-size: 18px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      text-align: center; }
    .contact-us-page .contact-us-view .intro-view .top-view .tip {
      font-size: 14px;
      font-family: Source Han Sans CN, Source Han Sans CN-Regular;
      font-weight: 400;
      text-align: center;
      color: #596b80;
      margin: 14px auto 20px; }
    .contact-us-page .contact-us-view .intro-view .top-view .wx-img {
      width: 150px;
      height: 150px;
      object-fit: contain; }
  .contact-us-page .contact-us-view .intro-view .bottom-view .row-item {
    max-width: 172px;
    height: 156px;
    background: #f5f7fa;
    border-radius: 6px;
    padding: 12px 10px;
    box-sizing: border-box;
    margin: 4px 3px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .contact-us-page .contact-us-view .intro-view .bottom-view .row-item .icon {
      width: 54px;
      height: 54px;
      object-fit: contain;
      margin: 0 auto; }
    .contact-us-page .contact-us-view .intro-view .bottom-view .row-item .name {
      font-size: 16px;
      font-family: Source Han Sans CN, Source Han Sans CN-Bold;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.8px;
      margin: 14px 0 2px; }
    .contact-us-page .contact-us-view .intro-view .bottom-view .row-item .desc {
      font-size: 13px;
      font-family: Source Han Sans CN, Source Han Sans CN-Regular;
      font-weight: 400;
      text-align: center;
      color: #596b80;
      line-height: 18px;
      letter-spacing: 0; }
  .contact-us-page .contact-us-view .intro-view .bottom-view a {
    cursor: pointer;
    text-decoration: none;
    color: #596b80; }
  .contact-us-page .contact-us-view .intro-view .bottom-view a:hover {
    opacity: 0.7; }
  .contact-us-page .contact-us-view input,
  .contact-us-page .contact-us-view textarea {
    width: 100%;
    border: 1px solid #d9dadb; }
  .contact-us-page .contact-us-view input::-webkit-input-placeholder {
    padding-left: 10px;
    color: #b3b3b3;
    font-size: 12px; }
  .contact-us-page .contact-us-view textarea::-webkit-input-placeholder {
    padding-left: 10px;
    padding-top: 10px;
    color: #b3b3b3;
    font-size: 12px; }
  .contact-us-page .map-view {
    width: 100%;
    height: 420px; }

@media only screen and (max-width: 768px) {
  .contact-us-page .contact-us-view .title-view {
    padding-top: 100px;
    margin: 0 auto 20px; }
    .contact-us-page .contact-us-view .title-view .title {
      font-size: 22px; }
      .contact-us-page .contact-us-view .title-view .title .img {
        width: 87px;
        height: 19px; }
  .contact-us-page .contact-us-view .message-view {
    padding-bottom: 20px; }
    .contact-us-page .contact-us-view .message-view .message-wrap {
      padding: 20px 10px; }
    .contact-us-page .contact-us-view .message-view .title {
      font-size: 18px; }
    .contact-us-page .contact-us-view .message-view .line {
      margin: 10px auto 15px; }
    .contact-us-page .contact-us-view .message-view .content-view .online-view .key {
      font-size: 13px; }
    .contact-us-page .contact-us-view .message-view .content-view .online-view .part {
      margin-bottom: 20px; }
  .contact-us-page .contact-us-view .intro-view .top-view {
    margin-top: 40px; }
  .contact-us-page .contact-us-view .intro-view .bottom-view .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .contact-us-page .map-view {
    height: 200px; } }

@media only screen and (max-width: 1180px) {
  .contact-us-page .contact-us-view .intro-view .top-view {
    margin-top: 20px; } }
