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

.content {
  width: 60%;
  margin: 0 auto;
}

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

.content .content-text {
  display: flex;
}

.content .content-text .text-detail:nth-child(odd) {
  width: 60%;
  padding-right: 20%;
}

.content .content-text .text-detail:nth-child(even) {
  width: 40%;
}

.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 {
  position: relative;
  height: 548px;
}
.content .map-wrap .desc {
  color: #666666 !important;
}

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

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

.content .info .title {
  display: flex;
  font-size: 18px;
  justify-content: flex-start;
  margin: 0;
  color: #2F2F2F;
}

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

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

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

.content .forms form {
  display: flex;
  flex-wrap: wrap;
}

.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 {
  width: 50%;
  padding-right: 20px;
}

.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 form .right {
  padding-left: 20px;
  width: 50%;
}

.content .forms textarea {
  width: 100%;
  resize: none;
  height: 237px;
  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: 66px 0 108px;
}

.content .forms .submit-btn button {
  width: 40%;
  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;
  font-size: 18px;
  color: #fff;
}
