/*鍥哄畾鍙充晶*/
.side-bar a,.chat-tips i { width:62px;}
.side-bar {width: 62px;position: fixed;bottom: 20px;right: 5px;font-size: 0;line-height: 0;z-index: 100;}
.side-bar a {width: 62px;height: 62px;display: inline-block;background-color:#ddd;margin-bottom: 2px;}
.side-bar a:hover {background-color: #669fdd;}
.side-bar .icon-qq {background-position: 0 -62px;}

.side-bar .icon-chat {background-position: 0 -130px;position: relative; margin-top:5px;}
.side-bar .icon-chat:hover .chat-tips {display: block;}
.side-bar .icon-blog {background-position: 0 -198px;margin-top:5px;}
.side-bar .icon-mail {background-position: 0 -266px;margin-top:5px;}
.side-bar .icon-totop {background-position: 0 -334px;}
.chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 78px;top: -55px;background-color: #fff;display: none;}
.chat-tips i {width: 9px;height: 16px;display: inline-block;position: absolute;right: -9px;top: 80px;background-position:-88px -350px;}
.chat-tips img {width: 138px;height: 138px;}
@media only screen and (min-width: 750px) and (max-width: 1920px) {	
.side-bar{display:none;}
}