.slide-container {
	height: auto;
}

.module {
	margin-top: 0;
	padding-top: 10px;
}

.book-ol-fl {
	overflow: hidden;
	padding: 0 0.5rem 0.5rem;
}

.book-ol-fl .book-li {
	width: 50%;
	float: left;
}

.book-li::after {
	content: '';
	display: block;
	border-bottom: 1px solid #f0f1f2;
	margin-left: 1rem;
	margin-top: -1px;
	-webkit-transition: margin-left .15s;
	transition: margin-left .15s;
}

.book-ol-fl .book-li::after {
	border-bottom: none;
}

.book-ol-fl .book-layout {
	padding: 0.5rem;
}

.category-list {
	border-radius: 0.2rem;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.fl-header {
	overflow: hidden;
	display: block;
	height: 4rem;
	background: linear-gradient(to bottom,#F5F5F5,#7B7B7B);
}

.fl-header .fl-header-l {
	float: left;
	height: 4rem;
	width: 50%;
	line-height: 4rem;
	text-align: center;
	font-weight: 500;
	font-size: 0.875rem;
	background: #F5F5F5;
}

.fl-header .fl-header-r {
	float: left;
	height: 4rem;
	width: 50%;
	background: #F5F5F5;
}

.fl-list-container-roundabout {
	display: block;
	position: relative;
	bottom: -0.5rem;
	width: 4.125rem;
	height: 3rem;
}

.fl-list-container-roundabout li {
	position: absolute;
	width: 2.25rem;
	top: 0.5rem;
}

.fl-list-container-roundabout li.book1 {
	left: 0.875rem;
	top: 0.0625rem;
	z-index: 1;
}

.fl-list-container-roundabout li.book2 {
	left: 2.4375rem;
}

.fl-list-container-roundabout li.book3 {
	left: -0.3125rem;
}

.fl-list-container-roundabout li img {
	width: 2.25rem;
	height: 3rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.fl-list-container-roundabout li.book1 img {
	width: 2.625rem;
	height: 3.5rem;
}

.fl-content {
	padding: 0.5rem 1rem;
	overflow: hidden;
	counter-reset: bookrank;
}

.fl-content-li {
	font-size: 0.75rem;
	margin: 0.5rem 0;
	font-weight: 500;
	overflow: hidden;
}

.fl-content-li::before {
	content: counter(bookrank) ".";
	counter-increment: bookrank;
}

.fl-content-li-text {
	overflow: hidden;
}

.fl-content-li-text a {
	display: inline-block;
	max-width: 78%;
	overflow: hidden;
	vertical-align: middle;
}

.fl-content-li-text .icon-arrow-r {
	display: inline-block;
	vertical-align: middle;
	height: 0.625rem;
}

.icon-arrow-r {
	float: right;
	padding-top: 5px;
}

.fl-content-li-more {
	font-size: 0.75rem;
	display: block;
	margin: 0.5rem 0;
	font-weight: 500;
	color: #ff3955;
	margin-bottom: 0;
}

.sp-dark-mode .fl-header .fl-header-l, .sp-dark-mode .fl-header .fl-header-r {
	background: #3a3a3a;
}

@media (prefers-color-scheme: dark) {
	.fl-header .fl-header-l, .fl-header .fl-header-r {
		background: #3a3a3a;
	}
}

@media screen and (min-width: 768px) {
	ol.book-ol-normal li {
		width: auto;
		display: block
	}
}
