.footer {
	min-width: 1440px;
	height: 444px;
	background: rgba(29, 25, 26, 1);
	  font-family: 微软雅黑;
}

.footer-container {
	width: 1440px;
	margin: auto;

}

.footer-top {
	padding-top: 46px;
	display: table;
	width: 100%;
}

.footer-top-left {
	float: left;
}

.footer-top-left-i-header {
	color: #fff;
}

.footer-top {}

.footer-top-left-i {
	float: left;
	margin-left: 111px;
}

.footer-top-left-i-a {
	margin-top: 25px;
}

.footer-top-left-i-a-i {
	display: block;
	color: rgb(169, 169, 169);
	margin-top: 9px;

}
.footer-top-left-i-a-i:hover{
	color: #C40000 !important;
	font-weight: bold;
}

.footer-qrcode {
	float: right;
	text-align: center;
}

.footer-qrcode-img {
	width: 177px;
	height: 177px;
}

.footer-qrcode-font {
	color: rgb(169, 169, 169);
	font-size: 12px;
	margin-top: 8px;
}

.footer-mid {
	display: flex;
	align-items: center;
	margin-top: 70px;
}

.footer-mid-i {
	display: flex;
	align-items: center;
	color: rgb(136, 136, 136);
	font-size: 12px;
}

.footer-mid-i img {
	margin-right: 20px;
	width: 23px;
}

.footer-mid-apart {
	width: 1px;
	height: 33px;
	margin: 0 60px;
	background-color: rgb(136, 136, 136);
}
.footer-bottom{
	text-align: center;
}
.footer-bottom-font1{
	color: rgb(136, 136, 136);
	font-size: 12px;
	margin-top: 24px;
}
.footer-bottom-font2{
	color: rgb(136, 136, 136);
	font-size: 12px;
	margin-top: 6px;
}
.friendlink a{
	color: rgb(136, 136, 136);
}