/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 
.menu_bottom{
   padding-bottom: 110rpx; 
}

/*底部菜单按钮*/
.menu_items{
	height: 100rpx;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #FFF;
  z-index: 99;
}
.menu_item{
	flex:1;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-flow: column;
	font-size: 20rpx;
}
.menu_item.active{
	color: #696969;
}
.icon{
	width: 40rpx;
	height: 40rpx;
	position: relative;
}
.icon::after{
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article:after{
	background:url('http://fdjc.wx.bronet.cn/public/images/icon7.png');
	background-size: cover;
}
.active .article:after{
  background: url(http://fdjc.wx.bronet.cn/public/images/icon8.png);
  background-size: cover;
}
.book:after{
	background:url('http://fdjc.wx.bronet.cn/public/images/icon9.png');
	background-size: cover;
}
.active .book:after{
  background: url(http://fdjc.wx.bronet.cn/public/images/icon10.png);
  background-size: cover;
}
.person:after{
	background:url('http://fdjc.wx.bronet.cn/public/images/icon11.png');
	background-size: cover;
}
.active .person:after{
  background: url(http://fdjc.wx.bronet.cn/public/images/icon12.png);
  background-size: cover;
}
.nomoredata{
	font-size:26rpx;
	color: #CFCFCF;

	align-items: center; 
	justify-content: center;
	padding:30rpx 0;
	background-color: #F1F1F1;
  display: none;
}
.nomoredata.active{
  display: flex
}
.nodata{
	height: 60%;
	background-color: #F1F1F1;
	display:none;
	align-items:center;
	justify-content:center;
	flex-flow: column;
	font-size: 26rpx;
	color: #C1C1C1;
}
.nodatsImage{
	width:205rpx;
	height: 223rpx;
	margin-bottom: 145rpx;
}
.gray_container{
	height: 100vh;
	background-color: #F1F1F1;
}
.has_bottom{
  padding-bottom: 100rpx;
  overflow: auto;
}



/*公共字体*/
@font-face {
  font-family: 'iconfont';  /* project id 590930 */
  src: url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.eot');
  src: url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.woff') format('woff'),
  url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_590930_ed34kxpx17uba9k9.svg#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiala:before { content: "\e6b9"; }

.icon-wode001:before { content: "\e634"; }

.icon-xingxing:before { content: "\e642"; }

.icon-shangla:before { content: "\e61d"; }

.icon-wenzhang1:before { content: "\e659"; }

.icon-yuyuezidongtoubiao:before { content: "\e63d"; }

.icon-duigou:before { content: "\e730"; }