body{
    height: 100%;
}

.kefu_hide{
display: block;
    position: fixed;
    right:0px;
    bottom:60px;
    width:190px;
    height:103px;
    cursor:pointer;
}

.kefu_show{
  display:none;
    float:left;
    position: fixed;
    left:auto;
    top:90px;
    width:100%;
    height:400px;
    z-index: 9999;
}

.kefu_content{
    position: relative;
    display:block;
    left:50px;
    margin: auto auto;
   /* width:400px;*/
  max-width:400px;
    height: auto;
    background-size:100% 100%;
    background-image: url(../images/hi-2.png);
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 5px;

}

.customer{
    font-size: 14px;
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  padding:15px 15px 35px 30px;
    float: right;
  
     background: rgba(255,255,255,0.5);
}
.customer li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.customer li{
   margin-top:15px;
   
}
.customer li span{
   line-height: 35px;
   display: flex;
    align-items: center;
    color: #565656;
}
.sp{
    font-size: 16px;
    font-weight: bold;
    color: #211e72  !important;
}
/*.ss{
    width: 50%;
    height: 30px;
    position: absolute;
   
    right: 15px;
    
    top: 57px;
    background: linear-gradient(left, #f71605, #e0f513); 
        background: -webkit-linear-gradient(left, #f71605, #e0f513);
        background: -o-linear-gradient(right, #f71605, #e0f513);
        -webkit-background-clip: text;
        font-size: 18px;
        text-align: center;
    font-weight: bold;
        -webkit-text-fill-color: transparent;
        animation:scratchy 0.253s linear forwards infinite;
        /* 其它浏览器兼容性前缀 */
        -webkit-animation:scratchy 1s linear forwards infinite;
       
}*/
.kefu_hide img{
    
}
.zxb{
    width: 10%;
    position: fixed;
    /* top: 0; */
    bottom: 60px;
    right: 190px;
    height: 103px;
    cursor: pointer;
}
.zxb img{
    float: right;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
}
.zxb img{
    -webkit-animation-duration:0.5s;
   -webkit-animation-iteration-count:infinite;
     -webkit-animation-name:neck;
       -webkit-animation-timing-function:ease-in-out;
        transform-origin: center bottom;
}

@-webkit-keyframes neck{
     0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); 
  transform: translate3d(0,0,0);
  }
  40%,
  43%{
  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
  transform: translate3d(0,-7px,0);
  }
  70%{
  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  transform: translate3d(0,-4px,0);
  }
  90%{
  transform: translate3d(0,-2px,0);
  }
}

/**,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
*/
.logo-site {
position: relative;
margin: 0 auto;
transition-duration: .5s;
}
.logo-site {
width: 255px;
overflow: hidden;
position: absolute;
height: 103px;
}
.logo-site:before{
content:"";
position: absolute;
left: -665px;
top: -460px;
width: 200px;
height: 15px;
background-color: rgba(255,255,255,.5);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: searchLights 1s ease-in 1s infinite;
-o-animation: searchLights 1s ease-in 1s infinite;
animation: searchLights 1s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}


/*.kefu_info{
   display: block;
    float: right;
    width: 55%;
    height: auto;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    font-weight: bold;
    left: 0;
    top: 60px;
    right: 0;
    margin: 0 auto;
}
*/

.kefu_close{
    display:block;
    float:right;
    margin: auto auto;
    width:100%;
    height:30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
}
.kefu_close button{
    float: right;
    margin-right: 15px;
    border: 1px #bdc2c9 solid;
    opacity: 0.6;
}
@media (max-width: 768px){
   .kefu_info {display: block;
    float: right;
    width: 75%;
    height: auto;
 background: rgba(255,255,255,0.5);
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    position: initial;
    margin: 0 auto;    
     font-weight: normal;;}
.kefu_content{
  margin:0;
  width: 80%;
 
}
.kefu_close button {
  
    margin: auto 5px auto auto;
    width: 80px;
    height: 30px;
  
    font-size: 12px;
    font-weight: bold;
}
.kefu_hide img{
    width: 80%;
    float: right;
}
.customer li span{
    line-height: 25px;
}
.customer li{
    margin-top:5px;
}
.customer{
       font-size: 12px;
}
.sp{
    font-size: 14px;
}
.logo-site {
    width: 95px;
    overflow: hidden;
    position: absolute;
    height: 51.5px;
    right: 0;
}
.zxb {
   
 
    /* top: 0; */
    bottom: 80px;
    right: 90px;
}
.kefu_hide {
   
    width: 100px;
}
.zxb img {
    width: 60%;
  }
}