* {
  margin: 0; }

body {
  background: #FFFFFF; }

p {
  margin-bottom: 0; }

.box {
  margin-top: 64px; }

.contact .content {
  width: 1200px;
  margin: auto; }

.contact .content-one {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/contactUs/us_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500; }

.contact .content-two {
  padding-top: 100px;
  padding-bottom: 123px; }

.contact .content-two h1 {
  text-align: center;
  font-size: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #424242;
  margin-bottom: 64px; }

.contact .content-two .contact-type {
  display: flex;
  justify-content: space-between; }

.contact .content-two .contact-type .item {
  width: 32%;
  padding: 24px 30px;
  background: #F5F5F5;
  border-radius: 8px; }

.contact .content-two .contact-type .item .top {
  display: flex;
  align-items: center; }

.contact .content-two .contact-type .item .top .circle {
  width: 10px;
  height: 10px;
  background: #29C346;
  border-radius: 50%;
  margin-right: 12px; }

/*.contact .content-two .contact-type .item:nth-of-type(2) .top .circle{*/
/*    background: #F19126;*/
/*}*/
/*.contact .content-two .contact-type .item:nth-of-type(3) .top .circle{*/
/*    background: #F76965;*/
/*}*/
.contact .content-two .contact-type .item .top p {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #414147; }

.contact .content-two .contact-type .item .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 12px 0 16px; }

.contact .content-two .contact-type .item .info .name {
  display: flex;
  align-items: center;
  margin-bottom: 12px; }

.contact .content-two .contact-type .item .info .name img,
.contact .content-two .contact-type .item .info .phone img {
  width: 18px;
  height: 18px;
  margin-right: 14px; }

.contact .content-two .contact-type .item .info .name img {
  margin-right: 14px; }

.contact .content-two .contact-type .item .info .phone img {
  margin-right: 11px; }

.contact .content-two .contact-type .item .info .name span,
.contact .content-two .contact-type .item .info .phone span,
.contact .content-two .contact-type .item .info .phone span a {
  /*font-size: 16px;*/
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #414147; }

@media (min-width: 750px) and (max-width: 1300px) {
  .contact .content {
    width: 80%; } }
@media (max-width: 750px) {
  .box {
    margin-top: 0; }

  .contact .content-one {
    width: 100%;
    height: 180px;
    background-image: url("/images/contactUs/us_bg.png");
    background-size: cover;
    background-repeat: unset; }

  .contact .content {
    width: 100%; }

  .contact .content-two {
    padding: 20px; }

  .contact .content-two .contact-type .item {
    margin: 10px 40px 10px;
    width: auto;
    padding: 12px; }

  .contact .content-two h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }

  .contact .content-two .contact-type .item .top p {
    font-size: 16px; }

  .contact .content-two .contact-type .item .info span {
    font-size: 12px; }

  .contact .content-two .contact-type .item .info .name {
    margin-bottom: 6px; } }

/*# sourceMappingURL=contactUs.css.map */
