body {
  background: #F5F5F5;
}
.h_map {
  background: #fff;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}
.h_map .h_mapTitle {
  padding: 26px;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  font-size: 17px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #3D3D3D;
}
.h_map .h_bdMap {
  padding: 32px 25px;
}
.h_map .h_bdMap #map {
  width: 100%;
  height: 378px;
}
.h_address {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 18px 40px;
  margin-top: 40px;
}
.h_address .h_L {
  width: 16%;
}
.h_address .h_L img {
  width: 100%;
}
.h_address .h_L .h_hide {
  display: none;
}
.h_address .h_C {
  width: 71.5%;
  padding: 8px 30px;
  margin: 0 40px;
  border-left: 2px solid #D8D8D8;
  border-right: 2px solid #D8D8D8;
}
.h_address .h_C p {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  color: #333333;
  line-height: 28px;
}
.h_address .h_C p span {
  font-family: Arial-Bold, Arial;
  font-weight: 700;
}
.h_address .h_R {
  width: 12.5%;
}
.h_address .h_R img {
  width: 100%;
}
.h_message {
  margin: 40px auto;
  background-color: #fff;
  padding: 40px 25px;
}
.h_message .h_title {
  font-size: 28px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.h_message form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.h_message form .h_L {
  display: flex;
  flex-direction: column;
  width: 49%;
}
.h_message form .h_L input {
  width: 100%;
  padding: 18px 20px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  font-size: 19px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}
.h_message form .h_R {
  width: 49%;
}
.h_message form .h_R textarea {
  width: 100%;
  height: 140px;
  padding: 18px 20px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  font-size: 19px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}
.h_message form .h_R p {
  text-align: right;
}
.h_message form .h_R p button {
  width: 190px;
  height: 54px;
  background: linear-gradient(270deg, #EE111A 0%, #EC411C 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 18px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .h_address {
    flex-direction: column;
  }
  .h_address .h_R {
    display: none;
  }
  .h_address .h_L {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .h_address .h_L .h_hide {
    display: inline-block;
  }
  .h_address .h_L img {
    width: 48%;
    max-width: 200px;
  }
  .h_address .h_C {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .h_map .h_mapTitle {
    padding: 12px;
  }
  .h_address {
    padding: 18px 30px;
  }
  .h_message form {
    flex-direction: column;
  }
  .h_message form .h_L,
  .h_message form .h_R {
    width: 100%;
  }
  .h_message form .h_L input,
  .h_message form .h_R textarea {
    font-size: 16px;
    padding: 13px 20px;
    margin-bottom: 16px;
  }
  .h_message form .h_R p button {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
}
