/* 底部导航 + ICP 备案（网站配置开启时） */
.paotui-bottom-fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #fff;
	border-top: 1px solid #eee;
}
.paotui-bottom-fixed .footer {
	position: static;
	border-top: none;
}
.paotui-site-icp {
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	padding: 5px 10px 8px;
	color: #999;
	background: #fff;
	border-top: 1px solid #f5f5f5;
}
.paotui-site-icp a {
	color: #999;
	text-decoration: none;
}
body.paotui-has-icp-footer .wap-container,
body.paotui-has-icp-footer .mt-40 {
	padding-bottom: 88px;
}
