/* 统一底部 template/footer.htm */
footer .footer-info {
	padding: 15px 0;
	background: #222;
}
footer .link {
	text-align: center;
	line-height: 2;
	font-size: 14px;
}
footer .link a {
	color: #aaa;
	text-decoration: none;
}
footer .copyright {
	text-align: center;
	font-size: 12px;
	color: #888;
	line-height: 1.6;
	padding: 0 10px;
}
footer .copyright a {
	color: #888;
	text-decoration: none;
}

.back_to_top {
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-image: url(/images/top.png);
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 44px 44px;
	position: fixed;
	bottom: 200px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	display: none;
	z-index: 999;
}

.back_to_feed {
	width: 44px;
	height: 44px;
	border-radius: 22px;
	position: fixed;
	bottom: 155px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 44px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: none;
	z-index: 999;
}

.back_to_feed + .back_to_feed {
	bottom: 109px;
}

/* 本地宝产品区块（footer_eight_products.htm） */
.shotcut {
	clear: both;
	background: #fff;
	margin-top: 10px;
}
.shotcut-wrap {
	padding: 0 5px 10px;
}
.shotcut-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.shotcut-wrap li {
	float: left;
	width: 25%;
	text-align: center;
	margin: 8px 0;
}
.shotcut-wrap li a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.shotcut-wrap li div {
	line-height: 1.4;
	margin-top: 4px;
}

.ditie-page-footer {
	clear: both;
	margin-top: 10px;
}
