@charset "UTF-8";
.contact .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  /* Safari 和 Chrome */
}
.container .contact-way {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container .contact-way img {
  display: block;
}
.container .contact-way h3 {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
.dituContent {
  margin-top: 64px;
  width: 100%;
  height: 350px;
  border: #ccc solid 1px;
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  /* Safari 和 Chrome */
}

/*# sourceMappingURL=contactUs.css.map */
@media screen and (max-width: 1240px) {
  .dituContent {
    margin-top: 64px;
    width: 100%;
    height: 350px;
    border: #ccc solid 1px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
  }
}

@media screen and (max-width: 980px) {
  .contact .contact-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .dituContent {
    margin-top: 64px;
    width: 100%;
    height: 200px;
    border: #ccc solid 1px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
  }
.container .contact-way {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 420px) {
  .dituContent {
    display: none;
  }
}