    .swiper-container {
		  width: 1000px;
		  height: 300px;
		}
		.section {
			max-width: 1300px;
			margin: auto;
			margin-top: 80px;
			overflow: auto;
		}

		.title {
			font-size: 48px;
			font-family: Helvetica, Helvetica-Bold;
			font-weight: 700;
			text-align: center;
			color: #111111;
			line-height: 58px;
			padding: 30px 0 60px 0;
		}

		.scale-img {
			padding: 20px 20px 0 20px;
			margin-bottom: 50px;
			width: 380px;
			height: 450px;
			text-align: center;
			overflow: hidden;

		}

		.scale-img img {
			height: 271px;
			width: 271px;
			transition: all 1.5s ease;
		}

		.scale-img:hover {
			box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.05);

		}

		.scale-img:hover img {
			transform: scale(1.2);
		}

		.scale-img div {
			font-size: 18px;
			font-family: PingFangSC, PingFangSC-Medium;
			font-weight: 500;
			left: 50%;
			transform: translate(-50%, 0);
			width: 100%;
			color: rgba(0, 0, 0, 0.85);
			line-height: 25px;
			position: absolute;
			bottom: 60px;
			z-index: 10;
			transition: all 0.5s;
		}

		.scale-img:hover div {
			bottom: 90px;
		}

		.viewDetail {
			border: 1px solid #cccccc;
			border-radius: 24px;
			border: 1px solid #cccccc;
			border-radius: 24px;
			background-color: white;
			width: 170px;
			height: 48px;
			margin-bottom: 26px;
		}

		.viewDetail:hover {
			background: #111111;
			color: white;

		}

		.product_button {
			position: absolute;
			bottom: -100%;
			left: 50%;
			transform: translate(-50%, 0);
			transition: all .5s;
		}

		.scale-img:hover .product_button {
			bottom: -6px;
		}

		.swiper-button-next:after,
		.swiper-button-prev:after {
			font-size: 25px !important;
			color: #303133 !important;
		}

		.swiper-button-prev,
		.swiper-container-rtl .swiper-button-next {
			left: -7px !important;
		}

		.swiper-button-next,
		.swiper-container-rtl .swiper-button-prev {
			right: -7px !important;
		}
	.header-top{
	   height: 89px
	}
	.swiper-img{
		width: 70px;
		height:70px;
	}
	.swiper-title{
		width: 80px;
		text-align: center;
	}
	.swiper-slide-other{
       display: flex;
	   flex-direction: column;
	   align-items: center;
	}
	.swiper-container-other{
       height: 111px;
	   margin-top: 70px;
	}
	.scale-img img{
		width: 250px;
		height: 250px;
		margin-top: 10px;
	}