    /* 使用 @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;
    }

    .contact-btn2 {
    	/* border: 1px solid red; */
    	display: none;
    }


    .hamburger-menu {
    	padding: 5px;
    	width: 36px;
    	/* 图标的宽度 */
    	height: 30px;
    	/* 图标的高度 */
    	background-color: #96EA63;
    	/* 图标背景颜色 */
    	position: relative;
    	display: flex;
    	flex-direction: column;
    	justify-content: space-around;
    	align-items: center;
    	cursor: pointer;
    	transition: background-color 0.3s ease;
    	border-radius: 5px;
    }

    .hamburger-menu:hover {
    	background-color: #689F38;
    	/* 鼠标悬停时的背景颜色 */
    }

    .hamburger-menu div {
    	width: 26px;
    	/* 线条宽度 */
    	height: 3px;
    	/* 线条高度 */
    	background-color: #FFFFFF;
    	/* 线条颜色 */
    	transition: transform 0.3s ease;
    	/* 线条变形动画 */
    }

    /* 点击时改变线条样式 */
    .hamburger-menu.active div:nth-child(1) {
    	/* transform: translateY(8px) rotate(45deg); */
    }

    .hamburger-menu.active div:nth-child(2) {
    	/* transform: scale(0); */
    }

    .hamburger-menu.active div:nth-child(3) {
    	/* transform: translateY(-8px) rotate(-45deg); */
    }


    /* 侧滑弹窗背景 */
    .slide-in-modal-overlay {
    	box-sizing: border-box;
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: rgba(0, 0, 0, 0.5);
    	display: flex;
    	align-items: center;
    	justify-content: flex-start;
    	visibility: hidden;
    	opacity: 0;
    	transition: visibility 0s, opacity 0.3s linear;
    	z-index: 1000;
    	/* border: 1px solid red; */
    	overflow: hidden;
    }

    .slide-in-modal-overlay.show {
    	visibility: visible;
    	opacity: 1;
    }

    /* 侧滑弹窗内容 */
    .slide-in-modal-content {
    	background: #fff;
    	border-radius: 0 8px 8px 0;
    	width: 85%;
    	height: 100%;
    	/* max-height: 500px; */
    	overflow-y: auto;
    	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    	position: relative;
    	margin-left: -300px;
    	/* Initial position off-screen */
    	transition: margin-left 0.3s ease-out;
    }

    .slide-in-modal-content.show {
    	margin-left: 0;
    	/* Slide in */
    	/* border: 1px solid red; */
    }

    /* 关闭按钮 */
    .close-button {
    	position: absolute;
    	top: 10px;
    	right: 10px;
    	cursor: pointer;
    	font-size: 30px;
    }

    /* 弹窗标题 */
    .modal-header {
    	font-size: 24px;
    	margin-bottom: 10px;
    	padding: 10px;
    	font-weight: 700;
    	/* border-bottom: 1px solid #eee; */
    }

    /* 弹窗列表 */
    .modal-list {
    	list-style: none;
    	padding: 10px;
    }

    .modal-list li {
    	margin-bottom: 10px;
    }

    .model-li {
    	/* border: 1px solid; */
    	border-bottom: 1px solid gainsboro;
    	padding-bottom: 10px;

    }

    .model-li a {
    	/* border: 1px solid; */
    	color: #333;
    	text-decoration: none;
    	font-size: 16px;
    	font-weight: 600;
    }

    .model-li2 {
    	padding-left: 20px;
    }

    .model-li2 a {
    	font-weight: 500;
    }

    .model-li3 {
    	padding-left: 40px;
    	color: #666;
    }

    .model-li3 a {
    	/* padding-left:40px; */
    	color: #666;
    	font-weight: 500;
    }


    .hamburger-menu {
    	padding: 5px;
    	width: 36px;
    	/* 图标的宽度 */
    	height: 30px;
    	/* 图标的高度 */
    	background-color: #8BC34A;
    	/* 图标背景颜色 */
    	position: relative;
    	display: flex;
    	flex-direction: column;
    	justify-content: space-around;
    	align-items: center;
    	cursor: pointer;
    	transition: background-color 0.3s ease;
    	border-radius: 5px;
    }

    .hamburger-menu:hover {
    	background-color: #689F38;
    	/* 鼠标悬停时的背景颜色 */
    }

    .hamburger-menu div {
    	width: 26px;
    	/* 线条宽度 */
    	height: 3px;
    	/* 线条高度 */
    	background-color: #FFFFFF;
    	/* 线条颜色 */
    	transition: transform 0.3s ease;
    	/* 线条变形动画 */
    }

    /* 点击时改变线条样式 */
    .hamburger-menu.active div:nth-child(1) {
    	/* transform: translateY(8px) rotate(45deg); */
    }

    .hamburger-menu.active div:nth-child(2) {
    	/* transform: scale(0); */
    }

    .hamburger-menu.active div:nth-child(3) {
    	/* transform: translateY(-8px) rotate(-45deg); */
    }



    /* 弹窗 */

    /* 弹窗容器 */
    .modal {
    	display: none;
    	/* 默认隐藏 */
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: rgba(0, 0, 0, 0.3);
    	/* 半透明遮罩 */
    	z-index: 1000;
    }

    /* 弹窗内容 */
    .modal-content {
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	background-color: #fff;

    	border-radius: 8px;
    	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    	/* width: 865px; */
    	min-width: 21.625rem;
    	width: 60%;
    	/* max-width: 865px; */
    	max-width: 43.25rem;
    	padding: 3.2rem 4.75rem;
    	box-sizing: border-box;
    	overflow: hidden;
    }

    /* 表单内容 */


    .title-nav {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	/* border: 1px solid; */
    }

    .title-nav .title {
    	font-weight: bold;
    	font-size: 2rem;
    	color: #07070A;
    	line-height: 2.4rem;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    }


    .title-des {
    	margin-top: .5rem;
    	font-weight: 400;
    	font-size: .9rem;
    	color: #4D4F5C;
    	line-height: 1.25rem;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    }

    #contactForm {
    	position: relative;
    	margin-top: 2.35rem;
    }

    .form-item {
    	/* overflow: hidden; */
    	position: relative;
    	/* white-space: nowrap; */
    }

    label {
    	display: block;
    	font-weight: 400;
    	font-size: .7rem;
    	color: #0D0E14;
    	line-height: 1.1rem;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    	margin-bottom: 0.4rem;
    	margin-top: 1.2rem;
    }

    label:nth-child(1) {
    	margin-top: 0;
    }

    input,
    textarea {
    	box-sizing: border-box;
    	width: 100%;
    	height: 2.35rem;
    	background: #F4F4F5;
    	padding: 0 .8rem;
    	border-radius: 8px;
    	border: none;
    	font-weight: 400;
    	font-size: .7rem;
    	color: #4D4F5C;
    	line-height: 1.1rem;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    	outline: none;
    	/* 移除默认轮廓 */
    	border-color: #96EA63;
    	transition: border-color 0.3s ease;
    	/* 平滑过渡效果 */
    }


    input:focus {
    	border: 2px solid #96EA63;
    	/* border: none; */
    	/* border-color: #4CAF50; */
    	/* 添加绿色阴影 */
    	/* box-shadow: 0 0 10px rgba(76, 175, 80, 0.7);  */
    }

    textarea:focus {
    	border: 2px solid #96EA63;
    }

    #message {
    	min-height: 9.1rem;
    	padding-top: .5rem;
    	font-weight: 400;
    	font-size: .7rem;
    	color: #4D4F5C;
    	line-height: 1.1rem;
    	text-align: left;
    	font-style: normal;
    	text-transform: none;
    	resize: none;
    	/* 禁止调整大小 */
    }

    .submit-btn {
    	cursor: pointer;
    	width: 100%;
    	height: 51px;
    	background: #0D0E14;
    	border-radius: 8px 8px 8px 8px;
    	font-weight: 400;
    	font-size: .8rem;
    	color: #FFFFFF;
    	line-height: 2.05rem;
    	text-align: center;
    	font-style: normal;
    	text-transform: none;
    	margin-top: 2.25rem;
    }

    .submit-btn:hover {
    	opacity: 0.8;
    }

    .close-img {
    	width: 1.5rem;
    	min-width: 1.5rem;
    	height: 1.5rem;
    	cursor: pointer;
    }

    .tips {
    	position: absolute;
    	left: 50%;
    	top: 40%;
    	transform: translate(-50%, -50%);
    	/* 向左上偏移自身宽高的50% */
    	text-align: center;
    	/* width: 9rem; */
    	height: 3rem;
    	line-height: 3rem;
    	padding: 0 1rem;
    	/* height: 50px; */
    	background-color: #fff;
    	border-radius: 8px;
    	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    	font-weight: 400;
    	font-size: .9rem;
    	color: #4D4F5C;
    	font-style: normal;
    	text-transform: none;
    	display: none;
    	z-index: 999;
    }


    /* 超小屏幕： */
    @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;
    	}

    	.contact-btn {
    		display: none;
    	}

    	.contact-btn2 {
    		/* border: 1px solid red; */
    		display: block;
    	}

    }




    /* 小屏幕 */
    @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;
    	}
    }