body {
    padding: 76px 0 0
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 199999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}
.fixed.events_active {
    pointer-events: auto !important;
    opacity: 1 !important;
}
.fixed .fixed_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.fixed .fixed_box {
    display: flex;
    position: relative;
    z-index: 99;
}
.fixed .fixed_box .img {
    width: 60vw;
    max-height: 70vh;
    overflow-y: scroll;
}
.fixed .fixed_box .img img {
    display: block;
    width: 100%;
}
.fixed .fixed_box .close {
    margin: 0 0 0 25px;
    cursor: pointer;
    height: fit-content;
    transition: 1s;

}
.fixed .fixed_box .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.fixed .fixed_box .img::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}
header {
    position: relative;
    z-index: 200;
}
.proInfoLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 260px;
    width: 100%;
    height: 54px;
    background: #3D434E;
    position: sticky;
    top: 76px;
    z-index: 9;
}


.proInfoLink h5 {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF
}

.proInfoLink .links {
    display: flex;
    align-items: center
}

.proInfoLink .links a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.5;
    transition: 0.6s;
    display: block
}

.proInfoLink .links a:hover, .proInfoLink .links a.on {
    opacity: 1
}

.proInfoLink .links span {
    display: block;
    width: 1px;
    height: 13px;
    background: #FFFFFF;
    opacity: 0.1;
    margin: 0 33px
}

.proInfo .part {
    width: 100%;
    position: relative
}

.proInfo .part .img {
    width: 100%
}
.proInfo img {
    display: block;
    width: 100%
}
.proInfo .part .img img {
    display: block;
    width: 100%
}

.proInfo > .pc > p > img,
.proInfo > .ph > p > img {
    height: auto;
    max-height: none;
}

.proInfo .part .text {
    position: absolute;
    left: 260px;
    top: 45%;
    transform: translateY(-45%)
}

.proInfo .part .text .text_box .title {
    margin-bottom: 40px
}

.proInfo .part .text .text_box .title h1 {
    font-weight: 500;
    font-size: 44px;
    color: #111111
}

.proInfo .part .text .text_box .title h1 span {
    color: #005CFF
}

.proInfo .part .text .text_box .img_flex {
    display: flex;
    align-items: center
}

.proInfo .part .text .text_box .img_flex .item {
    width: 122px;
    margin: 0 30px 0 0
}

.proInfo .part .text .text_box .img_flex .item .img_box {
    width: 122px;
    border-radius: 6px;
    overflow: hidden
}

.proInfo .part .text .text_box .img_flex .item .img_box img {
    display: block;
    width: 100%
}

.proInfo .part .text .text_box .img_flex .item p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin: 10px 0 0
}

.proInfo .part .text .text_box .content p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 32px
}

.proInfo .part .text .text_box .content p span {
    color: #005CFF
}

.proInfo .part .text .text_box .btns {
    display: flex;
    align-items: center;
    margin: 60px 0 0
}

.proInfo .part .text .text_box .btns .btn {
    width: 140px;
    height: 45px;
    background: #005CFF;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 0 20px;
    position: relative;
    cursor: pointer
}

.proInfo .part .text .text_box .btns .btn p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
    position: relative;
    z-index: 1
}

.proInfo .part .text .text_box .btns .btn .iconfont {
    font-size: 14px;
    color: #005CFF;
    position: relative;
    z-index: 1
}

.proInfo .part .text .text_box .btns .btn:after {
    content: "";
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 18px;
    position: absolute;
    right: 5px;
    transition: 0.6s
}

.proInfo .part .text .text_box .btns .btn:hover p {
    color: #005CFF
}

.proInfo .part .text .text_box .btns .btn:hover:after {
    width: 130px
}

.proInfo .part .text .text_box .btns .down {
    background: #FF8C1F;
    margin: 0 0 0 30px;
    padding: 0 12px 0 20px
}

.proInfo .part .text .text_box .btns .down .iconfont {
    color: #FF8C1F;
    font-size: 20px
}

.proInfo .part .text .text_box .btns .down:hover p {
    color: #FF8C1F
}

.proInfo .part.r .text {
    left: unset;
    right: 260px
}

.sec1 {
    background: #F5F5F5;
    padding: 88px 0 110px
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto
}

.sec1 .wrap .title {
    text-align: center;
    line-height: 1;
    margin: 0 0 59px
}

.sec1 .wrap .title h1 {
    font-weight: bold;
    font-size: 44px;
    color: #111111
}

.sec1 .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 25px 0 0
}

.sec1 .wrap .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec2 {
    padding: 100px 0 105px
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto
}

