.category {
  padding-top: 100px;
  justify-content: center;
}
.category a {
  color: #333333;
  font-size: 20px;
  margin: 0 70px;
  padding: 0 5px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #45C25B;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.category a.on,
.category a:hover {
  color: #45C25B;
}
.category a.on::after,
.category a:hover::after {
  width: 100%;
  left: 0;
}
.service_net {
  margin-top: 80px;
  padding-bottom: 95px;
  position: relative;
}
.service_net .service_net_left {
  width: 46.666%;
  flex: none;
}
.service_net .service_net_left .service_net_search {
  display: flex;
}
.service_net .service_net_left .service_net_search select {
  font-size: 16px;
  width: 68.4999%;
  margin-right: 7px;
  outline: none;
  /* 隐藏原生箭头 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 自定义样式 */
  padding: 8px 32px 8px 12px;
  /* 右侧留出箭头空间 */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  /* 添加自定义箭头图标（SVG或PNG） */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px;
}
.service_net .service_net_left .service_net_search button {
  font-size: 16px;
  width: 15.56%;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(323deg, #36B24A 0%, #BEDC3F 100%);
  color: #fff;
  border: none;
  border-radius: 4px;
}
.service_net .service_net_left .service_net_left_content {
  padding-top: 13px;
}
.service_net .service_net_left .service_net_left_content .service_net_left_content_item {
  display: flex;
  align-items: center;
  padding: 20px 0 ;
  border-bottom: 1px solid #DEDEDE;
}
.service_net .service_net_left .service_net_left_content .service_net_left_content_item .font22 {
  width: 145px;
  padding: 15px 8px 15px 0;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #DEDEDE;
}
.service_net .service_net_left .service_net_left_content .service_net_left_content_item .service_net_left_content_item_detail {
  width: calc(100% - 145px);
  padding: 0 2% 0 5%;
}
.service_net .service_net_right {
  width: 53.8%;
  /*height: 725px;*/
  flex: none;
}
.service_net .service_net_right .map-box {
  width: 100%;
  height: 100%;
}
.online_repair {
  background: #F6F9FB;
  background-image: url('../images/service/online_repair_bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 81px;
}
.online_repair,
.complaint {
  position: relative;
}
.online_repair .online_repair_content .mes_box_title,
.complaint .online_repair_content .mes_box_title,
.online_repair .complaint_content .mes_box_title,
.complaint .complaint_content .mes_box_title {
  margin-bottom: 13px;
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}
.online_repair .online_repair_content .mes_box_title i,
.complaint .online_repair_content .mes_box_title i,
.online_repair .complaint_content .mes_box_title i,
.complaint .complaint_content .mes_box_title i {
  color: #E85A26;
}
.online_repair .online_repair_content .mes_box_item,
.complaint .online_repair_content .mes_box_item,
.online_repair .complaint_content .mes_box_item,
.complaint .complaint_content .mes_box_item {
  display: flex;
  align-items: center;
}
.online_repair .online_repair_content .mes_box_item input,
.complaint .online_repair_content .mes_box_item input,
.online_repair .complaint_content .mes_box_item input,
.complaint .complaint_content .mes_box_item input {
  width: 24.4%;
  margin-right: 0.8%;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}
.online_repair .online_repair_content .mes_box_item input::placeholder,
.complaint .online_repair_content .mes_box_item input::placeholder,
.online_repair .complaint_content .mes_box_item input::placeholder,
.complaint .complaint_content .mes_box_item input::placeholder {
  color: #555555;
  font-size: 16px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}
.online_repair .online_repair_content .mes_box_item input:last-child,
.complaint .online_repair_content .mes_box_item input:last-child,
.online_repair .complaint_content .mes_box_item input:last-child,
.complaint .complaint_content .mes_box_item input:last-child {
  margin-right: 0;
}
.online_repair .online_repair_content .mes_text,
.complaint .online_repair_content .mes_text,
.online_repair .complaint_content .mes_text,
.complaint .complaint_content .mes_text {
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
}
.online_repair .online_repair_content a,
.complaint .online_repair_content a,
.online_repair .complaint_content a,
.complaint .complaint_content a {
  width: 240px;
  height: 54px;
  background: linear-gradient(332deg, #36B24A 0%, #BEDC3F 100%);
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  margin: auto;
}
.online_repair .online_repair_content .text-center,
.complaint .online_repair_content .text-center,
.online_repair .complaint_content .text-center,
.complaint .complaint_content .text-center {
  padding: 50px 0 100px;
}
.complaint {
  padding-top: 83px;
}
.complaint .complaint_content .mes_input,
.complaint .complaint_content .mes_text {
  background: #F8F8F8 !important;
}
.complaint .complaint_content .d-flex > div {
  flex: none;
  width: 48.988%;
}
@media screen and (max-width: 1024px) {
  .category {
    padding-top: 37px;
  }
  .category a {
    margin: 0 20px!important;
    font-size: 15px!important;
    padding-bottom: 10px;
  }
  .service_net {
    margin-top: 28px;
    padding-bottom: 53px;
  }
  .service_net .d-flex {
    flex-direction: column;
  }
  .service_net .d-flex .service_net_left {
    width: 100%;
    padding-bottom: 23px;
  }
  .service_net .d-flex .service_net_left .font24 {
    font-size: 18px;
    margin-bottom: 15px!important;
  }
  .service_net .d-flex .service_net_left .service_net_search select {
    width: 77.53%;
    margin-right: 0;
    background-position: right 5px center;
  }
  .service_net .d-flex .service_net_left .service_net_search button {
    width: 22.47%;
    height: 45px;
    font-size: 14px;
  }
  .service_net .d-flex .service_net_left .service_net_left_content {
    padding-top: 20px;
  }
  .service_net .d-flex .service_net_left .service_net_left_content .service_net_left_content_item {
    flex-direction: column;
    padding: 17px 0;
  }
  .service_net .d-flex .service_net_left .service_net_left_content .service_net_left_content_item .font22 {
    width: 100%;
    border-right: none;
    font-size: 18px;
    padding: 0 0 10px;
  }
  .service_net .d-flex .service_net_left .service_net_left_content .service_net_left_content_item .service_net_left_content_item_detail {
    padding: 0;
    width: 100%;
  }
  .service_net .d-flex .service_net_left .service_net_left_content .service_net_left_content_item .service_net_left_content_item_detail .u-m-t-10 {
    margin-top: 5px!important;
  }
  .service_net .d-flex .service_net_right {
    width: 100%;
    height: 270px;
  }
  .online_repair {
    padding-top: 30px;
    background-image: url(../images/service/online_repair_bg_m.png);
  }
  .online_repair .font24 {
    font-size: 21px;
    margin-bottom: 10px!important;
  }
  .online_repair .online_repair_content .mes_box_item {
    flex-direction: column;
  }
  .online_repair .online_repair_content .mes_box_item input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 12px 10px 15px;
  }
  .online_repair .online_repair_content .mes_box_item input::placeholder {
    font-size: 14px;
  }
  .online_repair .online_repair_content .mes_box_item input.mes_input_hide {
    display: none;
  }
  .online_repair .online_repair_content .mes_box_title {
    padding-top: 20px;
    font-size: 15px;
  }
  .online_repair .online_repair_content .text-center {
    padding: 18px 0 50px;
  }
  .online_repair .online_repair_content a,
  .complaint .online_repair_content a,
  .online_repair .complaint_content a,
  .complaint .complaint_content a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    font-size: 14px;
  }
  .complaint {
    padding-top: 28px;
  }
  .complaint .font35 {
    font-size: 21px;
    margin-bottom: 10px!important;
  }
  .complaint .complaint_content .mes_box_item {
    flex-direction: column;
  }
  .complaint .complaint_content .mes_box_item input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 12px 10px 15px;
  }
  .complaint .complaint_content .mes_box_item input::placeholder {
    font-size: 14px;
  }
  .complaint .complaint_content .d-flex {
    flex-direction: column;
  }
  .complaint .complaint_content .d-flex > div {
    width: 100%;
  }
  .complaint .complaint_content .mes_text {
    height: 200px;
  }
  .complaint .complaint_content .text-center {
    padding: 18px 0 50px;
  }
  .complaint .complaint_content .mes_box_title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 12px;
  }
}
