    /* 使用 @font-face 引入字体 */
    @font-face {
    	font-family: 'Manrope';
    	/* 自定义字体名称 */
    	/* src: url('./font/manrope-regular-6.otf') format('woff2'); */
    	src: url('./font/Manrope-Regular.ttf') format('woff2');
    	/* src: url('./font/Manrope-VariableFont_wght.ttf') format('woff2'); */
    	/* 推荐使用 woff2 格式 */
    	font-weight: normal;
    	/* 字体粗细 */
    	font-style: normal;
    	/* 字体样式 */
    }





    body {
    	padding: 0;
    	margin: 0;
    	background-color: #fff;
    	/* font-size: 40px; */
    }

    html {
    	font-size: 20px;
    }


    .content {
    	/* max-width: 1440px; */
    	min-height: 100vh;
    	margin: 0 auto;
    	background-color: #fff;
    	position: relative;
    	/* border: 1px solid; */
    	display: flex;
    	flex-flow: column;

    	box-sizing: border-box;
    	overflow-y: auto;
    }

    header {
    	margin-top: 1rem;
    	height: 3.55rem;
    	/* border: 1px solid; */
    	box-sizing: border-box;
    	padding: 0 5.95rem;
    }

    nav {
    	height: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    }

    .logo {
    	cursor: pointer;
    	min-width: 8.95rem;
    	width: 8.95rem;
    	height: 2.05rem;
    	/* border: 1px solid; */
    }

    .contact-btn {
    	cursor: pointer;
    	width: 7.3rem;
    	height: 2rem;
    	line-height: 2rem;
    	background: #96EA63;
    	border-radius: 8px 8px 8px 8px;
    	font-weight: bold;
    	text-align: center;
    	font-size: 0.7rem;
    	color: #11111C;
    	font-style: normal;
    	text-transform: none;
    	white-space: nowrap;
    	padding: 0 .5rem;
    }

    .contact-btn:hover {
    	opacity: .8;

    }


    /* 导航栏 */
    .navbar {
    	margin-left: 6.7rem;
    	flex: 1;
    	height: 100%;
    	/* border: 1px solid; */
    	display: flex;
    	flex-wrap: nowrap;
    	align-items: center;
    	/* overflow-x: auto; */
    	font-family: 'Manrope', sans-serif;
    }



    .dropdown {
    	height: 100%;
    	/* border: 1px solid; */
    	position: relative;
    	margin-right: 5.4rem;
    	display: flex;
    	align-items: center;
    }

    .dropbtn {
    	white-space: nowrap;
    	list-style: none;
    	text-decoration: none;
    	font-weight: 500;
    	font-size: 1rem;
    	color: #000000;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    	/* color: #2BBD13; */
    }

    .icon-down {
    	position: relative;
    	top: 0.15rem;
    	min-width: 0.8rem;
    	width: 0.8rem;
    	height: 0.8rem;
    	margin: 0 0.15rem;
    }

    .active {
    	color: #2BBD13;
    }

    .dropdown-content {
    	display: none;
    	position: absolute;
    	/* box-sizing: border-box; */
    	top: 3rem;
    	left: -3rem;
    	min-width: 11.3rem;
    	padding: 0.6rem 0.5rem;
    	background: #FFFFFF;
    	box-shadow: 0px 8px 32px 0px rgba(17, 17, 26, 0.05), 0px 4px 16px 0px rgba(17, 17, 26, 0.1);
    	border-radius: 0.4rem;
    	z-index: 1;

    	font-weight: 400;
    	font-size: 0.8rem;
    	color: #333333;
    	line-height: 1.6rem;
    	padding-bottom: 0;
    }

    .dropdown-content2 {
    	left: -2.1rem;
    	min-width: 8.4rem;
    }

    .dropdown-content a {
    	display: block;
    	text-decoration: none;
    	font-weight: 500;
    	font-size: 0.8rem;
    	color: #2E2E2E;
    	line-height: 1.2rem text-align: left;
    	font-style: normal;
    	text-transform: none;
    	margin-bottom: 0.5rem;
    }

    .dropdown-content2 .child-a {
    	padding-left: 0.95rem;
    	font-weight: 300;
    	font-size: 0.7rem;
    	color: #666666;
    	line-height: 1rem;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    	margin-bottom: 0.6rem;
    }

    .dropdown-content .child-a1 {
    	/* border: 1px solid; */
    	padding-bottom: 0;
    	position: relative;
    	top: -0.1rem;
    }


    .dropdown-content a:hover {
    	color: #2BBD13;
    }

    .dropdown:hover .dropdown-content {
    	display: block;
    }

    .dropdown:hover .dropbtn {
    	color: #2BBD13;
    }


    /* 内容区 */
    section {
    	flex: 1;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	/* border: 2px solid red; */
    }


    /* 底部区 */
    footer {
    	box-sizing: border-box;
    	height: 7.85rem;
    	/* border: 1px solid; */
    	padding: 0 8.3rem;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	border-top: 1px solid #E8E9EA;
    }

    .footer-item {
    	display: flex;
    	align-items: center;
    	font-weight: 400;
    }

    .footer-item img {
    	cursor: pointer;
    	min-width: 1.1rem;
    	width: 1.1rem;
    	height: 1.1rem;
    	/* border: 1px solid; */
    	margin-left: 1.2rem;
    	border: 2px solid transparent;
    	/* 默认无边框 */
    	transition: border-color 0.3s ease;
    	/* 平滑过渡效果 */
    	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    	border-radius: 8px;
    }

    .footer-item img:hover {
    	/* border-color: #4CAF50; 悬停时添加绿色边框 */
    	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    	opacity: .8;
    }


    /* 超小屏幕： */
    @media screen and (max-width: 767px) {
    	html {
    		/* min-width: 30px; */
    		font-size: 16px;
    	}

    	header {
    		padding: 0 3rem;
    	}

    	footer {
    		padding: 1.5rem 3rem;
    		/* flex-flow: column;
            flex-direction: column-reverse;
            align-items: center;
            justify-content: space-around; */
    	}

    	.footer-item:nth-child(2) {
    		/* margin-top: 2.5rem; */
    	}

    	.modal-content {
    		min-width: 21.625rem;
    		width: 100%;
    		/* max-width: 865px; */
    		max-width: 43.25rem;
    		padding: 1.6rem 1.7rem;
    	}

    	.navbar {
    		display: none;
    	}

    }


    /* 小屏幕 */
    @media screen and (min-width: 768px) and (max-width: 991px) {
    	html {
    		font-size: 18px;
    	}

    	.modal-content {
    		min-width: 21.625rem;
    		width: 70%;
    		/* max-width: 865px; */
    		max-width: 43.25rem;
    		padding: 1.6rem 3.325rem;
    	}

    	.navbar {
    		margin-left: 1.75rem;
    	}

    	.dropdown {
    		margin-right: 1.35rem;
    	}

    	.navbar {
    		display: none;
    	}


    }

    /* 中等屏幕 */
    @media screen and (min-width: 992px) and (max-width: 1199px) {
    	html {
    		font-size: 20px;
    	}

    	.modal-content {
    		min-width: 21.625rem;
    		width: 70%;
    		/* max-width: 865px; */
    		max-width: 43.25rem;
    		padding: 1.6rem 3.325rem;
    	}

    	.navbar {
    		margin-left: 3.35rem;
    	}

    	.dropdown {
    		margin-right: 2.7rem;
    	}

    	.navbar {
    		display: none;
    	}

    }

    /* 大屏幕 */
    @media screen and (min-width: 1200px) and (max-width: 1919px) {
    	html {
    		font-size: 20px;
    	}

    	.navbar {
    		margin-left: 3..5rem;
    	}

    	.dropdown {
    		margin-right: 2.7rem;
    	}
    }

    /* 超大屏幕 */
    @media screen and (min-width: 1920px) {
    	html {
    		font-size: 22px;
    	}
    }