/** Shopify CDN: Minification failed

Line 134:38 Expected "}" to go with "{"

**/

/* Start of Home-Clients-Logo Module	 */

.clients-wrap{
	display: flex;
	width: 100%;
}

.clients-wrap .left-container{
	width: 50%;
}

.clients-wrap .left-container,.clients-wrap .right-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.clients-wrap .left-container .content{
	width: 80%;
}

.clients-wrap .left-container .content .content-title{
	width: 60%;
/* 	font-weight: bold; */
margin:0 0 30px 0;
line-height:1em;
}

.clients-wrap .left-container .content .description{
	margin: 0 0 30px 0;
}

.clients-wrap .right-container{
	width: 50%;
}

.clients-wrap .right-container .content{
	display: flex;
	flex-wrap: wrap;
	justify-content:right;
}

.clients-wrap .right-container .content .logo{
	width: 40%;
	text-align: center;
	background-color: rgba(150,150,150,0.1);
	margin: 10px 0 10px 20px;
	height: 120px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.clients-wrap .right-container .content .logo img{
	width: 60%;
}

@media only screen and (max-width: 1024px) {





/* 平板端 (Tablet) */
@media (max-width: 1024px) {
  

}

/* 手机端 (Mobile) */
@media (max-width: 768px) {
  .clients-wrap{
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.clients-wrap .left-container,.clients-wrap .right-container{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.clients-wrap .left-container,.clients-wrap .right-container .content{
		justify-content: center;
	}


	.clients-wrap .left-container .content{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.clients-wrap .left-container .content .content-title{
		width: 60%;
		font-weight: normal;
		margin: 20px 10px 20px 10px;
		line-height:1.2em;
	}

	.clients-wrap .left-container .content .description{
		width: 85%;
		margin: 0 20px 30px 20px;
	}


	.clients-wrap .right-container{
		margin:30px 0 0 0;
	}


	.clients-wrap .right-container .content .logo{
		width: 44%;
		text-align: center;
		margin: 10px 10px;
	}
	.clients-wrap .right-container .content .logo img{
		width: 60%;
	}
}


/* End of Home-Clients-Logo Module	 */