@charset "utf-8";

/*!
 * agilebins v1.0.4
 *
 * 快速解决网站上大部分特效展示...
 * 官网: http://ab.geshai.com
 * 
 *有疑难问题可选择QQ群① 158544200 或QQ群② 790370978 进行反馈
 *
 * 请尊重原创，保留头部版权
 * 在保留版权的前提下，可应用于个人或商业用途
 *
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	letter-spacing: .03em
}

.mediadoc-text h1,
.mediadoc-text h2,
.mediadoc-text h3,
.mediadoc-text h4,
.mediadoc-text h5,
.mediadoc-text h6,
.mediadoc-text p,
.mediadoc-text blockquote,
.mediadoc-text pre,
.mediadoc-text a,
.mediadoc-text img,
.mediadoc-text q,
.mediadoc-text dl,
.mediadoc-text dt,
.mediadoc-text dd,
.mediadoc-text ol,
.mediadoc-text ul,
.mediadoc-text li,
.mediadoc-text fieldset,
.mediadoc-text form,
.mediadoc-text label,
.mediadoc-text legend,
.mediadoc-text table,
.mediadoc-text caption,
.mediadoc-text tbody,
.mediadoc-text tfoot,
.mediadoc-text thead,
.mediadoc-text tr,
.mediadoc-text th,
.mediadoc-text td,
.article-main h1,
.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5,
.article-main h6,
.article-main p,
.article-main blockquote,
.article-main pre,
.article-main a,
.article-main img,
.article-main q,
.article-main dl,
.article-main dt,
.article-main dd,
.article-main ol,
.article-main ul,
.article-main li,
.article-main fieldset,
.article-main form,
.article-main label,
.article-main legend,
.article-main table,
.article-main caption,
.article-main tbody,
.article-main tfoot,
.article-main thead,
.article-main tr,
.article-main th,
.article-main td {
	all: revert;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.clear {
	height: 0;
	clear: both;
	overflow: hidden
}

body {
	font: 12px/18px "microsoft yahei", "SimHei", "SimSun";
	-webkit-text-size-adjust: 100%;
	min-width: 1200px
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	color: inherit;
	text-decoration: none
}

.h100 {
	height: 100px;
	overflow: hidden
}

.h50 {
	height: 30px;
	overflow: hidden
}




/******************  分界线  ********************/
*,
body,
html {
	box-sizing: border-box;
}

/* 一、导航菜单演示 */
.header-box {
	position: relative;
	height: 60x;
	z-index: 1;
	flex-shrink: 0;
	/* background-image: url('../static/bg.png'); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


.header-nav {
	width: 100%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	height: 60px;
	padding: 0 18.7%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-logo,
.header-login {
	cursor: pointer;
}

.header-nav .one {
	padding-left: 80px;
	flex: 1;
}

.header-nav .conts {
	position: relative;
	z-index: 2;
	float: left;
	line-height: 64px;
	padding: 0 24px;
	cursor: pointer;
}

.header-nav h3 {
	font-size: 15px;
	font-weight: 700;
}

.header-nav h3 a {
	color: #384572;
	font-weight: 400;
}

.header-nav h3 a:hover {
	color: #1549C0;
	text-decoration: none;
}


.header-nav .on a {
	color: #1549C0;
}

.header-nav .on a:hover {
	color: #1549C0;
	text-decoration: none;
}

.header-nav .sub {
	display: none;
	text-align: center;
	width: 120px;
	border-radius: 0 0 8px 8px;
	background-color: #3c3;
	z-index: 99;
}

.header-nav .sub ul {
	padding: 20px 0;
}

.header-nav .sub li {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
}

.header-nav .sub li a {
	color: #fff;
}

.header-nav .sub li a:hover {
	color: #fff;
	text-decoration: underline;
}

.header-nav .header-login {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: #384572;
	font-size: 14px;
	letter-spacing: 2px;
}

.search-img {
	margin-right: 24px;
}

.header-nav .header-login img {
	margin-right: 8px;
}



.book-tab-content {
	padding: 30px 0;
	border-bottom: 2px solid #1549C0;
}

.book-tab-btn {
	width: 126px;
	height: 48px;
	border-radius: 24px;
	color: #384572;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	padding: 12px 31px;
	margin-right: 12px;
	cursor: pointer;
}

.tab-actived {
	background: rgba(21, 73, 192, 0.1);
	color: #1549C0;
	font-weight: 600;
}

.book-content {
	flex: 1;
	display: flex;
	margin: 36px 0 58px 0;
	column-gap: 36px;
}

.book-content>div {
	flex-shrink: 0;
}

.book-tree-area {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 240px;
	user-select: none;
}

.tree-card {
	padding: 24px 16px;
	background: rgba(21, 73, 192, 0.05);
}

.tree-card-title {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	color: #384572;
}

.tree-card-title img {
	transition: all .3s ease-in;
}

.tree-card-title:not(.on) img {
	transform: rotate(-180deg);
}

.tree-card-select {
	/* margin-top: 12px; */
	margin-top: 8px;
	width: 100%;
}

