﻿.main {
	width: 1284px;
	margin: 0 auto;
	margin-top: 12%;
	background-color: #fff;
	border-radius: 17px 17px 0 0;
	position: relative;
	z-index: 6;
}

/*轮播 开始*/
.banner {
	width: 100%;
	aspect-ratio: 1920 / 334;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	cursor: pointer;
}

.swiper-wrapper.swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-pagination-bullet-active {
	background-color: #e755a0 !important;
}
/*轮播 结束*/

/*#region  网站公告开始 */
.notice-box {
	padding: 0 30px;
	position: relative;
	z-index: 6;
}
.title {
	padding-top: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	position: relative;
	padding-left: 23px;
}
.title::before {
	content: '';
	width: 9px;
	height: 19px;
	background: #df137c;
	position: absolute;
	left: 0;
	bottom: 18px;
	border-radius: 4px;
}
.notice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 75px;
	padding: 22px 0;
}
.notice-item {
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.icon-notice {
	width: 9px;
	height: 12px;
	margin-right: 11px;
	display: none;
}
.icon-notice.gray {
	display: block;
}
.notice-con {
	width: 338px;
}
.notice-item:hover {
	color: #dd137c;
}
.notice-item:hover .gray {
	display: none;
}
.notice-item:hover .active {
	display: block;
}
/*#endregion 网站公告结束 */
/* 大神作家 */
.writer-item {
	flex: 0 0 272px;
	background: #ffffff;
	box-shadow: 0px 3px 20px 0px rgba(20, 31, 40, 0.08);
	border-radius: 9px;
	box-sizing: border-box;
	padding: 0 17px;
	padding-top: 1px;
	padding-bottom: 11px;
	margin-right: 44px;
}
.writer-item:last-child {
	margin-right: 0;
}

.writer-mess {
	display: flex;
	align-items: flex-end;
	margin-top: -21px;
}
.writer-logo {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-right: 8px;
}
.writer-name {
	font-weight: 500;
	font-size: 20px;
	color: #1b1d28;
	line-height: 30px;
	font-weight: bold;
	flex: 1;
}
.writer-book {
	display: flex;
	margin: 12px 0;
	font-size: 14px;
	color: #e755a0;
	line-height: 21px;
}
.book-list {
	flex: 1;
}
.writer-desc {
	font-size: 14px;
	color: #7f7f94;
	line-height: 20px;
}
/* 大神作家 */
/* 热门IP */
.hot-list {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 26px;
}
.hot-item {
	width: 410px;
	background: #f7f8ff;
	border-radius: 9px;
	box-sizing: border-box;
	padding: 20px;
	padding-bottom: 12px;
	cursor: pointer;
}
.book-mess {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #dde4ea;
}
.cover {
	width: 99px;
	height: 132px;
	border-radius: 6px;
	object-fit: cover;
	margin-right: 16px;
}
.book-title {
	font-size: 22px;
	color: #1b1d28;
	line-height: 33px;
	letter-spacing: 1px;
}
.author {
	font-weight: 400;
	font-size: 16px;
	color: #7f7f94;
	line-height: 24px;
	margin-bottom: 7px;
	margin-top: 2px;
}
.status {
	border-radius: 2px;
	border: 1px solid #d8d8df;
	font-weight: 400;
	font-size: 12px;
	color: #8b8ba7;
	line-height: 16px;
	padding: 3px 6px;
}
.book-desc {
	font-weight: 400;
	font-size: 16px;
	color: #7f7f94;
	line-height: 26px;
	margin-top: 14px;
}
.copyright {
	display: flex;
	align-items: center;
	width: 208px;
	height: 27px;
	background: linear-gradient(90deg, #ffd896 0%, #ffedce 55%, #fddfab 100%);
	border-radius: 4px;
	font-weight: 500;
	font-size: 12px;
	color: #944913;
	padding-left: 42px;
	position: relative;
	margin-top: 20px;
	box-sizing: border-box;
}
.icon-copyright {
	width: 36px;
	height: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.status-item-box {
	width: 150px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.status-item {
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.status-item1 {
	animation: move 5s linear infinite reverse;
}

.status-item2 {
	left: 100%;
}

.stop {
	animation-play-state: paused;
}

@keyframes move {
	to {
		transform: translateX(0);
	}

	from {
		transform: translateX(-100%);
	}
}
/* 热门IP */
/* 联系客服 */
.contact-con {
	display: flex;
	padding-top: 30px;
	padding-bottom: 47px;
}
.contact-left,
.contact-right {
	flex: 1;
	display: flex;
	box-sizing: border-box;
}
.contact-left {
	padding-left: 18px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 36px;
}
.contact-right {
	border-left: 1px solid #e5e5e5;
	padding-left: 36px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}
.contact-left > div,
.contact-right > div {
	flex: 1;
}
.work-time {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}
.editor-contact {
	color: #0c71ff;
}
.contract-editor {
	color: #ff8513;
}
.qq-contact {
	display: flex;
	align-items: center;
}
.qq-contact img {
	width: 72px;
	height: 19px;
}
/* 友情链接 */
.friend-link {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.friend-link,
.friend-link a {
	font-weight: 400;
	font-size: 16px;
	color: #1b1d28;
	line-height: 24px;
}
.friend-link a {
	margin-right: 20px;
}



.writer-list-box {
	padding: 40px 32px 22px 32px;
	position: relative;
	overflow: hidden;
}
.arrow {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 45%;
	z-index: 2;
	cursor: pointer;
}
.arrow.left {
	left: 13px;
}
.arrow.right {
	right: 13px;
}
.writer-list {
	display: flex;
	transition: all 0.3s;
}
.disabled{
  opacity: 0.5;
  pointer-events: none;
}
