body button.showupload {
	height: 60px;
	width: 150px;
	background-color: rgb(229, 122, 27);
	border: none;
	line-height: normal;
	font: inherit;
	margin: 0;
	color: snow;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 17px;
	box-sizing: border-box;
	padding: 0;
	left: 260px;
	position: absolute;
	top: 60px;
}

body .filelist_items.logined {
	/*top: 120px;*/
	border-top: 1px #C1C1C2 solid;
}

body .filelist_item_fver,
body .filelist_item_uptime,
body span.filelist_item_title {
	/* right: 190px; */
}

body .filelist_item_download {
	right: 130px;
}

body .filelist_item_edit {}

body .filelist_item_delete {}

.edit_item,
.upload {
	position: fixed;
	top: 60px;
	background-image: url(../img/bg_overlay.png);
	bottom: 33px;
	left: 0;
	right: 0;
	z-index: 9;
}

.uploadform,
.editform {
	background-color: #FFFAFA;
	width: 700px;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	height: 500px;
	margin: 80px auto 0;
}

.panel.edit_item {
	z-index: 9;
	background-image: url(../img/bg_overlay.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.panel.category_management {
	position: fixed;
	top: 60px;
	bottom: 33px;
	background-color: #F0F8FF;
	right: 0;
	left: 260px;
}

input::placeholder{
    font-size: 12px;
}
table.table_lb {
	width: 100%;
	text-align: center;
}

button.add_category {
	height: 60px;
	width: 150px;
	background-color: #e57a1b;
	border: none;
	line-height: normal;
	font: inherit;
	color: #FFFAFA;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 17px;
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0 0;
	border-collapse: collapse;
	font-size: 10pt;
	width: 100%;
}

table th {
	background: #E7E7E8;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	word-break: keep-all;
	padding: 3px 6px;
}

table td {
	vertical-align: top;
	border: 1px solid #E7E7E8;
	word-break: keep-all;
	margin: 0;
	padding: 3px 6px 5px 5px;
}

table tr {
	background: #F7F7F8;
}

input.impitem {
	left: 120px;
	top: 111px;
	height: 41px;
	width: 25px;
	margin: 10px;
}

.form textarea {
	width: 200px;
	border: none;
	background-color: transparent;
	color: #333;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

.form input[type=file] {
	padding: 10px;
}

label.filevar_label {
	position: absolute;
	top: 85px;
	right: 270px;
	font-size: 14px;
}

input.filevar {
	position: absolute;
	top: 60px;
	right: 2%;
	width: 220px;
}

label.filever_label {
	top: 85px;
	left: 20px;
	font-size: 14px;
}


input.filever {
	position: absolute;
	top: 60px;
	left: 100px;
	width: 220px;
}

textarea.modi_log {
	position: absolute;
	bottom: 80px;
	top: 200px;
	left: 3%;
	width: 91%;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}

input.filename {
	position: absolute;
	right: 3%;
	width: 560px;
	left: 100px;
	top: 3%;
}

label.impitem_label {
	position: absolute;
	top: 135px;
	left: 3%;
	width: 90px;
	font-size: 14px;
}

label.files_label {
	left: 3%;
	top: 180px;
	font-size: 14px;
}

label.filecategory_label {
	top: 135px;
	right: 270px;
	font-size: 14px;
}

input.filecategory {
	position: absolute;
	top: 100px;
	right: 2%;
	width: 220px;
}

input.files {
	opacity: 0;
	position: absolute;
	right: 3%;
	width: 560px;
	left: 100px;
	top: 160px;
}

button.showupload {
	height: 60px;
	width: 150px;
	background-color: #e57a1b;
	border: none;
	line-height: normal;
	font: inherit;
	color: #FFFAFA;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 17px;
	box-sizing: border-box;
	left: 260px;
	position: absolute;
	top: 60px;
	margin: 0;
	padding: 0;
}

.form label {
	position: absolute;
	width: 80px;
	text-align: left;
	display: inline-block;
	padding: 10px;
}

select.filecategory {
	position: absolute;
	top: 100px;
	right: 3%;
	width: 220px;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	background-color: transparent;
	color: #333;
	padding: 10px;
}

.panel.login input {
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	background-color: transparent;
	color: #333;
	width: 200px;
	font-size: 18px;
	padding: 10px;
}

.form input.impitem {
	height: 38px;
	width: 25px;
	left: 120px;
	top: 125px;
	margin: 10px;
}

.form input.files {
	position: absolute;
	right: 3%;
	width: 560px;
	left: 100px;
	top: 180px;
	opacity: 0;
	padding: 10px;
}

.form textarea.modi_log {
	position: absolute;
	bottom: 80px;
	top: 230px;
	left: 3%;
	width: 91%;
}

label.newitem_label {
    font-size: 14px;
	top: 135px;
	left: 180px;
}

input.newitem {
	height: 38px;
	width: 25px;
	left: 275px;
	top: 125px;
	margin: 10px;
}

.edit_item,
.upload {
	position: fixed;
	top: 50px;
	background-image: url(../img/bg_overlay.png);
	bottom: 33px;
	left: 0;
	right: 0;
	z-index: 9;
}

button.edit_btn,
button.upload_btn {
	height: 40px;
	width: 150px;
	background-color: #e57a1b;
	border: none;
	line-height: normal;
	font: inherit;
	color: #FFFAFA;
	font-size: 17px;
	box-sizing: border-box;
	bottom: 20px;
	right: 2%;
	position: absolute;
	margin: 0;
	padding: 0;
}

.uploadform,
.form {
	background-color: #FFFAFA;
	width: 700px;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	height: 500px;
	margin: 2% auto 0;
}

.form input,
.form select {
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	background-color: transparent;
	color: #333;
	position: absolute;
	padding: 10px;
	font-size: 14px;
}

label.filename_label,
.form label.filename_label {
	left: 20px;
	top: 40px;
	font-size: 14px;
}

span.files_warp,
.form span.files_warp {
	text-align: left;
	position: absolute;
	right: 3%;
	width: 560px;
	left: 100px;
	top: 180px;
	padding: 10px;
	pointer-events: none;
}

input.title,
.form input.title {
	top: 40px;
	left: 120px;
	width: 540px;
}

input.fver,
.form input.fver {
	left: 120px;
	top: 85px;
	width: 180px;
}

select.fcategory,
.form select.fcategory {
	right: 20px;
	top: 130px;
	width: 250px;
}

input.yxhj,
.form input.yxhj {
	right: 120px;
	top: 85px;
	width: 130px;
}

select.yxhj,
.form select.yxhj {
	right: 20px;
	top: 85px;
	width: 100px;
	font-size: 13px;
}


/*ç¾¤å‘åŠŸèƒ½*/

.panel.wechatmsg_push {
	position: fixed;
	top: 20px;
	bottom: 33px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999;
}

.wechatmsg_push_form {
	background-color: snow;
	position: fixed;
	top: 80px;
	/* height: 480px; */
	width: 640px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 200px;
	max-width: 100%;
}

textarea.echatmsg_push_text {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

button.filesonlick {
	position: absolute;
	right: 3%;
	width: 97px;
	/* left: 100px; */
	top: 180px;
	/* opacity: 0; */
	padding: 10px;
	z-index: 99;
	display: block;
	background-color: yellowgreen;
	border: none;
	color: snow;
	margin: 0;
	padding: 0;
	height: 40px;
	pointer-events: none;
}

.uploadprogress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.progress-bar {
	background: #db3a27;
	/* box-shadow: 1px 1px 2px 2px #db3a27; */
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 20px;
	color: snow;
}

.btn-back {
	width: 50px;
	height: 50px;
	float: left;
	background-color: rgb(233, 133, 38);
}

span.headertitle {
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
	color: snow;
}

.paneltitle {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	height: 50px;
	background-color: rgb(50, 50, 50);
	text-align: left;
}

.btn-back img {
	width: 100%;
	height: 100%;
}