.Lopwon_Todo *,
.Lopwon_Todo *::before,
.Lopwon_Todo *::after {
	box-sizing: initial;
}

.Lopwon_Todo {
	margin: 0 auto;
	padding: 1em 0;
	max-width: 820px;
/*	padding-left:45px;
	padding-right:45px;*/
	padding-left:4%;
	padding-right:4%;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
}

.Lopwon_Todo .clamp {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size:1em;
	font-weight:430;
	color:#000;
}

.Lopwon_Todo-nav {
	display: flex;
	align-items: center;
	margin: 2em auto 2em auto;
	padding-top: 1em;
	width: calc(100% - 2em);
	height: 3em;
	max-width: 820px;
	font-size: 1em;
	color: gray;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}



.Lopwon_Todo-nav label {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	margin-right: 1em;
	cursor: pointer;
}

.Lopwon_Todo-nav label:last-child {
	margin-right: 0;
}

.Lopwon_Todo-nav input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2em;
	height: 1.2em;
	opacity: 0;
	cursor: pointer;
}

.Lopwon_Todo-nav .check-mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.2em;
	width: 1.2em;
	background-color: gray;
	border-radius: 50%;
	opacity: 0.15;
}

.Lopwon_Todo-nav .check-mark:after {
	content: "";
	position: absolute;
	display: none;
}

/*
.Lopwon_Todo-nav input[type="radio"]:checked + .check-mark:after {
	display: block;
}
*/
.Lopwon_Todo-nav .check-mark:after {
	top: 0.3em;
	left: 0.3em;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background: white;
}

.Lopwon_Todo-ul-left label:hover {
	color: #212121;
}

.Lopwon_Todo-ul-right label:hover {
	color: #212121;
}

.Lopwon_Todo-ul-left input[type="radio"]:checked + .check-mark {
	background-color: #212121;
	opacity: 1;
}

.Lopwon_Todo-ul-right input[type="radio"]:checked + .check-mark {
	background-color: #212121;
	opacity: 1;
}

.Lopwon_Todo-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.Lopwon_Todo-ul-left {
	display: flex;
	align-items: center;
	flex: 1;
}

.Lopwon_Todo-ul-right {
	display: flex;
	align-items: center;
	display:none;
}
/*隐藏tab*/

.Lopwon_Todo #container {
	display: block;
	margin:0 auto;
	width: 100%;
	overflow: hidden;
}

.Lopwon_Todo #container ul {
	display: flex;
	justify-content: space-between; 
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.Lopwon_Todo #container ul.hidden {
	display: none;
}

.Lopwon_Todo #container li {
	position: relative;
	float: left;
	margin:0px 22px 20px 21px;
	width: 100%;
	max-width:145px;
	list-style: none;
	overflow: hidden;
}

.Lopwon_Todo #container li::before {
	content: "";
	display: block;
	padding-top: 133.33%;
}

