.contact {
  scroll-behavior: smooth;
}

.contact .content .w1280 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contact .content .title {
  color: #222;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact .content .line {
  width: 3.2rem;
  height: 0.3rem;
  background: var(--color);
  margin: 2rem auto;
}

.contact .content .subtitle {
  color: #666;
  line-height: 1.5;
}

.contact .content .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
  overflow: hidden;
}

.contact .content .box .left {
  float: left;
  width: calc(50% - 2rem);
  text-align: left;
}

.contact .content .box .left .tit {
  font-weight: 700;
  font-size: 2.8rem;
  color: var(--color);
  border-top: none;
  padding-bottom: 3rem;
}

.contact .content .box .left .item {
  padding: 3rem 0;
  border-top: 0.1rem solid #eee;
}

.contact .content .box .left .item .img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color);
  margin-right: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact .content .box .left .item .img img {
  width: 50%;
  height: 50%;
  display: block;
  margin: 25% auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact .content .box .left .item .text {
  text-align: left;
}

.contact .content .box .left .item .text .title {
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  text-transform: none;
}

.contact .content .box .left .item .text .sub {
  color: #666;
}

.contact .content .box .maps {
  float: right;
  width: calc(50% - 2rem);
  height: 44rem;
}
.contact .content .box .maps iframe {
  width: 100%;
  height: 100%;
}
.contact .content .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact .content .box2 .item {
  width: calc(33.33% - 3rem);
  margin-left: 4.5rem;
  background: #fff;
  margin-top: 4.5rem;
  text-align: left;
  padding: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .content .box2 .item .tit {
  font-size: 2.2rem;
  text-transform: uppercase;
}

.contact .content .box2 .item .line {
  margin: 1rem 0;
}

.contact .content .box2 .item .city {
  color: #666;
  font-size: 1.6rem;
  line-height: 2;
  text-transform: capitalize;
}

.contact .content .box2 .item:nth-child(3n + 1) {
  margin-left: 0;
}

.contact .content .van-form {
  margin-top: 6.5rem;
}

.contact .content .van-form div .van-field:first-child {
  margin-right: 4rem;
}

.contact .content .van-form .btn button {
  width: 15rem;
  height: 4.8rem;
  font-size: 1.6rem;
  border: none;
}

.contact .content .van-form .btn .submit {
  background: var(--color);
  color: #fff;
  margin-right: 3rem;
}

.contact .content .van-form .btn .reset {
  color: #666;
  background: #ddd;
}

.contact.en .content .title {
  font-weight: 700;
}

.contact.en .content .subtitle {
  width: 55%;
  margin: 0 auto;
}

.contact.en .content .box2 .item .tit {
  font-weight: 700;
}
.van-field {
  border: 0.1rem solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: 3rem;
  padding: 1.5rem 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .contact .content {
    padding: 0;
  }

  .contact .content .w1280 {
    padding: 1.5rem 3%;
  }

  .contact .content .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .contact .content .line {
    margin: 1rem auto;
  }

  .contact .content .sub {
    line-height: 1.5;
  }

  .contact .content .subtitle {
    font-size: 1.4rem;
  }

  .contact .content .box {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact .content .box .left {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .contact .content .box .left .tit {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }

  .contact .content .box .left .item {
    padding: 1.5rem 0;
  }

  .contact .content .box .left .item .img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }

  .contact .content .box .left .item .img img {
    width: 60%;
    height: 60%;
    margin: 20% auto;
  }

  .contact .content .box .left .item .text .title {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .contact .content .box .left .sub {
    font-size: 1.4rem;
  }

  .contact .content .box .maps {
    height: 25rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .contact .content .box2 .item {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
    padding: 1.5rem;
  }

  .contact .content .box2 .item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .contact .content .box2 .item .tit {
    font-size: 1.8rem;
  }

  .contact .content .box2 .item .city {
    font-size: 1.4rem;
  }

  .contact .content .van-form {
    margin-top: 1.5rem;
  }

  .contact .content .van-form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact .content .van-form .row .van-field {
    width: 100%;
  }

  .contact .content .van-form .row .van-field:first-child {
    margin-right: 0;
  }

  .contact .content .van-form .btn button {
    height: auto;
    line-height: 2.5;
  }

  .contact .content .van-form .btn .submit {
    margin-right: 1.5rem;
  }

  .contact.en .content .subtitle {
    width: 100%;
  }
}
