a {
	color: #24292e;
	cursor: pointer;
	text-decoration: none
}

ion-icon {
	font-size: 15px;
	vertical-align: bottom
}

a {
	color: #24292e;
	cursor: pointer;
	text-decoration: none
}

ion-icon {
	font-size: 15px;
	vertical-align: bottom
}

.changelanguage {
	position: absolute;
	right: 5px;
}

.title {
	text-align: center;
	margin-top: 1rem;
	letter-spacing: 2px;
	margin-bottom: 2rem
}

.title a {
	color: #333;
	text-decoration: none
}

.list-wrapper {
	width: 80%;
	margin: 0 auto 30px;
	position: relative;
	box-shadow: 0 0 32px 0 rgb(128, 128, 128);
	border-radius: 15px;
}

.list-container {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 40px;
}

.list-header-container {
	position: relative
}

.list-header-container a.back-link {
	color: #000;
	display: inline-block;
	position: absolute;
	font-size: 16px;
	margin: 20px 10px;
	padding: 10px 10px;
	vertical-align: middle;
	text-decoration: none
}

.list-container,
.list-header-container,
.list-wrapper,
a.back-link:hover,
body {
	color: #24292e
}

.table-header {
	margin: 0;
	border: 0 none;
	padding: 30px 30px;
	text-align: left;
	font-weight: 400;
	color: #000;
	background-color: rgba(245, 245, 245, 0.5);
	word-break: break-all;
	word-wrap: break-word;
}

.list-body-container {
	position: relative;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	background: rgba(245, 245, 245, 0.5)
}

.more-disk {
	margin: 0;
	border: 0 none;
	padding: 30px 30px;
	text-align: left;
	font-weight: 400;
	color: #000;
	background-color: rgba(245, 245, 245, 0.5);
	white-space: nowrap;
	overflow: auto;
}

.more-disk a {
	margin: 0 10px;
	padding: 5px;
	transition-duration: 0.4s;
	border-radius: 12px;
	background-color: white;
	color: black;
	border: 2px solid rgba(85, 85, 85, 0.7);
}

.more-disk a:hover,
.more-disk a[now] {
	background-color: rgba(85, 85, 85, 0.7);
	color: white;
}

.list-table {
	width: 100%;
	padding: 0 20px 20px 20px;
	border-spacing: 0;
	display: block;
}

tbody {
	/*display: block;*/
	display: flex;
	flex-wrap: wrap;
}

.table-header {
	line-height: 30px;
}


/*每一行内容参数设置*/
.list-table tr {

	display: flex;
	overflow-x: auto;
	border-radius: 8px;
	margin: 20px 0;
	height: 150px;
	/*width: 100%;*/
	align-items: center;
	justify-content: center;
	transition: all 0.15s linear;
	/*width:50%;*/
	background: rgba(0, 0, 0, 0.2);
	min-width: 48%;
	max-width: 48%;
	padding-right: 14px;
}

.list-table tr:first-child {
	min-width: 100%;
	display: none;
}

.list-table tr:nth-child(2n) {
	margin-right: 4%;
}

/*方块悬浮背景*/
.list-table tr[data-to]:hover {
	background: rgba(41, 128, 185, 0.6);
	color: white;
}

/*密码样式*/

#password1 {
	padding: 10px;
	outline: none;
	border: none;
	border-bottom: 2px solid black;
	background: transparent;
	text-align: center;
	font-size: 1.2em;
}

#password1::placeholder {
	color: #CCC;
}

center>form>input:last-child {
	padding: 10px 15px;
	border: none;
	outline: none;
	font-size: 1.2em;
	margin-left: 20px;
	border-radius: 10px;
	background-color: gray;
}

/*.file>a{*/
/*    display: block;*/
/*    height: 100%;*/
/*}*/


/*文件大小*/
.file {
	display: flex;
	margin-right: auto;
	height: 100%;
	align-items: center;
	font-size: 1.3em;
	width: auto;
}

th.file>label {
	margin-right: auto;
}

.file>ion-icon {
	padding-right: 10px;
}

.file>button {
	margin-left: 20px;
	outline: none;
	border: none;
	border: 1px solid #1e90ff;
	padding: 5px 8px;
	border-radius: 20px;
	color: green;
	background: transparent;
}

.table-header {
	padding: 15px 30px;
}

.list-table>tr>td,
.list-table>tr>th {
	display: flex;
	justify-content: center;
}

.list-table tr[data-to]>td:first-child {
	margin-right: auto;
}



.list-table tr[data-to]:hover a {
	color: white
}

.list-table tr:first-child {
	background: rgba(245, 245, 245, 0)
}

