.chooseListPanel.active {
	position: relative;
	height: 70%;
	top: 30%;
	left: 0;
}

@keyframes slidein {
	from {
		top: 100%;
	}

	to {
		top: 30%;
	}
}

.blockActive {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 28px 0 8px;
    margin: 8px 8px 0 0;
	background:#f5f6f7;
}

.block-readonly {
	padding: 0 8px;
}

.sys-yuanxingguanbi.icon {
	position: absolute;
	right: 8px;
	bottom: -6px;
	font-size: 16px;
}

.dataBlock .arrow-content {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}

.dataBlock .active .arrow-content {
	width: initial;
	padding-right: 28px;
}