.part22_top1{
	padding-top:clamp(30px, 4.167vw, 80px);
}


.part22_top1_con{
	padding-top:clamp(20px,3.125vw,60px);
	display: grid;
	grid-template-columns: 47.4% 47.4%;
	justify-content: space-between;
	row-gap: 0;
}

.part22_top1_con_item--full{
	grid-column: 1 / -1;
}

.part22_top1_con_item_bot textarea.part22_top1_con_item_bot_input,
.part22_top1_con_item_bot textarea.part22_top1_con_item_bot_textarea{
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: clamp(80px, 6vw, 140px);
	padding: 12px 20px;
	margin: 0;
	border: 1px solid #ddd;
	color: #666;
	resize: vertical;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.6;
	box-sizing: border-box;
}

.contact_zoho_form{
	width: 100%;
	background: transparent !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	color: inherit !important;
}

.part22_top1_con_item{
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	margin-bottom: clamp(20px,3.125vw,60px);
}
.part22_top1_con_item_top{
	display: flex;
	
	
	line-height: clamp(32px,3.125vw,60px);
	align-items: center;

	height: clamp(32px,3.125vw,60px);
}
.part22_top1_con_item_top b{
	
	color: red;
}
.part22_top1_con_item_top span{
	transform-origin: center;
	color: #333;
}



.part22_top1_con_item_bot input{
	width: 100%;
	height: clamp(30px,2.8125vw,54px);
	padding: 0;
	margin:0;
	padding-left: 20px;
	padding-right: 20px;
	border:1px solid #ddd;

	color: #666;
	position: relative;
	z-index: 1;
}

.part22_top1_con_item_bot{
	position:relative;

}
.part22_top1_con_item_bot span{
  position: absolute;
  right: 20px; /* 根据需要调整位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 29px; /* 箭头宽度 */
  
  
  
  pointer-events: none; /* 防止点击穿透 */
  display: block;
  height: 16px;
  z-index: 2;
  cursor: pointer;
}


.sublayer{
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	top:110px;
	z-index: 3;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	background: #fff;
	padding:clamp(20px,2.08vw,40px);

}

.sublayer_line{
	display: flex;
	align-items: center;
	
	height: clamp(30px,2.6vw,50px);
	color: #333;
	transition: all linear .4s;
	padding-left: 20px;
	cursor: pointer;
}
.sublayer_line.active{
	background: #005eae;
	color: #fff;
}

.part22_top1_con2_line1{
	display: flex;
	margin-bottom:clamp(10px,1.5625vw,30px);
}

.yinsi{
	width: 30px;
	height: 30px;
	display: block;
	border:1px solid #dddddd;
	margin-right:10px;
	margin-left:20px;
	flex-shrink: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}
.yinsi.active{
	background-color: #005eae;
	border:1px solid #005eae;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}


.part22_top1_con2_line1 span{
	
	color: #333;
	line-height: 30px;
}
.part22_top1_con3{
	padding-top:clamp(30px,4.167vw,80px);
	display: flex;
	justify-content: center;
}

.part22_top1_con3_btn{
	width: clamp(160px,23.9vw,460px);
	height: clamp(40px,4.167vw,80px);
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: #005eae;
	cursor: pointer;
	transition: all linear .4s;
}
.part22_top1_con3_btn:hover{
	transform: translateY(-10px);
}

.part22_top2{
	padding-top:clamp(32px,4.6875vw,90px);
}
.part22_top2_con{
	padding-top:clamp(16px,2.29vw,44px);
}
.part22_top2_con_item{
	padding-top:clamp(8px,1.04vw,20px);
}
.part22_top2_con_item_cpxq{
	height: clamp(40px,4.375vw,84px);
	display: flex;
	align-items: center;
	margin-top:10px;
	

}
.part22_top2_con_item_circle{
	display: flex;
	padding-bottom:clamp(12px,1.25vw,24px);
}
.part22_top2_con_item_circle_item{
	padding-left:clamp(14px,1.5625vw,30px);
	padding-right: clamp(14px,1.5625vw,30px);
	height: clamp(30px,2.08vw,40px);
	display: flex;
	border: 1px solid #ddd;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	margin-right:10px;


}

.part22_top2_con_item_t1{
	height: clamp(40px,3.229vw,62px);
	padding-left:clamp(12px,1.354vw,26px);
	display: flex;
	align-items: center;
	position: relative;
}
.part22_top2_con_item_t1::before{
	width: 6px;
	height: clamp(14px,1.5625vw,30px);
	background-color: #005eae;
	position: absolute;
	left: 0;
	top:50%;
	content: "";
	display:block;
	transform: translateY(-50%);
}
.part22_top2_con_item_t2{
	line-height: 50px;
	padding-bottom:58px;
	border-bottom:2px solid #ececec;
}

.part22_top2_con{
	padding-bottom:clamp(16px,2.9167vw,56px);
}
.part22_top1_con2_line1 .f22 a{
	color: #005eae;
}

@media screen and (max-width:1100px ) {
		.part22_top2_con_item_t2{
			line-height: 42px;
			padding-bottom:48px;
			
		}
		.part22_top1_con2_line1 span{
	
			line-height: 28px;
		}
		.yinsi{
			width: 28px;
			height: 28px;
			margin-left:16px;
			margin-right:8px;
		}
		
}
@media screen and (max-width:900px ) {
		.part22_top2_con_item_t2{
			line-height: 34px;
			padding-bottom:38px;
			
		}
		.part22_top1_con2_line1 span{
	
			line-height: 26px;
		}
		.yinsi{
			width: 26px;
			height: 26px;
			margin-left:12px;
			margin-right:6px;
		}
		
}

@media screen and (max-width:700px ) {

	.part22_top2_con_item_t2{
			line-height: 26px;
			padding-bottom:28px;
			
		}
		.part22_top1_con2_line1 span{
	
			line-height: 24px;
		}
		.yinsi{
			width: 24px;
			height: 24px;
			margin-left:8px;
			margin-right:4px;
		}

	.part22_top1_con{
		grid-template-columns: 1fr;
	}
	.part22_top1_con_item{
		width: 100%;
	}
	.part22_top1_con_item_bot span{
		width: 16px; 
		height: 9px;
	 
	}
}

@media screen and (max-width:500px ) {

	.part22_top2_con_item_t2{
			line-height: 24px;
			padding-bottom:24px;
			
		}
		.part22_top1_con2_line1 span{
	
			line-height: 20px;
		}
		.yinsi{
			width: 20px;
			height: 20px;
			margin-left:6px;
			margin-right:4px;
		}

	
	.part22_top1_con_item_bot span{
		width: 16px; 
		height: 9px;
	 
	}
}
/* PPT修正：联系我们产品标签移动端横向换行 */
@media screen and (max-width:700px) {
	.part22_top2_con_item_circle{
		flex-wrap: wrap;
		gap: 8px 10px;
	}
	.part22_top2_con_item_circle_item{
		height: auto !important;
		min-height: 32px;
		padding: 6px 12px;
		margin-right: 0;
		margin-bottom: 0;
		white-space: nowrap;
		box-sizing: border-box;
	}
	.pickup_title_t2_contact.line1{
		line-height: 1.4;
		height: auto;
		white-space: normal;
	}
}