.list-table td,
.list-table th {
	padding: 0 10px;
	text-align: left
}

.list-table .size,
.list-table .updated_at {
	text-align: right;
}

.updated_at {
	width: 25%
}

.size {
	width: 15%
}

.mask {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 2;
}

< !--AdminStart-->.operate {
	display: inline-table;
	margin: 0;
	margin-right: 5px;
	list-style: none
}

.operate ul {
	position: absolute;
	display: none;
	background: #fffaaa;
	border: 0px #f7f7f7 solid;
	border-radius: 5px;
	margin: -7px 0 0 0;
	padding: 0 7px;
	color: #205D67;
	z-index: 1;
}

.operate:hover ul {
	position: absolute;
	display: inline-table;
}

.operate ul li {
	padding: 7px;
	list-style: none;
	display: block;
}

.list-table tr[data-to]:hover .operate ul li a {
	color: black
}

< !--AdminEnd-->.operatediv {
	position: absolute;
	border: 1px #CCCCCC;
	background-color: #FFFFCC;
	z-index: 2;
}

.operatediv div {
	margin: 16px
}

.operatediv_close {
	position: absolute;
	right: 3px;
	top: 3px;
}

.readme {
	padding: 8px;
	background-color: rgba(245, 245, 245, 0.5);
}

.markdown-body,
.customfile {
	padding: 20px;
	text-align: left
}





/* 头部 */
.hd {
	width: 100%;
	height: 60px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
	margin-bottom: 50px;
}

.hd a {
	color: black !important;
}

.hd-center {
	width: 88%;
	height: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}

.hd-lt {
	align-items: center;
	margin-right: auto;
	width: auto;
	height: 100%;
}

.hd-rt {
	height: 100%;
	font-size: 0.9em;
}

.ico-logo {
	margin-top: 2.5%;
}

/* 登录注册 */
.login {
	height: 100%;
}

.log-in>a,
.signin>a {
	display: block;
	padding: 0 15px;
	font-size: 1.2em;
	color: white;
}

/* 导航 */
.nav {
	height: 100%;
}

.nav>ul {}

.nav>ul>li {
	display: inline;
	padding: 0 24px;
	font-size: 1.2em;
}

.nav>ul>li:last-child {
	margin-right: 20px;
}

.nav>ul>li>a {
	color: white;
}

/* 昼夜切换 */
#dark {
	width: 64px;
	min-width: 64px;
	height: 30px;
	/*background-color: #7f8c8d;*/
	background-color: transparent;
	flex-wrap: nowrap;
	border-radius: 30px;
	padding: 0 10px;
	justify-content: space-between;
	overflow: hidden;
	cursor: pointer;
	margin-left: 10px;
}

#day-night {
	width: 70px;
	height: 100%;
	justify-content: space-between;

}

#circle {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: orange;
}

#dark-text,
#day-text {
	cursor: context-menu;
	color: white;
	font-weight: bold;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#url,
#txt-a {
	width: calc(100% - 20px);
	height: auto;
	padding: 15px;
	margin: 10px 0 30px 0;
	font-size: 1.1em;
	background: transparent;
	border-radius: 10px;
	display: flex;
	align-items: center;
	outline: none;
	line-height: 25px;
}

#file-download {
	width: 70px;
	height: 70px;
	background: orange;
	margin: 0 auto;
	/*background: url(https://up.imold.wang/onemanager/img/%E4%B8%8B%E8%BD%BD.png) no-repeat center center;*/
	/*background-size: 100% 100%;*/
	background: url(https://up.imold.wang/onemanager/img/%E4%B8%8B%E8%BD%BD.png) no-repeat center center;
	background-size: cover;
}

a.download{
	display:none;
}

#file_a1 {
	line-height: 22px;
}

@media only screen and (max-width:756px) {
	< !--BackgroundMStart-->body {
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-image: url("<!--BackgroundMUrl-->");
	}

	< !--BackgroundMEnd-->.title {
		margin-bottom: 24px
	}

	.list-wrapper {
		width: 95%;
		margin-bottom: 24px;
	}

	.list-table {
		padding: 8px;

	}

	.list-table td,
	.list-table th {
		width: 100%;
		white-space: nowrap;
		overflow: auto;
		/*max-width: 80px*/

	}

	.file>label,
	.file>button:nth-child(3),
	.updated_at,
	.size {
		display: none;
	}

	.size,
	.updated_at {
		display: none
	}

	.file>ion-icon {
		padding-right: 0px;
	}

	th.file>a {
		margin-right: auto;
	}

	.table-header {
		padding: 15px 20px;
	}

	.hd-center {
		width: 100%;
		padding: 0 12px;
	}
}
