body {
	.el-dropdown-menu__item {
		min-width: 200px;
		text-align: center;
		color: #666 !important;
	}

	.el-dropdown-menu__item a {
		color: #666 !important;
	}

	.el-dropdown-menu__item:hover {
		color: #3990D3 !important;
	}

	.el-dropdown-menu__item:hover a {
		color: #3990D3 !important;
	}

}

.footer {
	margin-top: 80px;
}

.el-popover {
	padding: unset !important;
	background-color: unset !important;
	box-shadow: unset !important;
	border: unset !important;
	-webkit-box-shadow: unset !important;
}

.footer_menu {
	padding: 13px 0px;
	background: #8F99A1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	.divider {
		margin: 0px 90px;
	}
}

.footer_menu_item {

	.el-dropdown-link {
		font-weight: 400;
		font-size: 16px;
		color: #FFFFFF;
		cursor: pointer;
	}

}

.footer_box {
	background: linear-gradient(180deg, #C2EBFF 0%, #FFFFFF 100%);
	padding: 48px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_box_logo {
	width: 316px;
	height: auto;
}

.footer_box_menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 28px;

	.divider {
		margin: 0px 12px;
	}

	.el-divider--vertical {
		width: 2px;
	}
}

.footer_box_menu_item {
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.footer_box_menu_item:hover {
	color: #3990D3;
}

.footer_box_qrcode {
	margin-top: 48px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.footer_box_qrcode_item {
	margin: 0px 23px;
}

.footer_box_qrcode_item img {
	width: 120px;
}

.footer_box_qrcode_item p {
	font-weight: 400;
	font-size: 12px;
	color: #6C808F;
	margin-top: 8px;
	text-align: center;
}

.footer_box_co {
	padding: 22px;
	background: #195482;
}

.footer_box_co p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}

.popover {
	width: 80px;
	position: fixed;
	top: 50%;
	right: 0%;
	transform: translate(0, -50%);
	border-radius: 8px;
	overflow: hidden;
}

.popover_box {
	padding: 0px 8px;
	background: #FFFFFF;
	border-radius: 8px;
}


.popover_img {
	width: 182.67px;
	height: auto;
}

.popover_box_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 16px 0;
	border-bottom: 1px solid #EEEEEE;
}

.popover_box_item:hover .popover_box_item_logo {
	display: none;
}

.popover_box_item:hover .popover_box_item_logo_ac {
	display: block;
}

.popover_box_item_logo {
	width: 34px;
	height: auto;

}

.popover_box_item_logo_ac {
	width: 34px;
	height: auto;
	display: none;

}

.popover_box_item:hover .popover_box_item_title {
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	text-shadow: 0px 8px 20px rgba(57, 144, 211, 0.1);
	text-align: center;
}

.popover_box_item_title {
	font-weight: 400;
	font-size: 12px;
	color: #6C808F;
	text-shadow: 0px 8px 20px rgba(57, 144, 211, 0.1);
	text-align: center;
	width: 50px;
}

.popover_box_item_title_ac {}

.backTop {
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	padding: 16px;
	cursor: pointer;
}

.backTop:hover .backTop_logo {
	display: none;
}

.backTop:hover .backTop_logo_ac {
	display: block;
}

.backTop_logo {
	width: 28px;
	height: auto;
}

.backTop_logo_ac {
	width: 28px;
	height: auto;
	display: none;
}

.backTop:hover .popover_box_item_title {
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	text-shadow: 0px 8px 20px rgba(57, 144, 211, 0.1);
	text-align: center;
}



.pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pagination .off,
.pagination .p {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin: 0px 5px;
	cursor: pointer;
}

.pagination a {
	text-decoration: none;
}

.pagination span a {
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin: 0px 5px;
	width: 29px;
	height: 29px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.pagination .focus {
	background: #3990D3;
	color: #fff;
	cursor: pointer;
}

.pagination #text {
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin: 0px 5px;
	width: 29px;
	height: 29px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.breadcrumb a {
	/* margin: 0px 5px; */
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.breadcrumb i {
	margin: 0px 10px;
}




@media screen and (max-width: 768px) {
	.foot-m {
		max-width: 425px;
		margin: 0px auto;
	}

	.footer {
		margin-top: 0px;
	}

	.footer_box_qrcode {
		margin-top: 20px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.footer_menu {
		padding: 13px 0px;
		background: #8F99A1;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.footer_box_qrcode_item {
		margin: 0px 1%;
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer_box_qrcode_item img {
		width: 100%;
	}

	.footer_menu_item {
		width: 50%;
		text-align: center;
		margin: 5px 0px;
	}

	.footer_box_co {
		padding: 22px;
		background: #195482;
	}

	.footer_box_menu {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
		flex-wrap: wrap;
		padding: 0px 20px;
	}

	.footer_box_menu_item {
		cursor: pointer;
		font-weight: 400;
		font-size: 14px;
		color: #666666;
		width: 33%;
		text-align: center;
		margin: 5px 0;
	}

}