.sec2 .wrap .title {
    text-align: center;
    line-height: 1;
    margin: 0 0 46px
}

.sec2 .wrap .title h1 {
    font-weight: bold;
    font-size: 44px;
    color: #111111
}

.sec2 .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 25px 0 0
}

.sec2 .wrap .content {
    display: flex;
    justify-content: space-between
}

.sec2 .wrap .content .l, .sec2 .wrap .content .r {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 693px
}

.sec2 .wrap .content .l p, .sec2 .wrap .content .r p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    text-align: center;
    line-height: 1;
    margin: 12px 0 0
}

.sec2 .wrap .content .l .item {
    margin: 0 0 30px
}

.sec3 {
    background: #F5F5F5;
    padding: 80px 0 102px
}

.sec3 .wrap {
    width: 1400px;
    margin: 0 auto
}

.sec3 .wrap .title {
    text-align: center;
    margin: 0 0 55px
}

.sec3 .wrap .title h1 {
    font-weight: bold;
    font-size: 44px;
    color: #111111
}

.sec3 .wrap .content {
    display: flex;
    justify-content: space-between
}

.sec3 .wrap .content .table {
    width: 790px
}

.sec3 .wrap .content .table table tr td {
    min-height: 60px;
    padding: 15px 0 15px 17px;
    display: flex;
    border-bottom: 1px solid #B3B3B3
}

.sec3 .wrap .content .table table tr td h5 {
    font-weight: bold;
    font-size: 22px;
    color: #485764
}

.sec3 .wrap .content .table table tr td p {
    font-weight: 400;
    font-size: 22px;
    color: #485764
}

.sec4 {
    padding: 80px 0 120px
}

.sec4 .wrap {
    width: 1400px;
    margin: 0 auto
}

.sec4 .wrap .title {
    margin: 0 0 60px;
    text-align: center
}

/*.sec4 .wrap .title h1 {*/
/*    font-weight: bold;*/
/*    font-size: 44px;*/
/*    color: #111111*/
/*}*/
.sec4 .wrap .title h3 {
    font-weight: bold;
    font-size: 44px;
    color: #111111
}

.sec4 .wrap .content {
    display: flex;
    flex-wrap: wrap
}

.sec4 .wrap .content .item {
    display: block;
    width: 335px;
    padding: 50px 0 38px;
    background: linear-gradient(-60deg, #D8E3FF, rgba(216, 227, 255, 0.6), #fff 90%);
    text-align: center;
    position: relative;
    margin-bottom: 20px
}

.sec4 .wrap .content .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #005CFF, #7DBEFE);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s
}

.sec4 .wrap .content .item:not(:nth-child(4n)) {
    margin-right: 20px
}

.sec4 .wrap .content .item .img {
    width: 230px;
    height: 200px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.sec4 .wrap .content .item .img img {
    display: block
}

.sec4 .wrap .content .item .proInfo {
    position: relative;
    z-index: 2
}

.sec4 .wrap .content .item .proInfo h5 {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    margin: 0 0 15px;
    transition: 0.6s
}

.sec4 .wrap .content .item .proInfo p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    transition: 0.6s
}

.sec4 .wrap .content .item > p {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 1;
    margin: 20px 0 0;
    position: relative;
    z-index: 2;
    transition: 0.6s
}

.sec4 .wrap .content .item:hover:after {
    opacity: 1
}

.sec4 .wrap .content .item:hover .proInfo h5, .sec4 .wrap .content .item:hover .proInfo p {
    color: #FFFFFF
}

.sec4 .wrap .content .item:hover > p {
    color: #FFFFFF
}

.aside {
    position: fixed;
    right: 60px;
    top: 60vh;
    z-index: 19991209
}

.aside .iconfont {
    position: relative;
    width: 65px;
    height: 65px;
    background: #005CFF;
    box-shadow: 3px 4px 20px 0px rgba(0, 63, 174, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer
}

.aside .iconfont .box {
    width: 160px;
    height: 180px;
    background: #005CFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(20px, -50%);
    padding: 20px 20px 0;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none
}

.aside .iconfont .box p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin: 9px 0 0;
    line-height: 1
}

