.block33594 * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* .block33594 .title-line {
	background-color: var(--color-match-setting1);
} */

.block33594 .pre-next-box span {
	color: var(--color-match-setting1);
}

/* .block33594 .li-box .arrow #linearGradient-1 stop {
	stop-color: var(--color-match-setting1);
} */

/* .block33594 .li-box .banner-name {
	background-image: linear-gradient(-135deg, var(--color-match-setting1) 0%, var(--color-match-setting2) 100%);
	box-shadow: 0 2px 8px 0var(--color-match-setting1);
} */

.block33594 .backstage-blocksEditor-wrapLayer {
	z-index: 11 !important;
}

.block33594 .swiper_25554 {
	position: relative;
	/* padding-top: 25%; */
	/* padding-top: 20px; */
	overflow: hidden;
}

.block33594 .swiper_25554 ul {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
}

/* swiper 轮播最后一项时,隐藏箭头 */
/* .block33594 .swiper-button-disabled {
    display: none !important;
} */
/* swiper 修改 */
.block33594 .swiper-wrapper {
	position: absolute;
	overflow: unset;
	z-index: 10 !important;
}

.block33594 .swiper-wrapper .swiper-slide {
	transition: all linear 0s !important;
	position: relative;
}

.block33594 .swiper-wrapper .swiper-slide {
	opacity: 1
}

/* -- */
.block33594 .title-text {
	font-weight: 700;
	font-size: 34px;
	color: #333333;
	text-align: center;
	line-height: 1;
}

.block33594 .title-line {
	width: 50px;
	height: 5px;
	border-radius: 3px;
	background-color: var(--color-match-setting1);
	margin: 15px auto 30px;
}

.block33594 .siteblocks-header-banner {
	position: relative;
}

.block33594 .img-box img {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block33594 .li-box {
	margin: 10px 15px;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0 2px 14px 0 rgba(217, 218, 218, 0.48);
	height: calc(100% - 20px)!important;
}

.block33594 .swiper-wrapper .pre_li {
	margin-top: 20px;
	height: calc(100% - 20px)!important;
	background-color: #ffffff;
	width: 25%;
}

.block33594 .li-box .banner-name {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	max-width: 100%;
	padding: 10px 30px;
	background-image: linear-gradient(-135deg, var(--color-match-setting1) 0%, var(--color-match-setting2) 100%);
	box-shadow: 0 2px 8px 0var(--color-match-setting1);
	border-radius: 30px;
	min-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}


.block33594 .li-box .banner-name * {
	 text-overflow: ellipsis;
    word-break: break-word;
	overflow: hidden;
}

.block33594 .li-box .banner-name *,
.block33594 .li-box .banner-docs * {
	/* font-size: inherit;
	color: inherit;
	font-family: inherit; */
	/* display: -webkit-box !important;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: inherit; */
}

.block33594 .li-box .banner-docs * {
	/* line-height: 22px !important; */
}

.block33594 .li-box .banner-docs {
	margin: 34px 0 10px 0;
	padding: 0 6px;
	font-size: 16px;
	color: #0090D3;
	text-align: center;
	line-height: 22px;
	/* display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  */
	/* height: auto !important; */
}

.block33594 .li-box .img-box {
	position: relative;
	padding-top: 80%;
	/* height: calc(100% - 90px); */
	background: #ffffff;
}

.block33594 .li-box .img-box a {
	display: block;
	height: 100%;
	width: 100%;
}

.block33594 .li-box .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	display: flex;
	z-index: 10;
}

.block33594 .swiper-wrapper .pre_li:last-child .arrow {
	display: none;
}

.block33594 .li-box .arrow svg {
	width: 35px;

}

.block33594 .li-box .arrow #linearGradient-1 stop {
	stop-color: var(--color-match-setting1);
}

.block33594 .sliderCenter1,
.block33594 .sliderCenter2,
.block33594 .sliderCenter3 {
	display: flex;
	justify-content: center;
}

/* 左右按钮 */


.block33594 .pre-next-box {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	z-index: 11;
	width: 100%;
	display: flex;
}

.block33594 .pre-next-box span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0 2px 14px 0 rgba(217, 218, 218, 0.48);
	cursor: pointer;
}

.block33594 .pre-next-box svg {
	fill: currentColor;
	color: inherit;
}

.block33594 .pre-next-box .swiper-comment-pre-25554 {
	position: absolute;
	left: -6px;
	transform: translateY(-50%);
}

.block33594 .pre-next-box .swiper-comment-next-25554 {
	position: absolute;
	right: -6px;
	transform: translateY(-50%);
}

.block33594 .li4Hide li:last-child .arrow {
	display: none;
}

@media (min-width: 990px) {
	.block33594.container {
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 1200px) {
	.block33594.container {
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.block33594 .swiper_25554 {
		/* padding-top: 33%; */
	}

	.block33594 .pre-next-box .swiper-comment-pre-25554 {
		left: -10px;
	}

	.block33594 .pre-next-box .swiper-comment-next-25554 {
		right: -10px;
	}

	.block33594 .swiper-wrapper .pre_li {
		width: 33.3333%;
	}
}


@media (max-width: 769px) {
	.block33594 .swiper_25554 {
		/* padding-top: 50%; */
	}

	.block33594 .swiper-wrapper .pre_li {
		width: 50%;
	}

	.block33594 .sliderCenter3 {
		justify-content: unset;
	}
}

@media (max-width: 510px) {
	.block33594 .swiper_25554 {
		/* padding-top: 100%; */
	}

	.block33594 .swiper-wrapper .pre_li {
		width: 100%;
	}

	.block33594.container {
		padding: 0 10px;
	}

	.block33594 .li-box {
		margin: 10px;
	}

	.block33594 .pre-next-box .swiper-comment-pre-25554 {
		left: 2px;
	}

	.block33594 .pre-next-box .swiper-comment-next-25554 {
		right: 2px;
	}

	.block33594 .li-box .arrow {
		display: none;
	}

	.block33594 .li-box .banner-name {
		max-width: calc(100% - 20px);
	}

	.block33594 .title-text {
		padding: 0 10px;
		font-size: 26px;
	}

	.block33594 .sliderCenter2 {
		justify-content: unset;
	}
}