.d_footer_con_3 {
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 30px 0px 10px;
	color: #888;
	font-size: 14px;
}

a {
	text-decoration: none;
	/* color: rgb(51, 51, 51); */
	color: inherit;
	cursor: pointer;
}

.d_f_box_list {
	padding: 30px 27px;
	box-sizing: border-box;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	width: 280px;

	background: rgb(255, 255, 255);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	margin: 0 10px 20px;
	align-items: center;
	text-align: center;
}

.d_f_box_list:hover {
	box-shadow: rgb(51 51 51 / 20%) 0px 0px 20px 0px;
	border-bottom: 5px solid #358eff;
}

.d_f_box_list img {
	display: inline-block;
	/* width: 56px; */
	/* height: 56px; */
	margin: 25px 0px 0px;
}


.desktop {
	display: block;
}

.mobile {
	display: none;
}

@media (max-width: 767px) {

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.logo img {
		height: 50px;
		vertical-align: middle;
	}

	.hetop {
		display: flex;
		align-items: center;
		padding: 10px 20px;
		width: 100%;
		justify-content: space-between;
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
	}

	.sh {
		width: 20px;
	}

	.he-box {
		background: url("../images/index/hero-bg.jpg");
		background-size: 100% 100%;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-top: -70px;
		/* height: 100vh; */
		padding: 150px 10px 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	.hero-text2 {
		text-align: left;
	}

	.tagline2 {
		font-size: 1.3rem;
		color: var(--primary-color);
		font-weight: 500;
		margin-bottom: 1rem;
	}


	/* 调整文本区域的宽度和样式 */
	.hero-text {
		flex-basis: 45%;
		/* 文本区域占据大约40%的宽度 */
		flex-shrink: 0;
		/* 防止文本区域被过度压缩 */
		max-width: 550px;
		/* 限制文本最大宽度，保证可读性 */
		z-index: 2;
		/* 确保文本在图片之上（如果未来有重叠） */
	}

	.hero-text .tagline {
		font-size: 1.5rem;
		color: var(--primary-color);
		font-weight: 500;
		margin-bottom: 1rem;
	}

	.hero-text2 h1 {
		font-size: 1.2rem;
		/* 使用clamp函数实现流畅的字体大小缩放 */
		line-height: 1.5;
		margin-bottom: 1rem;
		font-weight: 600;

	}

	.hero-text2 h2 {
		font-size: .8rem;
		/* 使用clamp函数实现流畅的字体大小缩放 */
		line-height: 2;
		margin-bottom: 1rem;
		font-weight: 300;
	}

	/* 调整图片容器的宽度和样式 */
	.hero-image {
		flex-basis: 65%;
		/* 图片区域占据大约55%的宽度 */
		text-align: right;
		/* 让图片向右对齐 */
		position: relative;
		/* 为动画准备 */
	}

	.hero-image img {
		width: 80%;
		/* 图片宽度充满其容器 */
		max-width: 800px;
		/* 设置一个最大像素宽度，防止在超大屏幕上过于巨大 */
		height: auto;
		animation: float 6s ease-in-out infinite;
	}

	.ljb {
		width: 35vw;
		margin-left: 5vw;
	}


	.btn2 {
		display: inline-block;
		background: var(--primary-color);
		color: var(--white-color);
		padding: 5px 12px 7px;
		border: none;
		cursor: pointer;
		font-size: 13px;
		border-radius: 50px;
		text-decoration: none;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		font-weight: 500;
	}

	.btn:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 20px rgba(94, 201, 184, 0.4);
	}

	.subtitle2 {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 1rem;
		font-weight: 300;
		padding: 0 10px;
	}

	.promise-card1 {
		width: 30%;
	}

	.promise-card1 h4 {
		font-size: 14px;
		font-weight: 500;
	}

	.kjflex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.accordion1 .accordion-header {
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}

	.accordion1 .accordion-header h3 {
		font-size: 14px;
		line-height: 2;
		/* font-weight: 300; */
		/* padding: 0 10px; */
	}

	.accordion1 .accordion-content {
		font-size: 14px;
		line-height: 2;
		font-weight: 300;
	}

	.accordion1 .accordion-item {
		padding: 10px 0;
		margin: 0;
	}

	.accordion1 .accordion-content p {
		padding: 0;
		font-size: 13px;
	}

	.solution-item2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.solution-item2 .solution-text h3 {
		font-size: 16px;
		line-height: 2;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.subtitle3 {
		font-size: 13px !important;
		/* line-height: 2; */
		font-weight: 300;
	}

	.vision-flex {
		display: flex;
	}

	.vision-card2 {
		text-align: center;
		background: var(--light-color);
		padding: 5px;
		border-radius: 10px;
		transition: transform 0.3s ease;
		flex-basis: 33.3%;
	}

	.vision-card2 h3 {
		color: var(--primary-color);
		margin-bottom: 1rem;
		font-size: 15px;
	}

	.vision-card2 p {
		font-size: 14px;
		line-height: 2;
		font-weight: 300;
	}

	.m_footer_con_3 {
		width: 100%;
		text-align: left;
		padding: 30px 0px 10px;
		color: #888;
		font-size: 14px;
	}

	.footer2 {
		background: var(--dark-color);
		color: var(--light-color);
	}

	.m_footer_con_3 {
		font-size: 12px;
		line-height: 2.1;
	}

	.scrolled {
		background: rgba(255, 255, 255, 0.9);
		backdrop-filter: blur(10px);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
		/* transform: translatex(40px); */
		animation: fadeIn .5s ease-in forwards;
	}

	@keyframes fadeIn {
		from {
			background: rgba(255, 255, 255, 0);
		}

		to {
			background: rgba(255, 255, 255, 0.9);
		}
	}

	.navbox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 1000;
		justify-content: center;
		align-items: center;
		touch-action: none;
	}

	.menubg {
		background: white;
		width: 50vw;
		height: 100vh;
		position: fixed;
		right: -50vw;
		transition: transform .3s ease-in-out;
		/* transform: translateX(-50vw); */
	}

	.slide-in {
		/* transition: transform 3.5s ease-in-out; */
		transform: translateX(-50vw);
		/* transition: transform 5s; */

	}

	.slide-out {
		/* transition: transform 3.5s ease-in-out; */
		transform: translateX(50vw);
		/* transition: transform 5s; */

	}

	.nav-links {
		margin-top: 100px;
		list-style: none;
		padding-left: 25px;
		line-height: 40px;
		font-size: 14px;
	}

	#closeBtn2 {
		position: absolute;
		top: 10px;
		right: 10px;
		background: rgba(0, 0, 0, 0.5);
		color: white;
		border: none;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1001;
	}

	.active {
		color: #5ec9b8;
	}

	.header-product-selector a {
		padding: 5px 10px !important;
	}

	.header-product-selector {
		margin-bottom: 20px !important;
	}

	.section-header h2 {
		font-size: 20px !important;
	}

	.flexhalf {
		display: flex;
		justify-content: space-between;
		text-align: center;
	}






	.feature-card2 {
		font-size: 13px;
		background: var(--light-color);
		padding: 10px 10px;
		border-radius: 12px;
		flex-basis: 48%;
	}

	.feature-card2 h3 {
		font-size: 15px;
		color: var(--primary-color);
		margin-bottom: 5px;
		text-align: left;
		font-weight: 600;
	}

	.feature-card2 ul {
		list-style: none;
		padding-left: 0;
	}

	.feature-card2 li {
		font-size: 14px;
		line-height: 2;
		font-weight: 400;
		position: relative;
		padding-left: 10px;
		margin-bottom: 0.5rem;
		color: var(--grey-color);
	}

	.feature-card2 li::before {
		content: '✓';
		position: absolute;
		left: -5px;
		color: var(--primary-color);
		font-weight: bold;
	}

	.feature-item2 {
		text-align: left;
		/* display: flex; */
		/* align-items: center; */
		/* gap: 40px; */
		margin-bottom: 20px;
		background: var(--light-color);
		padding: 10px;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	}
    .feature-item2 h3{
		        font-size: 15px;
		        color: var(--primary-color);
		        margin-bottom: 5px;
		        text-align: left;
		        font-weight: 600;
	}
	.feature-item2 .feature-text{
		       font-size: 14px;
		               line-height: 2;
		               font-weight: 400;
		               position: relative;
		               padding-left: 10px;
		               margin-bottom: 0.5rem;
		               color: var(--grey-color);
	}
	.slogan{
		font-size: 13px  !important;
	}
	.pillar-content{
		padding: 5px 10px!important;;
	}
	.pillar-header{
		font-size: 14px !important;
		font-weight: 400;
		padding: 5px 5px!important;
	}
	.pillars-container2 {
	    display: flex; 
	    gap: 1px;
	    margin-top: 20px;
	    position: relative;
	}
	.image-caption{
		font-size: 14px !important;
	}
	.features-list li{
		font-size: 13px !important;
		padding-left:10px !important;
	}
    .arrow-up::before{
		font-size: 16px !important;
	}
	.arrow-down::after{
		font-size: 16px !important;
	}
    .connection{
		font-size: 12px !important;
		gap: 5px !important;
	}

	.mt-10 {
		margin-top: 10px !important;
	}

	.mb-10 {
		margin-bottom: 10px !important;
	}

	.mt-20 {
		margin-top: 20px !important;
	}

	.mb-20 {
		margin-bottom: 20px !important;
	}

	.text-center {
		text-align: center;
	}
	
	.newabg{
		background-color: white;
		border-radius: 10px;
		padding: 5px 10px;
	}
	.titlrtag{
		display: inline-block;
		    background: var(--primary-color);
		    color: var(--white-color);
		    border: none;
		    cursor: pointer;
		    font-size: 12px;
		    border-radius: 5px;
		    text-decoration: none;
		    transition: transform 0.3s ease, box-shadow 0.3s ease;
		    width: 100%;
		    text-align: center;
		    padding-top: 2px;
		    padding-bottom: 2px;
		    margin-bottom: 10px;
	}
	.cw{
		color: white !important;
	}
	.ch{
		color: #a4a4a4 !important;
		font-size: 13px;
	}
	
	.feature-card4 {
		font-size: 13px;
		background: #535353;
		padding: 10px 10px;
		border-radius: 12px;
		flex-basis: 48%;
		border-top: 10px solid var(--primary-color);
	}
	
	.feature-card4 h3 { 
		color: var(--primary-color);
		margin-bottom: 5px;
		text-align: left; 
		font-size: 14px; font-weight: 500;
	}
}