/* 通用 */
.custom-mode {
	background-color: rgb(245, 245, 245);
	border-color: rgb(245, 245, 245);
}

.input-password-icon {
	position: relative;
	height: 50%;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 0;
	cursor: pointer;
}

.custom-form-label::after {
	background-color: #ffffff00 !important;
}

.custom-toast {
	position: fixed;
	bottom: 10vh;
	pointer-events: none;
	background-color: #88888888 !important;
	color: aliceblue;
	z-index: 1100;
}

/* 导航栏 */
#custom-topbar-pc {
	height: 48px;
	padding-top: 7px;
	padding-bottom: 5px;
	position: fixed;
	top: -2px;
}

#custom-topbar-mobile {
	height: 32px;
	padding-top: 4px;
	padding-bottom: 2px;
	position: fixed;
	top: -2px;
}

.custom-brand-logo {
	height: 100%;
	width: auto;
	padding-right: 5px;
}

.custom-brand-logo-container {
	height: 36px;
	padding-left: 5px;
	display: flex;
	align-items: center;
}

.custom-site-logo {
	height: 100%;
	width: auto;
}

.custom-site-logo-container-pc {
	height: 36px;
	padding-left: 5px;
}

.custom-site-logo-container-mobile {
	height: 26px;
	padding-left: 5px;
}

.custom-search {
	height: 36px;
	width: 30%;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
}

.custom-search-input {
	width: 30%;
	height: 36px;
	border: none;
	outline: none;
	position: fixed;
}

.custom-search-btn {
	height: 28px;
	width: 28px;
	margin: 4px;
	padding: 4px;
	position: fixed;
}

.custom-search-btn-icon {
	width: 20px;
	height: 20px;
	display: block;
}

.custom-topbar-btn {
	width: 46px;
	height: 36px;
	border: 0;
	background-color: rgba(200, 200, 200, 0);
	position: relative;
}

.custom-topbar-btn-dropdown {
	width: 46px;
	height: 36px;
	position: relative;
}

.custom-topbar-btn-dropdown-mobile {
	width: auto;
	height: 26px;
	position: relative;
}

.custom-topbar-btn-icon {
	height: 100%;
	width: auto;
}

.custom-topbar-btn-text {
	height: 50%;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	font-size: 90%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

.custom-topbar-btn-mobile {
	width: auto;
	height: 26px;
	border: 0;
	background-color: rgba(200, 200, 200, 0);
	position: relative;
}

.user-dropdown-item-icon {
	height: 80%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.user-dropdown-item-btn {
	white-space: nowrap;
	overflow: hidden;
	height: 1.8rem;
	font-size: 1rem;
	line-height: 1rem;
}

.user-dropdown-item-user {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.8rem;
	width: 100%;
	max-width: 12rem;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #888;
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	margin: 0;
}

/* 侧边按钮组 */
.custom-side-btn-group {
	position: fixed;
	width: 30px;
	height: auto;
	bottom: 2%;
	right: 2%;
}

.custom-side-btn {
	padding: 4px;
}

.custom-side-btn:hover {
	background-color: rgb(200, 200, 200) !important;
	border-color: rgb(200, 200, 200) !important;
}

.custom-side-icon {
	width: 22px;
	height: 22px;
}

#icon-night-mode,
#icon-daytime-mode {
	display: none;
}

/* 欢迎页 */
#custom-wellcome {
	width: 100%;
	height: 42vw;
	margin-top: 25px;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#custom-track-card {
	width: 80vw;
	height: 16vw;
	max-width: 150vh;
	max-height: 30vh;
	margin-left: auto;
	margin-right: auto;
}

.custom-track-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 0;
	padding-left: 3vw;
	padding-right: 3vw;
}

#track-pages-list {
	width: 100%;
	height: 100%;
}

.custom-track-page {
	width: 100%;
	height: 100%;
	margin: 0;
}

