@charset "UTF-8";

/* Mobile */
@media (max-width: 767px) {
	.banner .bcontainer {
		width: 98%;
		padding: 0 10px;
	}
	
	.banner .title {
		font-size: 28px;
		letter-spacing: 2px;
	}
	
	.banner .subtitle {
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	.section1 .scontainer {
		width: 98%;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.section1 .stitle {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.section1 .sdesc {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.section1 .sbody {
		flex-direction: column;
	}
	
	/* 确保技术规格、应用场景、定制开发模块在移动端也使用垂直布局 */
	.section1:nth-of-type(4) .sbody,
	.section1:nth-of-type(5) .sbody,
	.section1:nth-of-type(6) .sbody {
		display: block;
	}
	
	.section1 .pcol1 {
		width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
	}
	
	/* 系统简介模块在移动端的优化 */
	.section1:first-of-type .pcol1 {
		width: 100%;
		margin: 10px 0;
	}
	
	.section1 .psubtitle1 {
		font-size: 16px;
		padding: 8px;
	}
	
	.section1 .pdecs1 {
		padding: 12px;
		font-size: 14px;
	}
	
	.section1 .prow2 {
		padding: 10px;
	}
	
	.section1 .pcol2 {
		width: 100%;
		margin: 10px 0;
		padding: 15px 10px;
	}
	
	/* 核心特点和应用场景模块在移动端保持垂直布局 */
	.core-features .pcol2,
	.application-scenarios .pcol2 {
		width: 100% !important;
		margin: 10px 0 !important;
	}
	
	.section1 .pcol2 .pdecs {
		font-size: 14px;
	}
	
	.architecture-container {
		margin: 20px 0;
	}
	
	.architecture-img {
		width: 100%;
		border-radius: 8px;
	}
	
	.architecture-features {
		flex-direction: column;
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.feature-item {
		width: 100%;
		margin: 10px 0;
		padding: 15px;
		box-sizing: border-box;
	}
	
	.feature-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.feature-desc {
		font-size: 14px;
	}
	
	.specs-container {
		flex-direction: column;
		margin: 20px 0;
		gap: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.specs-section {
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	
	.specs-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.spec-item {
		padding: 8px;
		font-size: 14px;
	}
	
	.contact-container {
		flex-direction: column;
		margin: 20px 0;
		width: 100%;
		box-sizing: border-box;
	}
	
	.contact-item {
		width: 100%;
		margin: 10px 0;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.contact-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.contact-desc {
		font-size: 14px;
	}
	
	.button1 {
		padding: 10px 25px;
		font-size: 14px;
		width: 100%;
		max-width: 200px;
		box-sizing: border-box;
	}
	
	.hrcontainer {
		width: 98%;
		box-sizing: border-box;
	}
}

/* 小屏幕手机 */
@media (max-width: 480px) {
	.banner .title {
		font-size: 24px;
	}
	
	.banner .subtitle {
		font-size: 13px;
	}
	
	.section1 .stitle {
		font-size: 20px;
	}
	
	.section1 .sdesc {
		font-size: 13px;
	}
	
	.section1 .pcol1 {
		padding: 3px;
	}
	
	.section1 .psubtitle1 {
		font-size: 15px;
		padding: 6px;
	}
	
	.section1 .pdecs1 {
		padding: 10px;
		font-size: 13px;
	}
	
	.section1 .pcol2 {
		padding: 12px 8px;
	}
	
	.section1 .pcol2 .pdecs {
		font-size: 13px;
	}
	
	.feature-item {
		padding: 12px;
	}
	
	.specs-section {
		padding: 15px;
	}
	
	.contact-item {
		padding: 15px;
	}
	
	.button1 {
		padding: 8px 20px;
		font-size: 13px;
	}
}
