.the-txtb {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
.map {
  height: 441px;
  margin-top: 24px;
}
#map {
  height: 100%;
}
.message .one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.message .one > div {
  width: 48.75%;
}
.message .one > div input {
  width: 100%;
  padding: 20px 40px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  outline: none;
}
.two textarea {
  height: 170px;
  width: 100%;
  outline: none;
  padding: 20px 40px;
  background-color: #f7f7f7;
}
.message button {
  display: block;
  margin: auto;
  margin-top: 40px;
  width: 149px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #5493ac;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .the-txtb > div {
    font-size: 12px;
  }
  .map {
    height: 350px;
    margin-top: 24px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .message .one > div input {
    width: 100%;
    padding: 16px 25px;
    background-color: #f7f7f7;
    margin-bottom: 12px;
    outline: none;
  }
  .two textarea {
    height: 150px;
    width: 100%;
    outline: none;
    padding: 16px 25px;
    background-color: #f7f7f7;
  }
  .the-txtb {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .the-txtb > div {
    width: 100%;
    margin-bottom: 8px;
  }
  .map {
    height: 300px;
    margin-top: 20px;
  }
  .message .one {
    margin-top: 15px;
  }
  .message button {
    display: block;
    margin: auto;
    margin-top: 30px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #5493ac;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
  }
}
