.wholesaler{
	padding: 73px  0 100px;
}
.wholesaler .box1 .title{
	font-size: 28px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.wholesaler .box1 .box-c{
	margin-top: 44px;
}
.wholesaler .box1 .box-c .text-title{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 600;
	color: #111111;
	line-height: 1;
}
.wholesaler .box1 .box-c .text-title1{
	margin-top: 40px;
}
.wholesaler .box1 .box-c form{
	margin: 0 auto;
	width: 1020px;
	max-width: 100%;
}
.wholesaler .box1 .box-c .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wholesaler .box1 .box-c .input{
	margin-top: 20px;
	width: 49%;
}
.wholesaler .box1 .box-c .input input,
.wholesaler .box1 .box-c .input select,
.wholesaler .box1 .box-c .input textarea{
	display: block;
	width: 100%;
	height: 52px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 0 19px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	outline: none;
	resize: none;
}
.wholesaler .box1 .box-c .input select{
	appearance: none;
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.wholesaler .box1 .box-c .input.select,
.wholesaler .box1 .box-c .input.textarea{
	width: 100%;
}
.wholesaler .box1 .box-c .input textarea{
	height: 130px;
	padding: 15px 20px;
}
.wholesaler .box1 .box-c .submit{
	width: 300px;
	height: 52px;
	line-height: 52px;
	background: #4A363C;
	border-radius: 4px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.distributors .box1 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.distributors .box1 .list li,
.distributors .box1 .list i{
	width: 32%;
}
.distributors .box1 .list li{
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.distributors .box1 .list li:nth-child(1){
	align-items: flex-start;
}
.distributors .box1 .list li:nth-child(2){
	align-items: center;
}
.distributors .box1 .list li:nth-child(3){
	align-items: flex-end;
}
.distributors .box1 .list li .li-box{
	width: 360px;
	max-width: 100%;
}
.distributors .box1 .list li .location-name{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.distributors .box1 .list li .location-name .iconfont{
	margin-right: 9px;
	font-size: 20px;
}
.distributors .box1 .list li .pic{
	margin-top: 24px;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E5E5E5;
}
.distributors .box1 .list li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.distributors .box1 .list li .text-box{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #555555;
	line-height: 34px;
	margin-top: 10px;
}
.distributors .box1 .list li .text-box .bold{
	font-weight: bold;
	font-size: 16px;
}
.distributors .box1 .more{
	display: block;
	width: 240px;
	height: 52px;
	border: 1px solid #7D7D7D;
	margin: 86px auto;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}
.distributors .box1 .more:hover{
	background-color: #000;
	color: #fff;
}
@media (max-width:1024px) {
	.distributors .box1 .list li{
		margin-top: 60px;
	}
	.distributors .box1 .more{
		margin: 60px auto;
	}
	.wholesaler .box1 .title{
		font-size: 26px;
	}
	.wholesaler{
		padding: 60px 0;
	}
}
@media (max-width: 768px) {
	.distributors .box1 .list li{
		margin-top: 50px;
	}
	.distributors .box1 .more{
		margin: 50px auto;
	}
	.distributors .box1 .list li, .distributors .box1 .list i{
		width: 48%;
	}
	.distributors .box1 .list li:nth-child(3){
		align-items: flex-start;
	}
	.wholesaler .box1 .title{
		font-size: 24px;
		line-height: 1.5;
	}
	.wholesaler{
		padding: 50px 0;
	}
	.wholesaler .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.wholesaler{
		padding: 40px 0;
	}
	.distributors .box1 .list li .pic img{
		max-width: 80%;
		max-height: 80%;
	}
	.distributors .box1 .list li{
		margin-top: 40px;
	}
	.distributors .box1 .more{
		margin: 40px auto;
		height: 40px;
		line-height: 38px;
	}
	.distributors .box1 .list li .text-box{
		line-height: 24px;
	}
	.wholesaler .box1 .title{
		font-size: 22px;
	}
	.wholesaler .box1 .box-c .input{
		width: 100%;
	}
	.wholesaler .box1 .box-c .input input, .wholesaler .box1 .box-c .input select, .wholesaler .box1 .box-c .input textarea{
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
	.wholesaler .box1 .box-c .submit{
		line-height: 40px;
		height: 40px;
	}
	.wholesaler .box1 .box-c .input textarea{
		height: 100px;
		padding: 8px 15px;
	}
}