html,
body,
section {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
}

section {
	background: #F8F8F8;
}

.contact {
	position: relative;
	margin-bottom: 5rem;
}

.contact-top {
	position: relative;
	min-height: 30rem;
}
.top-img{
	min-height: 43.5rem;
}
.contact-top .contact-title {
	text-align: center;
	max-width: 30rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10.5rem;
}

.contact-top .contact-title h4 {
	color: rgba(255, 255, 255, 1);
	font-family: PingFangSC-Medium;
	font-size: 3rem;
	width: 30rem;
}

.contact-top .contact-title h5 {
	color: rgba(255, 255, 255, 0.65);
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	width: 30rem;
	margin: 0 auto;
	margin-top: .5rem;
}

.contact .contact-info-card {
	width: 90%;
	max-width: 43rem;
	background: #FFFFFF;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 12rem;
	padding: 3rem 2rem 2rem;
	background: linear-gradient(180deg, #E8F5FD 0%, #FFFFFF 30%);
}

/* 标题区域 */
.contact-title-section {
	text-align: center;
}

.contact-title-line {
	width: 8rem;
	height: 0.25rem;
	background: linear-gradient(90deg, #2EB8F6 0%, #00A1E9 100%);
	margin: 0 auto 1.5rem;
}

.contact-main-title {
	font-size: 3rem;
	font-weight: bolder;
	color: rgba(0, 0, 0, 1);
	margin: 0 0 0.5rem 0;
	font-family: PingFang SC;
}

.contact-subtitle {
	font-size: 1.5rem;
	font-weight: bolder;
	color: #000;
	margin: 0;
	font-family: PingFang SC;
}

/* 联系信息区域 */
.contact-info-section {
	background: #FFFFFF;
	border-radius: 1rem;
	padding: 2rem 0;
}

.info-item {
	display: flex;
	gap: 1.3rem;
	padding: 1rem 0;
}


.info-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info-label {
	font-size: 1.8rem;
	color: #00A1E9;
	margin: 0 0 0.75rem 0;
	font-family: PingFang SC;
	font-weight: 500;
}

.info-value {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.85);
	margin: 0;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 1.6;
}

.info-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #E0E0E0 10%, #E0E0E0 90%, transparent 100%);
	margin: 0 1rem;
}

/* 二维码区域 */
.qrcode-section {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid #E0E0E0;
}

.qrcode-item {
	text-align: center;
	flex: 0 0 auto;
}

.qrcode-box {
	width: 12rem;
	height: 12rem;
	margin: 0 auto 1rem;
	padding: 0.5rem;
	background: #FFFFFF;
	border: 2px solid #F0F0F0;
	border-radius: 0.5rem;
}

.qrcode-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.qrcode-label {
	font-size: 1.125rem;
	color: #00A1E9;
	margin: 0;
	font-family: PingFang SC;
	line-height: 1.6;
	font-weight: 500;
}
.iconfont{
	font-size: 1.5rem;
	color: #00A1E9;
}
.qrcode-label .iconfont {
	font-size: 1.5rem;
	margin-right: 0.25rem;
}

.contact .map .address{
	position: absolute;
	width: 21.875rem;
	left: 42%;
	top: 53%;
}

.head-nav {
	width: 100%;
	height: 5.5rem;
	position: absolute;
	left: 0;
	top: 0;
	background: #Fff;
    z-index: 999;
}

.img-content-img{
	width: 87%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10rem;
}