.online {
	padding: 79px 0 77px;
	background-color: rgba(248, 248, 248, 1);
}

.online .content1400 {
	display: flex;
	justify-content: space-between;
}

.online .left {
	width: 330px;
	padding-right: 10px;
	box-sizing: border-box;
}

.online .left .title {
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
}

.online .left .en {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 16px;
	text-transform: uppercase;
}

.online .left .description {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 57px;
}

.online .left ul {
	margin-top: 37px;
}

.online .left ul li {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

.online .right {
	width: 67%;
}

.online .right .input-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.online .right .input-box .input {
	width: 49.1%;
	/* background-color: #fff; */
	height: 54px;
	/* background: #FFFFFF; */
}

.online .right .input-box .input.verify {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.online .right .input-box .input.verify input {
	flex: 1;
}

.online .right .input-box .input.verify .verify-code {
	width: 124px;
	height: 54px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;

}

.online .right .input-box .input input,
.online .right .input-box .input textarea {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.online .right .input-box .input.textarea {
	width: 100%;
	height: 200px;
}

.online .right .input-box .input.textarea textarea {
	padding: 20px;
}

.online .right .submit {
	width: 221px;
	height: 57px;
	background: rgba(0, 145, 41, 1);
	line-height: 57px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #FFFFFF;
	margin-top: 40px;
	cursor: pointer;
}

.map {
	position: relative;
}

.map #map {
	height: 700px;
	width: 100%;
}

.map .map-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.map .map-box .l {
	width: 500px;
	height: 420px;
	background: #FFFFFF;
	box-shadow: 0px 0px 50px 0px rgba(10, 64, 25, 0.1);
	border-radius: 10px;
	padding: 38px;
	max-width: 100%;
}

.map .map-box .l .title {
	font-size: 22px;
	font-family: PingFang;
	color: #333333;
	line-height: 1;
}

.map .map-box .l ul {
	margin-top: 30px;
}

.map .map-box .l li {
	display: flex;
	align-items: flex-start;
}

.map .map-box .l li:not(:last-child) {
	margin-bottom: 28px;
}

.map .map-box .l .li-l {
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #777777;
	line-height: 20px;
}
.map .map-box .l .li-l .text{
	display: flex;
	justify-content: space-between;
	width: 155px;
}

.map .map-box .l .li-l .iconfont {
	font-size: 18px;
	color: rgba(0, 145, 41, 1);
}

.map .map-box .l .li-r {
	flex: 1;
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin-left: 15px;
}

@media(max-width:768px) {

	.online .content1400 {
		flex-wrap: wrap;
	}

	.online .left {
		width: 100%;
	}

	.online .right {
		width: 100%;
		margin-top: 20px;
	}

	.online .left .title {
		font-size: 22px;
	}

	.online .left ul,
	.join .box3 .left ul {
		margin-top: 30px;
	}

	.online .right .input-box .input {
		width: 100%;
	}

	.online .right .input-box {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.online .right .input-box .input {
		height: 40px;
		margin-bottom: 15px;
	}

	.online .right .input-box .input input,
	.online .right .input-box .input textarea {
		font-size: 14px;
	}

	.online .right .submit {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 20px;
	}

	.online .left ul {
		margin-top: 12px;
	}

	.online .left ul li {
		line-height: 28px;
	}

	.online .right .input-box .input.verify .verify-code {
		height: 40px;
	}

	.online .left .description {
		margin-top: 27px;
	}

}

@media (max-width:500px) {
	.map .map-box .l {
		padding: 30px 20px;
		height: auto;
	}

	.map .map-box .l .title {
		font-size: 18px;
	}

	.map .map-box .l ul {
		margin-top: 30px;
	}

	.map .map-box .l .li-l {
		font-size: 14px;
		width: 90px;
	}

	.map .map-box .l .li-l .iconfont {
		font-size: 16px;
	}

	.map .map-box .l .li-r {
		margin-left: 0;
	}

	.map .map-box .l .li-r {
		font-size: 14px;
	}

	.map .map-box .l li:not(:last-child) {
		margin-bottom: 20px;
	}

	.map #map {
		height: 400px;
	}

	.map .map-box {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
		margin: 30px auto;
	}
}
