﻿html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  word-break: break-word;
  font-family:Arial, helvetica, sans-serif;
}
:root {
  --width: 90%;
  --max-width: 1700px;
  --color: #e50d0e;
  --fcolor: #0040a0;
}
/* @font-face {
  font-family: "poppins";
  font-weight: normal;
  src: url(../font/poppins-regular.ttf);
} */
#c_grid-116273709439191{
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: all 0.5s;
}
#c_grid-116273709439191.active{
  background-color: white;
}
#c_grid-116273709439191 > .p_gridbox.signal{
  background-color: #fff0;
}
#c_grid-116273709439191.active .e_navigationA-19 .p_level1Item a{
color: #000;
}
#c_grid-116273709439191 .e_image-10 img:nth-child(1){
display: block;
}
#c_grid-116273709439191 .e_image-10 img:nth-child(2){
display: none;
}
#c_grid-116273709439191.active .e_image-10 img:nth-child(1){
display: none;
}
#c_grid-116273709439191.active .e_image-10 img:nth-child(2){
display: block;
}
::-webkit-scrollbar-thumb {
  background-color: var(--fcolor);
}
@media only screen and (min-width: 769px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --width: 95%;
  }
  #c_grid-116273709439191{
    position: sticky;
  }
  #c_grid-116273709439191 .e_image-10 img:nth-child(1){
    display: none;
  }
  #c_grid-116273709439191 .e_image-10 img:nth-child(2){
    display: block;
  }
  .swiper-wrapper {
    padding-bottom: 0px;
  }
  /* 手机端客服 */
  .pl_service1,
  .pl_service2,
  .pl_service3,
  .pl_service4,
  .p_defaultIocn,
  .footer_service {
    display: none;
  }


  .service_icon {
    color: #fff;
    margin-top: 0px;
    padding-right: 0px;
  }

  .service_icon svg {

    width: 25px;

    height: 30px;

    margin: 0px;
  }



  .pl_service {
    bottom: 100px;
    z-index: 1000;
  }

  .pl_content_box {
    right: 0px !important;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-radius: 0px;
    background-color: var(--color);
    padding: 0px;
  }

  .service_value {
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }

  .service_group {
    display: flex;
  }

  .service_item {
    flex: 1;
    display: flex;
    color: white;
    margin: 0px;
    flex-direction: column;
    align-items: center;
    padding: 4px 5px;
    justify-content: center;
    text-align: center;
    border-top: solid 0px #fff;
    border-right: solid 1px rgb(255 255 255 / 23%);
    min-width: 25%;
  }

  .service_item:nth-child(4) {
    border-right: solid 0px #fff;
  }

  .chat-wraper {
    position: absolute;
    bottom: 61px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #000;
    padding: 5px;
  }

  .chat-wraper div {
    display: none;
  }

  .service_item .service_value a[href^="mailto"] {

    font-size: 0px;

    flex: none;

    width: 100%;
  }

  .service_item .service_value a[href^="mailto"]::before {
    content: "E-mail";
    display: block;
    font-size: 14px;
    color: white;
  }

  /* 手机端客服结束 */
  #c_grid-116273709439190 {
    margin-bottom: 60px;
  }
}

.pl_service4>.item_con.clearfix {
  display: none;
}

.pl_service4 .service_item {
  background: var(--color);
  border-radius: 4px 0px 0px 4px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  padding-left: 50px;
}

.pl_service4 .item_con {
  height: 50px;
}

.pl_service4 .service_icon {
  width: 50px;
  height: 50px;
}

.pl_service4 .service_icon .icon {
  margin: 10px 16px 0 10px;
}

.pl_service4 .service_value {
  padding: 4px 20px 10px 0;
}