.main {
  background-color: #f9f9f7;
  margin-bottom: 28px;
  padding-top: 28px;
}
.main .top {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}
.main .top .zl {
  width: 35%;
}
.main .top .zl h2 {
  color: #f6be83;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
.main .top .zl .p14 {
  text-transform: uppercase;
}
.main .top .zl ul {
  margin-top: 28px;
}
.main .top .zl ul li {
  position: relative;
  margin: 12px 0;
}
.main .top .zl ul li p {
  color: #333;
  line-height: 1.6;
  text-indent: 3em;
}
.main .top .zl ul li .p16 {
  color: #999;
}
.main .top .zl ul li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 28px;
}
.main .top form {
  width: 60%;
}
.main .top form input,
.main .top form textarea {
  border: 1px solid #eeeeee;
  width: 100%;
  margin-bottom: 12px;
  text-indent: 1em;
}
.main .top form input {
  line-height: 48px;
}
.main .top form textarea {
  height: 138px;
  line-height: 1.6;
  padding: 8px;
}
.main .top form label {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}
.main .top form div {
  display: flex;
  justify-content: space-between;
}
.main .top form div p {
  width: 48%;
}
.main .top form .button {
  width: 160px;
  line-height: 46px;
  height: 46px;
  text-align: center;
  background-color: #332c2b;
  color: #f6be83;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.main .top form .button:hover {
  color: #fff;
  text-indent: 1.4em;
}
.main .map {
  background-color: #fff;
  padding: 48px 0;
}
.main .map img {
  max-width: fit-content;
}
@media (max-width: 992px) {
  .main {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .main .top {
    padding: 28px 0;
    flex-wrap: wrap;
  }
  .main .top .zl,
  .main .top .form1 {
    width: 100%;
  }
  .main .top .zl h2 {
    font-size: 28px;
  }
  .main .top .zl ul li p {
    padding-left: 36px;
    text-indent: 0;
  }
  .main .top .zl ul li:before {
    font-size: 24px;
  }
  .main .top .form1 div {
    flex-wrap: wrap;
  }
  .main .top .form1 div p {
    width: 100% !important;
  }
  .main .top .form1 div input {
    line-height: 36px;
    margin-bottom: 6px;
  }
  .main .top .form1 .button {
    width: 128px;
    line-height: 38px;
    height: 38px;
  }
  .main .map {
    padding: 28px 0;
  }
}
