/* 联系我们组件样式 */
.contact-section {
	background: url(../../assets/home/img/SketchPng1c26c087dcb080c171d06745e5afc6bf9e0a1bbd0f8e73514986c9c3afca5158.png)
		100% no-repeat;
	background-size: 100% 100%;
	height: 170px;
	width: 1030px;
	margin: 0 auto;
	padding: 26px 50px 60px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.contact-header {
	margin-bottom: 3px;
}

.contact-title {
	font-size: 24px;
	font-family: AlibabaPuHuiTi-Regular;
	color: #000000;
	line-height: 33px;
	margin: 0;
}

.contact-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 120px;
}

.contact-description {
	font-size: 14px;
	font-family: AlibabaPuHuiTi-Regular;
	color: #000000;
	line-height: 20px;
	margin: 0;
	max-width: 639px;
}

.contact-btn {
	background-color: #ec2914;
	color: #ffffff;
	font-size: 16px;
	font-family: AlibabaPuHuiTi-Regular;
	line-height: 22px;
	border: none;
	padding: 12px 19px;
	height: 46px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.contact-btn:hover {
	background-color: #d12410;
}
