/* 首页客服 */
.serviceUp {
    position: fixed;
    right: 50%;
    margin-right: -750px;
    z-index: 3;
    top: 450px;
  }
  .serviceUp header {
    padding-bottom: 15px;
  }
  .serviceUp header a {
    display: block;
    background: url(../images/kfInto.png) no-repeat center top;
    padding-top: 70px;
  }
  .serviceUp header a span {
    display: flex;
    line-height: 20px;
    border-radius: 5px;
    background-color: #267ef0;
    background-color: #f86765;
    color: #fff;
    justify-content: center;
    font-size: 16px;
    padding: 5px;
    flex-wrap: wrap;
    max-width: 105px;
    line-height: 30px;
  }
  .serviceUp header a span b {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #fbe600;
    line-height: 12px;
    margin-bottom: 3px;
    display: none;
  }
  .serviceUp ul {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 0 10px;
  }
  .serviceUp ul li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
  }
  
  .serviceUp ul li:last-child {
    border-bottom: 0;
  }
  .serviceUp ul li.emailLi,
  .serviceUp ul li.kfLi {
    position: relative;
  }
  .serviceUp ul li.emailLi a,
  .serviceUp ul li.kfLi a {
    display: none;
    color: #1a57c5;
    color: rgba(255, 255, 255, 0.88);
  }
  .serviceUp ul li.emailLi a::before,
  .serviceUp ul li.kfLi a:before {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
    width: 0;
    height: 0;
    right: -8px;
    top: 13px;
    position: absolute;
  }
  .serviceUp ul li.emailLi a:hover {
    text-decoration: underline;
  }
  .serviceUp ul li.kfLi a {
    cursor: auto;
    font-size: 15px;
  }
  .serviceUp ul li.emailLi:hover a,
  .serviceUp ul li.kfLi:hover a {
    display: block;
    position: absolute;
    left: -192px;
    width: 200px;
    background: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    padding: 0 8px;
    border-radius: 5px;
    
  }
  .serviceUp ul li.kfLi:hover a {
    left: -130px;
    width: 135px;
    top: 10px;
  }
  .kfLiANew > div{
    background: url(../images/whatapp.png) no-repeat center #fff;
    width: 100%;
    background-size: 95%;
    border-radius: 5px;
    margin-bottom: 10px;
    aspect-ratio: 1/1;
  }
  
  .kfImg {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/Img2025/home02s.png) no-repeat center;
    cursor: pointer;
  }
  .emailImg {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/Img2025/home05.png) no-repeat center;
    cursor: pointer;
  }
  .serviceUpTop {
    width: 80px;
    height: 80px;
    background: url(../images/Img2025/kfInto.png) no-repeat center;
    position: relative;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
  }
  .phoneInto {
    position: relative;
    padding-top: 45px;
    background: url(../images/Img2025/home06.png) no-repeat center top;
    color: #1b3b8c;
    font-size: 17px;
  }
  .serviceUpNew ul li:last-child {
    min-height: 65px;
    height: auto;
    padding-bottom: 10px;
  }
  .serviceUpNew header a {
    background: transparent;
    padding-top: 0 !important;
  }
  .serviceUpDiv {
    display: none;
    /* z-index: 1;
    margin-top: -10px; */
  }
  .serviceUpNew {
    top: auto;
    bottom: 20px;
    right: 10px;
    margin-right: 0;
  }
  .serviceUpNew header {
    padding-bottom: 10px;
  }
  .serviceUpNew header a span {
    font-size: 14px !important;
  }
  .serviceUpNew:hover .serviceUpDiv {
    display: block;
    position: absolute;
    top: -220px;
    right: -3px;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .serviceUp ul {
        padding: 0 5px;
    }
    .serviceUpNew {
        right: 10px;
    }
    .serviceUpTop {
        width: 70px;
        height: 70px;
        margin-top: 50px;
        background-size: 100%;
        margin-right: 2px;
    }
}
@media (max-width: 480px) {
    .serviceUpTop {
        width: 55px;
        height: 55px;
    }

    .phoneInto {
        font-size: 15px;
    }
    .serviceUpNew header a span {
        font-size: 13px !important;
        padding: 0;
    }
    .kfImg,
    .emailImg {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .phoneInto {
        background-size: 45px;
    }
    .serviceUpNew:hover .serviceUpDiv {
        top: -160px;
        right: -5px;
    }
    .serviceUp ul li {
        height: 48px;
    }
    .serviceUpNew ul li:last-child {
        padding-bottom: 5px;
    }
}