
.bg-h {
	background-color: #f5f5f5;
	padding: 0 0.35rem;
}


.banner {
	max-height: 9.98rem;
}

.ban-pc {
	display: none;
}

.ban-wap {
	display: block;
}

.control-btn {
	width: 0.5rem;
	height: 0.5rem;
	font-size: 0.24rem;
}

.banner-control {
	padding: 0 0.3rem;
}

.section-title {
	text-align: center;
	margin-bottom: 0.6rem;
	padding-top: 0.85rem;
}

.main-title {
	font-size: 0.4rem;
	line-height: 1.3;
	margin-bottom: 0.3rem;
}

.sub-title {
	font-size: 0.2rem;
	padding: 0 0.4rem;
	line-height: 0.40rem;
}


/* 轮播指示器 */

.banner-indicators {
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.08rem;
	z-index: 10;
}

.indicator {
	width: 0.10rem;
	height: 0.10rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.3s;
}

.indicator.active {
	background-color: #ff9500;
	width: 0.28rem;
	border-radius: 5px;
}


/* 手机端标题换行处理 */

.title-break {
	display: block;
}


/* 隐藏PC端布局 */

.solution-grid-pc {
	display: none;
}


/* 显示移动端布局 */

.solution-mobile {
	display: block;
}

.section-title h2 {
	font-size: 0.44rem;
}

.section-title p {
	font-size: 0.18rem;
}

.note-text {
	font-size: 0.18rem;
	color: #000000;
	text-align: center;
	margin-top: 0.40rem;
	padding-bottom: 0.98rem;
}


/* 移动端适配2列布局（原有逻辑不变） */

.feature-grid-mobile {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.12rem;
}

.feature-grid-mobile li {
	font-size: 0.18rem;
	padding: 0.08rem 0.06rem;
	border-radius: 0.10rem;
	list-style: none;
	text-align: center;
}

.solution-card-mobile {
	background-color: #ffffff;
	border-radius: 0.08rem;
	padding: 0.22rem;
	box-shadow: 0 0.01rem 0.03rem rgba(0, 0, 0, 0.05);
	margin-bottom: 0.22rem;
}

.card-header-mobile {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0rem;
}

.card-icon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 0.30rem;
	flex-shrink: 0;
}

.card-icon-mobile {
	width: 0.76rem;
	height: 0.76rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	margin-bottom: 0.06rem;
}

.card-icon-mobile i img {
	width: 0.38rem;
}

.card-label-mobile {
	width: 1.20rem;
	text-align: center;
	font-size: 0.20rem;
	color: #333333;
	background-color: #e6f7f2;
	padding: 0.10rem 0.12rem;
	border-radius: 0.10rem;
	font-weight: 600;
	white-space: nowrap;
}


}
.note-text {
	font-size: 0.18rem;
	color: #000000;
	text-align: center;
	margin-top: 0.4rem;
	padding-bottom: 0.98rem;
}
.note-text span {
	color: #ff0000 !important;
	padding-right: 0.1rem;
}
.banner-container {
	width: 100%;
	padding: 0.96rem 0 0.26rem;
	position: relative;
	overflow: hidden;
	background: url(../img/icon-map.png) center top no-repeat;
	background-size: cover;
}

/* 业务链整体模块 */

/* 业务链整体 - 垂直布局 */
.business-chain {
	flex-direction: column;
	gap: 0rem;
	margin-bottom: 0.4rem;
}

/* 环形图区域 */
.chain-graph {
	width: 100%;
	margin-bottom: 0rem;
}
.chain-graph img {
	width: 100%;
	max-width: 671px;
}

/* 业务项列表容器 */
.chain-content {
	width: 100%;
	padding: 0 0.5rem;
}

/* 业务项列表 */
.chain-list {
	gap: 0.15rem;
}

/* 单个业务项 */
.chain-item {
	align-items: center;
	gap: 0.1rem;
	margin-bottom: 0.3rem;
}

/* 图标 24px → 0.24rem */
.item-icon {
	width: 0.72rem;
	height: 0.72rem;
	margin-top: 0;
}

/* 文字内容 */
.item-title {
	font-size: 0.26rem;
	margin-bottom: 0.06rem;
}
.item-desc {
	font-size: 0.20rem;
}

/* 标题 20px → 0.2rem */
.chain-title {
	font-size: 0.42rem;
	margin-bottom: 0.52rem;
}

