/* feilu homepage – linovelib-inspired, layout fixes v2 */
.ln-home,
.ln-home *,
.ln-home *::before,
.ln-home *::after {
	box-sizing: border-box;
}
.ln-home {
	margin: 0;
	padding: 60px 0 0;
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	background: #f5f5f5;
	font-family: PingFangSC-Regular, "Helvetica Neue Light", "Helvetica Neue", "Microsoft YaHei", "PingFang SC", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}
.ln-home input,
.ln-home button,
.ln-home select,
.ln-home textarea {
	font-family: inherit;
}
.ln-home ul,
.ln-home ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ln-home h3 {
	margin: 0;
	font-size: inherit;
	font-weight: 700;
}
.ln-home a {
	color: #333;
	text-decoration: none;
	transition: color .2s;
}
.ln-home a:hover {
	color: #d32f2f;
}
.ln-home img {
	max-width: 100%;
}
.ln-home .wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}
.ln-home .fl { float: left; }
.ln-home .fr { float: right; }
.ln-home .clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.ln-home .h10-blank { height: 10px; }
.ln-home .h20-blank { height: 20px; }
.ln-home .h40-blank { height: 40px; }

/* header */
.ln-home .ln-head-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
	z-index: 200;
}
.ln-home .ln-head-bar {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 60px;
}
.ln-home .ln-logo {
	flex: 0 0 auto;
	font-size: 22px;
	font-weight: 700;
	color: #d32f2f;
	white-space: nowrap;
}
.ln-home .ln-logo:hover {
	color: #e84848;
}
.ln-home .ln-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	flex: 1;
	min-width: 0;
}
.ln-home .ln-menu > a,
.ln-home .ln-cate-btn {
	padding: 6px 10px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}
.ln-home .ln-menu > a.is-active,
.ln-home .ln-menu > a:hover,
.ln-home .ln-cate:hover .ln-cate-btn {
	color: #d32f2f;
}
.ln-home .ln-cate {
	position: relative;
}
.ln-home .ln-cate-btn em {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	border: 4px solid transparent;
	border-top-color: #666;
	vertical-align: middle;
}
.ln-home .ln-cate-drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 132px;
	padding: 8px 0;
	background: rgba(50, 51, 60, .96);
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	z-index: 50;
}
.ln-home .ln-cate.open .ln-cate-drop {
	display: block;
}
.ln-home .ln-cate-drop a {
	display: block;
	padding: 8px 16px;
	font-size: 13px;
	color: #fff;
}
.ln-home .ln-cate-drop a:hover {
	color: #ffb4b4;
	background: rgba(255, 255, 255, .06);
}
.ln-home .ln-search {
	display: flex;
	flex: 0 0 260px;
	max-width: 260px;
	height: 34px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	overflow: hidden;
	background: #fafafa;
}
.ln-home .ln-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	padding: 0 12px;
	font-size: 14px;
	background: transparent;
	outline: 0;
}
.ln-home .ln-search input:focus {
	background: #fff;
}
.ln-home .ln-search button {
	flex: 0 0 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-left: 1px solid #e0e0e0;
	background: #fff;
	color: #666;
	cursor: pointer;
	padding: 0;
}
.ln-home .ln-search button svg {
	width: 18px;
	height: 18px;
	display: block;
}
.ln-home .ln-search button:hover {
	color: #a11313;
}
.ln-home .ln-head-link {
	flex: 0 0 auto;
	font-size: 14px;
	white-space: nowrap;
}
.ln-home .ln-head-link.is-active {
	color: #d32f2f;
}
.ln-home .ln-lang {
	flex: 0 0 auto;
	font-size: 14px;
	white-space: nowrap;
}
.ln-home .ln-lang a {
	color: #666;
	text-decoration: none;
}
.ln-home .ln-lang a:hover,
.ln-home .ln-lang a.is-active {
	color: #a11313;
}
.ln-home .ln-lang-sep {
	margin: 0 6px;
	color: #ccc;
}