.track-pages-items-not {
	width: 100%;
	height: 7vw;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	font-weight: 900;
	font-size: 7vw;
	line-height: 7vw;
	color: #88888860;
	top: calc(50% - 3.5vw);
}

.custom-track-page-item {
	height: 100%;
}

.custom-track-page-item-card {
	height: 80%;
	width: 20vw;
	max-width: 40vh;
	margin-left: auto;
	margin-right: auto;
	top: 10%;
}

.custom-track-item-title {
	position: relative;
	width: 96%;
	height: 25%;
	font-weight: 600;
	text-decoration: none;
	color: rgb(125, 125, 125);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 2px #0000001e;
	left: 2%;
	margin: 0;
	padding: 0;
	margin-top: 2%;
}

.custom-track-item-author {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(120, 120, 120);
	width: 96%;
	height: 15%;
	left: 2%;
	margin: 0;
	padding: 0;
	margin-top: 3%;
}

.custom-track-item-date {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	font-style: italic;
	color: rgb(120, 120, 120);
	width: 96%;
	height: 15%;
	left: 2%;
	margin: 0;
	padding: 0;
	margin-top: 5%;
}

.custom-track-item-chapter {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: 500;
	color: rgb(97, 121, 241);
	width: 96%;
	height: 20%;
	left: 2%;
	margin: 0;
	padding: 0;
	margin-top: 3%;
}

.custom-carousel-control-button {
	width: 6vw;
	height: 6vw;
	border-radius: 50%;
	position: absolute;
}

/* 推荐 */
#hot-recommend {
	width: 80%;
	max-width: 150vh;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 8vw;
}

.recommend-title {
	height: 5vw;
	max-height: 26px;
	min-height: 22px;
	font-weight: 600;
	font-size: max(22px, min(26px, 5vw));
	line-height: max(22px, min(26px, 5vw));
	text-shadow: 0 0 3px #0000001e;
	text-align: center;
}

.four-panel-page-title {
	background: -webkit-linear-gradient(135deg, rgb(244, 220, 88) 35%, red);
	background: linear-gradient(135deg, rgb(244, 220, 88) 35%, red);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.highly-page-title {
	background: -webkit-linear-gradient(90deg, rgb(244, 220, 88), rgb(181, 118, 0));
	background: linear-gradient(90deg, rgb(244, 220, 88), rgb(181, 118, 0));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.four-panel-item {
	height: 20vh;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	overflow: hidden;

	background: -webkit-linear-gradient(120deg, transparent 80%, rgba(255, 0, 0, 0.106));
	background: linear-gradient(120deg, transparent 80%, rgba(255, 0, 0, 0.106));
}

.four-panel-item:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
}

.four-panel-item-cover {
	width: 15vh;
	height: 20vh;
}

.four-panel-item-content {
	width: calc(96% - 15vh);
	height: 100%;
	margin: 0;
	margin-left: 2%;
	margin-right: 2%;
}

.four-panel-item-text {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(120, 120, 120);
	width: 96%;
	height: 13vh;
	margin: 0;
	margin-top: 4vh;
	margin-bottom: 0.5vh;
	line-height: 2.6vh;
	font-size: 2.4vh;

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 50%),
		linear-gradient(270deg, #000, #000);
	-webkit-mask-size: 100% 20%, 100% 80%;
	-webkit-mask-position: bottom, top;
	-webkit-mask-repeat: no-repeat;
}

.four-panel-item-author {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	font-style: italic;
	color: rgb(120, 120, 120);
	width: 96%;
	height: 2vh;
	margin: 0;
	margin-bottom: 0.5vh;
	font-size: 2vh;
	line-height: 2vh;
}

.four-panel-item-url {
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 3vh;
	font-weight: 600;
	line-height: 4vh;
	text-indent: calc(2% + 15vh);
	text-decoration: none;
	color: silver;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 2px #0000001e;
}

.four-panel-item-ribbon {
	background-color: rgb(235, 69, 69);
	width: 12vh;
	height: 2.6vh;
	position: absolute;
	top: 1.8vh;
	right: -2.8vh;
	pointer-events: none;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
	box-shadow: 0 0 4px #888;
}

.four-panel-item-ribbon div {
	color: #f8d64b;
	position: absolute;
	font-weight: 600;
	font-size: 2vh;
	width: 100%;
	height: 100%;
	line-height: 2.6vh;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 4px #444;
	pointer-events: none;
}

#highly-list-item {
	list-style-type: none;
	padding: 0;
}

