.contact {
	padding-bottom: 3%;
}
.contact .tip {
	background-image: -webkit-linear-gradient(bottom, #98d548, #0084b3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 0.36rem;
	display: block;
	color: #333;
	font-weight: bold;
	padding: 0 1% 3%;
	width: 59%;
	margin: 0 auto;
}

.contact .c_main {
	background: url('../img/c1.jpg') no-repeat center bottom;
	background-size: cover;
}

.contact .map {
	background-size: cover;
	width: 59%;
	margin: 0 auto;
}

.contact .list {
	overflow: hidden;
}

.contact .item {
	padding: 1% 0;
	border-bottom: 0.01rem dashed #aaa;
	justify-content: space-between;
	margin-top: 1%;
	transition: var(--t58);
}
.contact .item:hover {
	background: #f6f6f6;
}

.contact .info {
	flex: 0 0 85%;
	width: 85%;
	padding-top: 1.5%;
}

.contact img {
	max-width: 0.79rem;
	max-height: 0.79rem;
}

.contact .k {
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

.contact .v {
	line-height: 0.28rem;
	color: #555;
	font-size: 0.15rem;
}

.contact .tips {
	margin-top: 0.05rem;
	background: #FFFF00;
	color: #FF0000;
	font-weight: bold;
	width: fit-content;
	font-size: 0.14rem;
}

@media (max-width: 768px) {
	.contact .tip {
		font-size: 36px;
	}
	.contact .map {
		width: 90%;
	}
	.contact img {
		width: 15%;
		flex: 0 0 15%;
		max-width: unset;
		max-height: unset;
		height: auto;
		object-fit: contain;
	}
	.contact .v {
		font-size: 15px;
		line-height: 28px;
	}
	.contact .info {
		flex: 0 0 75%;
		width: 75%;
	}
	.contact .tips {
		font-size: 14px;
		margin-top: 5px;
		line-height: 28px;
	}
	.contact .item {
		padding: 3% 0;
	}
}