.banner-box {
	height: 500px;
	background: url(../images/connectBg.jpg) center center no-repeat;
	background-size: cover;
}

.banner-html {
	width: 100%;
	left: 0;
}

.banner-html-title {
	text-align: center;
}

.inner-main-content {
	width: 100%;
	overflow: hidden;
	padding: 80px 30px;
	box-sizing: border-box;
}

.inner-main-content-white {
	background: #fff;
}

.inner-main-content-grey {
	background: #F6F6F6;
}

.inner-max-box {
	width: 100%;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}

.inner-max-box2 {
	width: 100%;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
}

.about-title {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-align: center;
}

.solution-text-box-title {
	font-weight: bold;
	text-align: center;
	/* font-size: 30px; */
	font-size: 1.5em;
	margin-bottom: 30px;
}


.community-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.community-ul li {
	width: 25%;
	overflow: hidden;
	padding: 20px 20px;
	box-sizing: border-box;
}

.community-ul li:nth-child(1),
.community-ul li:nth-child(2),
.community-ul li:nth-child(3) {
	margin-bottom: 50px;
}

.community-ul-title {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.community-ul-text {
	width: 100%;
	font-size: 16px;
	line-height: 2;
}

.guest-links-title {
	width: calc(60% - 40px);
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.guest-links-title img {
	width: 24%;
}

.connect-flex {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.connect-flex-left {
	flex: 1;
	overflow: hidden;
}

.connect-top-title {
	font-weight: bold;
	/* font-size: 30px; */
	font-size: 1.5em;
	margin-bottom: 30px;
}

.connect-top-flex {
	display: flex;
}

.connect-top-text-img {
	width: 25px;
	height: 25px;
	margin: 5px 8px 0 0;
}

.connect-top-text {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-bottom: 30px;
	flex: 1;
}

.connect-top-title2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

.connect-top-text2 {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 2;
	margin-bottom: 20px;
}

.connect-top-email {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.connect-flex-right {
	/* flex: 0.8; */
	width: 500px;
	margin-left: 15%;
}

.formIframe {
	width: 100%;
	overflow: hidden;
	height: 554px;
	max-width: 750px;
}

.connect-form {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	margin: 20px auto;
	position: relative;
}

.connect-form span {
	width: 80px;
}

.connect-form b {
	color: red;
}

.connect-form input {
	flex: 1;
	height: 35px;
	outline-style: none;
	background: #F2F2F2;
	border: 1px solid #Ddd;
	border-radius: 5px;
	padding: 0 5px;
	box-sizing: border-box;
	margin-left: 20px;
}

.form-btn {
	display: flex;
	overflow: hidden;
	background: #FE1408;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	border-radius: 5px;
	width: 200px;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-top: 50px;
	cursor: pointer;
}

.bottom-flex {
	width: 100%;
	overflow: hidden;
	display: flex;
}

.bottom-flex .bottom-contact {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.bottom-flex .bottom-flex-right {
	flex: 1;
}

.bottom-flex .bottom-flex-right img {
	display: block;
	width: 100%;
}

.popErrsBox {
	position: absolute;
	z-index: 99;
	top: -26px;
	right: 71px;
}

.popErrsText {
	padding: 5px 10px;
	background-color: #f5c3bf;
	font-size: 14px;
	color: #f00;
	box-sizing: border-box;
	position: relative;
}

.popErrsText:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 3px solid #f5c3bf;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	bottom: 0;
	left: 0;
}

@media (max-width: 61.25em) {
	.community-ul li {
		width: 50%;
	}

	.bottom-flex {
		flex-direction: column;
	}

	.bottom-flex .bottom-contact {
		padding: 100px 50px;
		box-sizing: border-box;
	}

	.connect-flex {
		flex-direction: column;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.connect-flex-right {
		flex: 1;
		margin-left: 0;
		width: 100%;
	}
}