.message {
  max-width: 800px;
  margin: 44px auto 61px;
  min-width: 800px;
  background: #F3F3F3;
  padding: 30px 27px;
}
.message h1 {
  font-size: 45px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-align: center;
}
.message > div {
  margin-bottom: 34px;
}
.message > div input {
  width: 47%;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  letter-spacing: 4px;
  padding: 0 32px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #E2E2E2;
}
.message textarea {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  letter-spacing: 4px;
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #E2E2E2;
  padding: 23px 32px;
}
.map {
  max-width: 800px;
  margin: 44px auto 106px;
  min-width: 800px;
  height: 511px;
  position: relative;
}
.map > img {
  border-radius: 77px;
  width: 100%;
  height: 100%;
}
.map > div {
  width: 363px;
  height: 288px;
  background: rgba(255, 255, 255, 0.8);
  padding: 36px 0 0 45px;
  position: absolute;
  bottom: 38px;
  left: 40%;
}
.map > div h6 {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.map > div > p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
}
.confirm {
  width: 381px;
  height: 65px;
  background: linear-gradient(180deg, #0262F3 0%, #2177F9 100%);
  border-radius: 98px;
  font-size: 26px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0!important;
  margin: 47px auto 0;
}