.book-result {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.book-result-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.book-result-keyword {
	color: #A6ACBC;
}

.result-keyword {
	color: #384572;
	font-size: 16px;
	margin-right: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
	vertical-align: bottom;
	display: inline-block;
}

.result-num {
	font-size: 18px;
	font-weight: 600;
	color: #384572;
}

.book-result-search {
	position: relative;
}

.result-search-input {
	width: 467px;
	height: 40px;
	padding-left: 12px;
	border: 1px solid #DAE0EE;
	border-radius: 20px;
}

.result-search-input:focus {
	border: 1px solid #1549C0;
	outline: none;
}

.result-search-input::placeholder {
	color: #A6ACBC;
}

.book-result-search img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	cursor: pointer;
}

.book-result-toolbar {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(21, 73, 192, 0.05);
	padding: 0 24px;
}

.toolbar-type {
	display: flex;
	column-gap: 20px;
}

.flex-box .toolbar-type {
	column-gap: 12px;
	padding-right: 12px;
	border-right: 1px solid #DAE0EE;
}

.toolbar-type-btn {
	color: #677390;
	cursor: pointer;
}

.toolbar-type-btn img:nth-child(2) {
	display: none;
}

.toolbar-actived {
	color: #1549C0;
}

.toolbar-actived img:nth-child(2) {
	display: inline-block;
}

.toolbar-actived img:nth-child(1) {
	display: none;
}

.flex-box {
	display: flex;
}

.toolbar-type-other {
	cursor: pointer;
	margin-left: 12px;
	color: #677390;
}

.toolbar-type-other img:nth-child(2) {
	display: none;
}

.toolbar-type-other:hover {
	color: #1549C0;
}

.toolbar-type-other:hover img:nth-child(1) {
	display: none;
}

.toolbar-type-other:hover img:nth-child(2) {
	display: inline-block;
}

.book-result-list {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.result-list-card {
	display: flex;
	column-gap: 40px;
	padding-bottom: 38px;
	border-bottom: 1px solid #DAE0EE;
}

.result-list-card:hover {
	cursor: pointer;
}

.result-list-card:hover .list-card-title {
	color: #1549C0;
}

.result-list-card:hover .list-card-cover img {
	transform: rotateY(-25deg);
}

.list-card-cover {
	width: 120px;
	height: 163px;
	perspective: 800px;
	flex-shrink: 0;
	box-shadow:
		6px 6px 10px rgba(100, 100, 100, 0.2),
		10px 10px 20px rgba(120, 120, 120, 0.15),
		0 8px 15px rgba(150, 150, 150, 0.1);
}

.list-card-cover img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	transform-origin: 0 0;
}

