.modules{
	width: 1000px;
	margin: 30px auto 10px;
	overflow: hidden;
	text-align: center;
}
.module_list{
	display: block;
	width: 470px;
	height: 280px;
	margin-bottom: 20px;
	position: relative;
	float: left;
}
.module_list:nth-child(odd){
	margin-right: 20px;
}
.module_list > div >*{
	vertical-align: middle;
}
.module_list img{
	width: 68px;
	height: 74px;
	margin-right: 15px;
}
.module_list > div{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*buglist css*/
.searchText{
	width: 450px;
	min-height: 25px;
	float: left;
	padding:4px;
}
.searchBtn{
	color: black;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #F7F7F7;
}
.breads{
	color: #858585;
	font-size: 14px;
	margin:20px 0; 
}
.breads a{
	color: #858585;
}
.buglist{
	color: #858585;
	position: relative;
}
.bugTit{
	color: #707070;
	font-size: 32px;
	margin-bottom: 5px;
}
.fb{
	display: block;
	width: 150px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	right: 0;
	background: #00B7FF;
	background-color: #00B7FF;
	color: #fff;
	top: 15px;
	border-radius: 5px;
	position: fixed;
	top: 180px;
	right: 450px;
	z-index:100;
}
.buglistContent{
	width: 1000px;
	margin:0 auto;
}
.filters{
	padding: 15px 0;
	margin: 10px 0;
	border:1px solid #DEDEDE;
	background: #fff;
	
}
.filters a{
	color: #707070FF;
	margin-right: 20px;
}
.osSys{
	border-bottom: 1px solid #DEDEDE;
	padding-left: 15px;
	padding-bottom: 10px;
}
.solve{
	color: #858585FF;
	padding: 15px;
	border-bottom: 1px dashed  #DEDEDE;
}
.filt{
	padding: 10px 15px;
	border-bottom: 1px dashed  #DEDEDE;
}
.filt .filTit{
	color: #858585FF;
	font-size: 12px;
	display: inline-block;
	width: 60px;
}
.filt span{
	color: #4B80A2FF;
	font-size: 12px;
	cursor: pointer;
}
.list_content{
	background: #fff;
	padding: 15px;
	overflow: hidden;
}
.topFilter{
	padding-bottom: 15px;
	border-bottom: 1px solid #DEDEDE;
	height: 20px;
}
.topFilter select{
	float: left;
	margin-right: 20px;
}
.topFilter > div{
	float: right;
}
.items{
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px solid #DEDEDE;
	cursor: pointer;
}
.items > img{
	width: 38px;
	height: 38px;
	margin: 10px 15px;
}
/*.items  div:first-child >div{
	display: inline-block;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.items > *{
	float: left;
}
.left{
	float: right;
	color: #A0A0A0;
	text-align: right;
}
.left > div *{
	display: inline-block;
	vertical-align: middle;
}
.youzhi{
	color: #fff;
	background: #FC867E;
	font-size: 12px;
	padding:0 5px; 
	border-radius: 5px;
	margin-right: 10px;
}
.newest{
	color: #DEDEDE;
	font-size: 12px;
	margin-left: 15px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
}
/*帖子详情*/
.replyList{
	background: #fff;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
}
.replyList > div{
	float: left;
}
.leftInfo{
	width: 150px;
	padding: 10px;
	box-sizing: border-box;
	color: #858585;
	font-size: 12px;
	text-align: center;
}
.rightInfo{
	width: 845px;
	box-sizing: border-box;
	padding: 15px;
	border-left: 1px solid #DEDEDE;
}
.leftInfo img{
	width: 100px;
	height: 100px;
	margin-top: 15px;
}
.replyTit{
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
}
.detailList{
	color: #626262FF;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed  #DEDEDE;
	overflow: hidden;
}
.detailList>div{
	float: left;
}
.detailList>div:first-child{
	width: 100px;
}
.detailList>div:last-child{
	width: 700px;
}
.replyMsg{
	min-height: 120px;
}
.action{
	text-align: right;
}
.action span{
	margin-right: 15px;
	color: #626262;
	cursor: pointer;
}
.replyTime{
	float: left;
	color: #A0A0A0;
	font-size: 12px;
}
.userInFo{
	padding-top: 10px;
}
.secondFlow .userInFo > *{
	display: inline-block;
	vertical-align: middle;
}
.secondFlow img{
	width: 38px;
	height: 38px;
}
/*miaoka*/
.mkList{
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	margin-top: 15px;
	position: relative;
}
.uMsg>div{
	display: inline-block;
	vertical-align: middle;
}
.uMsg img{
	width: 38px;
	margin-right: 15px;
}
.fcus{
	background-color: #00B7FF;
	color: #fff;
	float: right;
	padding: 5px 10px;
	margin: 10px; 
	cursor: pointer;
}
.uInfo{
	color: #A0A0A0;
	font-size: 12px;
}
.uInfo img{
	margin: 5px 10px 0 10px;
}
.mkContain{
	padding-left: 40px;
	padding-bottom: 15px;
	border-bottom: 1px dashed  #DEDEDE;
}
.mkContain .words{
	padding: 10px 0;
}
.imgContent{
	padding: 15px;
}
.imgContent img{
	
}
.usebtn{
	display: flex;
	width: 350px;
}
.usebtn div{
	flex: 1;
	color: #A0A0A0;
	cursor: pointer;
}
.usebtn img{
	width: 14px;
	height: 12px;
	margin-right: 5px;
}
.downloadApp{
	background: #fff;
	padding: 16px;
	padding-top: 30px;
	width: 242px;
	position: fixed;
	right: 80px;
	text-align: center;
	top: 240px;
}
.downloadApp img{
	width: 180px;
	height: 180px;
}
.downloadApp div{
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
}
.items>div:first-child{
    background: red;
}
.items>div:first-child>div:first-child span{
    display: inline-block;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btns{
	overflow: hidden;
	padding: 10px 0;
}
.btns .fabu,.huifu{
	display: inline-block;
	width: 80px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #00B7FF;
	text-align: center;
	border-radius: 5px;
}
.Official{
    display: none;
}
.Official.s1{
    display: inline-block;
    background: #00B7FF;
    font-size: 12px;
    color: #fff;
    padding:0 5px;
    border-radius: 4px;
}