.news-feed,
.new-book-content,
.hit-albums {
	padding: 1px 0 80px 0;
}
.home-block {
	padding-top: 80px;
	padding-bottom: 80px;
}


.home-block:nth-child(odd) {
	background: #F3F6FC;

}

.header-title {
	color: #384572;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 27px;

}

.header-desc {
	color: #384572;
	font-size: 14px;
	white-space: nowrap;
	margin-bottom: 100px;
}

.header-search {
	display: flex;
	justify-content: center;
	column-gap: 14px;
}

.header-search-input {
	position: relative;
	display: flex;
	align-items: center;
	width: 498px;
	height: 50px;
	border-radius: 83px;
	background: white;
	padding-right: 20px;
	box-shadow: 0px 4px 8px 0px #3F52611A;
	border: 1px solid #F2F5FA;
	/* 加个动画处理一下重新聚焦时候的闪烁 */
	transition: all .5s;
}

.header-search-input:has(input:focus) {
	border-color: #1549C0;
}

#search-input:not(:placeholder-shown):hover+.clear-icon,
#search-input:not(:placeholder-shown):focus+.clear-icon {
	display: flex;
}

#search-input:not(:placeholder-shown)+.clear-icon:hover {
	display: flex;
}

.clear-icon {
	display: none;
	right: 40px;
	width: 16px;
	height: 16px;
	position: absolute;
}

.search-history {
	position: absolute;
	width: 100%;
	top: 120px;
	display: none;
	flex-direction: column;
	gap: 12px;
	background: white;
	border-radius: 8px;
	padding: 12px 16px;
	box-shadow: 0px 4px 40px 0px #1D1E550A;
}

.history-title {
	color: #677390;
	font-size: 14px;
	text-align: left;
}

.history-tag {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.search-tag {
	cursor: pointer;
	border-radius: 14px;
	padding: 2px 8px;
	background-color: rgba(21, 73, 192, 0.05);
	height: 24px;
	max-width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #677390;
}

.header-search-advanced {
	width: 93px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	border-radius: 30px;
	background-color: #1549C0;
	color: white;
	flex-shrink: 0;
	font-size: 14px;
}

.search-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.search-item {
	text-align: left;
	cursor: pointer;
	position: relative;
	color: #384572;
	padding-left: 22px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-item::before {
	position: absolute;
	content: '';
	width: 14px;
	left: 0;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	background-image: url(../static/search.svg);
}

.header-search-select {
	line-height: 50px;
	z-index: 1;
	position: relative;
}


.header-search-select .area li.ibox {
	position: relative;
	float: left;
}

.header-search-select .area li.ibox a {
	color: #384572;
}

.header-search-select .area .ibox h3 {
	float: left;
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
}

.header-search-select .area li.ibox h3 a {
	float: left;
	font-weight: 700;
	padding: 0px 17px 0 34px;
	color: #384572;
	font-size: 14px;
	display: block;
}

.header-search-select .area li.ibox h3 a:hover,
.header-search-select .area li.on h3 a {
	color: #1549C0;
}

.header-search-select .area li.ibox h3 em {
	float: left;
	width: 8px;
	height: 50px;
	margin-right: 20px;
	text-indent: -999px;
	background: url('/staticresource/scioabook/static/down.png') center center no-repeat;
	overflow: hidden;
}

.header-search-select .area li.on h3 em {
	float: left;
	width: 8px;
	height: 50px;
	margin-right: 20px;
	text-indent: -999px;
	background: url('/staticresource/scioabook/static/down.png') center center no-repeat;
	transform: rotate(180deg);
	overflow: hidden;
}

.header-search-select .area li.ibox .menus {
	position: absolute;
	left: 0;
	top: 45px;
	float: left;
	padding: 20px 0;
	width: 120px;
	line-height: 28px;
	background: #f9fdff;
	border-radius: 8px;
	display: none;
	z-index: 99;
}

.header-search-select .area li.ibox .menus li a {
	font-size: 12px;
	padding: 0px 33px;
	line-height: 28px;
	height: 28px;
	display: block;
}

.header-search-select .area li.ibox .menus li a:hover {
	background: #bed8ef;
	color: #fff;
}

.header-search-input input {
	border: none;
	outline: none;
	flex: 1;
	padding-right: 20px;
}

.header-search-input input::placeholder {
	color: rgb(56, 69, 114, .3);
	font-size: 14px;
}

.header-search-input img {
	cursor: pointer;
}


.hot-picks {
	/* margin-top: 93px; */
}

.picks-title {
	color: #384572;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	/* margin-top: 80px; */
}

.picks-desc {
	color: #A6ACBC;
	font-size: 14px;
	text-align: center;
	margin: 12px 0 80px 0;
}

.picks-more {
	text-align: center;
}

.picks-more-btn {
	margin: auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 40px;
	border-radius: 30px;
	color: #A6ACBC;
	font-size: 14px;
	margin-top: 24px;
	border: 1px solid #A6ACBC;
}

.picks-more-btn img {
	margin-left: 4px;
}

.picks-swaper {
	position: relative;
	margin-bottom: 55px;
}

.picks-prev,
.picks-next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
}

.picks-prev {
	left: 30px;
	display: none;
}

.picks-next {
	right: 30px;
}

.picks-swaper .picks-book-cover {
	position: relative;
	width: 100%;
	padding-top: 136%;
	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);
}

