.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;

}

.highline {
	color: #16a984
}

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

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

.desc-img {
	margin-top: 80px;
	width: 65%;
}

.desc-scan {
	margin-top: 95px;
	margin-bottom: -20px;
	width: 65%;
}

.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;
}

.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;
}

.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;
}


.qrcode-list {
	position: relative;
	width: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.qrcode-list-item {
	position: relative;
}

.qrcode-list-item-icon {
	cursor: pointer;
	width: 70px;
	height: 70px;
	margin-top: 30px;
	margin-right: 50px;

}

.qrcode-list-item-icon:hover+.icon-modal {
	display: block;

}

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

}

.icon-modal-text {
	text-align: center;
	color: #86909C;
	font-size: 14px;
	line-height: 35px;
}

.icon-modal-img {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	z-index: 3;
	width: 100px;
	height: 100px;

}




.icon-triangle {
	z-index: 1;
	position: absolute;
	background-color: #fff;
	transform: rotate(45deg);
	bottom: -4px;
	left: 50%;
	translate: -50%;
	width: 30px;
	height: 30px;
	box-shadow: 0px 2px 22px 1px rgba(209, 228, 224, 0.35);

}


@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;
	}



	.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;

	}

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

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

}


.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;
}
