.desc {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 120px 0;
}

.desc-title {
	color: #1D2129;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
}

.desc-subtitle {
	margin-top: 20px;
	font-size: 30px;
	font-weight: 400;
	color: #86909C;
	line-height: 42px;
}

.desc-jielong {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.jielong {
	cursor: pointer;
	width: 260px;
	height: 300px;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

.jielong-text {
	margin-top: 16px;
	font-size: 28px;
	color: #1C212A;
	line-height: 48px;
}

.jielong-intro {
	font-size: 22px;
	line-height: 36px;
	color: #86909C;
}

.jielong:hover {
	box-shadow: 0px 1px 12px 1px rgba(209, 228, 224, 0.35);
}

.jielong-icon {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.eg-img {
	margin-top: 30px;
	width: 65%;
}

.highline {
	color: #16a984;
}

.eg-qrcode {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 95px 0 100px;
}

.contact {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 0 40px;
}

.qrcode-modal {
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: -35px;
	width: 130px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 8px;
	transition: opacity .5s ease-in-out;
}

.triangle {
	z-index: 2;
	position: absolute;
	background-color: #fff;
	transform: rotate(45deg);
	bottom: -5px;
	width: 15px;
	height: 15px;
}

.contact-btn {
	cursor: pointer;
	width: 154px;
	height: 53px;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 27px;
	border: 1px solid #16A984;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #16a984;
	line-height: 33px;
}

.contact-btn:hover+.qrcode-modal {
	opacity: 1;
}

.icon-margin {
	margin-left: 74px;
}

.icon-margin:first-child {
	margin-left: 0px;

}



.jielong-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	background-color: #fff !important;
}

.jielong-footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-text {
	color: #262626 !important;
	font-size: 14px !important;
	white-space: nowrap;
}


@media screen and (max-width: 767px) {
	.desc {
		padding: 100px 0 !important;
	}

	.desc-title {
		font-size: 28px !important;
		line-height: 32px !important;

	}

	.desc-subtitle {
		margin-top: 10px;
		padding: 0 20px !important;
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.jielong-footer {
		padding: 20px 0 !important;
	}

	.jielong-text {
		margin-top: 10px;
		font-size: 18px;
		color: #1C212A;
		line-height: 28px;
	}

	.jielong-intro {
		font-size: 12px;
		line-height: 22px;
	}

	.jielong-footer-content {
		flex-wrap: wrap;
	}

	.eg-img {
		width: 90% !important;
	}

	.qrcode-list {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.qrcode-list-item-icon {
		width: 70px;
		height: 70px;
		flex-shrink: 0;
		margin-top: 15px;
		margin-right: 25px;
	}

	.icon-modal {
		z-index: 3;
		position: absolute;
		display: none;
		top: -130px;
		left: -45%;
		width: 160px;
		height: 130px;
		border-radius: 8px;
		background-color: #fff;
		text-align: center;
		box-shadow: 0px 2px 22px 1px rgba(209, 228, 224, 0.35);
		transition: display .5s ease-in-out;

	}
}
