body {
	background: rgba(242, 244, 247, 1);
	margin: 0;
}

/* banner */
.banner {
	height: 567px;
	opacity: 1;
	background: rgba(242, 244, 247, 1);
	margin-top: 60px !important;
}


/* 搜索 */
.search {
	width: 1000px;
	height: 64px;
	opacity: 1;
	border-radius: 40px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	margin: auto;
}

#搜索提示文字 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(204, 204, 204, 1);
}

/* 产品 */
.产品 {
	height: 852px;
	background: rgba(242, 244, 247, 1);
}

#标题1 {
	width: 600px;
	height: 58px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 57.92px;
	color: rgba(26, 26, 26, 1);
}

.渐变遮罩 {
	width: 100px;
	height: 56px;
	opacity: 1;
	background: linear-gradient(90deg, rgba(242, 244, 247, 0) 0%, rgba(242, 244, 247, 1) 100%);
}

#标签文字 {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(102, 102, 102, 1);
}

.筛选1 ul {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(102, 102, 102, 1);
	margin-left: 40px;
}

.筛选标签1 {
	width: 68px;
	height: 56px;
	opacity: 1;
	background: rgba(242, 244, 247, 1);

	border-bottom: 2px solid rgba(26, 26, 26, 1);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.产品卡片1 {
	width: 288px;
	height: 300px;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
}

.查看 {
	width: 248px;
	height: 40px;
	opacity: 1;
	border-radius: 20px;
	background: rgba(255, 255, 255, 1);

	border: 0.5px solid rgba(102, 102, 102, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 案例 */
.案例 {
	height: 636px;
	padding-top: 80px;
	background: rgba(242, 244, 247, 1);
}

/* 资质 */
.资质 {
	height: 1100px;
	padding-top: 160px;
	background: rgba(242, 244, 247, 1);
}

/* 立即预约 */
.立即预约 {
	height: 188px;
	/* margin-top: 80px; */
	background: rgba(255, 255, 255, 1);
}

#立即预约 {
	width: 248px;
	height: 40px;
	opacity: 1;
	border-radius: 20px;
	background: rgba(26, 26, 26, 1);

	border: 0.5px solid rgba(102, 102, 102, 1);

	display: flex;
	justify-content: center;
	align-items: center;
}

/* 悬浮按钮 */
.悬浮按钮 {
	position: fixed;
	right: 30px;
	bottom: 60px;

	display: flex;
	flex-direction: column;
}

/* 前言 */
.foreword {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	vertical-align: top;
}

/* 合作高校卡片 */
.cooperation-logo {
	width: 100%;
	height: 50px;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;

}

.cooperation-title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: middle;
}

.cooperation-content {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
	/* 最多两行 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cooperation-btn {
	margin-top: 5%;
}

/* 下划线 */
.underline {
	width: 60px;
	height: 0px;
	opacity: 1;
	border: 0.5px solid rgba(255, 255, 255, 1);
	/* 居中 */
	margin: auto;
	/* 透明度 */
	opacity: 0.2;
}

.cooperation-head-logo {
	width: 36px;
	height: 36px;
}

.cooperation-head-logo.selected {
	width: 36px;
	height: 36px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	border: 1px solid rgba(0, 150, 136, 1);
}

/* 悬浮 */
.cooperation-head-logo:hover {
	width: 36px;
	height: 36px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	border: 1px solid rgba(0, 150, 136, 1);
}

/* 产品-列表-卡片 */
.product-card {
	width: 234.2px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 产品-列表-描述 */
.product-card-desc {
	/* 最多显示两行 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* 字体 */
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(102, 102, 102, 1);
	margin-top: 4px;
	/* 居中 */
	text-align: center;
}

/* 产品-列表-标签 */
.product-card-tag {
	margin-top: 10px;
	display: flex;
	/* 垂直居底部 */
	align-items: flex-end;

}

/* 产品-列表-标签-文字 */
.product-card-tag-text {
	left: 246px;
	top: 967px;
	width: 103px;
	height: 20px;
	opacity: 1;
	border-radius: 2px;
	background: rgba(102, 102, 102, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 1px 6px 1px 6px;
	/* 文字 */
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(105, 105, 105, 1);
	text-align: left;
	vertical-align: top;

}