.contact-us-page {
  padding-bottom: 40px;
}
.contact-us-page .container {
  width: 1150px;
}
.contact-us-page .cup-item {
  margin-bottom: 85px;
}
.contact-us-page .cup-item:last-child {
  margin-bottom: 0;
}
.contact-us-page .cup-item .cover {
  width: 269px;
  margin-right: 48px;
  overflow: hidden;
}
.contact-us-page .cup-item .cover img {
  width: 100%;
}
.contact-us-page .cup-item .infos {
  flex: 1;
}
.contact-us-page .cup-item .infos .h2 {
  margin-bottom: 10px;
  font-size: 30px; line-height: 40px;
  color: var(--primary-color);
}
.contact-us-page .cup-item .infos .p {
  font-size: 18px; line-height: 32px;
  color: #595959;
}
.contact-us-page .part0 {
  padding: 10px 0 64px;
}

.contact-us-page .contact-information {
  background-color: rgba(45, 60, 101, 0.05);
}
.contact-us-page .contact-information .container {
  padding-top: 65px;
  padding-bottom: 12px;
}

@media screen and (max-width: 1170px) {
  .contact-us-page .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-us-page .sub-title {
    background-color: var(--primary-color);
  }
  .sub-title .h1,
  .sub-title .brumbs li,
  .sub-title .brumbs li a {
    color: #fff;
  }
  .contact-us-page .part0 {
    padding: 0 50px;
  }
  .contact-us-page .cup-item {
    margin-bottom: 0;
    padding: 50px 0 40px;
    display: block;
    border-bottom: 1px solid #E3E3E3;
  }
  .contact-us-page .cup-item .cover {
    margin-bottom: 36px;
    width: 100%;
  }
  .contact-us-page .cup-item .cover img {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .contact-us-page .part0 {
    padding: 0 20px;
  }
  .contact-us-page .cup-item {
    padding: 25px 0 20px;
  }
  .contact-us-page .cup-item .cover {
    margin-bottom: 18px;
  }
  .contact-us-page .cup-item .infos .h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-us-page .cup-item .infos .p {
    font-size: 12px;
    line-height: 20px;
  }
}