/* mobile header */
.ln-home .ln-head-mobile {
	display: none;
	align-items: center;
	gap: 6px;
	margin-left: auto;
}
.ln-home .ln-search-toggle,
.ln-home .ln-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #333;
	cursor: pointer;
}
.ln-home .ln-search-toggle svg,
.ln-home .ln-menu-toggle svg {
	width: 22px;
	height: 22px;
	display: block;
}
.ln-home .ln-search-toggle.is-active,
.ln-home .ln-search-toggle:hover,
.ln-home .ln-menu-toggle:hover {
	color: #d32f2f;
	background: #fafafa;
}
.ln-home .ln-search-panel {
	display: none;
	gap: 8px;
	padding: 0 0 10px;
}
.ln-home .ln-search-panel:not([hidden]) {
	display: flex;
}
body.ln-search-open .ln-home .ln-search-panel {
	display: flex;
}
.ln-home .ln-search-panel input {
	flex: 1;
	min-width: 0;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	font-size: 14px;
	outline: 0;
}
.ln-home .ln-search-panel button {
	flex: 0 0 auto;
	height: 38px;
	padding: 0 16px;
	border: 0;
	border-radius: 2px;
	background: #d32f2f;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.ln-home .ln-drawer-mask {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 300;
}
.ln-home .ln-drawer-mask.is-open {
	display: block;
}
.ln-home .ln-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: min(300px, 86vw);
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 24px rgba(0, 0, 0, .12);
	z-index: 301;
	transform: translateX(100%);
	transition: transform .25s ease;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.ln-home .ln-drawer.is-open {
	transform: translateX(0);
}
.ln-home .ln-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
}
.ln-home .ln-drawer-head strong {
	font-size: 16px;
	color: #d32f2f;
}
.ln-home .ln-drawer-close {
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: #999;
	cursor: pointer;
}
.ln-home .ln-drawer-nav {
	padding: 8px 0 20px;
}
.ln-home .ln-drawer-link {
	display: block;
	padding: 12px 18px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #f5f5f5;
}
.ln-home .ln-drawer-link.is-active,
.ln-home .ln-drawer-link:hover {
	color: #d32f2f;
	background: #fff8f8;
}
.ln-home .ln-drawer-section {
	padding: 14px 18px 6px;
	font-size: 12px;
	font-weight: 700;
	color: #999;
	letter-spacing: 1px;
}
.ln-home .ln-drawer-sublink {
	padding-left: 28px;
	font-size: 14px;
}
.ln-home .ln-drawer-lang {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 18px;
	font-size: 14px;
	border-top: 1px solid #eee;
	margin-top: 8px;
}
.ln-home .ln-drawer-lang a {
	color: #666;
}
.ln-home .ln-drawer-lang a.is-active,
.ln-home .ln-drawer-lang a:hover {
	color: #d32f2f;
}
body.ln-menu-open,
body.ln-search-open {
	overflow: hidden;
}

/* grid rows */
.ln-home .ln-row-main,
.ln-home .ln-row-2,
.ln-home .ln-row-3 {
	display: grid;
	gap: 20px;
}
.ln-home .ln-row-main {
	grid-template-columns: minmax(0, 1fr) 236px;
	margin-top: 20px;
}
.ln-home .ln-row-2 {
	grid-template-columns: minmax(0, 1fr) 236px;
}
.ln-home .ln-row-3 {
	grid-template-columns: 236px minmax(0, 1fr) 236px;
}

/* featured carousel */
.ln-home #index_tpic {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	grid-template-rows: auto auto;
	grid-template-areas:
		"cover info"
		"cover tabs";
	gap: 14px 22px;
	padding: 18px;
	min-height: 340px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.ln-home #index_tpic_big {
	grid-area: cover;
	width: 220px;
}
.ln-home #index_tpic_big a {
	display: none;
}
.ln-home #index_tpic_big a.is-active {
	display: block;
}
.ln-home #index_tpic_big img {
	display: block;
	width: 220px;
	height: 292px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}
