.wrap {
	margin: 20px auto;
	width: 1200px;
	display: flex;
	flex-direction: row;
}
.wrap .aside {
	width: 200px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.wrap .content {
	width: 990px;
	background-color: #fff;
	border-radius: 10px;
	padding: 0px 40px;
}
.aside .nav-title {
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #222;
	font-weight: 600;
	font-size: 20px;
}
.aside .nav-item {
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}
.active {
	background-color: rgba(0, 190, 189, .1);
	font-weight: 600;
	color: #222;
}
.content .title {
	height: 60px;
	line-height: 60px;
	color: #222;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 1px solid #999;
}
.content .tips {
	height: 40px;
	line-height: 40px;
}
.content .search-wrap {
	height: 40px;
	width: 400px;
	background-color: #f5f5f5;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	margin-top: 10px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}
.content .search-wrap img {
	height: 30px;
	width: 30px;
	vertical-align: middle;
}
.shield-inner {
	margin-top: 20px;
}
.shield-title {
	font-weight: 600;
	font-size: 18px;
	height: 30px;
	line-height: 30px
}
.shield-list {
	height: 420px;
	overflow-y: scroll;
}
.shield-list::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.shield-title .shield-title-inner {
	color: #222;
}
.shield-title .shield-title-inner .shield-title-inner-num {
	margin: 0px 10px;
	color: #1b9eea;
}
.content-inner {
	margin-top: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 10px;
	background-color: #f9f9f9;
}
.shield-list .shield-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
	cursor: pointer;
	align-items: center;
}
.shield-item.active {
	background-color: #fff;
	border-radius: 5px;
}
.lift-shield.active {
	display: block;
}
.lift-shield {
	display: none;
	padding: 4px 16px;
	background-color: #d0ebfa;
	color: #1b9eea;
	border-radius: 5px;
}

/* 公司 黑名单 弹出层 */
.query-company-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 500px;
	width: 500px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.black-com-head {
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	font-size: 18px;
	margin-bottom: 10px;
}
.black-com-close a {
	color: #555;
	font-size: 24px;
}
.black-search-wrap {
	width: 100%;
	height: 40px;
}
.black-search-wrap  input {
	width: 400px;
	height: 40px;
	border: 1px solid #1b9eea;
	border-radius: 5px;
	padding: 10px;
}
.search-black-com {
	width: 56px;
	height: 40px;
	background-color: #1b9eea;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.black-desc {
	margin-top: 20px;
}
.black-desc .desc-title {
	margin-bottom: 20px;
	color: #333;
}
.point-dot {
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background: #6b7288;
	vertical-align: middle;
	margin-right: 5px;
}
.search-result {
	display: none;
	margin-top: 20px;
}
.search-result-list {
	height: 300px;
	overflow-y: scroll;
	padding-right: 20px;
}
.search-result-list::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.search-result li {
	padding: 10px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.search-result li label {
	margin-right: 10px;
}
.black-user-opt {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}
.checkbox-wrap {
	margin-right: 10px;
}
.checkbox-wrap input {
	vertical-align: middle;
}
.black-checkbox em {
	margin: 0px 5px;
	color: #1b9eea;
}
.shiled-com {
	padding: 4px 20px;
	background-color: #1b9eea;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.query-company {
	display: none;
}


