.baseSize {
	width: 1100px;
	margin: 0 auto;
}
.customer-banner {
	position: relative;
	height: 360px;
}
.customer-banner .wp-block-column {
	z-index: 1;
}
.customer-banner h2.banner-title, .customer-banner p.banner-tips {
	color: #fff;
}
.customer-banner .wp-block-image {
	position: absolute;
	top: 0;
	left;
	width: 100%;
	height: 100%;
}
.customer-banner .wp-block-image img{
	width: 100%;
	    height: 100%;
    object-fit: cover;
}
.customer-logo-content-box .product-title, .customer-case-content-box .product-title {
	margin-bottom: 10px;
	font-size: 36px;
}


.customer-logo-content-box .product-tips, .customer-case-content-box .product-tips {
	margin-bottom: 60px;
}
.csutomer-case-list-box .product-item-box {
	align-items: flex-start;
}

.csutomer-case-list-box .customer-case-item {
	padding: 0;
	position: relative;
	width: 344px;
	max-width: 344px;
	    min-height: 470px;
	height: 491px;
	border-radius: 4px;
	    transition: all .3s;
	border: none;
	box-shadow: 0px 11px 49px 0px rgba(10,20,31,0.08); 
}
.csutomer-case-list-box .customer-case-item:hover {
	transform: translateY(-6px);
}
.csutomer-case-list-box .customer-case-item:hover .link-box img{
	transform: translateX(6px);
}
.csutomer-case-list-box .customer-case-item:hover .case-icon {
	display: block;
	text-align: center;
	
}
.csutomer-case-list-box .customer-case-item:hover .case-icon img {
	margin-top: 15%;
}

