/**
 * 手机端
 */
.header-nav-container {
	justify-content: space-between;
}

.caai_fensaidao .row {
	overflow-x: scroll;
	flex-wrap: nowrap;
}

.caai_fensaidao .row::-webkit-scrollbar {
	display: none
}

.caai_fensaidao::after {
	display: none;
}

.people-li-avatar {
	width: 100px;
	height: 100px;
}

@media screen and (max-width: 576px) {
	.people-li-avatar {
		width: 80px;
		height: 80px;
	}

	.screen-pc {
		display: none !important;
	}

	.screen-mobile {
		display: inherit !important;
	}

	.cate_title3 {
		padding: 20px;
		max-width: 100%;
	}

	.title-text {
		font-size: 17px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 375px) {
	.people-li-avatar {
		width: 70px;
		height: 70px;
	}
}

.caai_reviewteam_list {
	background: unset;
}

.review_team {
	width: 50%;
}

.review_team h5,
.review_team p {
	font-weight: normal;
	color: #fff;
}

.caai_partner_catname {
	text-align: left;
}

.caai_partner_list {
	flex: unset;
}

.caai_previous_img,
.caai_previous_content {
	width: 100%;
}

.caai_previous_content {
	text-align: center;
}

.caai_previous_content h2::before {
	left: 50%;
	transform: translate(-50%, 0);
}

.caai_guide_map,
.caai_guide_content {
	width: 100%;
}

.contact_wechat img {
	width: 60%;
	max-width: initial;
}

.section-about::before,
.section-about::after {
	display: none;
}

.abount-content {
	margin-left: 0;
	margin-right: 0;
}

.people-li {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.m_fs_s {
	font-size: 16px;
}

.process_2_content {
	font-size: 16px;
}

/* 在手机端应用的样式 */