body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

.contact {
  height: auto;
}

.content {
  height: auto;
  width: 90%;
  margin: 0 auto;
}

.content .title {
  height: 58px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #2E3745;
  line-height: 58px;
  text-align: center;
  margin: 15px 0 15px 0;
}

.content .content-text .text-detail {
  margin: 0 0 48px;
}

.content .content-text .text-detail .image {
  width: 70px;
  height: 70px;
}

.content .content-text .text-detail .text-title {
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #233D63;
  line-height: 58px;
  text-decoration: underline;
}

.content .content-text .text-detail .text-desc {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #57667E;
  line-height: 32px;
}

.content .content-text .text-detail ul li {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #283243;
  line-height: 36px;
}

.content .content-text .text-detail ul li img {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.content .map-wrap .desc {
  color: #666666 !important;
}

.content .map {
  width: 100%;
  height: 345px;
  background-color: skyblue;
  margin-bottom: 38px;
}

.content .info {
  width: 88%;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
  padding: 0 21px 21px;
}

.content .info .title {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

.content .info img {
  width: 16px;
  height: 16px;
}

.content .info .info-item {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom: 1px solid #F1F1F1;
}

.content .info .info-item:last-child {
  border: none;
}

.content .forms form p {
  height: 28px;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #444444;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 11px 0;
}

.content .forms form .left input {
  width: 100%;
  height: 46px;
  background: #F6F6F6;
  border-radius: 5px;
  border: none;
  padding: 0 21px;
  box-sizing: border-box;
  outline: none;
}

.content .forms textarea {
  width: 100%;
  resize: none;
  height: 144px;
  background: #F6F6F6;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  padding: 8px 23px;
  outline: none;
}

.content .forms .submit-btn {
  width: 100%;
  text-align: center;
  margin: 26px 0;
}

.content .forms .submit-btn button {
  width: 100%;
  height: 62px;
  background: #F63F45;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
}
