.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.CN {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}
#app {
  display: flex;
  justify-content: center;
  align-items: center;
}
section {
  margin-top: 11.1111rem;
  margin-bottom: 5.7222rem;
  max-width: 66.6667rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section .section_head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}
section .section_head p:nth-child(1) {
  font-weight: 800;
  font-size: 2.7778rem;
  color: #000000;
}
section .section_head p:nth-child(2) {
  font-size: 1.1111rem;
  color: #000000;
}
section #map {
  width: 100%;
  height: 23.3889rem;
  margin: 2.7778rem 0;
}
section .body_head {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  color: #000000;
  width: 100%;
}
section .body_head p:nth-child(1) {
  font-weight: bold;
  font-size: 1.4444rem;
  margin-bottom: 1.0556rem;
}
section .txinfo {
  width: 100%;
}
section .txinfo .input_txt {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  font-size: 16px;
  color: #000000;
}
section .txinfo .khinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.2222rem;
}
section .txinfo .khinfo input {
  width: 30rem;
  height: 2.2222rem;
  border-radius: 0.2778rem;
  border: 1px solid #D0D0D0;
  padding: 0 1.1111rem;
  outline: none;
  margin-top: 1rem;
}
section .txinfo .khinfo input::placeholder {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  font-size: 0.8889rem;
  color: #B0B0B0;
}
section .txinfo .textareainfo {
  width: 100%;
  margin-top: 2.2222rem;
}
section .txinfo .textareainfo textarea {
  width: 97%;
  height: 5.5556rem;
  border-radius: 0.2778rem;
  border: 1px solid #D0D0D0;
  padding: 0.8333rem 1.1111rem;
  margin-top: 1rem;
  outline: none;
  line-height: normal;
  resize: vertical;
}
section .txinfo .textareainfo textarea::placeholder {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  font-size: 0.8889rem;
  color: #B0B0B0;
}
section .txinfo .zsxz {
  color: rgba(0, 0, 0, 0.25);
  float: right;
  font-size: 14px;
  font-weight: 400;
}
section .tj {
  width: 11.1111rem;
  height: 2.7778rem;
  background: #E33119;
  border-radius: 0.2778rem;
  border: 1px solid #D0D0D0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  font-size: 0.8889rem;
}
.BMap_cpyCtrl {
  display: none;
}
.error {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
#ts {
  background-color: #fff;
  width: 19.5556rem;
  height: 13.6667rem;
  border-radius: 12px;
  text-align: center;
  padding: 1.3333rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}
#ts p {
  font-weight: bold;
  font-size: 1.2222rem;
  color: #000000;
}
#ts .errortxt {
  font-size: 0.8889rem;
  color: #000000;
}
#ts .tsbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
#ts .tj {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.8889rem;
  width: 5.5556rem;
  height: 2.7778rem;
  background: #E33119;
  border-radius: 0.3333rem;
  border: 1px solid #D0D0D0;
  color: #FFFFFF;
  cursor: pointer;
}
.el-message {
  min-width: 150px !important;
  width: 8.3333rem !important;
  top: 5rem !important;
  left: 85% !important;
}