.highly-list-item-li {
	height: 3vh;
	padding: 0;
	margin-top: 0.75vh;
	margin-bottom: 0.75vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	flex: 0 0 auto;

	background: -webkit-linear-gradient(90deg, rgba(246, 181, 50, 0.1) 2%, transparent, transparent 90%, rgba(255, 162, 0, 0.115));
	background: linear-gradient(90deg, rgba(246, 181, 50, 0.1) 2%, transparent, transparent 90%, rgba(255, 162, 0, 0.115));
}

.highly-list-item-li-category {
	white-space: nowrap;
	overflow: hidden;
	width: auto;
	height: 1.5vh;
	position: relative;
	font-weight: 600;
	margin-top: 0.7vh;
	color: rgb(125, 125, 125);
	font-size: 1.5vh;
	line-height: 1.5vh;
}

.highly-list-item-li-title {
	width: 60%;
	height: 2.2vh;
	position: relative;
	margin-top: 0.2vh;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	font-size: 2.2vh;
	line-height: 2.2vh;

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 20%);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;
	-webkit-mask-repeat: no-repeat;
}

.highly-list-item-li-title:hover {
	color: brown;
}

.highly-list-item-li-author {
	white-space: nowrap;
	overflow: hidden;
	max-width: 25%;
	margin-left: auto;
	margin-right: 1%;
	position: relative;
	height: 1.5vh;
	font-weight: 300;
	margin-top: 0.7vh;
	color: darkgray;
	font-size: 1.5vh;
	line-height: 1.5vh;
}

.highly-list-item-li-ribbon {
	width: 0px;
	height: 3.5vh;
	border-left: 1vh solid rgb(235, 69, 69);
	border-right: 1vh solid rgb(235, 69, 69);
	border-bottom: 0.5vh solid transparent;
	pointer-events: none;
	position: absolute;
	left: calc(60% + 2.5vh);
}

.highly-list-item-li-ribbon div {
	position: absolute;
	pointer-events: none;
	width: 1.2vh;
	height: 2.6vh;
	font-size: 1.2vh;
	line-height: 1.3vh;
	top: 0.2vh;
	left: -0.6vh;
	color: #f8d64b;
	font-weight: 600;
	text-shadow: 0 0 2px #444;
}

/* 排行榜 */
#rank {
	width: 80%;
	max-width: 150vh;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 3vw;
}

.rank-background {
	width: 100%;
	height: 50vh;
	position: absolute;
	margin: 0;
	left: 0;
	padding: 0;
	margin-top: -1vh;

	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(0, 0, 0, 0.02));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 0, 0, 0.02));
}

.rank-title {
	height: 5vw;
	max-height: 36px;
	min-height: 22px;
	font-weight: 600;
	font-size: max(22px, min(36px, 5vw));
	line-height: max(22px, min(36px, 5vw));
	text-shadow: 0 0 4px #0000001e;
	text-align: center;

	background: -webkit-linear-gradient(135deg, rgb(169, 88, 244) 30%, red);
	background: linear-gradient(135deg, rgb(169, 88, 244) 30%, red);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category {
	margin-top: 2vh;
	margin-bottom: 2vh;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	padding-bottom: 2vh;
	flex: 0 0 auto;
}

.rank-category-wuxia {
	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(131, 243, 19, 0.105));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(131, 243, 19, 0.105));
}

.rank-category-qihuan {
	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(142, 19, 243, 0.105));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(142, 19, 243, 0.105));
}

.rank-category-dushi {
	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(222, 234, 6, 0.105));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(222, 234, 6, 0.105));
}