.ln-home #index_tpic_binfo {
	position: relative;
	grid-area: info;
	min-width: 0;
	align-self: start;
}
.ln-home #index_tpic_binfo h3 a {
	font-size: 24px;
	line-height: 1.35;
	color: #222;
	letter-spacing: 1px;
}
.ln-home #index_tpic_binfo .author,
.ln-home #index_tpic_binfo .cate {
	display: inline-block;
	margin: 10px 28px 0 0;
	font-size: 14px;
	color: #999;
}
.ln-home #index_tpic_binfo .author span,
.ln-home #index_tpic_binfo .cate span {
	margin-right: 4px;
	color: #bbb;
	font-size: 12px;
}
.ln-home #index_tpic_binfo .author a,
.ln-home #index_tpic_binfo .cate a {
	color: #666;
}
.ln-home #index_tpic_binfo p.info {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ln-home #index_tpic_binfo .chapter {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}
.ln-home #index_tpic_binfo .chapter span {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 8px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
.ln-home .ln-tpic-read {
	display: none;
}
.ln-home .index_tpic_info {
	display: none;
}
.ln-home .index_tpic_info.is-active {
	display: block;
}
.ln-home #index_tpic_tab {
	grid-area: tabs;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: flex-start;
}
.ln-home #index_tpic_tab a {
	flex: 0 0 68px;
	width: 68px;
	height: 86px;
	border: 2px solid transparent;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}
.ln-home #index_tpic_tab img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .45;
}
.ln-home #index_tpic_tab a.active,
.ln-home #index_tpic_tab a:hover {
	border-color: #e84848;
}
.ln-home #index_tpic_tab a.active img,
.ln-home #index_tpic_tab a:hover img {
	opacity: 1;
}

