.main-header {
	min-height: 93px;
	height: auto;
	padding-bottom: 25px;
}
.main-header + br {
	display: none;
}
.main-content {
	overflow: hidden;
	width: 100%;
}
.wrap {
	max-width: 100%;
}
.service-who-use {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-who-use:before,
.service-who-use:after {
	display: none;
}
.service-who-use h2 {
	width: 100%;
}
.service-who-use .left-col, 
.service-who-use .right-col {
	height: auto;
	padding-bottom: 45px;
	max-width: 49%;
}
.service-who-use .left-col-icon, 
.service-who-use .right-col-icon {
	max-width: 32%;
}
.service-who-use .left-col-list, 
.service-who-use .right-col-list {
	max-width: 61%;
}
.service-who-use .btn-signup {
	left: 0;
	margin-left: 0;
	max-width: 100%;
}
.service-use p {
	position: relative;
}
.service-use .trader:before,
.service-use .org:before {
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.main-banner {
		height: 480px;
	}
	.logo {
		float: none;
		margin: 0 auto;
	}
	.header-right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
	}
	.service-who-use .left-col, 
	.service-who-use .right-col {
		padding: 25px 30px;
	}
	.service-who-use .right-col-list ul li:last-child {
		margin-bottom: 20px;
	}
	.service-who-use .left-col-icon, 
	.service-who-use .right-col-icon {
		padding-left: 0;
		margin-right: 20px;
	}
	.service-who-use .left-col-list, 
	.service-who-use .right-col-list {
		padding-right: 0;
	}
	.service-who-use .btn-signup {
		padding-left: 15px;
		padding-right: 15px;
	}
	.service-use-img {
		text-align: center;
	}
	.our-cases {
		text-align: center;
		padding-bottom: 30px;
	}
	.our-cases > div {
		width: 32%;
		display: inline-block;
	}
	.copyright {
		width: 140px;
	}
	.about {
		width: 340px;
	}
}
@media (max-width: 767px) {
	.header-right .lang {
		margin: 0 18px;
	}
	.main-banner span {
	    font-size: 27px !important;
		line-height: normal;
		padding: 0 20px;
		display: inline-block;
	}
	.main-banner span br {
		display: none;
	}
	.service-who-use {
		display: block;
	}
	.service-who-use .left-col, 
	.service-who-use .right-col {
		max-width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.cases-item-img img {
		height: auto;
	}
	footer.wrap {
		padding: 20px;
		text-align: center;
	}
	.copyright,
	.about,
	.develop {
		width: 100%;
		height: auto;
		margin: 0;
		line-height: normal;
		padding-top: 0;
		margin-bottom: 10px;
		float: none;
	}
	.develop {
		margin-bottom: 0;
	}
	.about p {
		margin-bottom: 0;
	}
}
@media (max-width: 599px) {
	.header-right {
		flex-direction: column;
	}
	.header-right .phone-number {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.header-right .btn-phone {
		margin-bottom: 10px;
	}
	.header-right .lang {
		margin-bottom: 18px;
	}
	.main-banner span {
		font-size: 20px !important;
	}
	.main-banner {
		height: 400px;
	}
}
@media (max-width: 479px) {
	.service-who-use .left-col-icon, 
	.service-who-use .right-col-icon {
		max-width: 100%;
	    width: auto;
	    margin-right: 0;
	    float: none;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.service-who-use .left-col-list, 
	.service-who-use .right-col-list {
		max-width: 100%;
	    width: auto;
	    float: none;
	}
	.service-who-use .btn-signup {
		display: block;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.service-use-img img {
		max-width: 100%;
		height: auto;
	}
	.our-cases > div {
		width: 100%;
		margin-bottom: 20px;
	}
}