.list-card-info {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.list-card-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 23px;
	color: #384572;
	font-size: 20px;
	font-weight: 600;
}
.list-card-msg-block span:nth-child(2) {
	flex-shrink: 0;
}
.list-card-msg-block span:nth-child(3){
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-highlight {
	background-color: #FFDEBA;
}

.list-card-title:hover {
	cursor: pointer;
	color: #1549C0;
}

.list-card-tag {
	display: inline-flex;
	padding: 4px 12px;
	align-items: center;
	column-gap: 20px;
	border-radius: 88px;
	background: rgba(21, 73, 192, 0.1);
	color: #1549C0;
	white-space: nowrap;
}

.list-card-tag span {
	position: relative;
	/* max-width: 48%;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.list-card-tag span:nth-last-child(1)::after {
	display: none;
}

.list-card-tag span::after {
	content: '';
	width: 4px;
	position: absolute;
	height: 4px;
	border-radius: 50%;
	background: #1549C0;
	top: calc(50% - 2px);
	right: -10px;
}

.list-card-msg {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 8px;
	color: #677390;
}

.list-card-msg .list-card-msg-block {
	display: flex;
	align-items: center;
	min-width: 0;
}

.list-card-msg-block img {
	margin-right: 4px;
}

.list-card-desc {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #A6ACBC;
}

.list-card-btns {
	display: none;
	column-gap: 12px;
}

.list-card-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	color: #1549C0;
	padding: 4px 16px;
	border: 1px solid #1549C0;
	border-radius: 20px;
}

.list-card-btn img {
	margin-right: 4px;
}

.list-card-btn:hover {
	background: rgba(21, 73, 192, 0.1);
}

.normal-card:hover .list-card-tag-box {
	display: none;
}

.normal-card:hover .list-card-btns {
	display: flex;
}

.sub-Library .list-card-cover {
	width: 282px;
	box-shadow: none;
}

.book-result-card {
	display: none;
	/* display: grid; */
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.result-card-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 346px;
	overflow: hidden;
	border-radius: 8px;
	padding: 24px;
	border: 1px solid #DAE0EE;
}

.result-card-box:hover {
	border-color: #1549C0;
	cursor: pointer;
}

.result-card-box:hover .card-box-title {
	color: #1549C0;
}

.result-card-box:hover .card-box-cover img {
	transform: rotateY(-25deg);
}

.card-box-cover {
	height: 164px;
	width: 120px;
	margin: 0 auto;
	perspective: 800px;
	box-shadow:
		6px 6px 10px rgba(100, 100, 100, 0.2),
		10px 10px 20px rgba(120, 120, 120, 0.15),
		0 8px 15px rgba(150, 150, 150, 0.1);
	margin-bottom: 16px;
}

.card-box-cover img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	transform-origin: 0 0;
}

.card-box-title {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #384572;
}

.card-box-title:hover {
	color: #1549C0;
	cursor: pointer;
}

.card-box-author {
	display: flex;
	align-items: center;
	color: #677390;
	justify-content: center;

}

.card-box-author span {
	display: inline-block;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.card-box-author img {
	margin-right: 2px;
}

.book-result-card .list-card-tag-box {
	text-align: center;
}

.card-text,
.card-sub-Library {
	padding: 24px 20px;
}

.card-sub-Library .card-box-cover {
	width: 100%;
	height: 101px;
	box-shadow: none;
}

.card-text .card-box-author,
.card-sub-Library .card-box-author {
	justify-content: flex-start;
}

.card-box-desc {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #A6ACBC;
	line-height: 20px;
}

.card-text .card-box-desc {
	line-clamp: 8;
	-webkit-line-clamp: 8;
}

.card-text .list-card-tag-box,
.card-sub-Library .list-card-tag-box {
	text-align: left;
}

.latest-publish {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.publish-book-title {
	border-bottom: 1px solid #DAE0EE;
}

.publish-title-tag {
	display: inline-block;
	position: relative;
	color: #384572;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0 24px 0;
}

.publish-tag-actived::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	background: #1549C0;
	height: 4px;
}

.publish-book-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 33px;
	row-gap: 40px;
}

.book-grid-card {
	display: flex;
	cursor: pointer;
	flex-direction: column;
	min-width: 0;
}

.book-grid-card:hover .grid-card-cover img {
	transform: rotateY(-25deg);
}

.grid-card-cover {
	position: relative;
	perspective: 800px;
	padding-top: 135.6%;
	/* 优化阴影层次，更贴近图片中右侧稍重、底部渐淡的效果 */
	box-shadow:
		6px 6px 10px rgba(100, 100, 100, 0.2),
		10px 10px 20px rgba(120, 120, 120, 0.15),
		0 8px 15px rgba(150, 150, 150, 0.1);

}

.grid-card-cover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	transform-origin: 0 0;
}

.grid-card-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	color: #384572;
	margin: 24px 0 8px 0;
	line-height: 20px;
	text-align: center;
}

.grid-card-author {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	color: #A6ACBC;
	text-align: center;
}

.result-card-box {
	position: relative;
}

.result-card-box:hover .result-card-box-btn {
	display: flex;
}
.result-card-box:hover.normal-list-card .card-box-author,
.result-card-box:hover.normal-list-card .list-card-tag-box {
	display: none;
}
.result-card-box-btn {
	position: absolute;
	left: 16px;
	bottom: 34px;
	width: calc(100% - 32px);
	height: 32px;
	background: #F2F5FA;
	border-radius: 32px;
	display: none;
	justify-content: space-around;
	align-items: center;
}

.result-card-box-btn>dib {
	cursor: pointer;
}

.book-result-card .down-tip {
	width: 100%;
	top: -120px;
	height: 120px;
}