.top-nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.top-nav .top-bar {
  overflow: hidden;
  height: 40px;
  list-style: none;
  border-bottom: 1px solid #cc5200;
  background: #f60;
}
.top-nav .top-bar div {
  text-align: center;
}
.top-nav .top-bar div a {
  line-height: 40px;
  color: #fff;
}
.top-nav .top-bar div.back {
  float: left;
  width: 40px;
  height: 40px;
  border-right: 1px solid #e65c00;
}
.top-nav .top-bar div.back a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.back a:hover {
  background-color: #e05a00;
}
.top-nav .top-bar div.title {
  font-size: 24px;
  height: 40px;
  margin: 0 83px 0 41px;
  border-left: 1px solid #ff751a;
  border-right: 1px solid #e65c00;
  color:#fff;
}
.top-nav .top-bar div.title a {
  font-size: 18px;
  font-weight: 800;
  display: block;
  width: 130px;
  height: 40px;
  margin: auto;
  text-align: right;
  text-decoration: none;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -120px;
  background-repeat: no-repeat;
}

.top-nav .top-bar div.list {
  float: right;
  overflow: hidden;
  width: 83px;
  height: 40px;
}
.top-nav .top-bar div.list a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}
.top-nav .top-bar div.list a.home {
  border-left: 1px solid #ff751a;
  border-right: 1px solid #e65c00;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -40px;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.list a.home:hover {
  background-color: #e05a00;
}
.top-nav .top-bar div.list a.dropdown {
  border-left: 1px solid #ff751a;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -80px;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.list a.dropdown:hover {
  background-color: #e05a00;
}
.top-nav .menu {
  padding: 5px 10px;
  clear: both;
}
.top-nav .menu a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 3px 0;
  color: #555;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.top-nav .menu a:hover {
  color: #f60;
}
.top-nav .menu a.active {
  color: #fff;
  background: #f60;
  border-radius: 3px;
}

/* 底部信息 */
footer {
  clear: both;
  margin-top: 10px !important;
  color: #999;
  background: #333;
}
footer .footer-menu a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 3px 0;
  color: #aaa;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
footer .footer-menu a:hover {
  color: #f60;
}
footer .footer-info {
  padding: 15px 0;
  background: #222;
}
footer .link {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
footer .link a {
  color: #aaa;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
}

.back_to_top{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-image: url(http://m.bendibao.com/touch/v2/images/top.png);
	background-color:rgba(0,0,0,0.5);
	background-size:44px 44px;
	position: fixed;
	bottom: 200px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	display:none;
}

.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;
	line-height:44px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:14px;
	text-decoration:none;
	text-align:center;
	display:none;
}

.breadcrumb {
	margin-bottom: 2px;
	font-size: 16px;
	background: #fff;
	line-height: 24px;
	padding: 0 10px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #999;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	position: fixed;
    top: 40px;
    width: 100%;
	z-index:999;
}

.breadcrumb a {
	display: inline-block;
	padding: 8px 15px 8px 3px;
	color : #555;
	text-decoration: none;
	background: url(http://m.bendibao.com/touch/v2/images/arrow.png) center right no-repeat;
    background-size: contain;
	font-size:16px;
}

/* 折叠菜单 */
 nav .menu {
    margin-top: 5px;
    list-style: none;
}
nav .menu li {
    float: left;
    width: 16.6666666666%;
    text-align: center;
}
nav .menu li a {
    line-height: 35px;
    padding: 2px 5px 2px 5px;
    color: #333;
}
nav .menu li a:hover {
    color: #f60;
}
nav .menu li.active a {
    color: #fff;
    border-radius: 4px;
    background: #f60;
}
nav .menu li.active a:hover {
    color: #fff;
}