.picks-swaper .picks-book-cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s;
	transform-origin: 0 0;

}

.pick-grid .picks-book-cover {
	text-align: center;
	/* width: 200px;
	height: 272px; */
}

/* .pick-grid .picks-book-cover img {
	width: 200px;
	height: 272px;
} */

.picks-swaper .swiper-slide {
	width: 200px;
}

.pick-card {
	cursor: pointer;
	overflow: inherit;
	position: relative;
}

.new-book-card:hover .book-card-name,
.pick-card:hover .picks-book-name {
	color: #1549C0;
}

.new-book-card:hover .book-card-cover img,
.pick-card:hover .picks-book-cover img {
	transform: rotateY(-25deg);
}

.pick-grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(5, 1fr);
}

.shadow {
	/* position: absolute;
	width: 165%;
	height: 104%;
	z-index: -1;
	top: -24px;
	left: -36px; */
	position: absolute;
	width: 123%;
	height: 103%;
	z-index: -1;
	top: -22px;
	left: -6px;
}

.picks-swaper .picks-book-name {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #384572;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 8px 0;
}

.picks-swaper .picks-book-author {
	color: #A6ACBC;
	text-align: center;
	font-size: 14px;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}





.new-book-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 60px;
	margin-bottom: 80px;
}

.new-book-card {
	width: calc(50% - 40px);
	display: flex;
	column-gap: 24px;
}

.new-book-card a {
	display: flex;
	column-gap: 42px;
}

.book-card-cover {
	flex-shrink: 0;
	width: 160px;
	height: 218px;
	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);
}

.book-card-cover img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	transform-origin: 0 0;
}

.book-card-info {
	display: flex;
	flex-direction: column;
}

.book-card-name {
	color: #384572;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.book-card-text {
	display: flex;
	align-items: center;
	color: #677390;
	font-size: 14px;
	margin-top: 14px;
}

.book-card-text img {
	margin-right: 4px;
}

.book-card-desc {
	color: #A6ACBC;
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
}

.ranks {
	margin-bottom: 80px;
}

.rank-flex {
	display: flex;
	column-gap: 24px;
}

.rank-area-card {
	flex: 1;
	height: 512px;
	display: flex;
	border-radius: 8px;
	flex-direction: column;
	padding: 20px;
	background: linear-gradient(0deg, rgba(69, 128, 222, 0) 0%, rgba(75, 115, 247, 0.2) 100%);
	background-color: rgba(232, 239, 255, 0.302);
}

.rank-area-card:nth-child(2) {
	background: linear-gradient(0deg, rgba(56, 191, 220, 0) 0%, rgba(56, 191, 220, 0.2) 100%);
	background-color: rgba(232, 239, 255, 0.302);
}

.rank-area-card:nth-child(2) .rank-title,
.rank-area-card:nth-child(2) .rank-desc {
	color: #1E98BF;
}

.rank-area-card:nth-child(3) {
	background: linear-gradient(0deg, rgba(131, 139, 229, 0) 0%, rgba(186, 131, 229, 0.2) 100%);
	background-color: rgba(232, 239, 255, 0.302);

}

.rank-area-card:nth-child(3) .rank-title,
.rank-area-card:nth-child(3) .rank-desc {
	color: #635BC2;
}

.rank-info {
	position: relative;
	height: 92px;
	border-bottom: 1px solid rgba(55, 97, 178, 0.1);
	margin-bottom: 20px;
}

.rank-info .rank-img {
	position: absolute;
	top: 0;
	right: 0;
}

.rank-title {
	color: #3761B2;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.rank-desc {
	color: rgb(55, 97, 178, 6);
	margin-top: 12px;
	font-size: 14px;
	line-height: 1;
}

.rank-card {
	display: flex;
	column-gap: 12px;
	cursor: pointer;
}

.rank-card:not(:nth-last-child(1)) {
	margin-bottom: 16px;
}

.rank-num {
	flex-shrink: 0;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: 600;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #C9CDD4;
	background: rgba(201, 205, 212, .1);

}

.rank-card:nth-child(1) .rank-num {
	color: #F8652B;
	background: rgba(248, 101, 43, .1);
}

.rank-card:nth-child(2) .rank-num {
	color: #F89437;
	background: rgba(248, 148, 55, .1);
}

