.customer-div{
    width: 70px;
    height: 350px;
    /*box-sizing: border-box;*/
    /*border:1px solid gainsboro;*/
    box-shadow: 0 0 1px gainsboro;
    background-color: white;
    position:fixed;
    top:35%;
    right:10px;
    z-index: 10;
}
.customer-div-item-public{
    width: 70px;
    height: 70px;
    /*background-color: red;*/
    position:relative;
    display: block;
    /*box-sizing: border-box;*/
    /*border-bottom:1px solid gainsboro ;*/
    /*box-shadow: 0 0 1px gainsboro;*/
}
.customer-hover-img{
    position:absolute;
    left: -160px;
    top: 0;
    width: 160px;
    height: 180px;
    background-color: white;
    display:none;
}
.customer-wei-xin{
    position:absolute;
    left: -363px;
    top: 0;
    width: 363px;
    height: 200px;
    /*background-color: white;*/
    display:none;
    /*box-shadow: 0 0 3px gainsboro;*/
    cursor: pointer;
}
.img-word:hover{
    color: blue;
}
.img-word{
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color:#666666;
    /*background-color: white;*/
}
.customer-online{
    position:absolute;
    left: -363px;
    top: 0;
    width: 363px;
    height: 180px;
    /*background-color: white;*/
    display:none;
    /*box-shadow: 0 0 3px gainsboro;*/
    cursor: pointer;
}
.customer-float-hover{
    width: 170px;
    height: 190px;
    float: left;
    position:relative;
    text-align: center;
    background-color: white;
    margin: 0 5px;
    padding: 5px;
    box-sizing: border-box;
    border:1px solid gainsboro;
}
.customer-float-hover>img{
    width: 150px;
    height: 150px;
    background-color: white;
}
.customer-online-hover{
    width: 170px;
    height: 100%;
    float: left;
    position:relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    margin: 0 5px;
    box-sizing: border-box;
    border: 1px solid gainsboro;
}
.customer-online-hover>img{
    width: 100%;
    height: 130px;
}
.customer-qq-img{
    position:absolute;
    left: -178px;
    top: 0;
    width: 178px;
    height: 160px;
    display:none;
}
.qq-customer-float-hover{
    width: 170px;
    height: 190px;
    float: left;
    position:relative;
    text-align: center;
}
.qq-customer-float-hover>img{
    width: 170px;
    height: 100%;
}
.qq-customer-number{
    position:absolute;
    bottom:40%;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: blue;
}
.qq-customer-word{
    position:absolute;
    bottom:20%;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: blue;
}


.customer-hover-tel{
    position:absolute;
    left: -178px;
    top: 0;
    width: 178px;
    height: 160px;
    display:none;
}
.customer-hover-tel-img{
    width: 170px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid gainsboro;
    border-bottom: 0;
}
.hover-tel{
    width: 170px;
    height: 40px;
    /*line-height: 80px;*/
    font-size: 17px;
    font-weight: bolder;
    text-align: center;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid gainsboro;
    border-top: 0;
}
.img-div-customer{
    width: 100%;
    height: 100%;
}
.img-div-customer>img{
    width: 100%;
    height: 100%;
}
.wei-xin-gong-zong .customer-hover-img>img{
    width: 100%;
    height: 100%;
}
.contact-customer-a{
    display: block;
    width: 100%;
    height: 100%;
}