.rank-category-kehuan {
	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(46, 171, 255, 0.105));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(46, 171, 255, 0.105));
}

.rank-category-lishi {
	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(227, 182, 3, 0.105));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(227, 182, 3, 0.105));
}

.rank-category-youxi {
	background: -webkit-linear-gradient(0deg, transparent, transparent 30%, rgba(237, 62, 126, 0.105));
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(237, 62, 126, 0.105));
}

.rank-category-title {
	height: 4vw;
	max-height: 28px;
	min-height: 20px;
	font-weight: 600;
	font-size: max(20px, min(28px, 4vw));
	line-height: max(20px, min(28px, 4vw));
	text-shadow: 0 0 3px #0000001e;
	text-align: center;
	margin-top: 0.5vh;
}

.rank-category-title-wuxia {
	background: -webkit-linear-gradient(135deg, rgb(244, 221, 88) 30%, rgb(0, 85, 255));
	background: linear-gradient(135deg, rgb(244, 221, 88) 30%, rgb(0, 85, 255));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category-title-qihuan {
	background: -webkit-linear-gradient(135deg, rgb(196, 51, 212) 30%, rgb(0, 85, 255));
	background: linear-gradient(135deg, rgb(196, 51, 212) 30%, rgb(0, 85, 255));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category-title-dushi {
	background: -webkit-linear-gradient(135deg, rgb(198, 198, 198) 30%, rgb(46, 46, 46));
	background: linear-gradient(135deg, rgb(198, 198, 198) 30%, rgb(46, 46, 46));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category-title-kehuan {
	background: -webkit-linear-gradient(135deg, rgb(216, 216, 216) 30%, rgb(0, 53, 176));
	background: linear-gradient(135deg, rgb(216, 216, 216) 30%, rgb(0, 53, 176));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category-title-lishi {
	background: -webkit-linear-gradient(135deg, rgb(192, 139, 25) 30%, rgb(241, 223, 57));
	background: linear-gradient(135deg, rgb(192, 139, 25) 30%, rgb(241, 223, 57));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category-title-youxi {
	background: -webkit-linear-gradient(135deg, rgb(192, 25, 97) 30%, rgba(219, 89, 89, 0.605));
	background: linear-gradient(135deg, rgb(192, 25, 97) 30%, rgba(219, 89, 89, 0.605));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.rank-category-Item {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 6vh;
	position: relative;
}

.rank-category-Item-background {
	background-color: #00000005;
}

.rank-category-firstItem {
	height: 12vh;
}

.rank-category-Item-rankImg {
	width: 6vh;
	height: 6vh;
	margin-top: auto;
	margin-bottom: auto;
}

.rank-category-Item-rankIndex {
	width: 6vh;
	height: 2.5vh;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	text-shadow: 0 0 2px #0000001e;
	white-space: nowrap;
	font-weight: 900;
	line-height: 2.5vh;
	font-size: 2.5vh;
	color: silver;
}

.rank-category-Item-cover {
	width: 7.5vh;
	height: 10vh;
	margin-top: auto;
	margin-bottom: auto;
}

.rank-category-Item-title-first {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: calc(2% + 13.5vh);
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: 0 0 2px #0000001e;
	color: inherit;
	line-height: 4.2vh;
	font-size: 2.2vh;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
}

.rank-category-Item-title-first:hover {
	color: brown;
}

.rank-category-Item-text-first {
	position: relative;
	width: auto;
	height: 8.4vh;
	margin-top: 3.4vh;
	margin-left: 2%;
	line-height: 2.1vh;
	font-size: 1.8vh;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(150, 150, 150);

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 50%),
		linear-gradient(270deg, #000, #000);
	-webkit-mask-size: 100% 25%, 100% 75%;
	-webkit-mask-position: bottom, top;
	-webkit-mask-repeat: no-repeat;
}

.rank-category-Item-title {
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: 6vh;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: 0 0 2px #0000001e;
	color: inherit;
	line-height: 3.6vh;
	font-size: 2.2vh;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
}

.rank-category-Item-title:hover {
	color: brown;
}

.rank-category-Item-author {
	position: relative;
	width: auto;
	height: 2vh;
	margin-top: 3.6vh;
	line-height: 2vh;
	font-size: 2vh;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(90, 90, 90);
}

/* 最新章节 */
.new-chapter {
	width: 80%;
	max-width: 150vh;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 2vw;
	margin-bottom: 8vh;
	list-style-type: none;
	padding: 0;
}

.new-chapter-title {
	width: 80%;
	height: 5vw;
	max-height: 36px;
	min-height: 22px;
	font-weight: 600;
	font-size: max(22px, min(36px, 5vw));
	line-height: max(22px, min(36px, 5vw));
	text-shadow: 0 0 4px #0000001e;
	text-align: center;
	max-width: 150vh;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;

	background: -webkit-linear-gradient(135deg, rgb(169, 88, 244) 30%, rgb(0, 217, 255));
	background: linear-gradient(135deg, rgb(169, 88, 244) 30%, rgb(0, 217, 255));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.new-chapter-item {
	width: 96%;
	position: relative;
	margin-top: 1vh;
	margin-bottom: 1vh;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
}

.new-chapter-item-category {
	white-space: nowrap;
	overflow: hidden;
	width: auto;
	height: 3vh;
	position: relative;
	font-weight: 600;
	margin-top: auto;
	margin-bottom: auto;
	color: rgb(125, 125, 125);
	font-size: 2vh;
	line-height: 3vh;
	padding: 0;
}

.new-chapter-item-title {
	height: 3vh;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	color: #9850cb;
	font-size: 2.6vh;
	line-height: 3vh;
	padding: 0;

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 20%);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;
	-webkit-mask-repeat: no-repeat;
}

.new-chapter-item-title:hover {
	color: brown;
}

.new-chapter-item-author {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	height: 3vh;
	margin-top: auto;
	margin-bottom: auto;
	color: darkgray;
	font-size: 2vh;
	line-height: 3vh;
	padding: 0;

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 20%);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;
	-webkit-mask-repeat: no-repeat;
}

.new-chapter-item-chapter {
	height: 3vh;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	color: #1265b7;
	font-size: 2.6vh;
	line-height: 3vh;
	padding: 0;

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 20%);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;
	-webkit-mask-repeat: no-repeat;
}

.new-chapter-item-chapter:hover {
	color: brown;
}

.new-chapter-item-date {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: auto;
	height: 3vh;
	margin-top: auto;
	margin-bottom: auto;
	color: darkgray;
	font-size: 2vh;
	line-height: 3vh;
	padding: 0;
}

/* 页脚 */
#footer {
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.02);
	position: relative;
	padding-top: 2vh;
	padding-bottom: 3vh;
}

.link {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2vh;
	line-height: 3vh;
	font-weight: 300;
	text-align: center;
}

.link a {
	margin-left: 0.5%;
	margin-right: 0.5%;
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

.link a:hover {
	color: #1265b7;
}

#copyright {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4vh;
	font-size: 1.5vh;
	line-height: 2vh;
	font-weight: 300;
	text-align: center;
	color: #888;
}

/* 分类找书 */
#category-menu {
	width: auto;
	height: auto;
	max-height: 80vh;
	position: fixed;
	top: 50px;
	left: -16vh;
	transition: left 0.3s;
	text-align: center;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
}

#category-menu.active {
	left: 0;
}

