.content-box {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
}

.caption_text {
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 20px;
	text-align: left;
	line-height: 2;
	text-transform: capitalize;
}

.ct_inner_box {
	width: 80%;
	margin: 20px auto;
}

.comic_box {
	width: 70%;
	padding: 20px 5%;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #E4E4E7;
	margin: auto;
}

.comic_box .caption_text {
	border-bottom: 1px solid #F0F0F0;
}

.caption_text span {
	margin-left: 5px;

}

.ct_box_one {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;

	/* background-color: pink; */
}

.ct_one_box {
	width: 23%;
	height: auto;
	min-height: auto;
	position: relative;
	background-color: #fff;
	margin: 0 11px 20px 0;
	border-radius: 10px;
	padding: 10px;
	transition: all linear 0.2s;
	border: 1px solid hsl(240 5.9% 90%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.ct_one_box:hover {
	transform: translateY(-10px);
}

.ct_one_box :nth-of-type(4n) {
	margin-right: 0px;
}

.cb_img {
	width: 70px;
	height: 70px;
	display: block;
	box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, .133), 0 .6px 1.8px rgba(0, 0, 0, .11);
	margin-bottom: 10px;
	border-radius: 15px;

}

.ct-text_one {
	width: 75%;
	line-height: 1.5;
	color: #000000;

}

.ct-text_one p {
	width: 100%;
	height: auto;
}

.ct-text_one p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 6px;
}

.ct-text_one p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 400;
	color: rgb(50, 49, 48);
	text-transform: capitalize;
	-webkit-line-clamp: 2;

}

.ct-text_one p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 400;
	color: rgb(96, 94, 92);
	-webkit-line-clamp: 2;
}



.ct-text_one p:nth-of-type(3) {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.ct-text_one p:nth-of-type(3) span {
	margin-left: 5px;
	color: #636772;
}


.star {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.ct_box_two {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;

}

.ct_two_box {
	width: 27%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 2%;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	transition: all linear 0.2s;
}

.ct_two_box:hover {
	transform: translateY(-10px);
}

.ct_two_box img {
	width: 25%;
	/* height: 70px; */
	display: block;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	border-radius: 10px;
}

.ct-text_tow {
	width: 70%;
	height: auto;
}

.ct-text_tow p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;

}

.ct-text_tow p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	font-weight: 600;
	margin: 5px 0;
}

.ct-text_tow p:nth-of-type(3) img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.ct-text_tow p:nth-of-type(3) {
	display: flex;
	align-items: center;
	font-size: 14px;

}



.ct_box_three {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ct_three_box {
	width: 30%;
	padding: 10px 0 10px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.group {
	color: #005FB8;
	opacity: 0.2;
	font-size: 96px;
	font-weight: 600;
}

.ct_three_box:hover p {
	background-size: 100% 1px;
}

.ct_three_box img {
	width: 21%;
	height: 86px;
	display: block;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	border-radius: 10px;
}

.ct-text_three {
	width: 60%;
	height: auto;
	line-height: 1.5;
}

.ct-text_three p {
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #131316;

}

.ct-text_three p:nth-of-type(2) {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px 0;
	font-weight: 400;
	color: #71717A;
	-webkit-line-clamp: 3;
}

.ct-text_three p:nth-of-type(3) {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	margin-top: 10px;
	color: hsl(240 7.3% 8%);
	display: inline-block;
	padding: 0px 4px;
	border-radius: 4px;
	background-color: hsl(240 4.8% 95.9%);
}

.ct_box_five {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}

.ct_five_box {
	width: 23%;
	height: auto;
	padding: 5px 5px;
	border-radius: 5px;
	background-color: #fff;
	border-radius: 12px;
	transition: linear 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border: 1px solid hsl(240 5.9% 90%);
}

.ct_five_box:hover,
.ct_six_box:hover {
	background-color: #fff;
	box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, .133), 0 .6px 1.8px rgba(0, 0, 0, .11);
	transform: translateY(-10px);
}

.ct_fb_bg {
	width: 32%;
	height: 160px;
	position: relative;
	border-radius: 12px 0 0 12px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cf_flur,
.cx_flur {
	position: absolute;
	inset: 0px;
	--transform-scale: scale(1.5);
	background-blend-mode: luminosity, overlay, normal;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	--filter-params: blur(25px) saturate(4) contrast(80%);
	filter: blur(25px) saturate(4) contrast(80%);
	transform: 1.5 translate3d(0, 0, 0);
}

.cf_logo {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	position: relative;
	z-index: 10;
}

.ct-text_five {
	width: 63%;
}

.ct-text_five p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 4px;
}

.ct-text_five p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	-webkit-line-clamp: 2;
	line-height: 1.5;
}

.ct-text_five p:nth-of-type(2) {
	display: flex;
	padding: 4px 10px;
	border-radius: 10px;
	color: #707688;
	font-size: 12px;
	text-transform: capitalize;
}

