.leave_message {
  width: 70%;
  margin: 40px auto;
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.btn_jianbian {
  width: 293px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #02e1fe, #4caefe);
  box-shadow: 0px 2px 5px 0px rgba(46, 195, 254, 0.57);
  border-radius: 5px;
}
.btn_jianbian_zh{
  letter-spacing: 3px;
}
.conter_box_list {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.position_img {
  position: absolute;
  left: 50%;
  top: -30.5px;
  transform: translateX(-32.5px);
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 50%;
}
.position_center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}
.position_img_color_one {
  background-image: linear-gradient(
    0deg,
    rgba(70, 178, 254, 0.2),
    rgba(5, 223, 254, 0.2)
  );
}
.position_img_color_two {
  background-image: linear-gradient(
    0deg,
    rgba(63, 246, 204, 0.2),
    rgba(42, 206, 227, 0.2)
  );
}
.position_img_color_three {
  background-image: linear-gradient(
    0deg,
    rgba(243, 98, 114, 0.2),
    rgba(245, 90, 128, 0.2)
  );
}
.conter_box_list h3 {
  text-align: center;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  padding-top: 56px;
}
.conter_box_list p {
  width: 65%;
  margin: 15px auto;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #888888;
  line-height: 28px;
}
.login_bottom {
  padding-bottom: 25px;
}
.btn_list_sbout {
  width: 84px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  height: 30px;
  margin: 10px auto;
  border: none;
  border-radius: 5px;
}
.btn_one_color {
  background: linear-gradient(90deg, #02e1fe, #4caefe);
  box-shadow: 0px 2px 5px 0px rgba(46, 195, 254, 0.57);
}
.btn_two_color {
  background: linear-gradient(52deg, #44ffc7, #25c3e9);
  box-shadow: 0px 2px 5px 0px rgba(0, 168, 190, 0.3);
}
.btn_three_color {
  background: linear-gradient(52deg, #f55982, #f3646e);
  box-shadow: 0px 2px 5px 0px rgba(190, 0, 58, 0.3);
}
/*地图*/
.map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
label {
  max-width: inherit;
  margin-bottom: 0;
}

/*********在线支持**********/
.online_contact{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.online_item{
margin-top: 60px;
}
.online_content{
  margin: 50px 0 20px;
  padding: 15px;
  background-color: #f2f5f8;
}
@media (max-width: 576px){
  .online_contact{
    grid-template-columns: 1fr;
  }

  .leave_message {
    width: 96%;
    margin: 25px auto;
  }

  .map {
    width: 100%;
    height: 240px;
    border: #ccc solid 1px;
  }
}
