@charset "UTF-8";
/*搜索*/
.search{
	width:100%;
	overflow:hidden;
	border: 1px solid hsla(180, 1%, 66%, 0.2);
	border-bottom: 2px solid hsla(180, 1%, 66%, 0.2);
}
.search>tbody>tr{
	border-right: 2px solid hsla(180, 1%, 66%, 0.2);
}
/* .search>tbody>tr:first-child{
	border-top: 1px solid hsla(180, 1%, 66%, 0.2);
}
.search>tbody>tr:last-child{
	border-bottom: 2px solid hsla(180, 1%, 66%, 0.2);
} */
.search tr>td{
	padding:5px;
	line-height:25px;
}
.search tr>td:first-child{
	text-align:justify;
	text-align-last: justify;
    width: 70px;
    font-size:14px;
    color:#666;
}
.search tr>td:last-child{
	padding-left:10px;
}
.search a{
	float:left;
	padding:0 10px;
	font-size:12px;
	color:#999;
}
.search a.active,.search a:hover{
	color:#3e425d;
}
.search span{
	color:#999;
	font-size:14px;
    padding: 0 10px;
}
/*文件预览*/
.file-view{
	width:100%;
	oveflow:hidden;
	min-height:300px;
	position:relative;
}
.file-view .file-view-iframe{
	width:100%;
	min-height:500px;
	border:1px solid #e8e8e8;
}
.file-view .file-view-img{
	margin:0 auto;
	max-width:100%;
}
.file-view .file-view-video,
.file-view .file-view-audio{
	max-width: 800px;
	max-height: 600px;
	margin: 0 auto;
	display: block;
}
.file-view .file-view-none{
	width:100%;
	text-align:center;
}
.file-view-nonsupport{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.file-view-nonsupport p{
	margin-top:30px;
}
.file-view-nonsupport .file-view-btn{
	width:100px;
	height:30px;
	line-height:30px;
	font-size:14px;
	border:1px solid #fff;
	margin-top:20px;
}
/*上传按钮*/
.upload-button{
	display:inline-block;
	position:relative;
	min-width:80px;
}
.upload-btn-group{
	position:relative;
    min-width: 80px;
	height:30px;
}
.upload-button .upload-btn-group .upload-btn{
	width:100%;
	height:30px;
	line-height:30px;
	border:none;
    background-color: #5d6494;
    color:#fff;
    border-radius: 3px;
    padding: 0 10px;
}
.upload-button .upload-btn-group .upload-file-btn{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}
.upload-button .upload-preview{
	width:100%;
	overflow:hidden;
}
.upload-button .upload-preview img{
	display:block;
	margin:0 auto;
}
.upload-button .upload-preview p{
	width:100%;
	line-height: 30px;
	text-align:center;
	font-size:14px;
}
.upload-button .upload-preview p span{
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.upload-button .upload-preview p a{
    float: right;
	width:30px;
	height:30px;
}
.upload-button .upload-preview p a.del-btn{
	color:#f00;
}
.upload-button .upload-preview .progress{
	height:10px;
	margin:0;
}
.upload-button .upload-preview .progress-bar{
	line-height:10px;
}
.upload-button .upload-preview .progress-bar span{
	font-size:12px;
}
.upload-button .upload-preview .progress-bar-primary{
	background:#01A0E2;
}
