
.e-content {
	position: relative
}

.e-content-inner {
	position: relative;
	width: 100%
}


.e-header {
	padding: 0
}

.e-classify {
	position: relative;
	overflow: hidden;
	background-color: #E4E5E7;
	padding: 15px 0
}

.e-col-classify {
	width: 100%
}

.e-col-classify-inner {
	padding: 2px 13px
}

.e-col-classify-inner>a {
	color: #455a6e;
	font-size: 13px;
	padding: 0 4px;
	display: inline-block;
	line-height: 26px
}

.e-col-classify-inner>a:not(.active):hover {
	background-color: #f1f1f1
}

.e-col-classify-inner>a.active {
	background-color: #455a6e;
	color: #fff
}

.e-b-line {
	border-right: 1px solid #D3D4D6
}

.e-down {
	position: relative;
	text-align: center;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 20px
}

@media (max-width:490px) {
	.e-down {
		padding-left: 20px;
		padding-right: 20px
	}
}

.e-water-container {
	position: relative;
	width: 100%
}

a {
	text-decoration: none
}

.af-main {
	background-color: #f5f7fa
}

.explore-container {
	position: relative;
	margin: 0 auto;
	max-width: 1680px;
	padding: 0 40px
}

@media (max-width:490px) {
	.explore-container {
		padding: 0
	}
}

.search-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	row-gap: 24px;
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/case/new-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px 8px 0 0
}

@media (max-width:1100px) {
	.search-banner {
		flex-direction: column;
		justify-content: center
	}

	.search-banner .banner-left,
	.search-banner .banner-right {
		display: none
	}
}

@media (max-width:490px) {
	.search-banner {
		height: auto;
		padding: 28px 0 16px;
		row-gap: 13px
	}
}

.search-banner.search-banner-fixed {
	z-index: 20;
	padding: 16px 0;
	row-gap: 0
}

.search-banner.search-banner-fixed.expand-banner {
	padding: 0
}

@media (max-width:700px) {
	.search-banner.search-banner-fixed {
		position: fixed;
		top: 43px;
		left: 0
	}

	.search-banner.search-banner-fixed .explore-title,
	.search-banner.search-banner-fixed .search-box {
		display: none
	}
}

.search-banner.expand-banner .banner-category {
	background-color: #fff;
	padding-top: 6px
}

.search-banner.expand-banner .banner-category .category-head {
	display: flex
}

.search-banner.expand-banner .banner-category .category-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	column-gap: 9px;
	row-gap: 9px;
	padding: 0 7px 16px;
	overflow: hidden
}

.search-banner.expand-banner .banner-category .category-list a {
	background-color: #f4f5f7
}

.search-banner.expand-banner .banner-category .category-list .active {
	color: #fff;
	background-color: #0076fe
}

.search-banner.expand-banner .banner-category .expand-button {
	display: none
}

.search-banner .banner-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 24px;
	padding: 46px 0 28px
}

@media (max-width:1100px) {
	.search-banner .banner-center {
		width: 100%
	}
}

@media (max-width:490px) {
	.search-banner .banner-center {
		padding: 0
	}
}

.search-banner .explore-title {
	margin: 0;
	color: #101828;
	text-align: center;
	text-shadow: 0 4px 16px rgba(16, 29, 49, .09);
	font-family: 'Microsoft YaHei UI';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

@media (max-width:490px) {
	.search-banner .explore-title {
		font-size: 18px
	}
}

.search-banner .search-box {
	display: flex;
	align-items: center;
	padding: 0 20px 0 32px;
	width: 495px;
	height: 48px;
	background-color: #fff;
	border: 2px solid #0076fe;
	border-radius: 49px
}

@media (max-width:700px) {
	.search-banner .search-box {
		width: calc(100% - 40px)
	}
}

@media (max-width:490px) {
	.search-banner .search-box {
		height: 40px;
		padding: 0 12px 0 20px
	}
}

.search-banner .search-box .search-keyword {
	border: none;
	outline: 0;
	background-color: #fff;
	padding: 0;
	width: 100%;
	color: #999;
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: 'Microsoft YaHei UI';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

@media (max-width:490px) {
	.search-banner .search-box .search-keyword {
		font-size: 12px
	}
}

.search-banner .search-box .delete-icon {
	display: none;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	flex-shrink: 0;
	cursor: pointer;
	color: #ddd
}

.search-banner .search-box .delete-icon.show-icon {
	display: block
}

@media (hover:hover) {
	.search-banner .search-box .delete-icon:hover {
		color: #ccc
	}
}

@media (max-width:490px) {
	.search-banner .search-box .delete-icon {
		margin-right: 6px;
		width: 20px;
		height: 20px
	}
}

.search-banner .search-box .search-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	cursor: pointer;
	color: #999
}

@media (hover:hover) {
	.search-banner .search-box .search-icon:hover {
		color: #0076fe
	}
}

.search-banner .search-box .search-icon:active {
	color: #006deb
}

@media (max-width:490px) {
	.search-banner .search-box .search-icon {
		width: 24px;
		height: 24px
	}
}

.search-banner .banner-breadcrumb {
	position: absolute;
	left: 12px;
	top: 12px;
	display: flex;
	align-items: center;
	column-gap: 4px
}

@media (max-width:700px) {
	.search-banner .banner-breadcrumb {
		display: none
	}
}

.search-banner .banner-breadcrumb a {
	color: #666;
	font-family: 'Microsoft YaHei UI';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%
}

@media (hover:hover) {
	.search-banner .banner-breadcrumb a:hover {
		color: #0076fe
	}
}

.search-banner .banner-category {
	display: none;
	position: relative;
	width: 100%
}

@media (max-width:700px) {
	.search-banner .banner-category {
		display: block
	}
}

.search-banner .banner-category .category-head {
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding: 0 16px
}

.search-banner .banner-category .category-head .head-title {
	color: #333940;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.search-banner .banner-category .category-head .fold-button {
	cursor: pointer
}

.search-banner .banner-category .category-list {
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding: 0 20px;
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll
}

.search-banner .banner-category .category-list a {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 79px;
	height: 32px;
	color: #333940;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	background-color: #fff;
	text-decoration: none
}

.search-banner .banner-category .category-list a:last-child {
	margin-right: 40px
}

.search-banner .banner-category .category-list .active {
	color: #fff;
	background-color: #0076fe
}

.search-banner .banner-category .expand-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 32px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05);
	border-radius: 4px
}