.category-menu-item {
	width: auto;
	max-width: 15vh;
	height: 3.5vh;
	position: relative;
	line-height: 3.5vh;
	font-size: 2.5vh;
	font-weight: 600;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	margin: 0.8vh;
	padding-left: 1vh;
	padding-right: 1vh;

	background: -webkit-linear-gradient(135deg, rgb(193, 193, 193) 30%, rgb(239, 239, 239));
	background: linear-gradient(135deg, rgb(193, 193, 193) 30%, rgb(239, 239, 239));
	-webkit-box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
	box-shadow: 0 0 4px #888;
}

/* 问题反馈 */
.feedback-text-tips {
	width: auto;
	height: 1.5vh;
	font-size: 1.5vh;
	line-height: 1.5vh;
	text-align: center;
	white-space: nowrap;
	color: #888;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vh;
	pointer-events: none;
}

/* 书架 */
.bookcase-items-not {
	width: 100%;
	height: 7vw;
	text-align: center;
	white-space: nowrap;
	top: calc(50% - 3.5vw);
	pointer-events: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	font-weight: 900;
	font-size: 7vw;
	line-height: 7vw;
	color: #88888888;
}

.bookcase-item {
	height: 24vh;
	padding: 0;
}

.bookcase-item-content {
	width: 18vh;
	height: 24vh;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(254, 229, 88, 0.5);
	position: relative;
}

