@charset 'utf-8';
.footer {
	width: 100%;
}
.footer .footer_wrap {
	width: 80%;
	margin: 0 auto;
	/* border: 1px solid red; */
	overflow: hidden;
}
.footer .footer_wrap ul {
	width: 100%;
}
.footer .footer_wrap ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.footer .footer_wrap ul li h3 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer .footer_wrap ul li p {
	line-height: 30px;
}
.footer .footer_wrap ul li p a {
	color: #777;
}
#fixed {
	width: 140px;
	height: ;
	border: 1px solid #dadada;
	padding: 10px;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -200px;
	z-index: 9999;
	text-align: center;
}
#fixed .app, #fixed .weixin {
	width: 100px;
	height: 120px;
	 margin-bottom: 20px; 
}
#fixed .app img, #fixed .weixin img {
	width: 100px;
	height: 100px;
	margin-left: 10px;
}
#fixed .app p, #fixed .weixin p {
	font-size: 14px;
	margin-bottom: 4px;
}
#fixed .phone p {
	line-height: 30px;
}

#fixed .phone .txt {
	color: #000;
	font-weight: bold;
}
#fixed .phone .txt1 {
	color: red;
}