html,body,div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,form,table,th,td,p{margin:0;padding:0;}
body{
    font-size: 14px;
    font-family: Arial,Helvetica,"microsoft yahei",'微软雅黑','simhei';
}
a{text-decoration: none;}
ul li{list-style-type: none;}
table {border-collapse:separate;border-spacing:0;text-align: left;}
.icon-{background:url('../images/ico_file.gif') no-repeat -415px 0px;}
.icon-et,.icon-xls,.icon-xlsx {background:url('../images/ico_file.gif') no-repeat -127px 0px;}
.icon-pps,.icon-ppt,.icon-pptx {background:url('../images/ico_file.gif') no-repeat -256px 0px;}
.icon-dmg,.icon-exe,.icon-pc {background:url('../images/ico_file.gif') no-repeat -319px 0px;}
.icon-bmp,.icon-gif,.icon-jpeg,.icon-jpg,.icon-pic,.icon-png,.icon-psd {background:url('../images/ico_file.gif') no-repeat 0px 0px;}
.icon-bt,.icon-torrent {background:url('../images/ico_file.gif') no-repeat -448px 0px;}
.icon-pdf,.icon-pdg {background:url('../images/ico_file.gif') no-repeat -64px 0px;}
.icon-apk {background:url('../images/ico_file.gif') no-repeat -384px 0px;}
.icon-ios,.icon-ipa {background:url('../images/ico_file.gif') no-repeat -288px 0px;}
.icon-doc,.icon-docx,.icon-rtf,.icon-wps {background:url('../images/ico_file.gif') no-repeat -96px 0px;}
.icon-7z,.icon-gz,.icon-iso,.icon-rar,.icon-tar,.icon-zip {background:url('../images/ico_file.gif') no-repeat -352px 0px;}
.icon-3gp,.icon-asf,.icon-avi,.icon-f4v,.icon-flv,.icon-mkv,.icon-mov,.icon-mp4,.icon-mpg,.icon-rm,.icon-rmvb,.icon-swf,.icon-video,.icon-vob,.icon-wmv {background:url('../images/ico_file.gif') no-repeat -224px 0px;}
.icon-folder,.icon-dir {background:url('../images/ico_file.gif') no-repeat -511px 0px;}
.icon-chm,.icon-epub,.icon-txt,.icon-umd,.icon-azw3,.icon-azw,.icon-mobi {background:url('../images/ico_file.gif') no-repeat -159px 0px;}
.icon-aac,.icon-amr,.icon-ape,.icon-flac,.icon-m4a,.icon-m4r,.icon-mmf,.icon-mp3,.icon-music,.icon-ogg,.icon-wav,.icon-wma{background:url('../images/ico_file.gif') no-repeat -192px 0px;}/*éŸ³ä¹*/
.ml-mini{margin-left: 5px;}
.flex-row {
	display: flex;
}
.flex-row-vcenter {
	display: flex;
	align-items: center;
}

/* 垂直居中对齐 */
.flex-row-rcenter {
	display: flex;
	justify-content: center;
}

/* 水平居中对齐 */
.flex-row-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 水平垂直居中对齐 */
.flex-row-bw {
	display: flex;
	justify-content: space-between;
}

.flex-row-ad {
	display: flex;
	justify-content: space-around;
}

