.bs_cn {
	border-radius: 4px;
	border: 1px solid #eeeeee
}

.ltBx>div,
.rtBx>div {
	border-bottom: 1px solid #eeeeee;
}

.ltBx>div>div:first-child,
.rtBx>div>div:first-child {
	width: 130px;
	height: 50px;
	padding-left: 15px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.ltBx>div>div:nth-child(2n),
.rtBx>div>div:nth-child(2n) {
	flex: 1;
	height: 50px;
	padding-left: 15px;
	box-sizing: border-box;
}

.bs_cn .bx1wd {
	width: 130px;
	height: 100%;
	background: #f8f8f8;
	padding-left: 15px;
	border-right: 1px solid #eeeeee;
}

.bs_cn .bx2wd {
	padding-right: 15px;
	box-sizing: border-box;
	padding-left: 15px;
	line-height: 36px;
}

.guimo {
	width: 20px;
	height: 20px;
	background: #f5f8ff;
	color: #3c78fc;
	border: 1px solid #3c78fc;
	margin-right: 5px;
}

.dnItem {
	background: #f8f8f8;
	border-bottom: 1px solid #eeeeee;
}

.dnItem:last-child {
	border-bottom: none;
}


.g1m.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: opacity 2s ease;
}

.g2m.active {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 2s ease;
}