/*pc-客服*/
.kf{
    z-index:600;
    position: fixed;
    bottom: 100px;
    right: 25px;
    display: none;
}
.kf .a{
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 5px;
    background: rgb(8,141,161);
    margin: 5px 0;
    position: relative;
}
.kf .a::before{
    content: '';
    width: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.kf .a:hover::before{
    transform: translate(-50%,-50%) scale(1.1);
}
.kf .kf_a1::before{
    background-image: url(../images/kf5.png);
}
.kf .kf_a2::before{
    background-image: url(../images/kf6.png);
}
.kf .kf_a3::before{
    background-image: url(../images/kf7.png);
}
.kf .div{
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
    box-shadow: 0 0 10px #ccc;
}
.kf .a:hover .div{
    right: 70px;
    opacity: 1;
}
.kf .div .p1{
    font-size: 16px;
    color: #008089;
    font-family: "din";
}
.kf .div img{
    width: 95px;
}

.kf .div1{
    min-width: 275px;
    padding: 15px 18px;
    position: absolute;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: all .8s;
    z-index: -1;
    box-shadow: 0 0 10px #ccc;
}
.kf .a:hover .div1{
    right: 70px;
    opacity: 1;
}
.kf .div1 a{
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(229,229,229);
}
.kf .div1 .p1{
    font-size: 14px;
    color: #333333;
    position: relative;
    transition: all .5s;
}
.kf .div1 a:hover .p1{
    color: #008089;
}
.kf .div1 .p1::before{
    content: '';
    width: 8px;
    height: 15px;
    background-image: url(../images/img87.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.kf .div1 .p2{
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}













/*app-客服*/
.kefu {
    right: 0;
    top: 50%;
    
    display: none; position: fixed; width:auto;overflow: hidden;z-index:400;margin-left: -100px; bottom: 15px;padding:8px 0;transition:all .5s;}
.kefu li { width: 30px;height: 30px; margin-top: 8px;background: rgba(0, 0, 0, 0.5);position: relative;}
.kefu li:first-child{border-left: none;}
.kefu li a {font-size: 20px;
     display: block;
     margin: 0 auto;
     width: 100%;
     height:30px;
     text-align: center;
     line-height: 30px;
     color: white;
     background-image: url(../images/kf1.png);
     background-repeat: no-repeat;
     background-position: center;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
    }
.kefu li:nth-child(2) a{
    background-image: url(../images/kf4.png);
}


.ppp{
    width: 500px;
    height: 5000px;
    background: #000;
}
@media(max-width:768px){
    .kf{
        display: none !important;
    }
    .kefu{
        display: block;
    }
}