/* 手机端适配：max-width: 992px（rem单位） */
.container5 {
	flex-direction: column;
	padding: 1.20rem 0 0.45rem;
	text-align: left;
	min-height: auto;
}
.img-box {
	width: 100%;
	order: 2;
	/* 图片放到文字下方 */
	
	margin-top: 0.1rem;
}
.text-box {
	width: 100%;
	order: 1;
	/* 文字放到上方 */
	
	padding: 0 0.5rem;
}
.title {
	font-size: 0.42rem;
	margin-bottom: 0.7rem;
}
.list-item {
	margin-bottom: 0.3rem;
}
.list-item h3 {
	font-size: 0.26rem;
	margin-bottom: 0.1rem;
}
.list-item h3::before {
	width: 0.12rem;
	height: 0.12rem;
	margin-right: 0.1rem;
}
.list-item p {
	font-size: 0.20rem;
	margin-left: 0.22rem;
	line-height: 1.5;
}
.marketing-container {
	max-width: 100%;
	flex-direction: column;
	padding: 0.2rem 0.35rem 0.7rem;
	gap: 0.6rem;
}
.marketing-text {
	width: 100%;
	order: 2;
	/* 文字放到下方 */
	padding-left: 0;
}
.marketing-title {
	font-size: 0.42rem;
	margin-bottom: 0.15rem;
	max-width: 100%;
}
.marketing-desc {
	font-size: 0.18rem;
	margin-bottom: 0.35rem;
	line-height: 1.6;
	max-width: 100%;
}
.marketing-list {
	margin-bottom: 0.45rem;
	max-width: 100%;
}
.marketing-list li {
	font-size: 0.23rem;
	padding: 0.12rem 0.2rem;
	margin-bottom: 0.1rem;
	padding-left: 0.6rem;
	border-radius: 0.5rem;
}

/* 手机端箭头图标适配 */
.marketing-list li::before {
	background: url("../img/icon-jtimg.png") no-repeat center;
	background-size: 100%;
	left: 0.15rem;
	width: 0.30rem;
	height: 0.30rem;
}
.marketing-btn {
	padding: 0.14rem 0.3rem;
	font-size: 0.20rem;
	border-radius: 0.06rem;
}
.marketing-btn span {
	margin-left: 0.08rem;
}
.marketing-img {
	width: 100%;
	order: 1;
	/* 图片放到上方 */
	
	text-align: center;
}
.marketing-img img {
	width: 100%;
	max-width: 90%;
	height: auto;
	max-height: 473px;
	display: block;
	margin: 0 auto;
}
.channel-container {
	background: #f7f7f7;
	max-width: 100%;
	flex-direction: column;
	padding: 0.5rem 0.37rem 0.7rem;
	gap: 0.4rem;
}
.channel-img {
	width: 100%;
	order: 1;
	/* 图片放到上方 */
}
.channel-img img {
	width: 100%;
	max-width: 6.69rem;
	height: auto;
	max-height: 5.70rem;
	display: block;
	margin: 0 auto;
}
.channel-text {
	width: 100%;
	order: 2;
	/* 文字放到下方 */
}
.channel-title {
	font-size: 0.42rem;
	margin-bottom: 0.15rem;
}
.channel-desc {
	font-size: 0.18rem;
	margin-bottom: 0.3rem;
	line-height: 1.6;
}
.channel-features {
	flex-direction: row;
	/* 保持横向排列 */
	
	justify-content: space-around;
	gap: 0.2rem;
	margin-bottom: 0.4rem;
}
.feature-icon {
	width: 0.90rem;
	height: 0.90rem;
	margin-bottom: 0.1rem;
}
.feature-text {
	font-size: 0.23rem;
}
.channel-btn {
	padding: 0.14rem 0.3rem;
	font-size: 0.18rem;
	border-radius: 0.06rem;
}
.channel-btn span {
	margin-left: 0.08rem;
}
.store-container {
	max-width: 100%;
	flex-direction: column;
	padding: 0.90rem 0.3rem;
	gap: 0.4rem;
}
.store-text {
	width: 100%;
	order: 1;
	/* 文字在上 */
	padding-left: 0;
}
.store-title {
	font-size: 0.42rem;
	margin-bottom: 0.15rem;
	max-width: 100%;
}
.store-desc {
	font-size: 0.18rem;
	margin-bottom: 0.3rem;
	line-height: 1.6;
	max-width: 100%;
}