/* lively strip */
.ln-home .livelybox {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-top: 10px;
	padding: 14px 16px;
	min-height: 118px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.ln-home .livelybox .livelytit {
	flex: 0 0 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: #fc7403;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	border-radius: 2px;
}
.ln-home .livelybox > div {
	flex: 1;
	min-width: 0;
	padding: 0 16px;
	border-right: 1px dotted #ddd;
}
.ln-home .livelybox > div:last-child {
	border-right: 0;
}
.ln-home .livelybox p {
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.ln-home .livelybox p span {
	flex: 0 0 auto;
}
.ln-home .livelybox p span a {
	white-space: nowrap;
}
.ln-home .livelybox p:last-child {
	margin-bottom: 0;
}
.ln-home .livelybox span a {
	color: #a11313;
}

/* panels */
.ln-home .tab-lists,
.ln-home .tab-lists-two {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.ln-home .tab-lists {
	padding: 14px 14px 10px;
}
.ln-home .tab-lists .title,
.ln-home .tab-lists-two .title {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	letter-spacing: 1px;
}
.ln-home .tab-lists-two {
	padding: 14px 16px 16px;
}
.ln-home .tab-lists-two .top-title {
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}
.ln-home .tab-lists-two .title {
	font-size: 18px;
}

/* rank list */
.ln-home .tab-lists .lists li {
	border-bottom: 1px dotted #e0e0e0;
}
.ln-home .tab-lists .lists li:last-child {
	border-bottom: 0;
}
.ln-home .tab-lists li.rank-feature {
	display: grid;
	grid-template-columns: 54px 1fr;
	grid-template-rows: auto auto auto;
	gap: 4px 10px;
	padding: 10px 0 12px;
	min-height: 88px;
}
.ln-home .tab-lists li.rank-feature .imgbox {
	grid-row: 1 / span 3;
	width: 54px;
	height: 72px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}
.ln-home .tab-lists li.rank-feature .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ln-home .tab-lists li.rank-feature .title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ln-home .tab-lists li.rank-feature .author,
.ln-home .tab-lists li.rank-feature .cate,
.ln-home .tab-lists li.rank-feature .meta {
	font-size: 12px;
	color: #999;
}
.ln-home .tab-lists li.rank-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 2px 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.ln-home .tab-lists li.rank-row .list_icon {
	flex: 0 0 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	border-radius: 2px;
}
.ln-home .tab-lists li.rank-row .list_icon.top1 {
	background: #d32f2f;
	color: #fff;
}
.ln-home .tab-lists li.rank-row .list_icon.top2 {
	background: #fc7403;
	color: #fff;
}
.ln-home .tab-lists li.rank-row .list_icon.top3 {
	background: #f8cc1c;
	color: #fff;
}
.ln-home .tab-lists li.rank-row .list_icon.top4,
.ln-home .tab-lists li.rank-row .list_icon.top5,
.ln-home .tab-lists li.rank-row .list_icon.top6,
.ln-home .tab-lists li.rank-row .list_icon.top7,
.ln-home .tab-lists li.rank-row .list_icon.top8,
.ln-home .tab-lists li.rank-row .list_icon.top9,
.ln-home .tab-lists li.rank-row .list_icon.top10 {
	color: #a9aeb7;
}
.ln-home .tab-lists li.rank-row .rank-title {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .tab-lists li.rank-row .rank-extra,
.ln-home .tab-lists li.rank-row .rank-author {
	flex: 0 0 auto;
	max-width: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
}

/* book cards grid */
.ln-home .mind-showbook {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 14px;
}
.ln-home .top-two-blank-mid .mind-showbook {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ln-home .mind-book {
	display: flex;
	gap: 12px;
	min-width: 0;
}
.ln-home .mind-book .img-book {
	flex: 0 0 72px;
	width: 72px;
	height: 96px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.ln-home .mind-book .img-book img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ln-home .mind-book .book-info {
	flex: 1;
	min-width: 0;
	position: relative;
	padding-bottom: 22px;
}
.ln-home .mind-book .bookname {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .mind-book .info {
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ln-home .mind-book .author {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	color: #999;
	max-width: 55%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .mind-book .updatenum,
.ln-home .mind-book .cate {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #fc7403;
	padding: 0 6px;
	line-height: 20px;
	border: 1px solid #fdd5b3;
	border-radius: 2px;
	max-width: 42%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .mind-book .cate {
	color: #666;
	border-color: #e6e6e6;
}

/* hot + categories */
.ln-home .ln-hot-grid {
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr);
	gap: 22px;
}
.ln-home .male-blank .top-title {
	margin-bottom: 8px;
}
.ln-home .compile.malebook {
	height: auto;
	min-height: 420px;
	padding-bottom: 16px;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.ln-home .compile {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 4px;
	padding-bottom: 16px;
}
.ln-home .small-swiper {
	padding: 0 12px;
}
.ln-home .swiper-container,
.ln-home .swiper-container1 {
	position: relative;
	height: 150px;
	margin: 8px 0 0;
	list-style: none;
}
.ln-home .swiper-item {
	position: absolute;
	width: 92px;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	transition: transform .2s, opacity .2s;
}
.ln-home .swiper-item img {
	display: block;
	width: 92px;
	height: 122px;
	object-fit: cover;
}
.ln-home .sclbook-male .swiper-item:nth-child(1) { left: 36px; top: 24px; z-index: 5; }
.ln-home .sclbook-male .swiper-item:nth-child(2) { left: 58px; top: 16px; z-index: 4; }
.ln-home .sclbook-male .swiper-item:nth-child(3) { left: 80px; top: 8px; z-index: 3; }
.ln-home .sclbook-male .swiper-item:nth-child(4) { left: 102px; top: 0; z-index: 2; }
.ln-home .sclbook-male .swiper-item:nth-child(5) { left: 124px; top: -4px; z-index: 1; }
.ln-home .swiper-container1 .swiper-item:nth-child(1) { left: 42px; top: 20px; z-index: 3; }
.ln-home .swiper-container1 .swiper-item:nth-child(2) { left: 68px; top: 10px; z-index: 2; }
.ln-home .swiper-container1 .swiper-item:nth-child(3) { left: 94px; top: 0; z-index: 1; }
.ln-home .swiper-item.is-active {
	z-index: 20 !important;
	opacity: 1;
	transform: scale(1.04);
}
.ln-home .itemInfo {
	padding: 8px 10px 0;
	text-align: center;
}
.ln-home .swiper-infobox .itemInfo {
	display: none;
}
.ln-home .swiper-infobox .itemInfo.is-active {
	display: block;
}
.ln-home .itemInfo .name {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .itemInfo .author-text {
	font-size: 13px;
	color: #666;
}
.ln-home .itemInfo .item-meta {
	margin-bottom: 6px;
	text-align: center;
}
.ln-home .itemInfo .item-meta .author-text {
	display: block;
	margin-bottom: 8px;
}
.ln-home .itemInfo .item-meta-sep {
	display: none;
}
.ln-home .itemInfo .item-meta .cate-text {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: #999;
}
.ln-home .itemInfo .cate-text {
	margin-bottom: 6px;
	font-size: 12px;
	color: #999;
}
.ln-home .itemInfo .intr-text {
	display: block;
	min-height: 66px;
	padding: 0 8px;
	font-size: 13px;
	line-height: 1.65;
	color: #666;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ln-home .itemInfo .a-link {
	display: block;
	width: 112px;
	margin: 16px auto 0;
	line-height: 30px;
	color: #fff !important;
	background: #d32f2f;
	border-radius: 2px;
	font-size: 14px;
}
.ln-home .itemInfo .a-link:hover {
	background: #e84848;
}
.ln-home .cate-blank {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px 16px;
}
.ln-home .cate-cell {
	min-width: 0;
	padding: 12px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.ln-home .top-title-two {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}
.ln-home .top-title-two .title {
	font-size: 18px;
	letter-spacing: 1px;
}
.ln-home .more-link {
	font-size: 12px;
	color: #999;
}
.ln-home .cate-cell .lists li {
	line-height: 35px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
}
.ln-home .cate-cell .lists li span {
	color: #999;
	margin-right: 4px;
}

/* bottom links */
.ln-home .tab-lists-two .link {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 16px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed #e8e8e8;
}
.ln-home .tab-lists-two .link p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}
.ln-home .tab-lists-two .link .classify {
	color: #999;
	margin-right: 6px;
}

/* recent updates */
.ln-home .ln-update-block {
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
	margin-bottom: 20px;
}
.ln-home .ln-update-block .title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}
.ln-home .ln-update-row {
	display: grid;
	grid-template-columns: 56px minmax(0, 240px) minmax(0, 1fr) 88px 72px;
	gap: 16px;
	align-items: center;
	padding: 0;
	min-height: 40px;
	border-bottom: 1px dotted #e8e8e8;
	font-size: 14px;
	letter-spacing: 1px;
}
.ln-home .ln-update-row:last-child {
	border-bottom: 0;
}
.ln-home .ln-update-cat {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .ln-update-book {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .ln-update-ch {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.ln-home .ln-update-author {
	color: #999;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ln-home .ln-update-time {
	color: #999;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-shrink: 0;
}
.ln-home .ln-links {
	padding: 12px 0 24px;
	font-size: 12px;
	color: #999;
	line-height: 1.8;
}

/* footer */
.ln-home .footer {
	margin-top: 0;
	background: #fff;
	border-top: 1px solid #eee;
}
.ln-home .footer_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 16px;
	text-align: center;
}
.ln-home .footer_cont p {
	margin: 0 0 6px;
	color: #999;
	font-size: 12px;
	line-height: 1.8;
}
.ln-home .footer_cont a {
	color: #666;
}
.ln-home .footer_cont a:hover {
	color: #d32f2f;
}
.ln-home .ln-foot-legal a {
	color: #d32f2f;
}
.ln-home .gotop {
	display: none;
}

@media (max-width: 1199px) {
	.ln-home .ln-row-main,
	.ln-home .ln-row-2,
	.ln-home .ln-row-3,
	.ln-home .ln-hot-grid {
		grid-template-columns: 1fr;
	}
	.ln-home .ln-head-fixed {
		height: auto;
	}
	.ln-home .ln-head-bar {
		flex-wrap: wrap;
		height: auto;
		padding: 10px 0;
	}
	.ln-home .ln-search {
		order: 3;
		flex: 1 1 100%;
		max-width: none;
	}
	.ln-home {
		padding-top: 100px;
	}
	.ln-home .mind-showbook,
	.ln-home .top-two-blank-mid .mind-showbook {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ln-home .cate-blank {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 991px) {
	html {
		overflow-x: hidden;
	}
	body.ln-home {
		overflow-x: hidden;
		max-width: 100%;
		padding-top: 52px;
		letter-spacing: 0;
	}
	.ln-home .wrap {
		width: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
	.ln-home .ln-head-fixed {
		height: auto;
		min-height: 52px;
	}
	.ln-home .ln-head-bar {
		height: 52px;
		gap: 10px;
		padding: 0;
		flex-wrap: nowrap;
	}
	.ln-home .ln-logo {
		font-size: 18px;
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ln-home .ln-head-desktop {
		display: none !important;
	}
	.ln-home .ln-head-mobile {
		display: flex;
	}
	.ln-home .ln-row-main,
	.ln-home .top-one-blank-left,
	.ln-home .top-one-blank-right,
	.ln-home #index_tpic,
	.ln-home .livelybox,
	.ln-home .tab-lists,
	.ln-home .tab-lists-two,
	.ln-home .ln-update-block,
	.ln-home .male-blank {
		min-width: 0;
		max-width: 100%;
	}
	.ln-home .ln-update-block {
		padding: 12px 14px;
	}
	.ln-home .ln-update-block .title {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.ln-home .ln-update-row {
		grid-template-columns: 38px minmax(0, 1fr) 54px;
		grid-template-rows: auto auto;
		gap: 4px 8px;
		padding: 10px 0;
		min-height: 0;
		align-items: center;
		letter-spacing: 0;
		font-size: 13px;
	}
	.ln-home .ln-update-cat {
		grid-column: 1;
		grid-row: 1;
		font-size: 11px;
		line-height: 1.2;
		text-align: center;
		padding: 3px 2px;
		background: #f5f5f5;
		border-radius: 2px;
	}
	.ln-home .ln-update-cat a {
		color: #888;
	}
	.ln-home .ln-update-book {
		grid-column: 2;
		grid-row: 1;
		font-size: 15px;
		font-weight: 600;
		min-width: 0;
	}
	.ln-home .ln-update-time {
		display: block;
		grid-column: 3;
		grid-row: 1;
		font-size: 11px;
		text-align: right;
		white-space: nowrap;
		align-self: center;
	}
	.ln-home .ln-update-author {
		grid-column: 1;
		grid-row: 2;
		font-size: 12px;
		text-align: left;
		color: #999;
		align-self: start;
	}
	.ln-home .ln-update-ch {
		display: block;
		grid-column: 2 / 4;
		grid-row: 2;
		font-size: 12px;
		color: #aaa;
		text-align: left;
		min-width: 0;
		align-self: start;
	}
	.ln-home .mind-showbook,
	.ln-home .top-two-blank-mid .mind-showbook,
	.ln-home .cate-blank,
	.ln-home .tab-lists-two .link {
		grid-template-columns: 1fr;
	}
	.ln-home #index_tpic {
		grid-template-columns: 128px minmax(0, 1fr);
		grid-template-rows: auto auto;
		grid-template-areas:
			"cover info"
			"tabs tabs";
		gap: 14px 18px;
		padding: 16px;
		min-height: 0;
		max-width: 100%;
		overflow: hidden;
	}
	.ln-home #index_tpic_big {
		width: 100%;
		max-width: none;
		margin: 0;
		align-self: start;
	}
	.ln-home #index_tpic_big img {
		width: 100%;
		height: auto;
		max-height: none;
		aspect-ratio: 3 / 4;
		border-radius: 6px;
	}
	.ln-home #index_tpic_binfo {
		min-width: 0;
	}
	.ln-home #index_tpic_binfo h3 a {
		font-size: 18px;
		line-height: 1.35;
		letter-spacing: 0;
	}
	.ln-home #index_tpic_binfo .ln-tpic-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 6px 14px;
		margin-top: 10px;
	}
	.ln-home #index_tpic_binfo .author,
	.ln-home #index_tpic_binfo .cate {
		display: inline-block;
		margin: 0;
		font-size: 12px;
	}
	.ln-home #index_tpic_binfo .author a,
	.ln-home #index_tpic_binfo .cate a {
		color: #555;
	}
	.ln-home #index_tpic_binfo p.info {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.65;
		color: #555;
		-webkit-line-clamp: 3;
	}
	.ln-home #index_tpic_binfo .chapter {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 6px;
		margin-top: 10px;
		font-size: 12px;
	}
	.ln-home #index_tpic_binfo .chapter a {
		color: #555;
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ln-home #index_tpic_binfo .chapter span {
		flex: 0 0 auto;
		color: #d32f2f;
		border-color: #f0c4c4;
		background: #fff5f5;
	}
	.ln-home .ln-tpic-read {
		display: block;
		margin-top: 12px;
		line-height: 38px;
		text-align: center;
		color: #fff !important;
		background: linear-gradient(180deg, #e84848 0%, #d32f2f 100%);
		border-radius: 6px;
		font-size: 14px;
		font-weight: 600;
		box-shadow: 0 2px 8px rgba(211, 47, 47, .25);
	}
	.ln-home .ln-tpic-read:hover {
		background: #e84848;
	}
	.ln-home #index_tpic_tab {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 10px;
		margin-top: 0;
		padding: 12px 0 4px;
		border-top: 1px solid #f0f0f0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		scroll-padding-inline: 16px;
		overscroll-behavior-x: contain;
	}
	.ln-home #index_tpic_tab::after {
		content: "";
		flex: 0 0 6px;
	}
	.ln-home #index_tpic_tab::-webkit-scrollbar {
		display: none;
	}
	.ln-home #index_tpic_tab a {
		flex: 0 0 56px;
		width: 56px;
		height: 74px;
		border-radius: 6px;
		transition: box-shadow .2s, border-color .2s, opacity .2s;
	}
	.ln-home #index_tpic_tab a.active {
		border-color: #d32f2f;
		box-shadow: inset 0 0 0 1px #d32f2f;
	}
	.ln-home .male-blank.tab-lists-two {
		padding: 14px 0 16px;
	}
	.ln-home .male-blank .top-title {
		padding: 0 14px 10px;
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
	}
	.ln-home .male-blank .cate-blank {
		padding: 0 14px;
	}
	.ln-home .compile.malebook {
		min-height: 0;
		padding-bottom: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}
	.ln-home .small-swiper {
		padding: 0;
	}
	.ln-home .swiper-container,
	.ln-home .swiper-container1 {
		display: flex;
		align-items: flex-start;
		position: static;
		height: auto;
		margin: 0;
		padding: 12px 14px 0;
		gap: 12px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		scroll-padding-inline: 14px;
		overscroll-behavior-x: contain;
	}
	.ln-home .swiper-container::after,
	.ln-home .swiper-container1::after {
		content: "";
		flex: 0 0 2px;
	}
	.ln-home .swiper-container::-webkit-scrollbar,
	.ln-home .swiper-container1::-webkit-scrollbar {
		display: none;
	}
	.ln-home .swiper-item {
		position: static !important;
		left: auto !important;
		top: auto !important;
		flex: 0 0 72px;
		width: 72px;
		transform: none !important;
		opacity: .6;
		border-radius: 6px;
		transition: opacity .2s, box-shadow .2s;
	}
	.ln-home .swiper-item img {
		width: 72px;
		height: 96px;
		border-radius: 6px;
	}
	.ln-home .swiper-item.is-active {
		opacity: 1;
		transform: none !important;
		box-shadow: inset 0 0 0 2px #d32f2f;
	}
	.ln-home .sclbook-male .swiper-item:nth-child(n),
	.ln-home .swiper-container1 .swiper-item:nth-child(n) {
		left: auto;
		top: auto;
	}
	.ln-home .itemInfo {
		margin-top: 4px;
		padding: 14px 14px 16px;
		text-align: left;
		border-top: 1px solid #f0f0f0;
	}
	.ln-home .itemInfo .name {
		font-size: 18px;
		margin-bottom: 8px;
		color: #222;
	}
	.ln-home .itemInfo .item-meta {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 12px;
		color: #777;
	}
	.ln-home .itemInfo .item-meta-sep {
		display: inline;
		color: #ddd;
	}
	.ln-home .itemInfo .item-meta .author-text {
		display: inline;
		margin: 0;
		color: #666;
	}
	.ln-home .itemInfo .item-meta .cate-text {
		display: inline;
		margin: 0;
		color: #888;
	}
	.ln-home .itemInfo .item-meta .cate-text a {
		color: #888;
	}
	.ln-home .itemInfo .intr-text {
		min-height: 0;
		padding: 0;
		font-size: 13px;
		line-height: 1.7;
		color: #666;
		text-align: left;
		-webkit-line-clamp: 3;
	}
	.ln-home .itemInfo .a-link {
		width: 100%;
		max-width: none;
		margin: 14px 0 0;
		line-height: 40px;
		border-radius: 6px;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		background: linear-gradient(180deg, #e84848 0%, #d32f2f 100%);
		box-shadow: 0 2px 8px rgba(211, 47, 47, .25);
	}
	.ln-home .itemInfo .a-link:hover {
		background: #e84848;
	}
	.ln-home .livelybox {
		flex-direction: column;
		margin-top: 12px;
		padding: 0;
		overflow: hidden;
	}
	.ln-home .livelybox .livelytit {
		flex: none;
		width: 100%;
		padding: 10px 14px;
		border-radius: 0;
		font-size: 14px;
		font-weight: 600;
	}
	.ln-home .livelybox > div {
		flex: none;
		width: 100%;
		padding: 0 14px;
		border-right: 0;
		border-bottom: 0;
	}
	.ln-home .livelybox > div:last-child {
		padding-bottom: 4px;
	}
	.ln-home .livelybox p {
		display: flex;
		align-items: center;
		gap: 6px;
		margin: 0;
		padding: 10px 0;
		border-bottom: 1px dotted #e8e8e8;
		overflow: hidden;
		white-space: nowrap;
		font-size: 13px;
	}
	.ln-home .livelybox p:last-child {
		border-bottom: 0;
	}
	.ln-home .livelybox p > a {
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #333;
	}
	.ln-home .livelybox span a {
		color: #d32f2f;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.ln-home #index_tpic {
		grid-template-columns: 112px minmax(0, 1fr);
		padding: 14px;
	}
	.ln-home #index_tpic_binfo h3 a {
		font-size: 17px;
	}
	.ln-home .ln-hot-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

html.ln-lang-loading::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(255, 255, 255, .78);
}
html.ln-lang-loading::after {
	content: '切换中…';
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
	padding: 12px 20px;
	font-size: 14px;
	color: #666;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
