.servicesNav{
    position:fixed;
    right:0;
    bottom:290px;
    z-index:9999
}
.services{
    width:170px;
    height:130px;
    background:url(../images/services.png) no-repeat;
    margin-right:3px;
    cursor:pointer;
    z-index:9999
}
.num{
    background-color: #ff3b30;
    border-radius: 15px;
    color: #fff;
    display: none;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 26px;
    right:150px;
    bottom:55px
}
.message {
    background: #fff;
    border-radius: 4px;
    right:190px;
    bottom:1%;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
    color: #000;
    display: none;
    line-height: 1.42857;
    position: absolute;
    text-align: left;
    width: 260px
}
.message:after{
    border:8px solid transparent;
    border-left:8px solid #fff;
    width:0;
    height:0;
    position:absolute;
    right:-16px;
    top:22px;
    content:''
}
.message .inside{
    margin:12px 18px    
}
.message .inside img{
    border-radius: 13px;
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);*/
    border:1px solid #ccc;
    height: 26px;
    margin-right: 6px;
    vertical-align: top;
    width: 26px;    
}
.message .inside .name{
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin-top: 3px;    
}
.message .inside .msg{
    color: #000;
    font-size: 14px;
    margin-top: 5px;
    max-height: 40px;
    overflow: hidden;   
}
.message .inside .close{
    cursor: pointer;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 10px;
    color:#333
}