#product-service {
  display-radio: 1;
  min-height: 0px;
  margin-top: 70px;
  margin-bottom: 0px;
  width: 100%;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

#product-service .e_loop-1 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

#product-service .e_loop-1 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}

#product-service .e_loop-1 .p_page {
  text-align: center;
}

#product-service .e_loop-1 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}

#product-service .e_loop-1 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}

#product-service .e_loop-1 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}

#product-service .e_loop-1 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}

#product-service .e_loop-1 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}

#product-service .e_loop-1 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}

#product-service .e_loop-1 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}

#product-service .e_loop-1 .multSelect {
  font-size: 13px;
  position: relative;
}

#product-service .e_loop-1 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}

#product-service .e_loop-1 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}

#product-service .e_loop-1 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}

#product-service .e_loop-1 .multSelect ul,
li {
  list-style: none;
}

#product-service .e_loop-1 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}

#product-service .e_loop-1 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}

#product-service .e_loop-1 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}

#product-service .e_loop-1 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}

#product-service .e_loop-1 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}

#product-service .e_loop-1 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}

#product-service .e_loop-1 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}

#product-service .e_loop-1 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}

#product-service .e_loop-1 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}

#product-service .e_loop-1 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

#product-service .e_loop-1 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}

#product-service .e_loop-1 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}

#product-service .e_loop-1 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}

#product-service .e_loop-1 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}

#product-service .e_loop-1 .p_split {
  margin: 0 5px;
}

#product-service .e_loop-1 .p_normal {
  margin-right: 16px;
}

#product-service .e_loop-1 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#product-service .e_loop-1 .input-check,
#product-service .e_loop-1 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}

#product-service .e_loop-1 .position-left {
  display: flex;
}

#product-service .e_loop-1 .position-right {
  display: flex;
  flex-direction: row-reverse;
}

#product-service .e_loop-1 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}

#product-service .e_loop-1 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}

#product-service .e_loop-1 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

#product-service .e_loop-1 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}

#product-service .e_loop-1 .p_active .p_mbutton::before {
  display: block;
}

#product-service .e_loop-1 .p_active .p_mbutton::after {
  display: block;
}

#product-service .e_loop-1 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#product-service .e_loop-1 .p_filter_result {
  display: inline-block;
}

#product-service .e_loop-1 .p_contclear {
  cursor: pointer;
}

#product-service .e_loop-1 .swiper-container {
  padding-bottom: 30px;
}

#product-service .e_loop-1 {
  display-radio: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

#product-service .e_image-2 {
  overflow: hidden;
}

#product-service .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: unset;
  max-width: none;
}

#product-service .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-top: 20px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 20px;
  background-color: rgba(240, 130, 0, 0);
  position: absolute;
  left: 40px;
  z-index: 2;
  bottom: 0%;
  top: auto;
  right: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#product-service .e_container-3 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#product-service .e_text-4 {
  display-radio: 1;
  font_radio: 2;
  color: #fff;
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  font-family: Microsoft YaHei;
}

#product-service .e_text-5 {
  display-radio: 1;
  font_radio: 2;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0px 10px;
  width: 160px;
  padding-left: 0px;
}

#product-service .e_richText-7 {
  font_radio: 2;
  display-radio: 1;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  line-height: 2;
  margin-top: 0px;
}

#product-service .e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(240, 130, 0, 0);
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 40%;
  top: auto;
  right: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#product-service .e_container-9 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#product-service .e_text-11 {
  display-radio: 1;
  font_radio: 2;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}

#product-service .e_text-12 {
  display-radio: 1;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #product-service .e_loop-1 .p_loopitem {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
  }

  #product-service .e_container-3 {
    width: 100%;
    border-top-right-radius: 0;
    display-radio: 1;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    bottom: 20%;
    display: none;
  }

  #product-service .e_text-4 {
    display-radio: 1;
    font_radio: 2;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-bottom: 5px;
  }

  #product-service .e_text-5 {
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #product-service .e_loop-1 .p_loopitem:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 0.5s ease;
  }

  #product-service .e_loop-1 .p_loopitem.cur:after {
    background: rgba(0, 0, 0, 0);
  }

  #product-service .e_loop-1 .p_loopitem .e_container-3 {
    background-color: rgba(240, 130, 0, 0);
    transition: all 0.5s ease;
  }

  #product-service .e_loop-1 .p_loopitem.cur .e_container-3 {
    background-color: rgba(240, 130, 0, 0);
  }

  #product-service {
    display-radio: 1;
    margin-top: 1px;
    width: 100%;
    background_radio: 2;
  }

  #product-service .e_container-9 {
    width: 100%;
    border-top-right-radius: 0;
    display-radio: 1;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    bottom: 0%;
  }

  #product-service .e_text-11 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-bottom: 5px;
  }

  #product-service .e_text-12 {
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
  }

  #product-service .e_image-2 img {
    object-fit: cover;
  }

  #product-service .e_image-2 {
    height: 100px;
  }
}

@media screen and (min-width: 769px) {
  #product-service .e_loop-1 .p_loopitem {
    flex: 0 0 auto;
    flex-grow: 0;
    width: 16%;
    flex-shrink: 0;
    flex-basis: unset;
    transition: all 0.5s ease;
    margin-right: 0%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000;
  }

  #product-service .e_loop-1 .p_loopitem:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 0.5s ease;
  }

  #product-service .e_loop-1 .p_loopitem:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 38%;
    width: 2px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    z-index: 3;
  }

  #product-service .e_image-2 img {
    width: 960px;
    height: auto;
    object-fit: cover;
  }

  #product-service .e_loop-1 .p_loopitem.cur {
    width: 66%;
  }

  #product-service .e_loop-1 .p_loopitem.cur:after {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  #product-service .e_loop-1 .p_loopitem .e_container-3 {
    background-color: rgba(240, 130, 0, 0);
    transition: all 0.5s ease;
    opacity: 0;
  }

  #product-service .e_loop-1 .p_loopitem .e_container-9 {
    transition: all 0.5s ease;
    opacity: 1;
  }

  #product-service .e_loop-1 .p_loopitem.cur .e_container-3 {
    background-color: rgba(240, 130, 0, 0);
    bottom: 16%;
    transition: all 0.8s ease;
    opacity: 1;
    z-index: 9;
  }

  #product-service .e_loop-1 .p_loopitem.cur .e_container-9 {
    transition: all 0.1s ease;
    opacity: 0;
  }
}
