body,
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Microsoft YaHei';
}

*,
div {
	box-sizing: border-box;
}

h1,
h2,
h3,
ul {
	margin: 0;
	padding: 0;
}


.footer-pic {
	display: flex;
	padding: 20px 15px 0px 15px;
}

.footer {
	font-size: 14px;
	background: url(footer-bg.jpg) center;
	clear: both;
}

.picbox {
	position: relative;
	flex: 1;
	text-align: center;
}

.picbox img {
	height: 80px;
	width: 80px;
}

.picbox p {
	line-height: 30px;
	color: #fff;
	margin-block-start: 0px;
	margin-block-end: 0px;
	font-weight: normal;
}

.footer-txt {
	position: relative;
	padding: 10px 15px;
}

.footer-txt p {
	line-height: 30px;
	color: #fff;
	margin-block-start: 0px;
	margin-block-end: 0px;
	font-weight: normal;
	font-size: 11px;
}

.brand {
	position: absolute;
	right: 15px;
	top: 26px;
}

.brand img {
	height: 69px;
}