.footer {
	
}

.footer .footerTop {
	width: 84%;
	height: 29.9vh;
	background: url(../images/common/footer.png) no-repeat;
	background-size: cover;
	display: flex;
	grid-template-columns: 19.5% 1px calc(60.5% - 2px) 1px 20%;
	justify-content: center;
	align-items: center;
	padding: 0 8%;
}

.footer .logo {
	margin-right: 6%;
}

.footer .qrcode {
	margin-left: 6%;
}

.footer .line {
	width: 1px;
	height: 18vh;
	background: #4D4D4D;
}

.footer .content {
	display: grid;
	grid-template-columns: 25% 33% 33% 8%;
	width: 59%;
	margin: 0 auto;

}

.footer .conItem {
	width: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.footer .conItem:nth-child(2) .conInfo,.footer .conItem:nth-child(3) .conInfo{
	width: 80%;
}

.footer .conTitle {
	font-size: 16px;
	color: #fff;
}

.footer .conLine {
	width: 1.4vw;
	height: 1px;
	background: #909090;
	margin-top: 1.8vh;
	margin-bottom: 2.4vh;
}

.footer .conInfo {
	font-size: 14px;
	color: #B3B3B3;
	margin-top: 1.4vh;
}

.footer .footerBottom {
	width: 84%;
	height: 7.8vh;
	background: #000000;
	font-size: 14px;
	color: #B3B3B3 !important;
	display: flex;
	align-items: center;
	padding: 0 8%;
	line-height: 2.4vh;
}

.footer a {
	text-decoration: none;
	color: #B3B3B3;
}

.footer a:hover {
	color: #fff;
}

.footer .lu {
	color: #2f54eb;
}

.footer .lu:hover {
	color: #597ef7
}

.footer .wrap {
	display: flex
}

.footer .focusText {
	text-align: center;
	color: #fff;
	margin-top: 0.8vh;
}

.footer #blogroll span {
	margin: 0 4px;
}
.naPic{
	display: flex;
	align-items: center;
}

/* 适配 */
/* 视口>= 1920  设置样式*/
/* @media screen and (min-width: 1920px) {
	.box {
		display: none;
	}
} */
/* 视口>=700 并且 <= 1000  设置样式*/
/* @media screen and (min-width: 700px) and (max-width: 1000px) {} */
/* 视口<= 768  设置样式*/
@media screen and (max-width: 768px) {
	.footer .qrcode {
		margin-left: 5%;
		width: calc(50% - 0.5px);
		text-align: center;
	}

	.footer .logo {
		margin-right: 5%;
		width: calc(50% - 0.5px);
		text-align: center;
	}

	.footer .logo img,
	.footer .qrcode img {
		width: 60%;
	}

	.footer .footerTop {
		width: 92%;
		height: 22.9vh;
		padding: 0 4%;
		background: #111111;

	}

	.footer .conLine {
		margin-top: 1vh;
		margin-bottom: 1.4vh;
	}

	.footer .footerBottom {
		width: 92%;
		height: fit-content;
		background: #111111;
		padding: 0 4% 4% 4%;
	}

	.footer .lu {
		/* display: block; */
		line-height: 16px;
	}

	.footer .focusText {
		margin-top: 0.4vh;
	}

	.footer .wrap {
		display: block;
		word-wrap: break-word;
		word-break: normal;
	}

	.footer .wrap span:nth-child(1),
	.footer .wrap span:nth-child(2),
	.footer .wrap span:nth-child(3) {
		line-height: 18px;
	}

	.footer .naPic {
		/* margin-top: -10px; */
		display: flex;
		align-items: center;
		/* line-height: 16px; */
		margin: 10px 0;
	}

	.footer .lianjie {
		line-height: 16px;
	}
}
