@charset "UTF-8";
.chat {
	width: 180px;
	background: #FFFFFF;
}

.chat-friends {
	width: 50%;
	height: 25px;
	background: url(../../img/Subscride/hy01.png) top center no-repeat;
	margin: 10px 0px;
	border-right: 1px solid #D2D2D2;
}

.chat-friends-01 {
	background: url(../../img/Subscride/hy02.png) top center no-repeat;
	margin: 10px 0px;
}

.chat-group {
	width: 50%;
	height: 25px;
	background: url(../../img/tjqz.png) top center no-repeat;
	margin: 10px 0px;
}

.chat-group-01 {
	margin: 10px 0px;
	background: url(../../img/Subscride/qz02.png) top center no-repeat;
}

.chat-content{
	padding:0px 0px;
}
/*设置滚动条样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.layui-colla-content::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
.layui-colla-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #d1f9fb;
}
/*定义滑块，内阴影及圆角*/
.layui-colla-content::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #6dedf3;
}
















