.top_head {
	padding: 10px 0;
	background-color: #fff;
	font-size: 16px;
}

.top_head_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m1200 {
	width: 1200px;
	margin: auto;
}

.list_box {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
}

.list_box a {
	color: #5D5D5D;
}

.list_box a:hover {
	color: #f60;
}

.list_box>div {
	margin: 0 20px;
}

/* .active {
	color: #ff6600;
	position: relative;
}

.active::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 32px;
	background-color: #FF6600;
	left: 0;
	bottom: -26px;
} */

.btn_box {
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 8px;
	background: #FBF0E7;
	padding: 5px 8px 5px 20px;
	color: #f60;
}

.icon {
	background-color: #FF6600;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-left: 18px;
}

.footer {
	background-color: #ECECEE;
	color: #999;
	padding-top: 20px;
	font-size: 16px !important;
}

.footer_concent {}
