.chooseGroup {
	height: 100%;
}

.chooseList {
	height: 86%;
	font-size: 16px;
	overflow-y: scroll;
	scroll-behavior: auto;
}

.chooseList li {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	padding: 0 40px;
	overflow: hidden;
}

.chooseList li:after{
   content: "";
   display: block;
   position: absolute;
   left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	width: 100%;
   height: 1px;
   background: #e6eaed;
   transform:scaleY(0.5);
   -webkit-transform:scaleY(0.5);
}

.chooseCaption {
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	color: #667580;
	background-color: #fff;
}
.chooseCaption:after {
	content: "";
   	display: block;
   	position: absolute;
   	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	width: 100%;
   	height: 1px;
   	background: #acb7bf;
   	transform:scaleY(0.5);
    -webkit-transform:scaleY(0.5);
}

.chooseCaption .content {
	font-size: 16px;
	vertical-align: top;
	margin-left: -32px;
}

.chooseList.single li {
	padding: 0;
}

.chooseList li:active {
	background:#e7eaed;
}

.sys-checkbox, .mutiple.sys-checkbox-active {
	position: absolute;
	top: 2%;
	right: 12px;
	font-size: 16px;
}

.single.sys-checkbox-active, .icon.sys-singlebox {
	margin-left: 8px;
	font-size: 16px;
	position: absolute;
}

.chooseList .xiaoliziActive, .chooseList .icon.sys-singlebox {
	color: #007ed9;
}

.chooseList .icon {
	color: #acb7bf;
}

.xiaoliziActive .sys-checkbox-active {
	margin-left: 8px;
}

.chooseCaption .btn {
	float: left;
	padding: 0 12px;
	font-size: 16px;
	color: #007ed9;
}

.chooseCaption .confirm {
	float: right;
}