.Lopwon_Todo li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Lopwon_Todo-item {
    -webkit-filter: grayscale(100%); /*图书黑白*/
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.Lopwon_Todo-item:hover{
    filter: none;
-webkit-filter: none; /*图书彩色*/
}
.Lopwon_Todo li a img {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5em;
	object-fit: cover;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
	opacity: .75;
}

.Lopwon_Todo li a:hover img {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	-ms-transform: scale(0.97);
	-o-transform: scale(0.97);
	transform: scale(0.97);
	opacity: 1;
}

.Lopwon_Todo-category,
.Lopwon_Todo-status {
	position: absolute;
	top: 0;
	margin: 1.2em;
	padding: 0.15em 0.5em;
	font-size: 1em;
	border-radius: 0.6em;
	font-size:0.6em;
	font-weight:330;
	border: 0.05em solid black
}

.Lopwon_Todo-category {
	left: 0;
	color: white;
	background-color: rgb(0 0 0 );
}

.Lopwon_Todo-status {
	right: 0;
	color: black;
	background-color: rgb(255 255 255);
}

.Lopwon_Todo-title {
/*	position: absolute;  */
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	font-size: 1.4em;
	line-height: 150px;
	text-align: center;
	color: black;
	background-image: linear-gradient(to bottom, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 25%) 25%, rgba(255 255 255 / 50%) 50%, rgba(255 255 255 / 75%) 75%, rgba(255 255 255 / 100%) 100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.Lopwon_Todo-info .Lopwon_Todo-category,
.Lopwon_Todo-info .Lopwon_Todo-status {
	font-size: 1.2em;
}

.Lopwon_Todo-info .Lopwon_Todo-title {
	font-size: 1.6em;
}

.Lopwon_Todo li a:hover .Lopwon_Todo-title {
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#Lopwon_Todo-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99998;
}

.Lopwon_Todo aside {
	display: flex;
	align-items: center;
	position: fixed;
	left: 50%;
	bottom: -100%;
	margin: 0;
	padding: 1em;
	width: 790px;
	height: auto;
	max-height: 75vh;
	border-radius: 15px;
	background-color: white;
	-webkit-transition: bottom 0.3s ease-in-out;
	-moz-transition: bottom 0.3s ease-in-out;
	-ms-transition: bottom 0.3s ease-in-out;
	-o-transition: bottom 0.3s ease-in-out;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	overflow: hidden;
	z-index: 99999;
}

.Lopwon_Todo aside.active {
	bottom: 1em;
}

.Lopwon_Todo-info {
	display: flex;
	align-items: center;
	margin: 1em auto;
	width: 100%;
	height: auto;
}

.Lopwon_Todo-bar-left {
	position: relative;
	margin-right: 2em;
	width: 33.33333%;
	max-width: 240px;
	flex-shrink: 0;
	overflow: hidden;
}

.Lopwon_Todo-bar-left::before {
	content: "";
	display: block;
	padding-top: 133.33%;
}

.Lopwon_Todo-pic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5em;
	object-fit: cover;
	background: transparent;
}

.Lopwon_Todo-bar-right {
	width: calc(100% - 2em);
	height: auto;
	max-height: calc(50vh - 2em);
	max-width: calc(100% - 240px - 2em);
	flex-shrink: 0;
	font-size: 1.4em;
	overflow-x: hidden;
}

.Lopwon_Todo-bar-right a {
	color: #999;
}

.Lopwon_Todo-bar-right a:hover {
	color: black;
}

.Lopwon_Todo-bar-right p {
	margin: 0;
}

.lopwon-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 3em;
	font-size: 1.2em;
	color: white;
	line-height: 2;
	font-weight: normal;
	word-wrap: break-word;
	word-break: normal;
	background-color: rgb(0 0 0 / 75%);
}

@media screen and (max-width: 1024px) {

	.Lopwon_Todo aside {
		width: calc(100vw - 5em);
	}

}

@media screen and (max-width: 768px) {

	.Lopwon_Todo aside {
		width: calc(100vw - 5em);
	}

	.Lopwon_Todo-bar-right {
		width: calc(66.66667% - 2em);
		max-width: none;
	}

}

@media screen and (max-width: 640px) {

	.Lopwon_Todo-info .Lopwon_Todo-category,
	.Lopwon_Todo-info .Lopwon_Todo-status {
		font-size: 62.5%;
	}

	.Lopwon_Todo-info .Lopwon_Todo-title {
		font-size: 1.5em;
	}

	.Lopwon_Todo-bar-left {
		margin-right: 1em;
	}

	.Lopwon_Todo-bar-right {
		width: calc(66.66667% - 1em);
		max-height: calc(40vh - 2em);
		font-size: 1.3em;
	}

}

@media screen and (max-width: 512px) {

	.Lopwon_Todo aside.active {
		bottom: 3em;
	}

	.Lopwon_Todo-info {
		margin: 0 auto;
	}

	.Lopwon_Todo-info .Lopwon_Todo-title {
		font-size: 1.4em;
	}

	.Lopwon_Todo-bar-right {
		max-height: calc(30vh - 2em);
		font-size: 1.2em;
	}

}

@media screen and (max-width: 384px) {

	.Lopwon_Todo-info .Lopwon_Todo-title {
		font-size: 1.3em;
	}

	.Lopwon_Todo-bar-right {
		font-size: 1.1em;
		max-height: calc(20vh - 2em);
	}

}
.Lopwon_Todo-bar-right h2