.ct-text_five p:nth-of-type(2) span {
	margin-left: 3px;
}

.ct-text_five p:nth-of-type(3) {
	font-size: 12px;
	color: rgb(96, 94, 92);
	-webkit-line-clamp: 3;
	line-height: 1.5;
}

.ct_box_six,
.ct_box_four {
	padding: 10px 0;
	display: flex;
	align-items: center;
	overflow-x: scroll;
	scroll-behavior: smooth;

}

.ct_six_box {
	height: auto;
	min-width: 230px;
	background-color: #fff;
	margin: 0 30px 20px 0;
	transition: linear 0.2s;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
}

.ct_four_box {
	min-width: 180px;
	height: 300px;
	margin: 0 30px 0px 0;
	border-radius: 10px;
	/* --transform-scale: scale(1.5);
	background-blend-mode: luminosity, overlay, normal;
	background-repeat: no-repeat;
	background-position: center top; */

	/* --filter-params: blur(25px) saturate(4) contrast(80%);
	filter: blur(25px) saturate(4) contrast(80%); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}


.ct-text_four {
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.8) 30%,
			rgba(0, 0, 0, 0.5) 50%,
			transparent 100%);
	padding: 10px 5%
}

.ct-text_four p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct-text_four .ct_text_flex p {
	color: #fff;
}

/* 合并相同的滚动条样式 */
.ct_box_six::-webkit-scrollbar,
.ct_box_four::-webkit-scrollbar {
	height: 8px;
}

.ct_box_six::-webkit-scrollbar-thumb,
.ct_box_four::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.ct_box_six::-webkit-scrollbar-track,
.ct_box_four::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.ct_six_bg {
	width: 100%;
	height: 130px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.cx_logo,
.cf_logo {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	position: relative;
	z-index: 10;
}

.ct-text_six {
	width: 94%;
	padding: 15px 3%;
}

.ct-text_six p {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct_text_flex {
	width: 100%;
	display: flex;
	margin: 10px 0 0;
	justify-content: space-between;
	align-items: center;
	color: #707688;
	font-size: 12px;
}

.ct_text_flex p {
	font-size: 13px;
	color: rgb(96, 94, 92);
}

.ct_text_flex p:nth-of-type(1) {
	display: flex;
	align-items: center;
}

@media (max-width:760px) {
	.content-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.caption_text {
		width: 95%;
		height: auto;
		margin: 10px auto;
		font-size: 20px;
	}

	.comic_box {
		width: 90%;
		padding: 20px 2%;
	}

	.caption_text span {
		margin-left: 5px;
	}

	.ct_inner_box {
		width: 92%;
	}

	.ct_one_box {
		width: 100%;
		margin: 0 auto 20px;

	}

	.ct-text_one p:nth-of-type(1) {
		font-size: 15px;
	}

	.ct-text_one p:nth-of-type(2) {
		font-size: 13px;
	}

	.ct_box_five {
		width: 96%;
		padding: 0 2%;
	}

	.ct_five_box {
		width: 96%;
	}

	.ct_box_two {
		width: 98%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}

	.ct_two_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;

	}

	.cb_img {
		width: 60px;
		height: 60px;
	}

	.ct_two_box img {
		width: 30%;
		/* height: 110px; */
		display: block;
	}

	.ct-text_tow {
		width: 65%;
		height: auto;

	}

	.ct_box_six {
		width: 96%;
		padding: 0 2%;
		justify-content: space-between;
	}

	.ct_six_box {
		min-width: 177px;
		margin-right: 17px;
	}


	.ct_fb_bg {
		width: 32%;
		height: 145px;
	}



	.ct-text_tow p {
		line-height: 1.5;
	}

	.ct-text_tow p:nth-of-type(1) {
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;

	}

	.ct-text_tow p:nth-of-type(2) {
		font-size: 15px;
		font-weight: 500;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
		text-transform: capitalize;
	}

	.bor {
		width: 30%;
		height: 2px;
		background-color: #4e50da;
	}

	.ct_box_three {
		width: 96%;
		height: auto;
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
	}

	.ct_three_box {
		width: 100%;
		margin: 0 5px 20px 0;
		align-items: center;
	}


	.ct_three_box img {
		width: 27%;
		/* height: 90px; */
		border-radius: 8px;
		box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	}

	.group {
		font-size: 50px;
	}

	.ct-text_three {
		width: 60%;
	}


	.ct-text_three p:nth-of-type(1) {
		font-size: 13px;
	}

	.ct-text_three p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.type_box {
		width: 90%;
		padding: 24px 5% 14px;
	}

	.m-inner-box {
		flex-wrap: wrap;
	}

	.m-lbox,
	.m-rbox {
		width: 100%;
	}

}

@media (min-width:768px) {
	.ct_one_box:nth-of-type(4n) {
		margin-right: 0px;
	}

	.ct_six_box:nth-of-type(6n) {
		margin-right: 0px;
	}
}