.flex-row-end {
	display: flex;
	justify-content: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

/* 换行，默认nowrap（不换行）*/
.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-col-vcenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 纵向布局垂直居中 */
.flex-col-rcenter {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 纵向布局水平居中对齐 */
.flex-col-c {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-col-bw {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex1-row {
	flex: 1;
	width: 1px;
}

.flex1-col {
	flex: 1;
	height: 1px;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wrap{ max-width: 1040px; width: 100%; margin: 0 auto;}
.center{ text-align: center;}
.header{ 
	background-color: #000; 
	height: 43px; 
	color: #fff;
}
.header .wrap{
	padding-left: 30px;
	font-size: 15px;
}
.header .wrap img{
	width: 24px;height: auto; margin-right: 5px;
}

.logo h1{
	font-size: 32px;
	font-weight: normal;
	color: rgb(255, 153, 0);
}



/*正文开始*/
/* 首页主体区 */
.wrap .search{margin: 0 auto; max-width: 660px; padding: 0 10px;}
.wrap .search form{width: 100%;}
::placeholder{
	font-size: 14px;
	color: #ccc;
}
.search-form .wd{max-width: 592px;height: 45px;line-height: 45px;border: 1px solid #ddd; border-radius: 3px; box-sizing: border-box;  background: #FFFFFF;padding: 0 7px; font-size: 16px;}
.search-form .sbtn{width: 105px;box-sizing: border-box;font-size:16px; border: none; color:#fff;background-color:rgb(255, 153, 0);border-radius: 3px; height: 45px;line-height: 45px;text-align: center;margin-left: 5px;}
.search-form .sbtn:hover{ background: #ff7f17; color: #fff; cursor: pointer;}

.autocomplete-suggestions {
    text-align: left;
    line-height: 23px;
    cursor: default;
    border: 1px solid #999;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    top: 181px;
    left: 9px;
    display: none;
    z-index: 9999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestions strong { font-weight: normal; color: rgb(255, 153, 0); }
.autocomplete-suggestion {white-space: nowrap; overflow: hidden; padding: 3px 8px;font-size: 16px;}
.autocomplete-selected { background: #F0F0F0; }

p.hotsearch{ line-height: 30px; padding-top: 5px; width: 90%; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
p.hotsearch a,p.hotsearch a:link,p.hotsearch a:visited{ color: #999; padding:0 3px; margin-right: 5px;}
p.hotsearch a:hover{ color: rgb(255, 153, 0);}

.hotbox{
	padding-top: 30px;
}
.hotbox ul li{
	border-bottom: 1px solid #f5f5f5;
	height: 40px;
	line-height: 40px;
	width: 23%;
}
.hotbox ul li a,.hotbox ul li a:link,.hotbox ul li a:visited{ 
	display: block; 
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
.hotbox ul li a:hover{
	color: rgb(255, 153, 0);
}
.hotbox ul li span{
	color: rgb(255, 153, 0);
	font-style: italic;
}

.footer{
	border-top: 1px solid #eee;
	margin-top: 400px;
	padding-top: 20px;
	line-height: 24px;
	color: rgb(153, 153, 153);
}
.footer a,.footer a:link,.footer a:visited{ color: rgb(153, 153, 153);}
.footer a:hover{color: rgb(255, 153, 0);}


.hotlist{
	padding-top: 30px;
	padding-bottom: 30px;
}
.hotlist>li{
	width: 16.6%;
	box-sizing: border-box;
}
.hotlist>li a,.hotlist>li a:link,.hotlist>li a:visited{
	flex-shrink: 0;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-right: 10px;
	color: #999;
	padding-left: 10px;
	
}
.hotlist>li a:hover{
	color: rgb(255, 153, 0);
}
.hotlist>li a i{
	color: #999;
}


/* file list css*/
.filelist{
    margin-bottom: 10px;
	margin-top: 30px;
}
.filelist-head{
    margin: 0px 0 0 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
	padding: 0 16px;
	background-color: #efefef;
}
.filelist .file-head-filename{
    display: block;
    font-size: 14px;
}
.filelist .file-head-sharepro{
    display: block;
    width: 140px;
    text-align: left;
    font-size: 15px;
}
.filelist .file-head-time{
    display: block;
    text-align: center;
    background-color: #efefef;
    font-size: 15px;
}
.flist{
    margin: 0;
    padding: 0;
    list-style: none;
}
.flist li {
    clear: both;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #efefef;
    height: 30px;
}
.flist li div {
    margin: 4px 5px 0 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 24px;
}
.flist li a {
	flex:1;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 700px;
    font-size: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #333;
}
.flist li a:hover{
    color: rgb(255, 153, 0);
}
.flist li b {
    float: left;
    display: block;
    width: 85px;
    font-weight: normal;
}
.flist li span{
    margin-left: 20px;
    float: left;
    display: block;
    width: 110px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #959595;
}
.flist li span a{
    color: sienna;
}
.flist li i {
    margin-left: 20px;
    text-align:right; padding-right:10px;
    display: block;
    /*width: 136px;*/
	flex-shrink: 0;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    color: #959595;
}
.flist .overli{
    background-color: #F7F7F7;
}

.paging{display:inline-block;width:100%;margin:10px auto 10px; text-align: center; }
.paging a,.paging span{display:inline-block; height: 34px; line-height: 34px; padding: 0px 11px;}
.paging a{text-decoration: none;background: #fff;border: 1px solid #e7e7e7; color: #333;;transition: .3s;text-align: center;margin: 0 3px;}
.paging .disabled {margin: 10px 3px;font-size: 12px;border: 1px solid #e7e7e7;background-color: #FFF;color: #DFDFDF;}
.paging .cur,.paging a.now_page,.paging a:hover{margin: 10px 3px;border: 1px solid rgb(255, 153, 0);background-color: #fff;color: rgb(255, 153, 0);}

.detail-left{
	flex: 1;
}
.detail-right{
	width: 220px;
	flex-shrink: 0;
	margin-left: 20px;
}
.detail-right-title{
	background: url('../images/icon_12.png') no-repeat left center;
	background-size: 20px 20px;
	padding-left: 30px;
	height: 40px; 
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	font-size: 16px;
}
.juqing-title{
	background: url('../images/icon_30.png') no-repeat left center;
	background-size: 20px 20px;
	margin-left: 16px;
}
.like-title{
	background: url('../images/icon_6.png') no-repeat left center;
	background-size: 20px 20px;
	margin-left: 16px;
}
.detail-left-nav{ line-height: 40px; background: #efefef;  padding-left: 10px;border-radius: 3px;}
.detail-left-nav a{ color: #333;}

.detail-content{
	padding: 0 50px;
}
.detail-content .title{
	text-align: center;
	font-weight: bold;
	font-size:30px;
	line-height:40px;
	padding: 40px 0 20px;
	max-width:800px;
	width: 100%;
	margin:0 auto
}
.content-info li{
	border-bottom: 1px dashed #ccc;
	line-height: 40px;
	width: 49%;
	flex-shrink: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.openbtn{
	padding-top: 30px;
}
.openbtn a{
	width: 170px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	background-color: rgb(255, 153, 0);
	border: none;
	border-radius: 5px;
	display: block;
}
.openbtn a:hover{
	background-color: #ff7f17;
	cursor: pointer;
}
.detail-content .tips{
	padding-top: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding-bottom: 40px;
}
.file-recom{
    padding-bottom: 10px;
    border-bottom: 0px;
}

.file-recom ul li {
    width: 48%;
    margin-top: 5px;
    margin-left: 15px;
}
.file-recom div{
	margin-bottom: 20px;
	font-weight: normal;
}
.file-recom div span{
    display: block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    height: 30px;
    line-height: 30px;
}
.file-recom li div {
	margin: 0px 5px 0 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 25px;
    line-height: 25px;
}
.file-recom li a,.file-recom li a:link,.file-recom li a:visited{
    color: #000;
    font-size: 13px;
	flex:1;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.file-recom li a:hover{
	color: rgb(255, 153, 0);
}
.detail-right-li{
	padding-top: 10px;
}
.detail-right-li li span{
	flex-shrink: 0;
	width: 22px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #eee;
	color: #333;
	display: inline-block;
	margin-right: 5px;
	border-radius: 3px;
}
.detail-right-li li a,.detail-right-li li a:link,.detail-right-li li a:visited{
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex:1;
	display: inline-block;
	vertical-align: middle;
}
.detail-right-li li a:hover{
	color: rgb(255, 153, 0);
}
.detail-right-li li{
	line-height: 30px;
}
.detail-right-li li:nth-child(1) span{
	background: #ff4a4a; color:#fff;
}
.detail-right-li li:nth-child(2) span{
	background: #ff7701; color:#fff;
}
.detail-right-li li:nth-child(3) span{
	background: #ff9900; color:#fff;
}

.no-data{
	text-align: center;
	font-size: 25px;
	color: #ff7f17;
	padding-top: 180px;
	padding-bottom: 150px;
}

.mobile-show {
	display: none;
}
@media screen and (max-width: 960px) {
	.content-info li{
		width: 100%;
	}
	.detail-content{
		padding: 0 16px;
	}
	.detail-right{
		width: 100%;
	}

	.mobile-col{
		flex-direction: column;
	}
	.hotlist>li{
		width: 100%;
	}
	.file-recom ul li{
		width: 100%;
	}
	.hotbox ul li{
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.header .wrap {
		text-align: center;
		padding: 0 10px;
	}

	.header .innerlogo {
		display: block;
		text-align: center;
		vertical-align: middle;
		height: auto;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.searchword a {
		width: 50%;
	}

	.header .searchbox {
		width: 100%;
		margin-left: 0;
		display: block;
		max-width: 100%;
	}

	.bodygray {
		box-sizing: border-box
	}

	.mainbox {
		padding-top: 10px;
		padding-bottom: 20px;
		margin: 0 10px;
	}
	.pagination-wap {
		background-color: #fff;
		border-radius: 8px;
		border: 1px solid #f1f1f1;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06);
		margin: 0 10px;
		margin-bottom: 20px;
		height: 48px;
		line-height: 48px;
	}
	.mobile-none {
		display: none;
	}
	.mobile-show {
		display: block;
	}

	.pagination-wap a {
		display: block;
		width: 35%;
		text-align: center;
		color: #333;
	}

	.pagination-wap span {
		flex: 1;
		display: block;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		text-align: center;
		height: 16px;
		line-height: 16px;
	}

	.footer{
		margin-top: 30px;
	}
}





















