div#chat-intro {
    position: fixed;
    bottom: 50px;
    left: 20px;
    width: 240px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #eee;
    border: 8px solid #3399ff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #3399ff;
    -moz-box-shadow: 2px 2px 4px #3399ff;
    box-shadow: 2px 2px 4px #3399ff;
    z-index: 2;
}

div#chat-intro:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 28px;
    top: 100px;
    border: 15px solid;
    border-color: #eee transparent transparent #eee;
}

div#chat-intro .close-btn {
    display: block;
    float: right;
    line-height: 0;
    margin-top: 5px;
    margin-right: 10px;
    z-index: 1;
}

div#chat-intro .content {
    display: block;
    float: right;
    line-height: 1;
    margin-top: -20px;
}

div#chat-intro .img img {
    display: block;
    width: 130px;
    margin: auto;
}

div#chat-intro .text {
    font-size: 18px;
}

div#chat-intro .media {
    margin-top: 10px;
}

div#chat-intro .media span {
    font-size: 26px;
    margin: 10px 5px 0 5px;
}


.floating-icon{
    display: inline-block;
    background: #3399ff;
    margin: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}