.contact-wrap {
  height: 1219px;
  background-color: #efefef;
  padding-top: 68px;
}

.contact-card {
  height: 427px;
  width: 1280px;
  margin: 47px auto;
  background-color: #fff;
  font-size: 24px;
  position: relative;
}
.contact-card-head {
  height: 102px;
  background-color: #e5d3a8;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 62px;
}
.phone-wrap span {
  font-size: 14px;
  line-height: 35px;
}
.phone-wrap p {
  font-size: 29px;
}
.phone-icon {
  width: 68px;
  height: 68px;
  margin-right: 18px;
}
.contact-card-head::after  {
  content: '';
  position: absolute;
  width: 1085px;
  height: 11px;
  right: 0;
  top: 0;
  background-color: #e89d00;
}
.card-info {
  padding: 50px 0 0 70px;
  line-height: 50px;
}
.code-wrap {
  position: absolute;
  bottom: 30px;
  right: 50px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.line {
  width: 1280px;
  height: 2px;
  background-color: #000;
  margin: 0 auto 53px;
}

.map-wrap {
  width: 1280px;
  margin: 0 auto;
  font-size: 30px;
}
#map {
  margin-top: 30px;
  height: 323px;
}


.leave-word-wrap {
  padding-top: 68px;
  height: 464px;
}
.leave-word {
  width: 1236px;
  margin: 0 auto;
}
.leave-word-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 33px;
}
.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-item {
  width: 598px;
  margin-bottom: 12px;
  position: relative;
}
.form-item img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.item-input {
  line-height: 34px;
  border: 1px solid #ccc;
  width: 100%;
  padding-left: 40px;
  font-size: 17px;
}
textarea::placeholder,
input::placeholder {
  color: #C2C7CB;
}
.textarea {
  width: 100%;
  height: 127px;
  font-size: 17px;
  border: 2px solid #eee;
  padding: 16px 12px;
}

.submit-btn {
  background-color: #C61E20;
  color: #fff;
  font-size: 18px;
  line-height: 41px;
  width: 120px;
  margin: 12px auto 0;
  border-radius: 8px;
}