@media only screen and (max-width: 1000px) {
	.login-left {
		display: none;
	}
	.login-right {
		width: 100%;
	}
	.file-menu-items {
		width: 100%;
		top: 100px;
	}
	.doc-menu-items {
		width: 100%;
		top: 100px;
	}
	.pro-menu-items {
		width: 100%;
	}
	.ext-tools {
		width: 100%;
		top: 0;
	}
	span.lb-text {
		background-position: 98%;
	}
	.file-content-items {
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
	}
	.doc-content-items {
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
	}
	.filelist-items-title {
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		text-align: left;
		padding-left: 20px;
		font-size: 20px;
	}
	.doclist-items-title {
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
	}
	.file-preview {
		z-index: 10;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
	}
	.doc-preview {
		z-index: 10;
		left: 0;
		right: 0;
		top: 0;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.filelist_item_info {
		position: absolute;
		left: 20px;
		bottom: 30px;
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	span.filelist_item_uptime {
		position: initial;
		line-height: initial;
		margin-right: 1%;
	}
	span.filelist_item_fver {
		position: initial;
		width: 120px;
		text-align: left;
		/* text-align: center; */
	}
	span.filelist_item_fsize {
		position: initial;
		margin-left: 1%;
	}
	.baseinfo {
		top: 4px;
		position: absolute;
	}
	/*Document*/
	.doc-list-items {
		width: auto;
		margin: 60px 8px;
		padding: 0px;
	}
	.post {
		margin-bottom: 10px;
	}
	.Docpre-body {
		max-width: 1000px;
		padding: 2%;
		min-height: 180px;
		position: absolute;
		overflow-y: auto;
		bottom: 0;
		top: 50px;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		right: 0;
		border-top-style: solid;
		border-top-color: #7b7b7b;
		border-top-width: 1px;
		background-color: white;
		overflow-x: hidden;
	}
}

.Docpre-body img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.Docpre-body table {
	max-width: 100% !important;
}

.Docpre-header {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ccc;
	padding: 0 2%;
	height: 50px;
	position: relative;
	font-size: 18pt;
	line-height: 50px;
	box-shadow: 10px 8px 2px 5px black;
	font-size: 20px;
}

.msg {
	font-size: 20pt;
	text-align: center;
}

.Docpre-gotop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 40px;
	background-image: url(../img/gotop.svg);
	height: 40px;
	background-size: cover;
	background-color: rgb(200, 200, 200);
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
}

.Docpre-footer {
	width: 100%;
	text-align: center;
	background-color: #f1f1f1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
}


}