.bookcase-item-content:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
}

.bookcase-item-load {
	position: absolute;
	margin-left: calc(9vh - 0.5rem);
	margin-top: calc(6vh - 0.5rem);
}

.bookcase-item-cover {
	width: 18vh;
	height: 24vh;
	position: absolute;
}

.bookcase-item-delet {
	position: absolute;
	width: 4vh;
	height: 4vh;
	top: 0;
	right: 0;
	cursor: pointer;
}

.bookcase-item-text {
	width: 18vh;
	height: 12vh;
	margin-top: 12vh;
	background: #88888888;
	position: absolute;
}

.bookcase-item-title {
	width: 17vh;
	height: 3vh;
	position: absolute;
	font-size: 2.5vh;
	font-weight: 600;
	line-height: 3vh;
	text-decoration: none;
	color: rgb(125, 125, 125);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 2px #0000001e;
	margin-top: 0.2vh;
	margin-left: 0.5vh;
}

.bookcase-item-author {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	color: rgb(120, 120, 120);
	width: 17vh;
	height: 2.5vh;
	margin-top: 3.5vh;
	margin-left: 0.5vh;
	line-height: 2.5vh;
	font-size: 2vh;
}

.bookcase-item-date {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	font-weight: 300;
	font-style: italic;
	color: rgb(120, 120, 120);
	width: 17vh;
	height: 2vh;
	margin-top: 7vh;
	margin-left: 0.5vh;
	font-size: 2vh;
	line-height: 2vh;
}

.bookcase-item-chapter {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	position: absolute;
	font-weight: 500;
	color: rgb(97, 121, 241);
	width: 17vh;
	height: 2vh;
	margin-top: 9.5vh;
	margin-left: 0.5vh;
	font-size: 2vh;
	line-height: 2vh;
}

/* 搜索 */
.mobile-search-close {
	border: 0;
	padding: 0;
	width: 2rem;
	height: 2rem;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 0.3rem;
	background: #00000000;
	background-image: url('/img/close.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.search-no-result {
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	overflow: hidden;
	color: #88888888;
	position: relative;
	top: calc(50% - 1rem);
	font-size: 2rem;
	font-weight: 600;
	line-height: 2rem;
}

.search-no-result-tips {
	text-align: center;
	white-space: nowrap;
	position: relative;
	color: #88888888;
	font-size: 0.5rem;
	line-height: 0.5rem;
	margin-top: 0.5rem;
}

.search-result-item {
	padding-left: 1vw;
	padding-right: 1vw;
	height: 20vh;
}

.search-result-item-back {
	width: 100%;
	height: 100%;
	flex-direction: row;
	padding: 0;
	overflow: hidden;

	background: -webkit-linear-gradient(120deg, transparent 80%, rgba(0, 255, 170, 0.106));
	background: linear-gradient(120deg, transparent 80%, rgba(0, 255, 170, 0.106));
}

.search-result-item-back:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
}

.search-result-item-cover {
	width: 15vh;
	height: 20vh;
}

