/*头部搜索*/
	.SearchBox{
		padding: 10px;
	}
	.SearchBox ul{
		display: table;
		width: 100%;
		background: #FFF;
		
	}
	.SearchBox ul ol,.SearchBox ul li{
		display: table-cell;
		vertical-align: middle;	
	}
	.SearchBox ul li{
		width:35px;
	}
	.SearchBox ul li button{
		width:100%;
		height: 35px;
		border: 0px;
		background: none;
		outline: none;
		font-size:20px;
		color: #AAA;
	}
	.SearchBox ul ol{
		padding-left: 5px;
	}
	.SearchBox ul ol input{
		width: 100%;
		border: 0px;
		background:#eee;
		border-radius: 5px;
		line-height: 35px;
		outline: none;
		text-indent: 5px;
	}






/*大图标分类*/
.MainMenu{
	margin-top:8px;
	background: #FFF;
	padding: 15px 10px;
}
.MainMenu ul:after{
	content: '';
	display:block;
	clear: both;
}
.MainMenu ul li{
	width:25%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom:5px;
}
.MainMenu ul li span,.MainMenu ul li em{
	display: block;
	width:60px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	position: relative;
}
.MainMenu ul li span{
	border-radius: 50%;
	background: #23C075;
	color: #FFF;
}
.MainMenu ul li em{
	height: 20px;
	overflow: hidden;
	font-size:14px;
}
.MainMenu ul li:nth-child(2) span{
	background: #F90;
}
.MainMenu ul li:nth-child(3) span{
	background: #B01FE0;
}
.MainMenu ul li:nth-child(4) span{
	background: #133CD7;
}
.MainMenu ul li:nth-child(5) span{
	background: #B0B928;
}
.MainMenu ul li:nth-child(6) span{
	background: #B28C49;
}
.MainMenu ul li:nth-child(7) span{
	background: #B66CDC;
}
.MainMenu ul li:nth-child(8) span{
	background: #6359BE;
}
.MainMenu ul li span:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.MainMenu ul li span i{
	position: absolute;
	left:50%;
	top: 50%;
	font-size:30px;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}




/*今日发贴等网站数据滚动显示*/
.auto-roll{
	height:35px;
	overflow:hidden;
	background:#fff;
	margin-top:10px;
}
.auto-roll li{
	padding-left:8px;
	line-height:35px;
}
.auto-roll li dd{
	width:50%;
}
.auto-roll li dd:nth-child(1){
	float:left;
}
.auto-roll li dd:nth-child(2){
	float:right;
}
.auto-roll li i:nth-child(1){
	color:orange;
	margin-right:7px;
}
.auto-roll li a{
	color:orange;
}




/*直播与圈子在线动态图标*/
    .play_voice {
        display: inline-block;
        height: 30px;
        line-height: 40px;
        text-align: center;
        position: relative;
        vertical-align: bottom;
    }

    .play_voice span {
        display: inline-block;
        width: 3px;
        margin-bottom: 0;
        background-color: blue;
        margin-right: -12px;
    }

    .play_voice .line1 {
        /*alternate意为应该轮流反向播放动画*/
        animation: line 0.6s infinite ease-in-out alternate;
    }

    .play_voice .line2 {
        animation: line 0.6s 0.2s infinite ease-in-out alternate;
    }

    .play_voice .line3 {
        animation: line 0.6s 0.4s infinite ease-in-out alternate;
    }

    .play_voice .line4 {
        animation: line 0.6s 0.6s infinite ease-in-out alternate;
    }

    @keyframs line {
        from {
            height: 0;
        }
        to {
            height: 20px;
        }
    }

    @-webkit-keyframes line {
        from {
            height: 0;
        }
        to {
            height: 20px;
        }
    }
.ListType .play_voice{
	position: absolute;
	right:15px;
	top:8px;
	z-index:1
}



/*贴子相关*/
.ListInfos .pics{
	height:80px;
	margin-top:5px;
}
.ListInfos .pics dd{
	width:31%;
	margin-right:6px;
	float:left;
	height:80px;	
}
.ListInfos .pics dd img{
	display:none;
}

.sort_button{width:100%;}
.sort_button .swiper-pagination{bottom:0px !important;}

.bbsContainer .ChangeShow .types li {
	width:auto;
	padding:0 10px 0 15px;
}

.bbsContainer .ChangeShow .topmenu {
	position: fixed;
    top: 0px;
    z-index: 1;
    background: #f5f5f5;
}
.bbsContainer .ChangeShow .topmenu:before{
	height: 1px;
    background: #529fd8;
}
.rollpic img{
	max-width:100%;
}