.reg-section {
	background: url(../img/body/foot-banner.png);
	height: 321px;
	width: 100%;
}

.footer-section {
	background: #F3F5F5;
}

.copyright {
	background: #E8EAEA;
	/*font-family: PingFangSC-Regular;*/
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	padding: 18px;
	color: #777777;
}

.foot-font12 {
	/*font-family: PingFangSC-Regular;*/
	font-family: "微软雅黑";
	font-size: 12px;
	color: #777777;
}

.foot-font12 a {
	text-decoration: none;
	color: #5B6071;
}

.foot-font40 {
	/*font-family: PingFangSC-Medium;*/
	font-family: "微软雅黑";
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 1.45px;
	text-align: center;
	padding-top: 70px;
}

.foot-font22 {
	/*font-family: PingFangSC-Medium;*/
	font-family: "微软雅黑";
	font-size: 22px;
	color: #FFFFFF;
}

.foot-reg-btn {
	border: 4px solid #FFFFFF;
	border-radius: 78px;
	text-align: center;
	height: 59px;
	width: 25%;
	padding: 8px;
	margin-left: 36%;
	margin-top: 50px;
}

.foot-reg-btn a:visited {
	text-decoration: none;
}

.foot-reg-btn a:hover {
	text-decoration: none;
}


/*
.foot-reg-btn a:hover{
	border-radius: 78px;
	padding: 8px 112px 12px 113px;
	height: 59px;
	width: 25%;
	text-decoration: none;
	background: #2D84D5;
}
*/

@media only screen and (max-width: 767px) {
	.reg-section {
		background: url(../img/body/foot-banner.png);
		height: 221px;
		width: 100%;
	}
	.copyright {
		background: #E8EAEA;
		/*font-family: PingFangSC-Regular;*/
		font-family: "微软雅黑";
		font-size: 12px;
		text-align: center;
		padding: 15px;
		color: #777777;
	}
	.foot-font12 {
		/*font-family: PingFangSC-Regular;*/
		font-family: "微软雅黑";
		font-size: 12px;
		color: #777777;
	}
	.foot-font12 a {
		text-decoration: none;
		color: #5B6071;
	}
	.foot-font40 {
		/*font-family: PingFangSC-Medium;*/
		font-family: "微软雅黑";
		font-size: 20px;
		color: #FFFFFF;
		letter-spacing: 1.45px;
		text-align: center;
		padding-top: 50px;
	}
	.foot-font22 {
		/*font-family: PingFangSC-Medium;*/
		font-family: "微软雅黑";
		font-size: 18px;
		color: #FFFFFF;
	}
	.foot-reg-btn {
		border: 2px solid #FFFFFF;
		border-radius: 78px;
		text-align: center;
		height: 45x;
		width: 40%;
		padding: 13px;
		margin: 0 auto;
		margin-top: 50px;
	}
}