.explore-category {
	display: flex;
	flex-direction: column;
	padding: 16px 24px;
	border-radius: 0 0 8px 8px;
	margin: 0 auto;
	background-color: #fff
}

@media (max-width:700px) {
	.explore-category {
		display: none
	}
}

.explore-category .first-category {
	display: flex;
	align-items: center;
	column-gap: 24px
}

.explore-category .first-category .category-title {
	display: block;
	margin-top: 4px;
	flex-shrink: 0;
	align-self: flex-start;
	color: #333940;
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: 'Microsoft YaHei UI';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px
}

.explore-category .first-category .category-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 12px
}

.explore-category .first-category .category-list a {
	display: block;
	padding: 4px 10px;
	height: 28px;
	color: #333940;
	text-align: center;
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: 'Microsoft YaHei UI';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer
}

@media (hover:hover) {
	.explore-category .first-category .category-list a:hover {
		border-radius: 6px;
		color: #fff;
		background-color: #0076fe
	}
}

.explore-category .first-category .category-list .active {
	border-radius: 6px;
	color: #fff;
	background-color: #0076fe
}

.explore-category .border-line {
	width: 100%;
	height: 1px;
	padding: 0 20px;
	margin: 10px auto;
	background-color: #f1f1f1
}

.explore-category .second-category {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 12px;
	padding: 0 50px
}

.explore-category .second-category a {
	display: block;
	padding: 4px 10px;
	color: #333940;
	font-feature-settings: 'salt' on, 'liga' off;
	font-family: 'Microsoft YaHei UI';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px
}

@media (hover:hover) {
	.explore-category .second-category a:hover {
		border-radius: 6px;
		color: #fff;
		background-color: #0076fe
	}
}

.explore-category .second-category .active {
	color: #fff;
	border-radius: 6px;
	background-color: #0076fe
}

.no-data {
	display: none;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	min-height: 300px;
	margin-top: 100px
}

.no-data.show-no-data {
	display: flex
}

.no-data .no-data-text {
	font-size: 14px;
	color: #bababa
}

.tips-toast {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	position: fixed;
	top: -1000px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4000;
	padding: 8px 16px;
	border: 1px solid #ffe8bf;
	background-color: #fffaf2;
	border-radius: 6px;
	transition: top .3s
}

.tips-toast.show-toast {
	top: 20px
}

.tips-toast span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 22px;
	letter-spacing: 0;
	color: #333940
}


.water-panel {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.water-item {
	position: relative;
	flex-basis: calc( 14.285% - 19.142px );
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	overflow: hidden;
}

.water-img-content {
	position: relative;
	height: 294px;
}

.water-book-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.water-book-title {
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	line-height: 20px;
	font-size: 17px;
	color: #333;
	font-weight: 700;
	padding: 10px;
	word-break: break-word
}

.water-book-title>a {
	color: #333
}

.water-book-title>a:hover {
	text-decoration: underline;
	color: #333
}

.water-down-content {
	padding: 10px 8px;
	overflow: hidden
}

.water-user-content {
	overflow: hidden;
	height: 34px;
	line-height: 34px
}

.water-user-img-link {
	position: relative;
	width: 34px;
	height: 100%;
	display: block
}

.water-user-img-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}
.water-user-img-content img{
	width: 34px;
	height: 34px;
}

