body {
	background: #f5f7fa;
}

.ttBx {
	width: 70px;
	height: 30px;
}

.itemNav {
	height: 30px;
	padding: 0 15px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 0;
}

.itemNav:last-child {
	padding-right: 0;
}

.active {
	color: #3c78fc;
}

.typeTit {
	height: 30px;
}

.item2Nav {
	height: 30px;
	padding: 0 15px;
	cursor: pointer;
	margin: 0;
}

.topJiantou {
	width: 10px;
	height: 6px;
	margin-left: 6px;
}

.yearNav {
	padding: 15px;
	cursor: pointer;
	margin-bottom: 0 !important;
}

.lableCkBox {
	width: 14px;
	height: 14px;
	border: 1px solid #dddddd;
}

.yearNav_check_date {
	height: 30px;
	border-radius: 4px;
	border: 1px solid #dddddd
}

.yearNav_check_date_ipt {
	height: 28px;
	width: 100px;
	border: none
}

.itemSelectNav {
	border: none;
	background: none;
	/* 移除默认箭头 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* 添加自定义背景图片 */
	background-image: url('../../images/downJiantou2.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	/* 根据箭头大小调整 */
}

.itemSelectNav.active {
	background-image: url('../../images/downJiantou1.png');
}

.companyImg {
	width: 180px;
	height: 142px;
	border-radius: 4px;
}

.ewm1content {
	top: 24px !important;
	right: -20px !important;
}

.companyLable {
	height: 28px;
	padding: 0 8px;
	border-radius: 4px;
	margin-right: 10px;
	background: #f0f4ff;
	color: #637197;
	border: 1px solid #f0f4ff;
}

.company2Lable {
	height: 28px;
	padding: 0 8px;
	border-radius: 4px;
	margin-left: 10px;
	color: #03b26e;
	background: #f2fbf8;
	border: 1px solid #03b26e;
}

.company3Lable {
	height: 28px;
	padding: 0 8px;
	border-radius: 4px;
	margin-left: 10px;
	background: #fff8f2;
	color: #ff6c00;
	border: 1px solid #ff6c00;
}

.addressicon {
	width: 12px;
	height: 14px;
	margin-right: 6px;
}

.companyConNav {
	padding: 0 14px;
	height: 32px;
	margin-right: 15px;
	color: #3c78fc;
}

.companyConNav:hover {
	border-radius: 4px;
	background: #f0f4ff;
	cursor: pointer;
}