.contact {
  position: relative;
}
.contact-content {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  box-sizing: border-box;
}
.contact-form {
  width: 1200px;
  height: 150px;
  background: #ffffff;
  border-radius: 35px;
  border: 2px dashed #d9d9d9;
  margin: 30px auto 20px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 18px 30px;
}

.contact-form-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 1000px;
}
.contact-form-left-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.contact-form-item {
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.contact-form-icon {
  width: 22px;
  height: 22px;
  margin-right: 16px;
}
.icon-qrcode {
  width: 115px;
  height: 115px;
}
.contact-form-address {
  flex: 2;
}

.map {
  width: 1200px;
  height: 450px;
  border-radius: 35px;
  margin-bottom: 240px;
}
