.component-footer--copyright--link {
	display: flex;
	gap: 40px;
}

.mobile_phone{
	display: none;
}

.component-about {
	/* background: #00adee; */
	padding: 75px 112px;
	color: #333333;
}

.component-about--title {
	font-size: 80px;
	font-weight: 700;
	line-height: 91.99px;
}

.component-about--content {
	display: flex;
	justify-content: space-between;
	/* margin-top: 75px; */
}

.component-about--content__description {
	margin-top: 0;
	width: 40%;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
}

.component-about--content__image {
	width: 55%;
}

.component-about--content__image img {
	width: 100%;
}
.component-clinic--content__visitus,
.component-clinic--content__operhours {
	width: 50%;
}

.component-clinic--content__visitus .linkBtn {
	display: block;
	background: #000000;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	height: 48px;
	color: #ffffff;
	border-radius: 100px;
	margin-top: 25px;
}

.component-clinic--content__visitus .title,
.component-clinic--content__operhours .title {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
}

.component-clinic--content__visitus .content,
.component-clinic--content__operhours .content {
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
	color: #767676;
}

/* 手机端样式 */
@media (max-width: 768px) {
	.facebook {
		display: none;
	}

	.component-footer--copyright {
		display: none;
	}
	
	.web_pc{
		display: none;
	}
	
	.mobile_phone {
		display: block;
	}
	.component-about {
		/* background: #00adee; */
		padding: 30px;
		color: #333333;
	}
	.component-about--content {
		display: block;
	}
	.component-about--content__description{
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	.component-about--title{
		font-size: 30px;
		line-height: 34.5px;
	}
	.component-clinic--content__visitus,
	.component-clinic--content__operhours {
		width: 100%;
	}
	
	.component-clinic--content__visitus .linkBtn {
		font-size: 14px;
		padding: 0 20px;
		height: 40px;
		margin-top: 20px;
	}
	
	.component-clinic--content__visitus .title,
	.component-clinic--content__operhours .title {
		font-size: 16px;
		line-height: 24px;
		margin: 30px 0 20px;
	}
	
	.component-clinic--content__visitus .content,
	.component-clinic--content__operhours .content {
		font-size: 14px;
		line-height: 20px;
	}
}


.phone_image {
	/* width: 55%; */
}

.phone_image img {
	width: 100%;
}


/* @media (max-width: 992px) {
	.component-about {
		padding: 50px !important;
	}

	.component-about--title {
		font-size: 60px !important;
		line-height: 70px !important;
	}

	.component-about--content {
		margin-top: 40px;
		flex-direction: column-reverse;
	}

	.component-about--content__description {
		margin-top: 30px !important;
		width: 100% !important;
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.component-about--content__image {
		width: 100% !important;
	}

	.component-about--content__image img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.component-about {
		padding: 30px !important;
	}

	.component-about--title {
		font-size: 60px !important;
		font-weight: bold;
		line-height: 120px;
	}

	.component-about--content {
		flex-direction: column-reverse;
		margin-top: 40px;
	}

	.component-about--content__description {
		width: 40%;
		font-size: 15px !important;
		line-height: 24px !important;
	}

	.component-about--content__image {
		width: 50%;
	}

	.component-about--content__image img {
		width: 100%;
	}
}

@media (max-width: 1400px) {
	.component-about {
		padding: 50px 75px;
	}

	.component-about--title {
		font-size: 100px;
		font-weight: bold;
		line-height: 120px;
	}

	.component-about--content {
		margin-top: 40px;
	}

	.component-about--content__description {
		width: 35%;
		font-size: 20px;
		line-height: 30px;
	}

	.component-about--content__image {
		width: 60%;
	}

	.component-about--content__image img {
		width: 100%;
	}
} */