.block33464 {
	position: relative;
	word-break: break-word;
	
}
.block33464 .banner-name>h1,
.block33464 .banner-name>h2,
.block33464 .banner-name>h3,
.block33464 .banner-name>h4,
.block33464 .banner-name>h5,
.block33464 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.block33464 .text>.paragraph1,
.block33464 .text>.paragraph2,
.block33464 .text>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}
.block33464_bg{
background: var(--color-match-setting3);
    padding: 10px 0;
}
.block33464 .lead-bg-color{
	    background-image: linear-gradient(rgba(129, 144, 228, 1), rgba(129, 144, 228, 1)), url();
}

/* .block33464 .back::before {
	background: linear-gradient(to bottom, transparent -80%, var(--color-match-setting1))
} */

/* .block33464 .butn:hover {
	background-color: var(--color-match-setting1);
} */

/* .block33464 .butn {
	color: var(--color-match-setting1)
} */

/* .block33464 .front {
	border-color: var(--color-match-setting2);
} */

.block33464 .title {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}

.block33464 .subtit {
	font-size: 24px;
	margin-bottom: 10px;
}

.block33464 .show-list {
	display: flex;
	flex-wrap: wrap;
}

.block33464 .show-item {
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}

.block33464 .show-item:nth-child(n+4) {
	margin-top: 20px;
}

.block33464 .front {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid var(--color-match-setting2);
	border-radius: 8px;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, .15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all .7s ease;
}

.block33464 .back {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 8px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, .15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .7s ease;
	background-size: cover;
	background-position: center;
}

.block33464 .back::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent -80%, var(--color-match-setting1));
	border-radius: 8px;
}

.block33464 .front-inner {
	position: relative;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	padding: 25px;
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
	top: 50%;
	left: 0;
	color: #fff;
}

.block33464 .imgBoxT {
	height: 60px;
	width: 60px;
	/* background: #0c5adb;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%; */
	display: inline-block;
	margin-top: 10px;
}

.block33464 .imgBoxT img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.block33464 .banner-name {
	width: 100%;
	font-size: 22px;
	margin: 12px 0;
}
.block33464 .banner-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;		
}
.block33464 .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.6;
}
.block33464 .back-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
	top: 50%;
}

.block33464 .imgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.block33464 .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block33464 .discrib {
	position: absolute;
	z-index: 1;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	padding: 25px;
	color: #fff;
	text-align: center;
}

.block33464 .show-item:hover .front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.block33464 .show-item:hover .back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.block33464 .butn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	background: #fff;	
	border-radius: 5px;
	color: var(--color-match-setting1);
	transition: .5s;
	white-space: nowrap;
}

.block33464 .butn a.moreBtn {
	display: inline-block;
	padding: 10px 25px;
	color: inherit;
}

.block33464 .butn:hover {
	background-color: var(--color-match-setting1);
	color: #fff !important;
}
.block33464 .front-inner .butn {
	display: none;
}
@media screen and (max-width:1200px) {
	.block33464 {
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width:768px) {
	.block33464 .show-item {
		width: calc(50% - 20px);
	}

	.block33464 .show-item:nth-child(n+3) {
		margin-top: 20px;
	}

	.block33464 .front-inner .butn {
		display: block;
		position: relative;
		left: 50%;
		margin-top: 20px;
		transform: translateX(-50%);
		bottom: auto;
	}
	.block33464 .show-item:hover .back {
		transform: rotateX(0deg)!important;
	}	
	.block33464 .show-item:hover .front {
		-webkit-transform: rotateX(0)!important;
		transform: rotateX(0)!important;
	}	
}

@media screen and (max-width:510px) {
	.block33464 .title {
		margin-left: 10px;
		margin-right: 10px;
	}
	.block33464 .show-item {
		width: calc(100% - 20px);
	}

	.block33464 .show-item:nth-child(n+2) {
		margin-top: 20px;
	}

	.block33464 .front {
		/* display: none; */
		display: block;
	}
	.block33464 .imgBoxT{
		display: none;
	}
	.block33464 .back-inner{
		display: none;
	}
	.block33464 .back {
		transform: rotateX(0deg);
	}
}