.csutomer-case-list-box .customer-case-item:hover .link-box .tips {
	color: #36CFA8;
}
.csutomer-case-list-box .customer-case-item .wp-block-image {
	margin: 0;
}
.customer-case-item:nth-child(-n+3) {
	margin-bottom: 50px;
}
.csutomer-case-list-box .customer-case-item .case-item-top {
	position: relative;
	width: 100%;
	background: rgba(43,51,63,0.60);
	border-radius: 4px 4px 0px 0px;
}
.csutomer-case-list-box .customer-case-item .case-main-img, .csutomer-case-list-box .customer-case-item .case-icon {
	width: 100%;
	height: 100%;
}
.csutomer-case-list-box .customer-case-item .case-icon {
	position: absolute;
	display: none;
	background: rgba(43,51,63,0.60);
	top: 0;
	border-radius: 4px;
}
.csutomer-case-list-box .customer-case-item .case-icon img {
	margin: 10px auto 0;
	width: 78px;
    height: 78px;
   
}
.csutomer-case-list-box .customer-case-item .case-item-bottom {
	width: 100%;
	padding: 30px 28px;
	height: calc(100% - 155.5px);
}
.csutomer-case-list-box .customer-case-item .case-item-bottom .tips {
	text-align: justify
}
.csutomer-case-list-box .customer-case-item .case-item-bottom .warp-tips {
	display: none;
}
.csutomer-case-list-box .customer-case-item .case-item-bottom .tips a {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.name-box {;
	margin-bottom: 20px;
}
.name-box .wp-block-group__inner-container, .link-box .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.csutomer-case-list-box .customer-case-item .name-box .item-name {
	margin-right: 10px;
	font-weight: 500;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 0;
}
.csutomer-case-list-box .customer-case-item .name-box .name-label {
	font-weight: 300;
	color: #36cfa8;
	height: 22px;
	line-height: 19px;
	background: #caffef;
	border: 1px solid #36cfa8;
	border-radius: 4px;
	padding: 0 14px;
	text-align: center;
}
.link-box {
	position: absolute;
	bottom: 20px;
}
.link-box .tips {
	margin-right: 6px;
	font-size: 14px;
	color: #68747f;
	line-height: 26px;
}
.csutomer-case-list-box .customer-case-item .link-box .wp-block-image {
	width: 26px;
	height: 26px;
	margin; 0;
}
.link-box .wp-block-image img {
	width: 100%;
	transition: all .3s;
}
.customer-logo-content-box .logo-list .wp-block-group__inner-container {
    position: relative;
    width: 100%;
}
.customer-logo-content-box .logo-list .wp-block-image {
    width: 100%;
}
.customer-logo-content-box .logo-list .wp-block-image img {
    width: 100%;
}
 @keyframes run1 {
        from {
            left: 0;
        }
        to {
            left: -100%;
        }
    }
    @keyframes run2 {
        from {
            left: 100%;
        }
        to {
            left: 0;
        }
    }
.customer-logo-content-box .s1 {
	animation: run1 30s linear infinite;
}
.customer-logo-content-box .s2 {
	animation: run2 30s linear infinite;
}
.customer-logo-content-box .s1 img, .customer-logo-content-box .s2 img {
    width: 100%;
}
@media screen and (max-width: 1336px) {
	
}
@media screen and (max-width: 1200px) {
	.baseSize {
		width: 100%;
		margin: auto;
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom .warp-tips {
		display: block;
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom .pc-tips {
		display: none;
	}
	.csutomer-case-list-box .customer-case-item {
		width: 100%;
		max-width: 100%;
		height: 17rem;
		min-height: 17rem;
		margin-bottom: 2rem;
		box-shadow: 0 1.1rem 4.9rem 0 rgba(10,20,31,0.08); 
	}
	.csutomer-case-list-box .customer-case-item .case-item-top .case-main-img {
		display: none;
	}
	.csutomer-case-list-box .customer-case-item .case-item-top .case-icon {
		display: block;
	}
	.csutomer-case-list-box .customer-case-item .case-item-top {
		background: transparent;
		box-shadow: none;
		width: auto;
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom {
		padding: 0;
		height: auto;
	}
	.csutomer-case-list-box .customer-case-item .case-icon {
		position: static;
		width: 7.8rem;
		height: 7.8rem;
		margin-right: 1rem;
		background: transparent;
	}
	.csutomer-case-list-box .customer-case-item .item-wp-block-group__inner-container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 3rem 1.5rem;
	}
	.link-box {
		position: static;
		margin-top: 1rem;
		text-align: right;
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom .tips {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 5.2rem;
		font-size: 1.4rem;
		line-height: 2.6rem;
		overflow: hidden;
	}
	.name-box {
		margin-bottom: 1rem;
	}
	.link-box .wp-block-group__inner-container {
		justify-content: flex-end;
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom .link-box .tips {
		height: auto;
		line-height: auto;
		color: #36CFA8;
	}
	.csutomer-case-list-box .customer-case-item .case-icon img {
		margin-top: 0;
	}
	.customer-logo-content-box .product-title, .customer-case-content-box .product-title {
		margin-bottom: 5px;
		font-size: 2.4rem;
	}
	.customer-logo-content-box .product-tips, .customer-case-content-box .product-tips {
		margin-bottom: 3rem;
	}
	.customer-logo-content-box .logo-list .wp-block-group__inner-container {
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom .warp-tips {
		display: -webkit-box;
	}
	.logo-list .warp-group {
		height: 33rem;
		overflow: hidden;
		position: relative;
		transition: height 1s;
		-webkit-transition: height 1s;
	}
	.logo-list .warp-group .but {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 18.7rem;
		background: linear-gradient(180deg,rgba(245,248,250,0.06), #f5f8fa 73%);
		z-index: 1;
	}
	.logo-list .warp-group .but > .wp-block-group__inner-container {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.logo-list .warp-group .but p {
		color: #36CFA8;
		font-size: 1.4rem;
		line-height: 2rem;
		margin-right: 0.4rem;
	}
	.logo-list .warp-group .but .wp-block-image {
		padding-top: 0.3rem;
		width: 1.4rem;
		height: 2.4rem;
	}
	.csutomer-case-list-box .customer-case-item .case-item-bottom .pc-tips {
		display: none;
	}
}
 