.rank-card:nth-child(2) .rank-num {
	color: #FFCF3A;
	background: rgba(255, 207, 58, .1);
}

.rank-book {
	flex: 1;
	display: flex;
	padding-top: 2px;
	column-gap: 32px;
}

.rank-info-title {
	color: #384572;
	font-size: 16px;
	font-weight: 600;
}

.rank-info-author,
.rank-info-desc {
	display: none;
	color: #A6ACBC;
	font-size: 14px;
	margin-top: 6px;
}

.rank-info-desc {
	display: none;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rank-book-cover {
	display: none;
	flex-shrink: 0;
	width: 82px;
	height: 112px;
}

.rank-book-cover img {
	width: 100%;
	height: 100%;
}

.actived-card .rank-book-title,
.actived-card .rank-book-author,
.actived-card .rank-book-cover {
	display: block;
}

.actived-card .rank-info-desc {
	display: -webkit-box;
}


.hit-box {
	display: flex;
}

.hit-swiper {
	background: white;
	position: relative;
}

.swiper-pagination2 {
	position: absolute;
	bottom: 24px;
	text-align: center;
	z-index: 1;
}

.header-box .swiper-pagination-bullet,
.hit-swiper .swiper-pagination-bullet {
	background: #DAE0EE;
	width: 40px;
	height: 4px;
	border-radius: 0;
}

.header-box .swiper-pagination-bullet {
	width: 20px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.122);
}

.header-box .swiper-pagination-bullet-active,
.hit-swiper .swiper-pagination-bullet-active {
	background: #1549C0;
}

.hit-card {
	padding: 70px 28px 24px;
}

.hit-card .picks-more .picks-more-btn {
	margin-left: 0;
}

.hit-card-title {
	color: #384572;
	font-size: 24px;
	font-weight: 600;
}

.hit-card-desc {
	margin-top: 24px;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	font-size: 14px;
	color: #677390;
	line-height: 24px;
}

.hit-swiper,
.hit-bg {
	flex: 1;
	height: 334px;
	overflow: hidden;
}

.hit-bg img {
	width: 100%;
	height: 100%;
}

.classic-works {
	margin-bottom: 80px;
}

.classic-swiper-container {
	position: relative;
}

.classic-prev,
.classic-next {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	background: white;
	box-shadow: 0px 7.27px 27.27px 0px #1549C01A;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 20%;
}

.classic-prev {
	left: -60px;
	display: none;
	transform: rotate(180deg);
}

.classic-next {
	right: -60px;
}

.classic-card-img {
	position: relative;
	padding-top: 58.1%;
}

.classic-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.classic-card-title {
	font-weight: 600;
	color: #384572;
	font-size: 16px;
	margin: 16px 0;
}

.classic-card-desc {
	color: #A6ACBC;
}

.news-box {
	margin: 58px 0;
}

.news-card-area {
	display: flex;
	column-gap: 48px;
}

.news-card {
	display: flex;
	flex: 1;
	height: 212px;
	background: #F3F6FC;
	padding: 48px 40px;
	column-gap: 24px;
	cursor: pointer;
	transition: all .3s;
	border: 1px solid #F3F6FC;
}

.news-card:hover {
	background-color: white;
	border-color: #1549C0;
	box-shadow: 0px 4px 40px 0px #1D1E550A;
}

.news-card:hover .news-card-date,
.news-card:hover .news-card-year,
.news-card:hover .news-card-title {
	color: #1549C0;
}

.news-card:hover .news-card-time {
	border-color: #1549C0;
}

.news-card:hover .news-card-title {
	text-decoration: underline;
}

.news-card-time {
	flex-shrink: 0;
	padding-right: 24px;
	border-right: 1px solid #E3E3E3;
}

.news-card-date {
	font-size: 28px;
	line-height: 28px;
	color: #384572;
}

.news-card-year {
	font-size: 14px;
	color: #384572;
	margin-top: 24px;
}

.news-card-title {
	font-size: 16px;
	line-height: 20px;
	color: #384572;
}

.news-card-desc {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #A6ACBC;
	line-height: 20px;
	margin-top: 24px;
}

.demo-main .friend-links {
	/* margin: 80px 0; */
	padding-top: 80px;
	padding-bottom: 80px;
}

.links-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: #384572;
	margin-bottom: 40px;
}

.links-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

.demo-main .link-img {
	background-color: white;
	position: relative;
	/* height: 80px; */
	border-radius: 8px;
	border: 1px solid #E3E3E3;
	/* padding: 11px; */
	padding-top: 35%;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all .3s;
}

.demo-main .link-img:hover {
	/* 向上移动实现抬起效果 */
	transform: translateY(-8px);
	/* 增强阴影表现立体感 */
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.link-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 5px;
}

.link-img img {
	width: 100%;
	height: 100%;
}