.water-user-name {
	text-align: left;
	padding-left: 6px;
	color: #888;
	font-size: 12px;
	max-width: 100px;
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.water-user-name:hover {
	text-decoration: underline;
	color: #4997ee
}

.water-control-content {
	height: 34px
}

@media (max-width: 1600px) {
	.water-panel {
		gap: 20px;
	}

	.water-item {
		flex-basis: calc( 16.66% - 18.66px );
	}
}


@media (max-width: 1240px) {
	.water-panel {
		gap: 14px;
	}
	.water-item {
		flex-basis: calc( 20% - 13.2px );
	}
	.water-img-content {
		height: 232px;
	}
	.water-book-title {
		font-size: 16px;
		line-height: 18px;
	}
}


@media (max-width: 800px) {
	.water-panel {
		gap: 14px;
	}

	.water-item {
		flex-basis: calc( 50% - 9px );
	}

	.water-img-content {
		height: 212px;
	}
	.water-book-title {
		font-size: 12px;
		line-height: 14px;
	}
	.water-down-content {
		padding: 6px 8px;
	}

	.water-user-content {
		height: 24px;
		line-height: 24px
	}

	.water-user-img-link {
		width: 24px;
	}
	.water-user-img-content img{
		width: 24px;
		height: 24px;
	}
}


.water-like-btn,
.water-share-btn {
	position: relative;
	background: url(/images/icon.png) no-repeat;
	width: 24px;
	height: 100%;
	cursor: pointer
}

.water-like-btn {
	background-position: -89px -86px
}

.water-like-btn.liked {
	background-position: -332px -86px
}

.water-share-btn {
	margin-left: 6px;
	background-position: -57px -86px
}

.water-label-img {
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 10
}

.explore-water-hover-context {
	position: absolute;
	width: 350px;
	z-index: 1000;
	left: 0;
	top: 0;
	display: none;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .298039) 0 4px 16px;
	border-radius: 3px;
	overflow: hidden;
	padding: 15px
}

.explore-water-hover-up {
	position: relative;
	height: 96px;
	overflow: hidden
}

.explore-water-hover-imgLink {
	position: absolute;
	width: 76px;
	height: 76px;
	top: 0;
	left: 0;
	display: block;
	z-index: 8
}

.explore-water-hover-imgContext {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F5F5F5
}

.explore-water-hover-up-left {
	padding-left: 90px;
	height: 90px
}

.explore-water-hover-name {
	padding-bottom: 3px;
	margin-top: 0;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	min-height: 1em;
	font-size: 16px;
	line-height: 26px
}

.explore-water-hover-name a {
	cursor: pointer;
	color: #333;
	line-height: inherit
}

.explore-water-hover-name a:hover {
	text-decoration: underline
}

.explore-water-hover-about {
	position: relative;
	max-height: 4.5em;
	font-size: 12px;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word
}

.explore-water-hover-mid {
	position: relative;
	padding-bottom: 15px
}

.explore-water-hover-btn {
	position: relative
}

.explore-water-hover-button-content {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	padding: 2px 13px;
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	width: 114px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.water-qrurl-code {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	z-index: 15;
	background-image: url(../images/home/icon2.png);
	background-position: -15px -17px
}

.water-qrurl-code:hover {
	background-position: -80px -17px
}

.water-qrurl-code:active {
	background-position: -145px -17px
}

.water-qrurl-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 14
}

.water-qrurl-panel.show {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.water-item:hover .water-qrurl-panel{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.water-qrurl-img {
	padding: 0;
	margin: 0;
	border: 0
}

.qrcode-img {
	height: 110px;
	width: 110px;
}

.qrcode-text {
	color: white;
	padding-top: 5px
}

.book-border-container {
	position: absolute;
	top: 0;
	height: 100%
}

.e-water-container .water-book-title {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.e-water-container .water-item {
	border: 1px solid #eee;
	border-radius: 8px;
	box-sizing: content-box;
	box-shadow: 0 8px 16px 0 rgba(9, 15, 27, .04);
	transition: all .3s;
	list-style: none
}

.e-water-container .water-item:hover {
	transform: translateY(-10px)
}

.e-water-container .water-item .water-control-content {
	display: flex;
	align-items: center
}


.e-water-container .water-item .water-user-img-link .water-user-img {
	position: unset !important;
	display: inline-block !important;
	inset: unset !important;
	object-fit: cover
}


.e-water-container .water-item-link {
	display: block;
	border-radius: 8px 8px 0 0;
	overflow: hidden
}

.home-example .water-user-img-link.af-left:hover {
	cursor: default
}

.home-example .water-user-name.af-left:hover {
	cursor: default;
	text-decoration: none;
	color: #888
}