.zxly_info {
  width: 6.25rem;
  height: 9.575rem;
  background: #f08519;
  padding-top: 1rem;
  border-radius: 0.125rem;
}

/* 表单S */
.zxly_form {
  width: 10rem;
  background: #f8f8f8;
  padding: 0 0.625rem;
}
.zxly_form_title,
.zxly_form_sub {
  text-align: center;
}
.zxly_form_title {
  font-size: 0.375rem;
  padding: 0.5rem 0 0.25rem 0;
  color: #333333;
  font-weight: bold;
}
.zxly_form_sub {
  font-size: 0.175rem;
  color: #7c7c7c;
}
.zxly .footer_input {
  width: 100%;
  height: 0.4rem;
  border: 0;
  background: transparent;
  border-bottom: 0.0125rem solid #bfbfbf;
  color: #333333;
  padding-left: 0.125rem;
  font-size: 0.2rem;
  padding-left: 0.125rem;
  border-radius: 0;
}
.zxly .footer_input:focus {
  outline: none;
}
.zxly .footer_input::placeholder {
  color: #333333;
  font-size: 0.2rem;
}
.zxly .zxly_form_item {
  margin-top: 0.5rem;
  position: relative;
}
#f_Leave::placeholder {
  /* color: red; */
  font-family: "思源黑体", "Microsoft YaHei", sans-serif;
}
.zxly .footer_submit {
  width: 1.875rem;
  height: 0.5rem;
  background: #f08519;
  color: #ffffff;
  margin-top: 0.5rem;
  border-radius: 0.05rem;
}
.zxly_form_item::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.075rem;
  font-size: 0.15rem;
  color: #cd0000;
}

/* 表单E */
.zi_title {
  text-align: center;
  font-weight: bold;
  font-size: 0.3rem;
  color: #fdfdfd;
}
.zi_con {
  width: 3.75rem;
  margin: auto;
  color: #ffffff;
  line-height: 0.45rem;
  font-size: 0.225rem;
  margin-top: 0.4125rem;
}

#map_container {
  width: 100%;
  height: 8.1rem;
  width: 16.75rem;
  margin: 1rem auto 0.875rem;
}

.map_info {
  width: 36vw;
  background: #868484;
  font-size: 0.175rem;
  line-height: 0.55rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.05rem;
  position: relative;
  border: 0.0375rem solid #787676;
}
.map_info::after {
  content: "";
  width: 0.25rem;
  height: 0.5rem;
  background: #868484;
  position: absolute;
  bottom: -0.5rem;
  left: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 0 50%, 0 100%);
  /* border: 2px solid springgreen; */
}
@media screen and (max-width: 768px) {
  .zxly .flex_sb {
    display: block !important;
  }
  .zxly_info {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .zi_title,
  .zxly_form_title {
    font-size: 18px;
  }
  .zi_con {
    font-size: 12px;
    width: 100%;
    /* text-align: center; */
    line-height: 16px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .zxly_form {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .zxly_form_sub {
    font-size: 12px;
  }
  .footer_input {
    height: 40px;
  }
  .footer_input::placeholder {
    font-size: 12px;
  }
  .zxly_form_item::before {
    font-size: 12px;
    left: -5px;
    top: 15px;
  }
  .footer_submit {
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  #map_container {
    width: 100%;
    height: 200px;
  }
  .map_info {
    width: 73vw;
    height: auto;
    padding: 6px 2px;
    /* height: 20px; */
    line-height: 18px;
    font-size: 12px;
  }
  .map_info::after {
    width: 20px;
    height: 20px;
    bottom: -20px;
  }
  .zxly .footer_submit {
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: none;
  }
  .zxly .footer_input {
    font-size: 12px;
    height: 40px;
  }
  .zxly .footer_input::placeholder {
    font-size: 12px;
  }
}
