/* ========== Footer ========== */
.footer .left {
	display: flex;
	gap: 2rem;
}

.footer .left-content {
	display: flex;
	gap: 3.7333rem;
}

.footer .left-top img {
	width: 100%;

}

.footer .left-right {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer .left-right .title {
	font-family: Arial, serif;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer .left-right .p-1 {
	font-family: Arial, serif;
	font-weight: 400;
	font-size: 16px;
	color: #FDFEFF;
	margin-bottom: 5px;
}

.footer .left-right .p-1 span {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.footer .left-right img {
	width: 100px;
	margin-top: 10px;
	
}

/* ========== Copyright ========== */
.copyright .container {
	text-align: left;
	font-family: Arial, serif;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 20px;
	color: #FFFFFF;
}

/* 移动端左边距 */
@media (max-width: 600px) {
	.footer .left-content {
		padding-left: 1rem;
	}
		.about-touch .common-title .content{
		width:90%;
	}
	.about-touch{
		padding-top:50px;
	}

}
@media screen and (max-width:400px) {
	
	.about-touch .common-title .title{
		font-size: 36px;
	}
	.about-touch .common-title .content { 
    font-size: 16px;
    width: 85%;
    line-height: 24px;
}
	.copyright .container{
		    font-size: 16px;
	}
	
	.about-touch .common-btn {
    font-size: 24px;
    line-height: 30px;  
}
	.copyright .container{
		    font-size: 16px;
	}
}