.groupList li {
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	padding-left: 15px;
	margin-bottom: 10px;
}
.groupList{
	height: 100%;
		overflow-y: auto;
		padding-bottom:100px;
}
/*定义滚动条轨道*/

.groupList::-webkit-scrollbar-track {
  border-radius:0;
  background:0 0;
  -webkit-box-shadow:inset 0 0 5px transparent
}

/*定义滚动条高宽及背景*/

.groupList::-webkit-scrollbar {
 width:10px;
 height:5px
}

/*定义滚动条*/

.groupList::-webkit-scrollbar-thumb {
  border-radius:5px;
  background:hsla(0, 0%, 100%, .1);
  -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, .3)
}

.groupList li .header {
	width: 2rem;
	height: 2rem;
}

.groupList li .name {
	width: 75%;
	margin: auto 1rem;
}

.groupList li .checked {
	color: #000;
    font-weight: bold;
}