/* 核心修改：手机端保持双列，仅调整间距 */
.store-features {
	grid-template-columns: repeat(2, 1fr);
	/* 保留双列 */
	
	gap: 0.15rem 0.1rem;
	/* 15px 左右间距，10px 上下间距 */
	max-width: 100%;
}
.store-feature-item {
	padding: 0.1rem 0;
	gap: 0.1rem;
}
.feature-icon2 {
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 0.10rem;
}
.feature-icon2 img{
	width: 0.4rem;
	height: 0.40rem;
}
.feature-icon2 svg {
	width: 0.40rem;
	height: 0.40rem;
}
.feature-name {
	font-size: 0.22rem;
	margin-bottom: 0.03rem;
}
.feature-desc {
	font-size: 0.18rem;
	line-height: 1.3;
}
.store-img {
	width: 100%;
	order: 2;
	/* 图片在下 */
}




.form-container {
                max-width: 100%;
                padding:0.80rem 0.30rem;
                min-width: auto;
                min-height: 80vh;
            }
            .form-title {
                margin-bottom: 0.30rem;
            }
            .main-title {
                font-size: 0.48rem;
                margin-bottom: 0.20rem;
            }
            .sub-title2 {
                font-size: 0.20rem;
                padding: 0 0.05rem;
            }
            .business-form {
                gap: 0.30rem;
            }
            /* 仅调整间距和尺寸，保持横向排版 */
            .form-row {
                gap: 0.15rem; /* 手机端gap缩小为10px */
            }
            .form-input, .form-select {
                height: 0.60rem;
                padding: 0 0.12rem;
                font-size: 0.16rem;
                border-radius: 0.06rem;
            }
            .form-select-wrapper::after {
                right: 0.12rem;
                font-size: 0.10rem;
            }
            /* 验证码区域仅调整尺寸，比例不变 */
            .verify-code-row {
                gap: 0.08rem;
            }
            .get-code-btn {
                width: 1.0rem;
                height: 0.60rem;
                font-size: 0.16rem;
                border-radius: 0.06rem;
            }
            .demand-section {
                padding: 0.15rem;
                border-radius: 0.06rem;
            }
            .demand-title {
                font-size: 0.14rem;
                margin-bottom: 0.12rem;
            }
            .demand-checkbox-group {
                gap: 0.12rem 0.18rem;
                margin-bottom: 0.12rem;
            }
            .demand-checkbox-item {
                font-size: 0.16rem;
                gap: 0.06rem;
            }
            .custom-checkbox {
                width: 0.16rem;
                height: 0.16rem;
                border: 1px solid #00c9b7;
            }
            /* 手机端对勾尺寸适配 */
            .custom-checkbox.checked::after {
                font-size: 0.10rem;
            }
            .demand-textarea {
                min-height: 0.80rem;
                padding: 0.12rem;
                font-size: 0.16rem;
                border-radius: 0.06rem;
            }
            .submit-btn {
                width: 2.50rem;
                height: 0.60rem;
                font-size: 0.20rem;
                margin: 0.06rem auto 0;
                border-radius: 0.10rem;
            }
        



.container-case {
                width: 100%;
                padding: 0.94rem 0 1.14rem;
            }
            .case-title {
                font-size: 0.48rem;
                margin-bottom: 0.16rem;
            }
            .case-subtitle {
                font-size: 0.20rem;
                margin-bottom: 0.4rem;
                padding: 0 0.2rem;
            }
            /* 隐藏PC内容，显示移动端滑动容器 */
            .case-list-pc {
                display: none;
            }
            .case-list-mobile {
                display: block;
            }
            .case-item {
                width: 100%;
            }
            .case-img {
            	height: auto;
                max-height: 4.29rem;
                margin-bottom: 0.5rem;
            }
            .case-name {
                font-size: 0.32rem;
                margin-bottom: 0.25rem;
                padding-right: 0.2rem;
            }
            .case-name::after {
                font-size: 0.26rem;
                top: 0.02rem;
            }
            .case-desc {
                font-size: 0.26rem;
                margin-bottom: 0.34rem;
                
        line-height: 1.5;
        /* 重新计算移动端高度：13px * 1.5 * 2 = 39px */
        height: calc(0.26rem * 1.5 * 2);
        min-height: calc(0.26rem * 1.5 * 2);
            }
            .case-tag {
                padding: 0.10rem 0.20rem;
                font-size: 0.26rem;
                margin-right: 0.08rem;
                border-radius: 0.16rem;
            }
            .more-btn {
                width: 25.rem;
                height: 0.68rem;
                line-height: 0.68rem;
                font-size: 0.20rem;
                border-radius: 0.10rem;
            }
            .swiper-btn {
                width: 0.9rem;
                height: 0.9rem;
                line-height: 0.9rem;
                font-size: 0.2rem;
            }
            .case-prev-btn {
                left: 0.1rem;
            }
            .case-next-btn {
                right: 0.1rem;
            }
            






