/*common样式*/
@charset "utf-8";
html{background-color:#f1f1f1;}
body{max-width:720px;min-width:320px;margin: 0 auto;padding-bottom:40px;}
.mt40{margin-top:40px;}
/*头部样式*/
.headerBox {
    border-bottom: 1px solid #0dbaff;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    max-width: 720px;
    background-color: #000000;
}
.MBG{
    background-color: #0dbaff;
}

/* 头部右侧搜索按钮 */
.fixedSearch{
    display:inline-block;
    top:0;
}
 .detail-share{
    display:inline-block;
 }   
.fixedSearch a{
    display: block;
    padding: 7px 10px;
}  
.fixedSearch a img{
    width:20px;     
    vertical-align: middle;

}   

/* 搜索弹窗框 */ 
.hiddenSearchBox{
    display: none;
    overflow: auto;
    z-index: 3 !important;
} 
.headerBox .closeBtn{color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
        line-height: 45px;
    padding: 0;
 }  
.search-closeBtn {
    width: 40px !important;
    margin-left: 10px !important;
}
 .headerBox  .closeBtn > img {
    width: 40%;
} 
.hiddenSearchBox   .searchBox{
    float: right;
    text-align: right;
    margin-right:20px;
    width: 80%;
}
.hiddenSearchBox .searchBox input {
        background-color: transparent;
    background-image: url(../img/icon-search-bg.png);
    background-position: 2px 3px;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    height: 25px;
    margin: 5px 0 0;
    vertical-align: top;
    width: 80%;
 } 
 .searchBox a.searchBtn{
       background-color: inherit;
    border-radius: 0;
    margin: 5px 8px 0 2px;
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
}   
.icon-chevron-left {

    line-height:40px;
}
.circlesIndexHeader .rightBox a:last-child{
    margin-right: 5px;
}

.headerBox .backBtn {
    position: absolute;
    float: left;
    left: 0;
    
    width:10%;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    padding:0;
    text-decoration: none;
    
}

.headerBox .headerTitle {
    display: block;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84%;
    position: absolute;
    z-index: -1;
    padding: 0 7%;
}

.circlesIndexHeader .rightBox {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
}
.circlesIndexHeader .rightBox a {
    color: #fff;
    font-size: 20px;
    position: relative;
    float: right;
       right:7px;
    padding:0;
}
/*导航部分*/
.cs-tab-box{
overflow-x: scroll;
    position: fixed;
    width: 100%;
    top:40px;
    max-width: 720px;
    height: 59px;
    z-index: 2;
}
.cs-tab-list.active{
        border-bottom: 2px solid #f28152;
}
.cs-tab-box::-webkit-scrollbar {
    display: none;
}
.cs-tab-box>ul{ 
    width:484px;
	background-color: #fff;
	height: 35px;
	padding: 5px 0;
    margin:0!important;
	position:absolute;
	white-space: nowrap;
	top:0;
	left:0;
	z-index: 2;
	 min-width: 100%;
}
.cs-tab-list{
	padding: 0px 10px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    background-color: #fff;
    float: left;
}
.cs-tab-content{
	margin-top:-30px;
}
.circleSquare-content{
    position:relative;
    z-index:1;
}
/*列表样式*/
/*内容部分*/
#wrapper {
    width: 100%;
    margin-top:78px;
    padding-bottom: 70px;
}
.cs-tab-cell{
    padding: 10px 3%;
    background-color: #fff;
    display: block;
    margin-top: 1px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.cs-tab-cell .img-box{
	width:80px;
	height:80px;
	float:left;
	overflow:hidden;
	border:1px solid #ddd;
}
.cs-cell-info{
	overflow:hidden;
	margin-left:90px;
}
.cs-cell-infoMes{
   height: 75px;
    margin-top: 5px;
    vertical-align: middle;
}
.cs-cell-title{
	font-weight:normal;
	font-size:14px;
	color:#000;
	margin-top:0;
	margin-bottom:0;
	line-height:20px;
}
.cs-cell-title,.cs-cell-digest{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.cs-cell-digest{
	color:#000;
}
.cs-cell-infoMes>p{
    padding-top: 5px;
    font-size: 12px;
    height: 23px;
}
.cs-cell-participat{
	color:#aaa;
}
.cs-cell-participat>span{
	margin-right: 10px;
    font-size: 12px;
}


#pullUp{
    height: 24px;
    line-height: 24px;
    padding: 10px;
    font-size:14px;
    text-align: center;
}