.aside .iconfont:hover .box {
    transform: translate(0px, -50%);
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width: 1919px) {
    body{
        padding: 3.9583333333vw 0px 0px;
    }
    .fixed .fixed_box .close{
        margin: 0px 0px 0px 1.3020833333vw;
    }
    .fixed .fixed_box .close svg{
        width: 1.5625vw;
        height: 1.5625vw;
    }
    .proInfoLink{
        padding: 0px 13.5416666667vw;
        height: 2.8125vw;
        top: 3.9583333333vw;
    }
    .proInfoLink h5{
        font-size: 0.7291666667vw;
    }
    .proInfoLink .links a{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .proInfoLink .links span{
        height: 0.6770833333vw;
        margin: 0px 1.71875vw;
    }
    .proInfo .part .text{
        left: 13.5416666667vw;
        top: 45%;
    }
    .proInfo .part .text .text_box .title{
        margin-bottom: 2.0833333333vw;
    }
    .proInfo .part .text .text_box .title h1{
        font-size: 2.2916666667vw;
    }
    .proInfo .part .text .text_box .img_flex .item{
        width: 6.3541666667vw;
        margin: 0px 1.5625vw 0px 0px;
    }
    .proInfo .part .text .text_box .img_flex .item .img_box{
        width: 6.3541666667vw;
        border-radius: 0.3125vw;
    }
    .proInfo .part .text .text_box .img_flex .item p{
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .proInfo .part .text .text_box .content p{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }
    .proInfo .part .text .text_box .btns{
        margin: 3.125vw 0px 0px;
    }
    .proInfo .part .text .text_box .btns .btn{
        width: 7.2916666667vw;
        height: 2.34375vw;
        border-radius: 1.1979166667vw;
        padding: 0px 0.7291666667vw 0px 1.0416666667vw;
    }
    .proInfo .part .text .text_box .btns .btn p{
        font-size: 0.8333333333vw;
    }
    .proInfo .part .text .text_box .btns .btn .iconfont{
        font-size: 0.7291666667vw;
    }
    .proInfo .part .text .text_box .btns .btn::after{
        width: 1.8229166667vw;
        height: 1.8229166667vw;
        border-radius: 0.9375vw;
        right: 0.2604166667vw;
    }
    .proInfo .part .text .text_box .btns .btn:hover::after{
        width: 6.7708333333vw;
    }
    .proInfo .part .text .text_box .btns .down{
        margin: 0px 0px 0px 1.5625vw;
        padding: 0px 0.625vw 0px 1.0416666667vw;
    }
    .proInfo .part .text .text_box .btns .down .iconfont{
        font-size: 1.0416666667vw;
    }
    .proInfo .part.r .text{
        right: 13.5416666667vw;
    }
    .sec1{
        padding: 4.5833333333vw 0px 5.7291666667vw;
    }
    .sec1 .wrap{
        width: 72.9166666667vw;
    }
    .sec1 .wrap .title{
        margin: 0px 0px 3.0729166667vw;
    }
    .sec1 .wrap .title h1{
        font-size: 2.2916666667vw;
    }
    .sec1 .wrap .title p{
        font-size: 1.0416666667vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .sec2{
        padding: 5.2083333333vw 0px 5.46875vw;
    }
    .sec2 .wrap{
        width: 72.9166666667vw;
    }
    .sec2 .wrap .title{
        margin: 0px 0px 2.3958333333vw;
    }
    .sec2 .wrap .title h1{
        font-size: 2.2916666667vw;
    }
    .sec2 .wrap .title p{
        font-size: 1.0416666667vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .sec2 .wrap .content .l, .sec2 .wrap .content .r{
        width: 36.09375vw;
    }
    .sec2 .wrap .content .l p, .sec2 .wrap .content .r p{
        font-size: 0.9375vw;
        margin: 0.625vw 0px 0px;
    }
    .sec2 .wrap .content .l .item{
        margin: 0px 0px 1.5625vw;
    }
    .sec3{
        padding: 4.1666666667vw 0px 5.3125vw;
    }
    .sec3 .wrap{
        width: 72.9166666667vw;
    }
    .sec3 .wrap .title{
        margin: 0px 0px 2.8645833333vw;
    }
    .sec3 .wrap .title h1{
        font-size: 2.2916666667vw;
    }
    .sec3 .wrap .content .table{
        width: 41.1458333333vw;
    }
    .sec3 .wrap .content .table table tr td{
        min-height: 3.125vw;
        padding: 0.78125vw 0px 0.78125vw 0.8854166667vw;
    }
    .sec3 .wrap .content .table table tr td h5{
        font-size: 1.1458333333vw;
    }
    .sec3 .wrap .content .table table tr td p{
        font-size: 1.1458333333vw;
    }
    .sec4{
        padding: 4.1666666667vw 0px 6.25vw;
    }
    .sec4 .wrap{
        width: 72.9166666667vw;
    }
    .sec4 .wrap .title{
        margin: 0px 0px 3.125vw;
    }
    /*.sec4 .wrap .title h1{*/
    /*    font-size: 2.2916666667vw;*/
    /*}*/
    .sec4 .wrap .title h3{
        font-size: 2.2916666667vw;
    }
    .sec4 .wrap .content .item{
        width: 17.4479166667vw;
        padding: 2.6041666667vw 0px 1.9791666667vw;
        margin-bottom: 1.0416666667vw;
    }
    .sec4 .wrap .content .item:not(:nth-child(4n)){
        margin-right: 1.0416666667vw;
    }
    .sec4 .wrap .content .item .img{
        width: 11.9791666667vw;
        height: 10.4166666667vw;
        margin: 0px auto 2.6041666667vw;
    }
    .sec4 .wrap .content .item .proInfo h5{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .sec4 .wrap .content .item .proInfo p{
        font-size: 0.8333333333vw;
    }
    .sec4 .wrap .content .item > p{
        font-size: 0.7291666667vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .aside{
        right: 3.125vw;
    }
    .aside .iconfont{
        width: 3.3854166667vw;
        height: 3.3854166667vw;
        box-shadow: rgba(0, 63, 174, 0.5) 0.15625vw 0.2083333333vw 1.0416666667vw 0px;
        font-size: 1.25vw;
    }
    .aside .iconfont .box{
        width: 8.3333333333vw;
        height: 9.375vw;
        border-radius: 0.5208333333vw;
        right: 4.1666666667vw;
        transform: translate(1.0416666667vw, -50%);
        padding: 1.0416666667vw 1.0416666667vw 0px;
    }
    .aside .iconfont .box p{
        font-size: 0.7291666667vw;
        margin: 0.46875vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    body {
        padding: 0 0 0;
    }
    .proInfoLink {
        display: none;
    }
    .proInfo .part:nth-child(1) {
        /*height: 100vh;*/
    }
    .proInfo .part .img {
        height: 100%;
    }
    .proInfo .part .img img {
        height: 100%;
    }
    .proInfo .part .text {
        width: 90vw;
        /*top: 60%;*/
        bottom: 2%;
        top: inherit;
        transform: inherit;
    }
    .proInfo .part .text .text_box .btns {
        justify-content: center;
    }
    
   .proInfo .part .text .text_box .title {
       text-align: center;
       margin: 0 0 60vh;
   }
   .proInfo .part .text .text_box .btns .down {
       margin: 0 0 0 30px;
   }
    .proInfo .part .text .text_box .title h1 {
        font-size: 32px;
    }
    .proInfo .part .text .text_box .btns .btn p {
      font-size: 16px;
    }
    .proInfo .part .text .text_box .btns .btn::after {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        right: 5px;
    }
    .proInfo .part .text .text_box .btns .btn {
        width: 130px;
        height: 42px;
        border-radius: 32px;
         padding: 0 14px 0 18px;
    }
    .fixed .fixed_box .img {
        width: 85vw;
    }
    .fixed .fixed_box .close svg {
        width: 15px;
        height: 15px;
    }
    .proInfo .part .text .text_box .btns .down {
        padding: 0 12px 0 18px;
    }
    .proInfo .part .text .text_box .btns .btn .iconfont {
        font-size: 12px;
    }
    .proInfo .part .text .text_box .btns .down .iconfont {
        font-size: 16px;
    }
    .proInfo .part .text {
        left: 5vw;
    }
    .sec3 .wrap .title h1 {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .sec3 {
        padding: 40px 0;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .content {
       flex-direction: column-reverse;
    }
    .sec3 .wrap .content .table {
        width: 100%;
        overflow-x: scroll;
        margin: 0 0 30px;
    }
    .sec3 .wrap .content .table::-webkit-scrollbar {
       display: none;
    }
    .sec3 .wrap .content .table table {
        width: max-content;
    }
    .sec3 .wrap .content .table table tr td h5 {
        font-size: 14px;
    }
    .sec3 .wrap .content .table table tr td {
        padding: 15px 0;
    }
    .sec3 .wrap .content .table table tr td p {
        font-size: 14px;
    }
    .sec4 .wrap {
        width: 90%;
    }
    .sec4 {
        padding: 60px 0 ;
    }
    /*.sec4 .wrap .title h1 {*/
    /*    font-size: 20px;*/
    /*    margin: 0 0 30px;*/
    /*}*/
    .sec4 .wrap .title h3 {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .sec4 .wrap .content {
        justify-content: space-between;
    }
   .sec4 .wrap .content .item {
       width: 49%;
       padding: 15px 0;
       margin-bottom: 10px;
       border: 5px;
   }
   .sec4 .wrap .content .item .proInfo h5 {
       font-size: 16px;
        margin: 0 0 10px;
   }
   .sec4 .wrap .content .item .proInfo p {
       font-size: 14px;
       line-height: 1;
   }
   .sec4 .wrap .content .item > p {
       font-size: 12px;
       line-height: 1.4;
       margin: 10px 0 0;
   }
   .sec4 .wrap .content .item .img {
       width: 30vw;
        height: 30vw;
        margin: 0 auto 15px;
   }
   .sec4 .wrap .content .item:not(:nth-child(4n)) {
       margin-right: 0;
   }
   .pc {
       display: none !important;
   }
   .ph {
       display: block !important;
   }
   .proInfo .part .text .text_box .title h1,.proInfo .part .text .text_box .content {
       display: none;
   }
   
}

.config-container {
  width: 100%;
  /*height: 100vh; */
  min-height: 750px;
  display: flex;
  justify-content: center; /* 水平居中 */
  /*align-items: center; */
  background: #242b33; /* 背景色按需调整 */
  color: #fff;
}
.config-content-container {
  display: flex;
  flex-direction: column;
}
.config-content {
  margin-top: 30px;
  /*margin-top:30px;*/
}

.config-wrapper {
  width: 86%; /* 内容区宽度 */
  max-width: 1400px; /* 最大宽度限制 */
  background: #242b33;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 80px;
  /*   box-shadow: 0 2px 10px rgba(0,0,0,0.1); 添加投影 */
}
.config-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-bottom: 40px; */
  font-size: 28px;
  margin-top: 40px;
}

.menu-icon {
  cursor: pointer;
  padding: 8px;
}

.menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #c4c4c7;
  margin: 4px 0;
}
.table-header {
  background: #3e454d;
  padding: 10px 10px 10px 20px;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 20px;
}
.config-row {
  display: flex;
  gap: 20px; /* 项间距 */
  /*margin-bottom: 15px;*/
  padding-left: 20px;
}

.config-item {
  flex: 1; /* 各占50% */
  display: flex;
  align-items: baseline;
}

.label-b {
  font-weight: 700;
  margin-right: 8px;
  color: #e8ecf0;
  min-width: 180px; /* 最小宽度，确保对齐基线 */
  flex-shrink: 0; /* 禁止缩小 */
  white-space: nowrap; /* 禁止文字换行 */
  font-size: 16px;
  letter-spacing: 1px;
}

.desc-b {
  color: #c6ccd4;
  /*font-weight:700;*/
  font-size: 16px;
}

/* 单行配置 */
.single-line .config-item {
  flex: 0 0 100%; /* 占满整行 */
}
.divider-b {
  height: 1px;
  background: #5a606a;
  margin: 12px 0;
  position: relative;
}

/* 或使用伪元素 */
.divider-b::after {
  content: "";
  display: block;
  border-bottom: 1px solid #5a606a;
  margin: 12px 0;
}
/* =========================
   响应式适配（移动端）
========================= */
@media screen and (max-width: 768px) {

  .config-container {
    background: #f7f8fa;
    color: #222;
    min-height: auto;
  }

  .config-wrapper {
    width: 100%;
    padding: 16px;
    background: #f7f8fa;
    margin-bottom: 30px;
  }
  
  .config-content {
    margin-top:10px;
  }

  /* 隐藏右上角菜单线 */
  .menu-icon {
    display: none;
  }

  /* 标题 */
  .config-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-name {
    font-size: 24px;
    color: #222;
  }

  /* 主表头 */
  .table-header {
    background: #dfe7f3;
    color: #222;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 1px;
  }

  /* 每行改纵向 */
  .config-row {
    display: block;
    padding-left: 0;
  }

  /* 参数项 */
  .config-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 10px;
  }

  /* 参数标题 */
  .label-b {
    display: block;
    width: 100%;

    margin: 0 0 10px;
    padding: 7px 12px;

    background: #e1e1e1;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 700;
    color: #222;

    line-height: 1.3;
    letter-spacing: 0.3px;
  }

  /* 参数内容 */
  .desc-b {
    padding: 0 10px;

    font-size: 13px;
    color: #666;
    line-height: 1.6;
  }
  /* 移动端隐藏主表头 */
  .table-header {
    display: none;
  }

  /* 移动端不需要分割线 */
  .divider-b {
    display: none;
  }

  .divider-b::after {
    display: none;
  }

  /* 底部说明 */
  .config-note {
    color: #999 !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    padding: 20px 0 0 !important;
  }
}