.search-result-item-title {
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 3vh;
	font-weight: 600;
	line-height: 4vh;
	text-indent: calc(2% + 15vh);
	text-decoration: none;
	color: silver;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 2px #0000001e;
}

.search-result-item-content {
	width: calc(96% - 15vh);
	height: 100%;
	margin: 0;
	margin-left: 2%;
	margin-right: 2%;
}

.search-result-item-text {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(120, 120, 120);
	width: 96%;
	height: 13vh;
	margin: 0;
	margin-top: 4vh;
	margin-bottom: 0.5vh;
	line-height: 2.6vh;
	font-size: 2.4vh;

	-webkit-mask: linear-gradient(270deg, transparent, transparent 5%, #000 50%),
		linear-gradient(270deg, #000, #000);
	-webkit-mask-size: 100% 20%, 100% 80%;
	-webkit-mask-position: bottom, top;
	-webkit-mask-repeat: no-repeat;
}

.search-result-item-author {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	font-style: italic;
	color: rgb(120, 120, 120);
	width: 96%;
	height: 2vh;
	margin: 0;
	margin-bottom: 0.5vh;
	font-size: 2vh;
	line-height: 2vh;
}

.search-result-item-index {
	position: absolute;
	width: 3vh;
	height: 3vh;
	padding: 0;
	line-height: 3vh;
	font-size: 1.5vh;
	text-align: center;
	right: 0.5vh;
	top: 0.5vh;
}

/* 响应式 */
@media screen and (min-aspect-ratio: 1.5) {

	/* 导航栏 */
	#custom-topbar-pc {
		display: inline-flex !important;
	}

	#custom-topbar-mobile {
		display: none !important;
	}

	/* 推荐 */
	#hot-recommend {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;
	}

	#four-panel-page {
		flex: 0 0 auto;
		width: 75%;
	}

	#highly-list-item {
		flex: 0 0 auto;
		width: 25%;
	}

	.four-panel-item {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.highly-list-item-li {
		width: 91.66666667%;
	}

	/* 排行榜 */
	.rank-category {
		width: 30%;
	}

	/* 最新章节 */
	.new-chapter-item-title {
		flex: 0 0 auto;
		width: 25%;
	}

	.new-chapter-item-chapter {
		flex: 0 0 auto;
		width: 25%;
	}

	/* 页脚 */
	#copyright {
		display: block !important;
	}
}

@media screen and (max-aspect-ratio: 1.5) and (min-aspect-ratio: 1) {

	/* 导航栏 */
	#custom-topbar-pc {
		display: none !important;
	}

	#custom-topbar-mobile {
		display: inline-flex !important;
	}

	/* 推荐 */
	.four-panel-item {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.highly-list-item-li {
		width: 41.66666667%;
	}

	/* 排行榜 */
	.rank-category {
		width: 41.66666667%;
	}

	/* 最新章节 */
	.new-chapter-item-title {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.new-chapter-item-chapter {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	/* 页脚 */
	#copyright {
		display: block !important;
	}
}

@media screen and (max-aspect-ratio: 1) {

	/* 导航栏 */
	#custom-topbar-pc {
		display: none !important;
	}

	#custom-topbar-mobile {
		display: inline-flex !important;
	}

	/* 推荐 */
	.four-panel-item {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.highly-list-item-li {
		width: 91.66666667%;
	}

	/* 排行榜 */
	.rank-category {
		width: 91.66666667%;
	}

	/* 最新章节 */
	.new-chapter-item-title {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.new-chapter-item-chapter {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	/* 页脚 */
	#copyright {
		display: none !important;
	}
}

@media screen and (min-aspect-ratio: 1.875) {
	#custom-track-card {
		top: calc(70% + 16vw - 30vh);
	}
}

@media screen and (max-aspect-ratio: 1.875) {
	#custom-track-card {
		top: 70%;
	}
}

@media screen and (max-aspect-ratio: 0.8) {
	.search-result-item {
		margin-left: auto;
		margin-right: auto;
	}
}