/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    overflow-y: auto;
}

body {
    color: #333;
    line-height: 1.6;
    min-width: 100%;
    overflow: visible;
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
.mb-only{
    display: none;
}

/* 添加通用动画效果 */
.animate-element {
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-element.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 为h2标签添加动画效果（保留向下兼容） */
h2 {
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

h2.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 为不同元素设置不同的延迟时间 */
.delay-100 {
    transition-delay: 0.1s;
}

.delay-200 {
    transition-delay: 0.2s;
}

.delay-300 {
    transition-delay: 0.3s;
}

section {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    padding: 0 0.2rem;
}

/* 顶部Banner */
.hero-banner {
    position: relative;
    width: 100%;
    height: auto;
    /* min-height: 6rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.banner-content h1 {
    font-size: 0.46rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
}

/* 服务介绍部分 */
.service-intro {
    text-align: center;
    padding: 1rem 0 0.4rem;
    max-width: 12rem;
    margin: 0 auto;
    margin-top: 0;
}

.service-intro p {
    max-width: 10rem;
    margin: 0 auto;

    font-weight: 300;
    font-size: 0.20rem;
    color: #000000;
}

/* 安装条件部分 */
.installation-requirements {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-left: 1.05rem;
    padding-right: 1.05rem;

}

.installation-requirements h2 {
    margin-top: 1.12rem;
    font-weight: normal;
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: 0.25rem;
}

.installation-requirements>p {
    font-weight: 300;
    font-size: 0.19rem;
    color: #555555;
    margin-bottom: 0.4rem;
}

.requirement-cards {
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;

}

.card {
    flex: 1;
    transition: all 0.3s ease;
    height: 2.12rem;
    background: #F7F8F8;
    border-radius: 0.08rem;
    padding-top: 0.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-bottom: 0.06rem solid #60D1D3;
}

.card:hover {
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.05rem);
}

.card-content h3 {
    font-weight: normal;
    font-size: 0.18rem;
    color: #555555;
    line-height: 2;
    text-align: left;
}

/* 安装服务部分 */
.installation-service {
    text-align: center;

    margin: 0 auto;
    margin-top: 0.5rem;

    padding-left: 1.05rem;
    padding-right: 1.05rem;
}

.installation-service h2 {
    font-weight: 400;
    font-size: 0.41rem;
    color: #333333;
    margin-bottom: 0.43rem;
}

.service-container {
    display: flex;
    justify-content: flex-start;
    background: #F8F8F8;
    border-radius: 0.43rem;
    border: 0.01rem solid #A7A7A7;
    padding-left: 0.81rem;
    padding-right: 0.81rem;
    align-items: flex-start;
    padding-top: 0.7rem;
}

.charger-image-container {

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.charger-image {
    width: 4.13rem;
    height: 7.09rem;

    flex-shrink: 0;

}

.service-content {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.service-content::-webkit-scrollbar {
    display: none;
}

.service-content h2 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
    text-align: left;
    font-weight: normal;
}

.service-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.18rem;
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

.service-item {
    width: 32%;
    height: auto;
    min-height: 2rem;
    padding: 0.15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #f7f7f7;
    border-radius: 0.15rem;
    overflow: hidden;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    padding-top: 0.22rem;
    padding-bottom: 0.14rem;
    margin: 0;
}

.number {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 0.2rem;
}

.number::before {
    content: "";
    position: absolute;
    width: 0.57rem;
    height: 0.57rem;
    background-color: #DFDFDF;
    opacity: 0.5;
    border-radius: 50%;
    z-index: 0;
}

.number span {
    position: relative;
    z-index: 1;
    color: #60D1D3;
    font-size: 0.29rem;
}

.number:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.01rem;
    background-color: #CCCCCC;
    opacity: 0.5;
}

.item-content {
    flex: 1;
    padding-top: 0.2rem;
    display: flex;
    justify-content: center;
    height: 100%;
}

.item-content p {
    margin: 0;
    text-align: left;
    font-weight: 300;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.6;
}

/* 数据表格部分 */
.data-table-section {
    margin: 0 auto;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    margin-top: 1.19rem;
}

/* 增项付费服务部分 */
.additional-service-section {
    margin: 0 auto;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    margin-top: 0.89rem;
}

.additional-service-section h2 {
    text-align: center;
    margin-bottom: 0.3rem;
    font-weight: normal;
    font-size: 0.41rem;
    color: #333333;
}

.additional-service-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.67rem;
    gap: 0.22rem;
}

.additional-service-info {
    width: 55%;
    height: 1.88rem;
    padding-top: 0.39rem;
    padding-left: 0.35rem;
    padding-right: 0.33rem;


}

.additional-service-info p {
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
    margin-bottom: 0.1rem;
}

.additional-service-notice {
    padding-top: 0.39rem;
    padding-left: 0.35rem;
    padding-right: 0.33rem;
    width: 45%;

}

.additional-service-notice p {
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}

.additional-service-table thead {
    background-color: #F7F8F8;

}

.additional-service-table thead tr {
    border: none;
    background-color: #F7F8F8;
}

.additional-service-table thead th {
    text-align: center;
    padding: 0.15rem 0.1rem;
    background-color: #F7F8F8;
    border: none;
    text-align: center;
    padding-left: 0.53rem;

}

.additional-service-table tr {
    background-color: #fff;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}
.additional-service-table td {
    text-align: center;
    padding: 0.12rem 0.1rem;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0.19rem;
    color: #000000;
}

.data-table-section .table-container td {
    text-align: center;
    padding: 0.12rem 0.1rem;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0.19rem;
    color: #000000;
}
.table-container td:nth-child(4) {
    text-align: center;
    padding: 0.12rem 0.1rem;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0.19rem;
    color: #000000;
}
.table-container td:nth-child(5) {
    text-align: center;
    padding: 0.12rem 0.1rem;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0.19rem;
    color: #000000;
}
.more-help {
    margin: 0 auto;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    padding-top: 1.19rem;
    background: #fafafa;
    padding-bottom: 1.03rem;
}

.more-help h2 {
    text-align: center;
    margin-bottom: 0.1rem;
    font-weight: 400;
    font-size: 0.41rem;
    color: #333333 !important;
}

.more-help>p {
    text-align: center;
    color: #555555 !important;
    font-weight: 300;
    font-size: 0.23rem;
    margin-bottom: 0.68rem;
}

.more-help-container {
    display: flex;
    justify-content: space-between;
    gap: 0.32rem;
}

.more-help-item {
    width: 100%;
    height: 2.66rem;
    background: #ffffff;
    padding-left: 0.7rem;
    padding-right: 0.6rem;
    padding-top: 0.56rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-help-item-title {
    font-weight: 400;
    font-size: 0.3rem;
    color: #333333;
}

.more-help-item-desc {
    font-weight: 300;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;

}

.more-help-item-desc:hover {
    cursor: pointer;
}

.more-help-item-text {
    font-weight: 300;
    font-size: 0.18rem;
    color: #44B8BA;
    margin-top: 0.46rem;
    display: table;
    position: relative;
}
.yu-help-item{
   margin-top: 1.6rem;
}
.yu-download-new{
      font-weight: 300;
    font-size: 0.24rem;
    color: #44B8BA;
    display: table;
    position: relative;
    text-align: center;
}
.new-download-txt{
    font-size: 0.18rem;
    color: #999;
    opacity: 0.8;
    text-align: center
}

.more-help-item-text:hover {
    cursor: pointer;
}

.more-help-item-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #44B8BA;
    transition: width 0.3s ease;
}

.more-help-item-text:hover::after {
    width: 100%;
}

.more-help-item-img {
    /* width :  3.5rem;         */
    height :  0.66rem;
}

.more-help-item-desc-item-line {
    width: 0.01rem;
    height: 0.18rem;
    background-color: #d9d9d9;
    margin-right: 0.18rem;
    margin-left: 0.18rem;
}

.more-help-item-img-container {
    width: 1.64rem;
    height: 1.64rem;
    background: rgba(247, 248, 248, 0);
    border: 1px solid rgba(197, 197, 197, 0.4);
    position: relative;
}

.more-help-item-img2 {
    width: 1.54rem;
    height: 1.54rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.data-table-section h2 {
    text-align: center;
    margin-bottom: 0.1rem;
    font-weight: 400;
    font-size: 0.41rem;
    color: #333333 !important;
}

.data-table-section>p {
    text-align: center;
    color: #555555 !important;
    font-weight: 300;
    font-size: 0.19rem;
    margin-bottom: 0.68rem;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0.3rem;
    background-color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.2rem 0;
    background-color: #fff;
}

thead {
    background-color: transparent;
}

th,
.data-table-section td {
    padding: 0.1rem;
    padding-left: 0.29rem !important;
    font-size: 0.2rem;
}

th {
    background-color: transparent;
    font-weight: normal;
    font-size: 0.18rem;
    color: #333333;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

tr:nth-child(even) {
    background-color: #fff;
}

.table-notes {
    margin-top: 0.3rem;
}

/* 说明框样式 */
.notes-box {
    background-color: #F7F8F8;
    border-radius: 0.04rem;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding: 0.3rem;
}

.notes-title {
    font-weight: 500;
    font-size: 0.17rem;
    color: #000000;
}

.notes-title2 {
    font-weight: 500;
    font-size: 0.17rem;
    color: #000000;
}

.notes-box-shu {
    width: 1px;
    height: 0.5rem;
    opacity: 0.5;
    background-color: #A7A7A7;
    margin: 0 0.27rem;
}

.notes-box-shu2 {
    width: 1px;
    height: 0.65rem;
    opacity: 0.5;
    background-color: #A7A7A7;
    margin: 0 0.27rem;
}

.notes-content {
    flex: 1;
}

.notes-content p {
    font-weight: 300;
    font-size: 0.16rem;
    color: #000000;
}

.notes-content p:last-child {
    margin-bottom: 0;
}



.button-container {
    text-align: center;
    margin: 0.4rem 0;
}

.apply-button {
    background-color: #ccc;
    color: white;
    border: none;
    padding: 0.12rem 0.3rem;
    font-size: 0.14rem;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.apply-button:hover {
    background-color: #b8b8b8;
    transform: translateY(-0.02rem);
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
}

/* 充电桩安装流程 */
.installation-process {
    text-align: center;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    background: #FFFFFF;
    margin-top: 1rem;
    margin-bottom: 0.97rem;
}

.installation-process h2 {
    font-weight: normal;
    font-size: 0.41rem;
    color: #333333;
    margin-bottom: 0.6rem;
    text-align: center;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    gap: 0.2rem;
}





.step {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #F7F8F8;
    border-radius: 0.1em;
    padding: 0 0.24rem 0.36rem;
}

.step-number {

    font-weight: 300;
    font-size: 1.08rem;
    color: #60D1D3;
    margin-right: 0.1rem;
}

.step-title {
    font-weight: 500;
    font-size: 0.23rem;
    color: #333333;
}

.step-desc {
    text-align: left;
    border-top: 0.01rem solid rgba(217, 217, 217, 0.7);
    padding-top: 0.2rem;
    padding-left: 0.12rem;
}

.step-desc p {
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.1rem;
}

.step-desc p:last-child {
    margin-bottom: 0;
}

/* 示例图片部分 */
.example-image {
    padding: 0;
}

.step-flex {
    display: flex;
    align-items: baseline;
    padding-left: 0.12rem;
}

.example-image-container {
    width: 100%;
    height: 7.12rem;
    object-fit: cover;
    /* 浅灰色背景代替图片 */
}

/* 线上安装须知 */
.installation-notice {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    padding-top: 1.26rem;

}

.installation-notice h2 {
    font-weight: normal;
    font-size: 0.4rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.6rem;
}

.notice-container {
    display: flex;


}

.notice-image {

    height: 7.49rem;
    width: 50%;
    border-top-left-radius: 0.43rem;
    border-bottom-left-radius: 0.43rem;

}

.notice-content {
    width: 50%;
    background: #F7F8F8;
    border-top-right-radius: 0.43rem;
    border-bottom-right-radius: 0.43rem;
    padding-top: 0.57rem;
    padding-left: 0.57rem;
    padding-right: 0.57rem;
}

.notice-content p {
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.4rem;
    line-height: 1.8;
}

.notice-content ul {
    list-style-type: none;
}

.notice-content li {
    margin-bottom: 0.3rem;
    color: #555;
    height: 0.5rem;
    padding-left: 0.2rem;
    line-height: 0.5rem;
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 0.8s ease, transform 0.8s ease;
    background: rgba(206, 206, 206, 0.2);
}

.notice-content li.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 为每个列表项设置不同的延迟时间 */
.notice-content li:nth-child(1) {
    transition-delay: 0.1s;
}

.notice-content li:nth-child(2) {
    transition-delay: 0.2s;
}

.notice-content li:nth-child(3) {
    transition-delay: 0.3s;
}

.notice-content li:nth-child(4) {
    transition-delay: 0.4s;
}

.notice-content li:nth-child(5) {
    transition-delay: 0.5s;
}

.notice-content li:nth-child(6) {
    transition-delay: 0.6s;
}

/* 家充新品推荐 */
.product-recommendation {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    text-align: center;
    margin-top: 1.17rem;
    padding-bottom: 0.48rem;
}

.product-recommendation h2 {
    font-weight: normal;
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: 0.7rem;
}

.recommendation-container {}

.recommendation-title {
    font-weight: 500;
    font-size: 0.26rem;
    color: #333;
    margin-bottom: 0.3rem;
    text-align: left;
}

.recommendation-row {
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
    margin-bottom: 0.2rem;
    align-items: center;
}

.recommendation-row img {
    width: 0.39rem;
    height: 0.38rem;
}

.recommendation-note {
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    text-align: left;
}

.recommendation-item {
    flex: 1;
    background-color: #F7F8F8;
    border-radius: 0.13rem;
    padding: 0.25rem;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}
.recommendation-item p {
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
}

.item-number {
    font-weight: 100;
    font-size: 0.57rem;
    color: #60D1D3;
    margin-right: 0.3rem;
}



.arrow {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.18rem;
    color: #4ecdc4;
}

.apply-button {
    padding: 0.15rem 0.3rem;
    font-size: 0.28rem;
}

/* 安装流程 */
.installation-process h2 {
    font-size: 0.41rem;
    margin-bottom: 0.3rem;
}

.process-steps {
    display: flex;
    flex-direction: row;
    gap: 0.15rem;
    width: 100%;
    overflow-x: auto;
    padding: 0.1rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.process-steps::-webkit-scrollbar {
    display: none;
}



/* 安装须知 - 移动端重新设计 */
.installation-notice h2 {
    font-size: 0.41rem;
    margin-bottom: 0.3rem;
}

.installation-notice {
    padding-top: 0.63rem;
}

.installation-process {
    padding-top: 0rem;
}

/* 新增 */
.banner-bottom-header{
    padding:  0 1.05rem;
    margin-top: 0.95rem;
    color: #fff;
}
.header-title1{
    font-size: 0.56rem;
    line-height: 0.78rem;
    color: #333;
    text-align: center;
}
.header-title2{
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #333;
    text-align: center;
}
.header-items{
    position: relative;
}
.header-lists{
    display: flex;
    gap: 1.15rem;
}
.header-bg-new{
    width: 100%;
}
.header-bg-new img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header-icon-text{
    position: absolute;
    left: 0.78rem;
    top: 0.76rem;
    display: flex;
    gap: 0.36rem;
    align-items: center;
}
.header-textss{
    font-weight: normal;
font-size: 0.36rem;
color: #FFFFFF;
line-height: 0.5rem;
}
.header-bg-new img{
    width: 0.61rem;
    height: 0.61rem;
    object-fit: cover;
}
.header-detail{
    position: absolute;
    left: 0.78rem;
    top: 2.2rem;
    font-weight: normal;
    font-size: 0.2rem;
    color: #BCBCBC;
    line-height: 0.32rem;
}

/* w */
.jc_box{
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.jc_min{
    width: 47.5%;
    position: relative;
}
.jc_bg{
    width: 100%;
}
.jcm_top{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.76rem 0.78rem;
    width: 100%;
    height: 100%;
}
.jcm_t_l{
    display: flex;
    align-items: center;
}
.jcm_t_l img{
    width: 1rem;
}
.jcm_t_l div{
    color: #fff;
    font-size: 0.36rem;
    margin-left: 0.2rem;
}
.jcm_t_d{
    margin-top: 0.8rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: 300;
}
.jc_tab_box {
    display: flex;
    justify-content: center;
    margin-top: 0.7rem;
    gap: 0.15rem;
}
.jc_tab {
    width: 2.3rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #60D1D2;
    background: rgba(96, 209, 210, 0.1);
    border: 1px solid #60D1D2;
    outline: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:0.3rem; 
    gap: 0.15rem;
    position: relative;
}
.jc_tab_active {
    background: #60D1D2;
    color: #fff;
}
.jc_tab:hover{
    background: rgba(96, 209, 210, 0.2);
}
.jc_tab_active:hover {
    background: #51C8C9;
}
.ec-red-icon{
    width: 0.67rem;
    height: 0.22rem;
    background: #FF2828;
    border-radius: 0.22rem;
    position: absolute;
    right: -0.12rem;
    top: -0.07rem;
    font-size: 0.14rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.right-icon-box{
    width: 0.1rem;
    height: auto;
    position: relative;
}
.right-icon-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50% , -50%);
    z-index: 5
}
.right-icon-box img:nth-child(2){
    display: none;
}
.jc_tab_active .right-icon-box img:nth-child(2){
    display: block;
}
.jc_tab_active .right-icon-box img:nth-child(1){
    display: none;
}
/* 移动端适配 - 针对rem.js中的移动端断点 */
@media screen and (max-width: 768px) {

    html,
    body {
        width: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    body {
        overflow: visible !important;
    }

    .content-wrapper {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        position: relative;
    }

    section,
    .container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .installation-requirements,
    .installation-service,
    .data-table-section,
    .installation-process,
    .installation-notice,
    .product-recommendation,
    .more-help {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding-left: 0.28rem !important;
        padding-right: 0.28rem !important;
    }

    .more-help {
        padding-top: 0.59rem;
    }


    /* 更多帮助 - 移动端样式 */
    .more-help-container {
        flex-direction: column;
        gap: 0.2rem;
    }

    .more-help-item {

        height: 2.98rem;
        padding: 0.3rem 0.2rem;
        margin-bottom: 0.48rem;
        padding-top: 0.59rem;
    }

    .more-help-item-title {
        font-size: 0.39rem;
    }

    .more-help-item-desc {
        margin-top: 0.3rem;
        font-size: 0.23rem;
        font-weight: 400;
    }

    .more-help-item-text {

        font-size: 0.25rem;
        font-weight: 400;
    }

    /* 联系我们图片 */
    .more-help-item:first-child .more-help-item-img {
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 二维码相关样式 */
    .more-help-item:last-child .more-help-item-img {
        margin-top: 0.2rem;
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 长城汽车App图片容器 */
    .more-help-item:last-child .more-help-item-img-container {
        width: 1.88rem;
        height: 1.86rem;
    }

    /* 长城汽车App二维码 */
    .more-help-item:last-child .more-help-item-img2 {
        width: 1.67rem;
        height: 1.67rem;
    }

    .table-container {
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }


    .banner-content {
        width: 100%;
        left: 0;
        transform: none;
        padding: 0 0.15rem;
        top: 1.60rem;
        box-sizing: border-box;
    }

    section {
        padding: 0.4rem 0.15rem;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .container {
        width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }

    .example-image-container {
        width: 100%;
        height: 4.87rem;
    }

    /* 顶部Banner */
    .hero-banner {
        height: auto;
        /* min-height: 4rem; */
        max-width: 100%;
        padding: 0;
    }

    .banner-content h1 {
        font-size: 0.48rem;
    }

    /* 服务介绍 */
    .service-intro {
        padding: 0.3rem 0.15rem;
        width: 100%;
        box-sizing: border-box;
    }

    .service-intro br {
        display: block;
    }

    .service-intro p {
        font-size: 0.28rem;
        padding: 0 0.15rem;
        width: 100%;
        box-sizing: border-box;
        font-weight: 400;
    }

    /* 安装条件 */
    .installation-requirements h2 {
        font-size: 0.48rem;
        margin-bottom: 0.2rem;
        margin-top: 0rem;
    }

    .installation-requirements>p {
        font-size: 0.23rem;
        margin-bottom: 0.3rem;
        font-weight: 400;
    }

    .requirement-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.15rem;
        width: 100%;
        margin-top: 0.4rem;
    }

    .card {
        width: 100%;
        padding: 0.36rem 0.4rem;
        height: auto;
        min-height: 1.6rem;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .card-content h3 {
        font-size: 0.28rem;
        line-height: 1.8;
        font-weight: 400;
    }

    /* 安装服务 - 移除边框 */
    .charger-image-container {
        padding-top: 0.29rem;
        width: 100%;
        background: #F8F8F8;
        border: 0.01rem solid #d7d7d7;
        margin-right: 0;
        border-radius: 0.29rem;
        margin-bottom: 0.27rem;
        display: flex;
        justify-content: center;
    }

    .service-container {
        flex-direction: column;
        border-radius: 0;
        padding: 0.15rem;
        height: auto;
        align-items: center;
        box-sizing: border-box;
        border: none;
        background: transparent;
    }

    .charger-image {
        width: 2.48rem;
        height: 3.64rem;
        margin-right: 0;

    }

    .service-content {
        flex: 0 0 100%;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .service-content::-webkit-scrollbar {
        display: none;
    }

    .service-grid {
        display: flex;
        flex-direction: row;
        gap: 0.15rem;
        width: max-content;
        padding-left: 0;
        box-sizing: border-box;
    }

    .service-item {
        width: 4.5rem;
        height: auto;
        min-height: 2rem;
        padding: 0.15rem;
        box-sizing: border-box;
        flex-shrink: 0;
        border: 0.01rem solid #d7d7d7;
    }

    .number {
        height: 1.2rem;
        padding-bottom: 0.1rem;
    }

    .number::before {
        width: 0.75rem;
        height: 0.75rem;
    }

    .number span {
        font-size: 0.25rem;
    }

    .product-recommendation {
        margin-top: 0rem;
    }

    .notice-container {
        flex-direction: column;
        width: 100%;
        border-radius: 0.15rem;
        overflow: hidden;
        box-sizing: border-box;
    }

    .notice-image {
        order: 2;
        width: 100%;
        height: 4.57rem;
        border-radius: 0.15rem;
        background-position: center 30%;
        margin-top: 0.2rem;
    }

    .notice-content {
        order: 1;
        width: 100%;
        border-radius: 0.15rem;
        padding: 0.3rem 0.15rem;
        box-sizing: border-box;
        background: #ffffff;
    }

    .notice-content p {
        font-size: 0.28rem;
        margin-bottom: 0.25rem;
        font-weight: 400;
    }

    .notice-content ul {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .notice-content li {
        font-size: 0.26rem;
        margin-bottom: 0.15rem;
        height: auto;
        min-height: 0.5rem;
        padding: 0.15rem;
        line-height: 1.4;
        border-radius: 0.1rem;
        width: 100%;
        box-sizing: border-box;
        font-weight: 400;
    }

    .step {
        min-width: 4.5rem;
        flex: 0 0 auto;
        padding: 0.3rem;
        background: #F7F8F8;
        border-radius: 0.1rem;
    }

    .step-number {
        font-size: 0.6rem;
        margin-bottom: 0.15rem;
        font-weight: 400;
    }

    .step-title {
        font-size: 0.3rem;
        margin-bottom: 0.15rem;
    }

    .step-desc {
        padding-top: 0.15rem;
    }

    .step-desc p {
        font-size: 0.26rem;
        line-height: 1.6;
        font-weight: 400;
    }

    .item-content {
        padding: 0.22rem 0.1rem 0.15rem;
    }

    .item-content p {
        font-size: 0.26rem;
        font-weight: 400;
    }

    /* 数据表格 */
    .data-table-section h2 {
        font-size: 0.41rem;
        margin-bottom: 0.2rem;
    }

    .data-table-section>p {
        font-size: 0.23rem;
        margin-bottom: 0.3rem;
        font-weight: 400;
    }

    table {
        font-size: 0.24rem;
        table-layout: fixed;
    }

    th,
    td {
        padding: 0.1rem;
        padding-left: 0.29rem !important;
        font-size: 0.2rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
        font-weight: 400 !important;
    }

    th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
    }

    th:nth-child(1),
    td:nth-child(1) {
        width: 0.58rem;
        text-align: center;
    }

    th:nth-child(2),
    td:nth-child(2) {
        width: 1.96rem;

    }

    th:nth-child(3),
    td:nth-child(3) {
        width: 2.16rem;
        padding-left: 0.1rem !important;
    }

    th:nth-child(4),
    td:nth-child(4) {
        width: 1rem;
        padding-left: 0 !important;
        text-align: center;
    }
    th:nth-child(5),
    td:nth-child(5) {
        width: 1rem;
        padding-left: 0 !important;
        text-align: center;
    }

    .recommendation-item p {
        font-size: 0.26rem;
        padding-right: 0.4rem;
        padding-left: 0.27rem;
        border-left: 0.01rem solid #d7d7d7;
        font-weight: 400;
    }

    /* 推荐项目 */
    .product-recommendation h2 {
        font-size: 0.41rem;
        margin-bottom: 0.3rem;
    }



    .recommendation-title {
        font-size: 0.3rem;
        margin-bottom: 0.25rem;
    }

    .recommendation-row {
        flex-direction: column;
        gap: 0.15rem;
        width: 100%;
        align-items: stretch;
    }


    .recommendation-row img {
        display: none;
    }

    .recommendation-item {
        width: 100%;
        flex: none;
        height: 1.6rem;
        box-sizing: border-box;
        margin-bottom: 0.1rem;
    }

    .item-number {
        font-size: 0.42rem;
        margin-right: 0.2rem;
        font-weight: 400;
    }


    .recommendation-note {
        font-size: 0.24rem;
        font-weight: 400;
    }
        
    .notes-box {
        flex-direction: column;
        background-color: transparent;
        padding: 0;
    }

    .notes-title {
        font-size: 0.25rem;
        margin-bottom: 0.2rem;
        font-weight: 400;
    }

    .notes-title2 {
        font-size: 0.25rem;
        margin-bottom: 0.2rem;
        font-weight: 400;
    }

    .notes-box-shu {
        display: none;
    }

    .notes-box-shu2 {
        display: none;
    }

    .notes-content {
        font-size: 0.17rem !important;
    }

    .notes-content p {
        color: #000000;
        font-size: 0.22rem !important;
        line-height: 1.6;
        margin-bottom: 0.3rem;
        font-weight: 400;
    }

    .notes-content p:last-child {
        margin-bottom: 0;
    }
    .additional-service-section {
        padding-left: 0.28rem !important;
        padding-right: 0.28rem !important;
        margin-top: 0rem;
    }
.additional-service-table td{
    text-align: center !important;
}
    .additional-service-container {
        flex-direction: column;
        gap: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .additional-service-info,
    .additional-service-notice {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent !important;
        border: none !important;
    }

    .additional-service-info p,
    .additional-service-notice p {
        font-size: 0.26rem;
        color: #000000;
        line-height: 1.6;
        font-weight: 400;
    }

    .data-table-section {
        margin-top: 0rem;
    }
    .yu-help-item{
        margin-top: 1.85rem;
    }
}

/* 地图充电 */

.onePage{
    padding: 0 1.05rem;
    margin-bottom: 1.59rem;
}
.onePage img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.fg-top{
    margin-top: 0.84rem;
}
.ec-title1{
    font-weight: normal;
    font-size: 0.56rem;
    color: #333333;
    line-height: 0.78rem;
    margin-bottom: 0.26rem;
}
.ec-title2{
    margin-bottom: 0.35rem;
    font-weight: normal;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.35rem;
    width: 85%;

}
.units{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .3rem;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}
.desc{
    font-size: 0.56rem;
    color: #333333;
    font-weight: 600;
}
.desc_t{
    font-size: 0.4rem;
    font-weight: 500;
}
.text{
    font-size: 0.16rem;
    color: #3B3B3B;
    font-weight: normal;
}
.fw-list{
    background: #F4F4F4;
    display: flex;
}
.fw-img{
    width: 50%;
}
.fw-text-box{
    padding: 0.91rem 0.81rem;
    width: 50%;
}
.fw-item:nth-child(1){
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 0.74rem;
    margin-bottom: 0.89rem;
}
.fw-title{
    font-size: 0.33rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.32rem;
}
.fw-text{
    font-size: 0.22rem;
    font-weight: normal;
}
.beizhu{
    font-weight: normal;
    font-size: 0.16rem;
    color: #818181;
    line-height: 0.35rem;
    margin-top: 0.24rem;
    text-align: right;
}
.cjwt-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 0.35rem;
    margin-bottom: 0.57rem;
    cursor: pointer;
    align-items: flex-start;
}
.cjwt-item:nth-child(1){
    margin-top: 0.69rem;
}
.cjwt-ico{
    background: #60D1D2;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;

    font-size: 0.25rem;
    color: #fff;
    line-height: 0.42rem;
    text-align: center;
    margin-top: 0.1rem;
}
.cjwt-right{
    width: 0.38rem;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.cjwt-right img{
    transform: rotate(180deg);
    transition: all 0.5s;

}
.cjwt-left{
    width: 90%;

}
.cjwt-t{
    font-size: 0.32rem;
    margin-bottom: 0.36rem;
    color: #333;
    font-weight: 400;
}
.cjwt-d{
    font-size: 0.22rem;
    color: #616161;
    line-height: 0.35rem;
    display: none;
}
.cjwt-item.active .cjwt-d{
    display: block;
}
.cjwt-item.active .cjwt-right img{
    transform: rotate(0)
}
.black-txt{
    color: #131616
}

@media screen and (max-width: 768px) {
    .jc_box{
        flex-direction: column;
        gap: 0.67rem;
    }
    .jc_min{
        width: 100%;
    }
    .jcm_top{
        padding: 0.65rem 0.65rem
    }
    .jcm_t_l img{
        width: 0.84rem;
    }
    .jcm_t_l div{
        font-size: 0.46rem;
        margin-left: 0.56rem;
    }
    .jcm_t_d{
        margin-top: 0.29rem;
        color: #bcbcbc
    }
    .jc_tab{
        width: 2.24rem;
        height: 0.82rem;
        font-size: 0.32rem;
    }
    .jc_tab span {
        font-size: 0.35rem
    }
    .onePage{
        padding: 0 0.44rem;
    }
    .ec-title1{
        font-size: 0.45rem
    }
    .ec-title2{
        font-size: 0.22rem;
        width: 100%;
    }
    .units{
        justify-content: space-between;
    }
    .units .unit{
        width: calc(50% - 0.25rem);
    }
    .desc{
        font-size: 0.45rem;
        font-weight: 400;
    }
    .banner-bottom-header{
        padding: 0 0.39rem;
    }
    .fw-list{
        flex-direction: column;
    }
    .fw-img{
        width: 100%;
    }
    .fw-text-box{
        width: 100%;
        padding:  0.91rem 0.41rem;
    }
    .fw-title{
        margin-bottom: 0.2rem;
    }
    .fw-text{
        font-size: 0.25rem;
    }
    .fw-item:nth-child(1){
        padding-bottom: 0.6rem;
        margin-bottom: 0.6rem;
    }
    .beizhu{
        text-align: left;
        font-size: 0.19rem;
        text-indent: 0.29rem;
    }
    .cjwt-right{
        display: none;
    }
    .cjwt-d{
        display: block;
    }
    .cjwt-item{
        gap: 0.19rem;
    }
}