@charset "utf-8";

.footer {
	background: #222222;
	position: relative;
}

.footer #mydiv {
	position: absolute;
	z-index: 5;
	opacity: .2;
}

.footer .footer_content {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}

@media screen and (max-width: 991px) {
	.mobile_footer {
		display: block;
	}

	.web_footer {
		display: none;
	}


}

@media screen and (min-width: 991px) {
	.mobile_footer {
		display: none;
	}

	.web_footer {
		display: block;
	}


}

.mobile_footer .footer_content_top {
	padding: 10px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: space-between;*/
}

.mobile_footer .footer_content_top .content_top_share {
	width: 30% !important;
	;
}

.mobile_footer .footer_content_top .content_top_right {
	width: 100% !important;
	;
}

.mobile_footer .footer_content_top .content_top_right .qrcode {
	display: flex;
	justify-content: center;

}

.footer .footer_content .footer_content_top {
	padding: 60px 0px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.footer .footer_content .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.footer .footer_content .footer_content_top .content_top_left {
	width: 55%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list {
	width: 25%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd {
	margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a {
	font-size: 14px;
	color: #fff;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a {
	font-size: 14px;
	color: #777777;
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:hover {
	color: #fff;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:last-child {
	margin-bottom: 0px;
}

.footer .footer_content .footer_content_top .content_top_right {
	width: 23%;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd {
	position: relative;
	line-height: 20px;
	margin-right: 15px;
}

.footer .footer_content .footer_content_top .content_top_share {
	width: 21%;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content {
	margin-top: 40px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dd {
	color: #777777;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a {
	width: 50px !important;
	height: 50px !important;
	margin: 0px 0px !important;
	padding-left: 0px !important;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border: 1px solid #363636;
	margin-right: -1px !important;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list {
	color: #777777;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list img {
	width: 15px;
	height: auto;
	float: left;
	line-height: 0;
	margin: 3px 10px 0 0;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dt {
	width: 80%;
}


.qrcode img {
	/* width: 200px; */
	height: 140px;
}

.bds_tsina {
	background: #2a2a2a !important;
}

.bds_sqq {
	background: #2a2a2a !important;
}

.bds_weixin {
	background: #2a2a2a !important;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover {
	background: #252525 !important;
	opacity: 1 !important;
	color: #fb6a19;
}

.footer .footer_content .footer_content_bottom {
	margin-bottom: 20px;
}

.footer .footer_content .footer_content_bottom .content_bottom_left {
	font-size: 14px;
	color: #555555;
	width: 5%
}

.footer .footer_content .footer_content_bottom .content_bottom_right {
	width: 95%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a {
	font-size: 12px;
	color: #555555;
	display: inline-block;
	width: 7%;
	margin-left: 2%;
	margin-bottom: .8%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
	color: #fff;
}

.footer_content_copyright {
	padding: 24px 0px;
	text-align: center;
	border-top: 1px solid #313131;
	z-index: 521;
	position: relative;
}

.footer .footer_content {
	/*display: none;*/
}

.footer {
	height: auto;
}

.footer #mydiv {
	/*display: none;*/
}

.footer_content_copyright {
	padding: 20px 2%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}