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 {
	left: 503px;
	top: 30px;
	width: 193.75px;
	height: 50px;
	opacity: 1;
}

.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;
}

.cooperation-btn {
	margin-top: 5%;
}

.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);
}

