* {
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-size: 0.:;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-touch-callout: none;
	
}
body{padding-top:1.1rem;}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none;
}


/*阻止旋转屏幕时自动调整字体大小*/

textarea {
	resize: none;
}


/* 全局样式 */

.container {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0;
}

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

header {
	background-color: #fff;
	color: #000;
	padding: 0.15rem 0.3rem;
	height: 1.1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
}

.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}

.logo {
	display: flex;
	align-items: center;
	gap: 0.08rem;
	font-size: 0.22rem;
	font-weight: bold;
}

.logo .logoimg {
	height: 0.52rem !important;
	float: left;
}

.logo span {
	min-width: 1.53rem;
	height: 0.75rem;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 0.22rem;
	font-family: SourceHanSansSC-Regular;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	line-height: 0.75rem;
	margin: 0px 0 0 0.15rem;
	float: left;
}

.logo-d {
	float: left;
	width: 0.05rem;
	height: 0.05rem;
	margin: 0.36rem 0.15rem 0 0.1rem;
}

.trial-btn {
	color: white;
	border: none;
	padding: 0.09rem 0.22rem;
	border-radius: 0.08rem;
	cursor: pointer;
	font-weight: 700;
	background-color: rgba(243, 146, 32, 1);
	width: 1.50rem;
	height: 0.50rem;
	font-size: 0.16rem;
	font-family: SourceHanSansSC-Bold;
	transition: background-color 0.3s;
}

.btnjt {
	width: 0.16rem;
	height: 0.13rem;
	margin: 0px 0px 0 0.05rem;
}

nav {
	display: none;
}

.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;
            }
            







.footer {
                padding: 0.6rem 0.4rem;
            }

            .footer-container {
                flex-direction: column;
                gap: 0.5rem;
            }

            /* 移动端取消固定宽度，统一左对齐 */
            .footer-brand, .footer-qrcode, .footer-contact {
                width: 100%;
                align-items: flex-start;
            }

            .brand-logo {
                margin-bottom: 0.2rem;
            }

            .brand-logo img {
                width: auto;
                height: 0.75rem;
                margin-right: 0rem;
            }

            .brand-logo span {
                font-size: 0.28rem;
                margin-left: 0rem;
            }

            .brand-desc {
                font-size: 0.20rem;
                max-width: 100%;
                margin-bottom: 0.3rem;
            }

            .footer-qrcode {
                justify-content: flex-start;
                gap: 0.4rem;
                margin-bottom: 0.3rem;
                flex-wrap: wrap;
            }

            .qrcode-item {
                display: flex;
                align-items: center;
                gap: 0.15rem;
                margin-bottom: 0.2rem;
            }

            .qrcode-box {
                width: 1.2rem;
                height: 1.2rem;
            }

            .qrcode-text {
                font-size: 0.24rem;
                text-align: left;
            }

            .contact-title {
                font-size: 0.32rem;
                margin-bottom: 0.2rem;
                text-align: left;
            }

            .contact-list li {
                justify-content: flex-start;
                margin-bottom: 0.12rem;
                font-size: 0.22rem;
            }

            .contact-list li i {
                width: 0.30rem;
                height: 0.30rem;
                margin-right: 0.1rem;
            }

            .footer-copyright {
                margin: 0.5rem auto 0;
                padding-top: 0.4rem;
                font-size: 0.20rem;
            }
            
/* 移动端适配 (精简媒体查询，合并重复属性) */
.modal-container { width: 90%; padding: 0.70rem 0.50rem !important; }
            .steps { margin: 0 -0.4rem 0.50rem !important; padding: 0 0.40rem; }
            .steps::before { left: 1.4rem; right: 1.4rem;height: 0.04rem; top: 0.26rem;}
            .step-item { width: 10.0rem; }
            .step-num {
    width: 0.52rem;
    height: 0.52rem;margin-bottom: 0.08rem; font-size: 0.24rem;}
            .step-text { font-size: 0.22rem; }

            .form-row2 { flex-direction: column; gap: 0.2rem !important; margin-bottom: 0.20rem !important; }
            .form-group, .form-row2 {
    margin-bottom: 0.2rem;
}
            .form-item2 input, .form-item2 select { height: 0.60rem; padding: 0 0.1rem; font-size: 0.20rem; border-radius: 0.16rem;}
            .get-code-btn2 { width: 1.56rem; height: 0.60rem; font-size: 0.16rem; }
            .btn-group { margin-top: 0.40rem !important; gap: 0.10rem; }
            .cancel-btn, .skip-btn, .next-btn, .confirm-btn { padding: 0.20rem 0.16rem; font-size: 0.20rem; min-width: 2.4rem; border-radius: 0.10rem;}

            .module-scroll-container { max-height:5.40rem;margin-bottom: 0.4rem; }
            .module-list { grid-template-columns: 1fr; gap: 0.20rem; padding-right: 0.08rem;}
            .module-item {width:100%; padding: 0.15rem 0.25rem; min-height: 1.56rem; background: #fff url(../img/uncheckedbg-mobile.png) no-repeat; background-size: 100%;}
            .module-item.active { background: #fff url(../img/checkedbg-mobile.png) no-repeat; background-size: 100%;}
            
.module-title {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.08rem;gap: 0.08rem;}
    .module-icon {
    font-size: 0.24rem;
}
.module-icon img {
    height: 0.33rem;
}
.module-desc {
    font-size: 0.20rem;
    color: #6b7280;
    line-height: 1.4;
}
            .success-info { grid-template-columns: 1fr; gap: 0.20rem; margin-bottom: 0.20rem; }
           .info-item {
    padding: 0.20rem;
    border:none;
    background: #F9FAFB;
    border-radius: 0.15rem;
}
.info-label {
    font-size: 0.20rem;
    color: #6b7280;
    margin-bottom: 0.08rem;
}
.info-value {
    font-size: 0.20rem;
    color: #FF8A00;
    word-break: break-all;
   font-weight: 400;

}
.info-value img{ max-width: 0.23rem;}
            .success-tips { padding: 0.10rem; margin-bottom: 0.67rem; font-size: 0.20rem; color: #000;  border-radius: 0.10rem;}
            .success-tips span img{ width: 0.22rem;}
            .success-btn-group {  gap: 0.20rem; }
            .email-btn, .login-btn { padding: 0.20rem 0.16rem; font-size: 0.20rem; min-width: 2.4rem;
        border-radius: 0.10rem;}
        .email-btn img, .login-btn img{max-height: 0.23rem; max-width: 0.22rem;}