:root {
	--mach-certifications2-title-size: 50px;
}

.mach-goods-certifications {
	font-size: var(--mach-certifications2-title-size);
	padding: 80px 0;
}

.mach-goods-certifications h2 {
	text-align: center;
	font-size: clamp(24px, 2.7vw, 50px);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.mach-goods-certifications img {
	vertical-align: middle
}

.mach-goods-certifications .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.mach-goods-certifications .swiper-container {
	width: 100%;
	overflow: hidden;
}

.mach-goods-certifications .swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}

.mach-goods-certifications  .certifications-swipper {
	position: relative;
	width: 100%;
	margin-top: 1.2em;
}

.mach-goods-certifications li img {
	width: 100%;
	border: 10px solid transparent; 
	border-image: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/31012/4490/b1a35fa763e3cff1b2dd2d06f9c6842b/ibg3.png") 20 stretch;
}

.mach-goods-certifications .swiper-slide {
	width: 25.86%;
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}

.mach-goods-certifications .swiper-slide:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 10;
}

.mach-goods-certifications .cert-btn a {
	position: absolute;
	line-height: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #919191;
}

.mach-goods-certifications .cert-btn a .qico {
	font-size: 28px;
}



.mach-goods-certifications .cert-btn a:hover {
	color: var(--color-primary)
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.mach-goods-certifications .cert-btn a.swiper-button-prev {
	left: -40px;
}

.mach-goods-certifications .cert-btn a.swiper-button-next {
	right: -40px;
}

@media screen and (max-width: 1500px) {
	:root {
	  --mach-certifications2-title-size: 44px;
	}
  }

@media screen and (max-width: 1440px) {
  .mach-goods-certifications {padding: 50px 0;}
}
  
  @media screen and (max-width: 1280px) {
	:root {
		--mach-certifications2-title-size: 38px;
	}
  }
  
  @media screen and (max-width: 1200px) {
	:root {
		--mach-certifications2-title-size: 38px;
	}
  }
  
  @media screen and (max-width: 992px) {
	:root {
		--mach-certifications2-title-size: 32px;
	}
	.mach-goods-certifications {padding: 30px 0;}
  }
  
  @media screen and (max-width: 768px) {
	:root {
		--mach-certifications2-title-size: 26px;
	}
	.mach-goods-certifications .cert-btn a.swiper-button-prev {left: -10px;}
	.mach-goods-certifications .cert-btn a.swiper-button-next{right: -10px;}
	.mach-goods-certifications .certifications-swipper {padding: 0 20px;}


  }
  
  @media screen and (max-width: 576px) {
	:root {
		--mach-certifications2-title-size: 20px;
	}
  }
