﻿@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?bssjmk');
    src: url('fonts/icomoon.eot?bssjmk#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?bssjmk') format('truetype'), url('fonts/icomoon.woff?bssjmk') format('woff'), url('fonts/icomoon.svg?bssjmk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.DivChart {
    width: 100%;
    height: 320px;
}
.bottomm5 {
    padding-bottom:10px;
}
.divwbk {
    display: flex;
    align-items: center;
}
.yszca {
    font-size: 18px;
    cursor: pointer;
    color: #2793fa;
}

    .yszca:hover{
        color:#4fa6fa;
    }
    .wenben {
        white-space: pre-line; /* 保留换行符，合并多余空格 */
    }
.jinggao{
    margin-top:50px;
    padding:15px;
    color:red;
    font-size:18px;
   
}
.xfdivh {
    padding: 10px 10px 0px 10px;
    color: red;
    text-align: left;
    font-size: 20px;
  
}
.xfdivh2 {
    padding: 10px 10px 0px 10px;
    color: red;
    text-align: left;
    font-size: 18px;
}
.xfdivhspan1{
    color:#41f53f;
}
.xfdivhspan2 {
    color:#cbc9c9;
}

.controls {
    padding: 10px;
    text-align: center;
}
.DivChartTitle{
    height:30px
}
/* 定义字体 */
@font-face {
    font-family: 'GBTB';
    src: url('fonts/xkzt.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.qrtb{
    margin-right:5px;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*==========框架开始==========*/
:root {
    /*color-scheme: light !important;*/ /* 或者 dark, 如果你想支持暗模式 */
    color-scheme: only light;
}
/* 禁止强制颜色调整 */
html {
    forced-color-adjust: none!important;
}

html {
    background: #000000;
    max-width: 860px;
    margin: 0 auto;
    overflow-x: hidden;
    height: 100%;
    padding: 0;
    overflow-y: auto; /* 启用垂直滚动 */
    overflow-x: hidden; /* 禁用水平滚动 */
    /* overflow-y: scroll;*/
    /* -ms-overflow-style: none;*/
    /*    overflow: -moz-scrollbars-none;
    overflow: -webkit-scrollbar: none;
    scrollbar-width: none;*/
}
/* 隐藏滚动条（Webkit浏览器） */
html::-webkit-scrollbar {
    display: none;
}

/* 隐藏滚动条（Firefox） */
html {
    scrollbar-width: none; /* Firefox */
}

/* 隐藏滚动条（IE和Edge） */
html {
    -ms-overflow-style: none; /* IE 和 Edge */
}
body {
    min-height: 100%;
    max-width: 860px;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    color: #83FF18;
    background: #323232;
    overflow: hidden;
    background: radial-gradient(at top, rgba(90, 90, 90, 0.50) 0%, rgba(32, 32, 32, 0.55) 100%);
    /*background-image: linear-gradient(-180deg, #504D48 5%, #33342F 96%);*/
    display: flex;
    flex-direction: column;
    position: relative;
}
main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
div{
    box-sizing:border-box;
}
/*.rongqi {
    margin: auto;
    width: 100%;
    position: relative;*/
    /*  height: 100vh;*/
    /*height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;*/ /* 确保内容超出时可以滚动 */
/*}*/
.gzhewm{
    height:192px;
    margin-top:0px;
}

.rongqi {
    margin: auto;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: scroll; /* 确保内容超出时可以滚动 */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    /* 针对WebKit浏览器（如Chrome, Safari等）*/
    .rongqi::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.layui-layer-iframe > .layui-layer-content {
    height: 100%!important;
    position: relative;
}
.navrongqi {
    margin: auto;
    width: 100%;
    position: relative;
    height: calc(100vh - 20px); /* 视口高度减去20px */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.navliebiao {
    padding-left: 2px;
    padding-right: 2px;
    height: calc(100% - 240px);
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
}
    .navliebiao::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:link {
    text-decoration: none;
}

a:link {
    color: #83FF18;
}
/* 未访问的链接 */
a:visited {
    color: #83FF18;
}
/* 已访问的链接 */
a:hover {
    color: #83FF18;
}
/* 鼠标移动到链接上 */
a:active {
    color: #83FF18;
}

a {
    /*取消点击背景高亮*/
    -webkit-tap-highlight-color: transparent;
}

label {
    /*取消点击背景高亮*/
    -webkit-tap-highlight-color: transparent;
}
div {
    /*取消点击背景高亮*/
    -webkit-tap-highlight-color: transparent;
}

.kjcontainer {
    position: relative;
    height: 100vh;
    width: 400%;
    display: flex;
    transform: translateX(0);
    transition: transform 0.3s;
}

.page {
    width: 25%;
    height: calc(100% - 62px);
    font-size: 15px;
    float: left;
    overflow: auto;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

    .page::-webkit-scrollbar {
        width: 0px;
        background-color: transparent;
    }

    .page::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

.kjcontainer2 {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    transform: translateX(0);
    transition: transform 0.3s;
}
.pagerongqi {
    width: 100%;
   
    font-size: 15px;
    float: left;
    overflow: auto;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
   
}
.pagerongqi::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.pagerongqi::-webkit-scrollbar-thumb {
    background-color: transparent;
}


/*.layui-layer-tips i.layui-layer-TipsG {
    border-top-color: #E05508 !important;*/ /*三角形颜色 */
/*}*/
/*底部菜单*/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    /*background-color: #3B3B3B;*/ /*底部菜单背景色*/
    background: linear-gradient(#282828,#262626);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 860px;
    margin: auto;
    border-top: 1px solid #000;
}

    .navbar div {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #9c9b9b;
        font-size: 15px;
        padding: 5px;
        transition: color 0.3s;
    }
.daohanganniu{
    cursor:pointer;
}
.huangse{
    color:#f8ec06!important;
}
.lanse{
    color:#39b1f6;
}
.qianhui{
    color:#c2bfbf;
}
.shsp1 {
   width:100%;
}
.shsp2 {
    color:#ffffff;
    padding:6px 10px 6px 10px;
    border:1px solid #000000;
    background:#057e2d;
    border-radius:30px;
    cursor:pointer;
}
.shsp2:hover {
    background:#059a28
}
    .navbar div i {
        font-size: 28px;
        margin-bottom: 1px;
    }

    .navbar div.active {
        /*color: #12e22a;*/
        color: #3deb3d;
    }

    #lunbo {
        width: 100%;
        height: 30%;
        border-bottom: 3px solid #000000;
    }



    #dianpurongqi {
        padding-top: 50px;
    }

    .yetou {
        box-sizing: border-box;
    }

    .tubiaohang2 {
        width: 100%;
        height: 138px;
        border-bottom: 5px solid #000000;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .kpbotton {
        display: flex;
        /*  justify-content: space-between;*/
        align-items: center;
        height: 38px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .kpbotton2 {
        display: flex;
        /*  justify-content: space-between;*/
        align-items: center;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        flex-wrap: wrap;
    }

    .kp {
        height: 30px;
        display: block;
        color: #0cb9b9;
        width: 50%;
    }

    .kp2 {
        display: block;
        color: #0cb9b9;
        width: 100%;
    }

    .gao150 {
        height: 150px !important;
    }

    .beizhu {
        height: 130px !important;
    }

    .pkbotton {
        display: flex;
        align-items: center; 
    }

    .tubiaohang3 {
        width: 100%;
        border-bottom: 5px solid #000000;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .xlk {
        width: calc(100% - 5px) !important;
    }

    .xlk2 {
        width: 100px !important;
        margin-right: 5px !important;
    }

    .shbt {
        font-size: 16px;
        width: 70px;
    }

    .fenge {
        height: 10px;
    }

    .hangbiaoti {
        font-size: 15px;
        clear: both;
        color: #9c9b9b;
        margin-left: 20px;
        margin-top: -10px;
        margin-bottom: 10px;
        height: 20px;
    }

    .gnan {
        width: 25%;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        float: left;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
        display: block;
        color: #83FF18;
    }

        .gnan i {
            height: 40px;
            line-height: 40px;
        }

    .gnantb {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        font-size: 15px;
        padding: 5px;
        transition: color 0.3s;
    }

    .pagebottom {
        flex-grow: 1;
        display: flex;
        align-items: center; /* 垂直居中 */
    }

    .bottomcontent {
        display: block;
        width: 100%;
    }

    .tubiaohang {
        width: 100%;
        height: 128px;
        padding-top: 25px;
    }

    .gnantb i {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .s1 i {
        color: #19e0a1;
    }

    .s1:hover i {
        color: #04f7c3;
    }

    .s2 i {
        color: #b1e00e;
    }

    .s2:hover i {
        color: #cafe35;
    }

    .s3 i {
        color: #3eb7fe;
    }

    .s3:hover i {
        color: #32f1f1;
    }

    .s4 i {
        color: #8d9afc;
    }

    .s4:hover i {
        color: #a79dfc;
    }

    .s5 i {
        color: #cb83fc;
    }

    .s5:hover i {
        color: #d992fa;
    }

    .s6 i {
        color: #3deb3d;
    }

    .s6:hover i {
        color: #0ef320;
    }

    .s7 i {
        color: #f62aa1;
    }

    .s7:hover i {
        color: #fa70b8;
    }

    .s8 i {
        color: #fb8f27;
    }

    .s8:hover i {
        color: #fcb545;
    }

    .s9 i {
        color: #88dd28;
    }

    .s9:hover i {
        color: #64f54e;
    }

    .s10 i {
        color: #22e4e4;
    }

    .s10:hover i {
        color: #44f6eb;
    }

    .s11 i {
        color: #ef4fa7;
    }

    .s11:hover i {
        color: #f774d4;
    }

    .s12 i {
        color: #a385fb;
    }

    .s12:hover i {
        color: #c292ff;
    }

    .s13 i {
        color: #1ed3ac;
    }

    .s13:hover i {
        color: #37d0a6;
    }

    .t1 {
        color: #19e0a1 !important;
    }

    .t6 {
        color: #3deb3d !important;
    }

    .t7 {
        color: #fa70b8 !important;
    }

    .t8 {
        color: #f3793b !important;
    }

    .t13 {
        color: #a2d469 !important;
    }

    .t15 {
        color: #f64626 !important;
    }

    .t16 {
        color: #1dc7a8 !important;
    }

    .hengfudiv {
        width: 100%;
    }

    .hengfuimg {
        width: 100%;
        height: auto;
    }

    #zfico {
        font-size: 30px;
        cursor: pointer;
    }

    .fengexian {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #404040;
    }

    .fengexian2 {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #303030;
    }

    .kaleiliebiao {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .listico {
        font-size: 30px !important; /* 使用!important确保优先级 */
        margin-bottom: 5px; /* 确保图标和文字之间有足够的间距 */
        line-height: 1; /* 确保行高不影响图标大小 */
    }
    /*=========框架结束===========*/
    /*返回DIV开始*/
    .fanhui {
        height: 50px;
    }

    .fanhui_div {
        height: 50px;
        text-align: center;
        /* position: relative;*/
        width: 100%;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 1000;
        background: #303030;
        max-width: 860px;
        margin: auto;
    }

    .dixian {
        border-bottom: 1px solid #000000;
    }
    /*列表*/
    .yuangongliebiao {
        padding-left: 2px;
        padding-right: 2px;
        height: calc(100vh - 150px);
        /*  height: 100vh;*/
        box-sizing: border-box;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 100px;
    }


        .yuangongliebiao::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .fanhui_i {
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
    }

    .shuoming {
        padding: 10px;
        white-space: pre-line;
        font-family: Arial, sans-serif;
        font-size: 16px;
        color: #8e8c8c;
    }

    .fanhui_i:hover {
        background: #525252;
    }

    .zuo5 {
        left: 5px;
    }

    .you5 {
        right: 5px;
    }

    #fanhui_span2 {
        font-style: normal;
        margin-left: 5px;
        font-family: 'Microsoft JhengHei';
        font-size: 16px;
    }

    #fanhui_span3 {
        width: 100%;
        display: block;
        text-align: center;
    }

    #fanhui_span5 {
        width: calc(100% - 200px);
        display: block;
        text-align: center;
        margin-left: 100px;
    }

    .red {
        color: red !important;
    }
    /*编辑页面*/
    .bianji_hang {
        width: 100%;
        height: 68px;
        display: flex;
        align-items: center;
    }

    .bianji_hang_left {
        width: 30%;
        float: left;
        padding-left: 10px;
        color: #83FF18;
    }

    .bianji_hang_left2 {
        width: calc(45% - 5px);
        float: left;
        color: #83FF18;
        margin-left: 5px;
    }

    .bianji_hang_right {
        width: 70%;
        float: left;
        display: flex;
        height: 100%;
        align-items: center; /* 垂直居中对齐 */
    }

    #qingdankuang {
        min-height: 100vh; /* 至少占满整个视口 */
        position: relative; /* 必须的 */
        display: none; /* 默认隐藏 */
        /*overflow: auto;*/ /* 如果内容太多允许滚动 */
    }

    .diburongqi {
        position: absolute;
        height: 60px;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #000000;
        display: flex;
        height: 60px; /* 可根据需要调整高度 */
        font-size: 20px;
    }

    .leftdiv {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* 左对齐 */
        width: 70%;
        padding-left: 5px;
        color: #f6ea0a;
    }

    .rightdiv {
        background: #0fa01b;
        display: flex;
        align-items: center;
        justify-content: center; /* 居中显示按钮或文字 */
        width: 30%;
        color: #ffffff;
        cursor: pointer;
    }

        .rightdiv:hover {
            background: #22bb38;
        }

    .bianji_hang_right2 {
        width: calc(38% - 10px);
        float: left;
        display: flex;
        height: 60px;
        align-items: center; /* 垂直居中对齐 */
        border: 1px solid #000000;
        border-radius: 10px;
        margin-left: 5px;
    }

    .sjxq {
        padding: 5px;
        border: 2px solid #000000;
    }

    .xqh {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bianji_hang_btn {
        width: calc(17% - 5px);
        float: left;
        display: flex;
        height: 60px;
        align-items: center; /* 垂直居中对齐 */
        justify-content: center;
        cursor: pointer;
        border: 1px solid #000000;
        border-radius: 10px;
        text-align: center;
        margin-left: 5px;
    }

        .bianji_hang_btn:hover {
            background: #3e3e3e;
        }


    .bianji_hang_left3 {
        width: calc(40% - 28px);
        float: left;
        color: #83FF18;
        margin-left: 5px;
    }

    .bianji_hang_center3 {
        width: calc(30% - 27px);
        float: left;
        display: flex;
        height: 60px;
        align-items: center; /* 垂直居中对齐 */
        border: 1px solid #000000;
        border-radius: 10px;
        margin-left: 5px;
    }

    .bianji_hang_right3 {
        width: calc(30% - 28px);
        float: left;
        display: flex;
        height: 60px;
        align-items: center; /* 垂直居中对齐 */
        border: 1px solid #000000;
        border-radius: 10px;
        margin-left: 5px;
    }

    .bianji_hang_left5 {
        width: calc(50% - 45px);
        float: left;
        color: #83FF18;
        margin-left: 5px;
    }

    .bianji_hang_center5 {
        width: calc(50% - 45px);
        float: left;
        display: flex;
        height: 60px;
        align-items: center; /* 垂直居中对齐 */
        border: 1px solid #000000;
        border-radius: 10px;
        margin-left: 5px;
    }

    .bianji_hang_right5 {
        width: 70px !important;
        float: left;
        display: flex;
        height: 60px;
        align-items: center; /* 垂直居中对齐 */
        border: 1px solid #000000;
        border-radius: 10px;
        margin-left: 5px;
        padding-right: 5px;
    }


    .tcfsxlk {
        min-width: 58px !important;
        width: 58px !important;
    }

    .tcfsxlk2 {
        min-width: 70px !important;
        width: 70px !important;
    }

    .zuobianju5 {
        margin-left: 5px !important;
    }
    /*    .bianji_hang_btn .icon-cancel-circle {
        color: #05b052;
    }
    .bianji_hang_btn:hover .icon-cancel-circle {
        color: #18e178;
    }*/
    .ssrq {
        width: 100%;
        height: 68px;
        display: flex;
        align-items: center;
    }

    .sstb {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
    }

    .ssk {
        width: calc(100% - 108px);
        height: 40px;
        background: none;
        border: none;
        outline: none;
        font-size: 18px;
        color: #f69216;
    }

    .clear-button {
        visibility: hidden;
        background: #383838;
        border-radius: 10px;
        font-size: 20px;
        padding: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: 5px;
        color: #17d032;
    }

        .clear-button:hover {
            background: #484848;
        }
    /*列表*/
    .liebiao {
        padding-left: 2px;
        padding-right: 2px;
        height: calc(100vh - 118px);
        /*  height: 100vh;*/
        box-sizing: border-box;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .liebiao::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }
    /*列表*/
    .liebiao2 {
        padding-left: 2px;
        padding-right: 2px;
        /*  height: 100vh;*/
        box-sizing: border-box;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .liebiao2::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .lbgd2 {
        height: calc(100vh - 250px);
    }

    .lbgd3 {
        height: calc(100vh - 300px);
    }
    /*列表*/
    .liebiao_tcyg {
        padding-left: 2px;
        padding-right: 2px;
        height: calc(100vh - 118px);
        /*  height: 100vh;*/
        box-sizing: border-box;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .liebiao_tcyg::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }



    .liebiao_hang_tcyg {
        height: 86px;
        display: flex;
        justify-content: space-between;
    }
    /* 加载状态样式 */
    .loading-data {
        position: relative;
    }

        .loading-data::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1000;
            font-size: 40px;
            color: #007bff;
            /* 使用Font Awesome的旋转图标 */
            content: "\f110";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            animation: fa-spin 2s infinite linear;
        }

        .loading-data::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.7);
            z-index: 999;
        }


    .xiangmubiaoti {
        width: 100%;
        height: 50px;
        border-top: 2px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .xmbt {
        width: 50%;
        float: left;
        line-height: 50px;
        font-size: 22px;
        font-weight: 300;
        color: #0de2dc;
    }

    .xma {
        padding-left: 30px;
        text-align: left;
    }

    .xmb {
        text-align: right;
        padding-right: 25px;
    }

    .tcyg {
        width: 50%;
        min-width: 200px;
    }

    .cysl {
        width: 20%;
    }

    .tcje {
        width: 30%;
    }

    .hangtop {
        font-weight: bold;
        text-align: center;
        background: #000000;
        height: 36px;
        display: flex; /* 使用 Flexbox */
        align-items: center; /* 垂直居中 */
        justify-content: center; /* 水平居中 */
    }

    .hangbottom {
        height: 50px;
        text-align: center;
        display: flex; /* 使用 Flexbox */
        align-items: center; /* 垂直居中 */
        justify-content: center; /* 水平居中 */
    }

    .hanginput {
        width: 90%;
        height: 40px;
        transition: width 0.3s ease;
        box-sizing: border-box;
        padding: 2px; /* 内边距作为边距 */
        background: none;
        border: none;
        /*border: 1px solid #000000;*/
        color: #e9e40b;
        text-align: center;
        border-bottom: 1px solid #525252;
    }

    .liebiaotubiao {
        width: 50px;
        height: 50px;
    }

    .liebiaotubiao2 {
        width: 80px;
        height: 80px;
    }

    .liebiao_hang_biaotou {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #404040;
        color: #08fced;
        Background: #393939;
        /*border-radius: 15px 15px 0 0px;*/
    }

    .lbtb {
        font-size: 22px !important;
        line-height: 51px !important;
    }

    .liebiao_hang {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #404040;
    }

    .liebiao_hang2 {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        height: 62px;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #404040;
    }

        .liebiao_hang2:hover {
            background: #303030;
        }

    .liebiao_hangus {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .liebiao_hangus:hover {
            background: #303030;
        }

    .wushuju {
        color: #9c9b9b;
        justify-content: center; /*水平居中 */
    }

    .liebiao_hang_left {
        width: 20%;
        float: left;
        padding-left: 5px;
        color: #83FF18;
    }


    .liebiao_hang_center {
        width: 60%;
        float: left;
    }

    .liebiao_hang_right {
        width: 20%;
        float: left;
        text-align: right;
    }

    .liebiao_hang_hy_left {
        width: 50px;
        height: 50px;
        line-height: 50px;
        /* background: #434343;*/
        border-radius: 28px;
        float: left;
        /* color: #ffffff;*/
        /*background:#6d6d6d;*/
        margin-right: 10px;
        text-align: center;
    }

    .liebiao_hang_hy_left2 {
        width: 80px;
        height: 80px;
        line-height: 50px;
        /* background: #434343;*/
        border-radius: 28px;
        float: left;
        color: #ffffff;
        /*background:#6d6d6d;*/
        margin-right: 10px;
        text-align: center;
    }

    .liebiao_hang_hy_center {
        width: calc(100% - 102px);
        float: left;
    }

    .liebiao_hang_hy_center2 {
        height: 100%;
        width: calc(100% - 138px);
        float: left;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .liebiao_hang_hy_center3 {
        width: calc(100% - 68px);
        float: left;
    }

    .zhengbiaoti {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        color: #3deb3d;
    }

    .zhengbiaoti2 {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        color: #3deb3d;
    }

    .zhengbiaoti3 {
        height: 24px;
        line-height: 30px;
        font-size: 20px;
        color: #3deb3d;
    }

    .liebiao_hang_hy_right {
        width: 46px;
        float: left;
        text-align: right;
    }

    .liebiao_hang_hy_right2 {
        width: 138px;
        float: left;
        text-align: right;
    }

    .UserIdentity {
        margin-right: 5px;
        padding: 5px;
        background: #c86f18;
        color: #e1e1e1;
        border-radius: 5px;
    }



    .date-input {
        padding: 0;
        border: none;
        color: #ff6a00;
        height: 50px;
        width: 35%; /* 文本框占35%的宽度 */
        border: 1px solid #515050;
        border-radius: 10px;
        background: #262626;
        text-align: center;
        font-size: 18px;
        outline: none;
        box-sizing: border-box;
        margin-left: 5px;
        border: 1px solid #000000;
    }

    .riqispan {
        height: 50px;
        width: 5px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        font-weight: bold;
        padding-left: 5px;
    }

    .SelectButton {
        display: flex;
        align-items: center; /* 垂直居中（图标和文字上下居中） */
        justify-content: center; /* 水平居中（如果按钮有宽度，内容会居中） */
        box-sizing: border-box; /* 确保padding和border被包含在宽度内 */
        margin-left: 5px; /* 按钮左边距为10px */
        gap: 6px; /* 图标和文字之间的间距，现代浏览器推荐使用 gap */
        color: #ffffff;
        border: 1px solid #000000;
        border-radius: 10px;
        height: 50px;
        width: calc(30% - 30px);
        background: #12960c;
        font-size: 18px;
        cursor: pointer;
    }

        .SelectButton:hover {
            background: #15a72a;
        }
    /* 图标样式 */
    #anico {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        line-height: 36px;
    }
    /* 文字样式 —— 虽然这里不需要 vertical-align，但可以加一些控制 */
    .antext {
        line-height: 1; /* 避免 line-height 叠加影响 */
        margin: 0;
        padding: 0;
        height: 36px;
        line-height: 36px;
        /* 不需要 vertical-align，因为父元素是 flex 布局 */
    }
    /* 默认状态，向下箭头 */
    .fa-chevron-down {
        transition: transform 0.3s; /* 添加过渡效果 */
    }
    /* 通过改变transform的值实现向上箭头的效果 */
    .fa-chevron-up {
        transform: rotate(180deg);
    }

    .yjt {
        color: #0c9890;
        font-size: 24px;
    }

    .liebiao_hang:hover {
        background: #303030;
    }

    .liebiao_hang_xuanzhong {
        background: #303030;
    }

.hang_wenbenkuang {
    display: flex;
    height: 40px;
    background: none;
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    color: #f69216;
    align-items: center
}

.hang_wenbenkuang2 {
    height: 40px;
    background: none;
    width: calc(100% - 100px);
    border: none;
    outline: none;
    font-size: 18px;
    color: #f69216;
    display: flex;
    align-items: center
}
.hzj {
    width: calc(100% - 95px);
}
    .wbjz {
        text-align: center;
    }

    .hang_wenbenkuang::placeholder {
        color: #9c9b9b;
    }

    .kongge {
        width: 30px;
        float: left;
        height: 40px;
    }

    .kongheight {
        width: 100%;
        height: 100px;
    }

    .zuofudong {
        float: left;
    }

    .greenbutton {
        width: 70%;
        height: 50px;
        right: 20px;
        background-color: #0fa01b;
        color: #ffffff;
        border: none;
        border-radius: 15px;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        margin: auto;
        margin-top: 10px;
    }

        .greenbutton:hover {
            background-color: #13bd2b;
        }

    .shoukuanrongqi {
        display: grid; /* 使容器成为Grid容器 */
        grid-template-columns: 70% 30%; /* 定义两列的宽度比例 */
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0px;
        color: #ffffff;
        border-top: 1px solid #000;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        background: #383838;
    }

    .shoukuanjine {
        line-height: 50px;
        font-size: 20px;
        text-align: left;
        padding-left: 5px;
    }

    .shoukuan-button {
        height: 60px;
        background-color: #0fa01b;
        color: #ffffff;
        border: none;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

    .save-button-rongqi {
        height: 0px;
        width: 100%;
        margin: 0 auto; /* 居中显示 */
        position: fixed; /* 使内部元素相对于它定位 */
        bottom: 0px;
        max-width: 860px;
    }

    .save-button {
        width: 100px;
        height: 50px;
        /* position: fixed;*/
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: #0fa01b;
        color: #ffffff;
        border: none;
        border-radius: 15px;
        font-size: 18px;
        /*   display: flex;
    justify-content: center;
    align-items: center;*/
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

        .save-button:hover {
            background-color: #13bd2b;
        }

    .h50 {
        height: 50px;
    }

    .p10 {
        padding: 10px;
        box-sizing: border-box;
    }
.p102 {
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
}

    .save-button2 {
        width: 100%;
        height: 60px;
        background-color: #0fa01b;
        color: #ffffff;
        border: none;
        border-radius: 15px;
        font-size: 18px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        margin: auto;
    }

        .save-button2:hover {
            background-color: #13bd2b;
        }

    .xialanronfqi-fuyuansu {
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 5px;
        align-items: center; /* 垂直居中对齐 */
        /*padding: 0 10px;*/ /* 在容器的左右两侧各留出20px的空间 */
        max-width: 860px; /* 限制最大宽度为100%，使其不超过父元素宽度 */
    }

    .xialanronfqi {
        width: 98%;
        height: 60px;
        font-size: 18px;
        display: flex; /* 使用Flexbox布局 */
        /*justify-content: space-between;*/ /* 平均分布在一行 */
        justify-content: space-around; /* 平均分布在一行 */
        align-items: center; /* 垂直居中对齐 */
        padding: 0 10px;
        max-width: 600px; /* 限制最大宽度为100%，使其不超过父元素宽度 */
        margin: auto;
    }

    .xialananniu {
        padding: 10px;
        color: white;
        border: none;
        cursor: pointer;
        text-align: center;
        margin: 0 5px;
        border-radius: 10px;
        width: 100px;
    }

    .quxiao {
        background: #0ca435;
    }

        .quxiao:hover {
            background: #1fbb36
        }

    .shanchu {
        background: #b21c1c;
    }

        .shanchu:hover {
            background: #c22222;
        }

    .baocun {
        background: #b55f16;
    }

        .baocun:hover {
            background: #d96d1b
        }


    .add-button-fuyuansu {
        height: 0px;
        width: 100%;
        margin: 0 auto; /* 居中显示 */
        position: fixed; /* 使内部元素相对于它定位 */
        bottom: 0px;
        max-width: 860px;
    }

    .add-button {
        width: 60px;
        height: 60px;
        position: absolute; /* 改为固定定位 */
        bottom: 30px;
        right: 50px;
        background-color: #0fa01b;
        color: #ffffff;
        border: none;
        border-radius: 60px;
        font-size: 18px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
    }

    .gouwuche-fuyuansu {
        height: 0px;
        width: 100%;
        margin: 0 auto; /* 居中显示 */
        position: fixed; /* 使内部元素相对于它定位 */
        bottom: 0px;
        max-width: 860px;
        display: flex; /* 使用 Flexbox */
        justify-content: center; /* 水平居中 */
        align-items: flex-end; /* 垂直对齐到父元素底部 */
        z-index: 20891518;
    }

    #xiangmufurongqi {
        display: none;
    }

    .xiangmuzirongqi {
        padding: 5px;
    }

    .gouwucherongqi {
        width: 95%;
        height: 60px;
        position: absolute; /* 改为固定定位 */
        bottom: 30px;
        background-color: #222222;
        border: 1px solid #0fa01b;
        border-radius: 60px;
        font-size: 18px;
        text-align: center;
    }

    .gwc {
    }

    .g1 {
        height: 100%;
        width: 20%;
        float: left;
        font-size: 38px;
        display: flex; /* 使用 Flexbox */
        align-items: center; /* 垂直居中 */
        justify-content: center; /* 水平居中 */
    }

    .g2 {
        float: left;
        height: 100%;
        width: 50%;
        display: flex; /* 使用 Flexbox */
        align-items: center; /* 垂直居中 */
        justify-content: left; /* 水平居中 */
        color: #f6ea0a;
        font-weight: bold;
        font-size: 18px;
    }

    .rmbfh {
        font-size: 13px;
        margin-right: 2px;
    }

    .g3 {
        float: left;
        height: 100%;
        width: 30%;
        background: #0fa01b;
        border-radius: 0px 30px 30px 0px;
        border: none;
        color: #ffffff;
        display: flex; /* 使用 Flexbox */
        align-items: center; /* 垂直居中 */
        justify-content: center; /* 水平居中 */
        cursor: pointer;
    }

        .g3:hover {
            background: #0cb233;
        }

    .gwc.g1 .gwctb {
        position: relative; /* 关键点 */
        display: inline-block; /* 确保内部元素正确显示 */
    }
    /* 最终版自适应红点 */
    .badge {
        position: absolute;
        top: -6px;
        left: 20px;
        min-width: 20px; /* 1位数时的直径 */
        height: 20px; /* 固定高度=直径 */
        padding: 0; /* 初始无padding */
        font-size: 12px;
        line-height: 20px; /* 等于高度确保居中 */
        border-radius: 10px; /* 高度的一半=正圆 */
        background: linear-gradient(135deg, #ff5a5f, #ff2442);
        color: white;
        text-align: center;
        white-space: nowrap;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        font-weight: bold;
        transition: padding 0.2s ease, min-width 0.2s ease;
        display: inline-block;
        box-sizing: border-box;
    }
        /* 数字增加时的动画 */
        .badge.pop {
            animation: badgePop 0.3s ease;
        }

        .badge.long {
            padding: 0 5px;
            width: auto;
            min-width: 20px;
        }


    @keyframes badgePop {
        0%, 100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }
    }
    /* 小红点样式 - 16px版本 */
    .sharp-parabolic-dot {
        position: fixed;
        width: 16px;
        height: 16px;
        background-color: #ff2442;
        border-radius: 50%;
        pointer-events: none;
        z-index: 9999;
        will-change: transform;
        backface-visibility: hidden;
        transform: translateZ(0);
        box-shadow: 0 0 4px rgba(255, 36, 66, 0.6);
    }
    /* 购物车震动效果 */
    .cart-bounce {
        display: inline-block;
        animation: cartBounce 0.3s ease;
    }

    @keyframes cartBounce {
        0%, 100% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.1) rotate(5deg);
        }

        50% {
            transform: scale(0.95) rotate(-5deg);
        }

        75% {
            transform: scale(1.05) rotate(2deg);
        }
    }
    /* 数量增加动画 */
    .count-pop {
        display: inline-block;
        animation: countPop 0.3s ease;
    }

    @keyframes countPop {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.3);
        }

        100% {
            transform: scale(1);
        }
    }

    .add-button:hover {
        background-color: #13bd2b;
    }

    .layui-layer-iframe {
        /*  width: 96% !important;*/
        max-width: 860px !important;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* background: url('/images/jiazai.gif') no-repeat center center,#323232 !important;*/
        /* 将 'path/to/your/loading-icon.png' 替换为你的图片路径 */

        font-size: 18px !important;
        overflow: hidden; /* 防止内部内容溢出显示滚动条 */
    }

    .layui-layer-load {
        background: url('/images/jiazai.gif') #323232 no-repeat center center;
        background-size: 128px 128px; /* 根据你的图标大小调整 */
    }
    /*.layui-layer-content {
    overflow-y: hidden !important;*/ /* 仅隐藏垂直方向的滚动条 */
    /*}*/
    /*.layui-layer-iframe layui-layer-content {
        background: url('/images/jiazai2.gif') no-repeat center center,#222222;*/ /* 将 'path/to/your/loading-icon.png' 替换为你的图片路径 */
    /*background-size: 128px 128px;*/ /* 根据你的图标大小调整 */
    /*font-size: 18px !important;
        overflow: hidden;*/ /* 防止内部内容溢出显示滚动条 */
    /*}*/
    .layui-layer-iframe::-webkit-scrollbar {
        display: none;
    }

    .layui-layer-iframe iframe {
        display: block;
        width: 100%
    }

    input:-webkit-autofill {
        appearance: none !important;
        background-image: none !important; /* 使用 'none' 而不是 'initial' 更明确地清除背景图像 */
        color: #f69216 !important;
        /* 注意：不能直接通过CSS改变自动填充输入框的背景颜色为透明或任意颜色，
       但可以通过下面的方式覆盖默认的黄色背景 */
        background-color: transparent !important; /* 尝试设置背景色 */
        box-shadow: 0 0 0px 1000px white inset !important; /* 一种覆盖背景色的方法 */
    }

    form input:-webkit-autofill {
        appearance: none !important;
        background-image: initial !important;
        color: #f69216 !important;
        background-color: none !important;
        box-shadow: 0 0 0px 1000px white inset !important; /* 一种覆盖背景色的方法 */
    }

    .layui-layer-page {
        /*   width: 96% !important;*/
        max-width: 860px !important;
        overflow: hidden; /* 隐藏滚动条 */
    }

    .cengstyle {
    }

    .addspan {
        font-size: 24px;
        height: 60px;
        width: 60px;
        border-radius: 60px;
        line-height: 60px;
    }
    /*===================登录窗口开始=======================*/
    .error-message {
        color: red;
    }

    .rongqikuang {
        display: block;
        width: 100%;
        height: 638px;
        margin: auto;
    }

/*    .denglurongqi {
        display: block;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        background-color: #3d3d3d;
        box-shadow: 0 0 15px #000000;
        height: 480px;
        width: 90%;
    }*/

.denglurongqi {
    display: block;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    /* 核心：深灰磨砂半透，完全匹配截图色调 */
    background-color: rgba(31, 36, 48, 0.5);
    /* 磨砂纹理+外阴影，模拟玻璃的磨砂质感 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);/* 强化外阴影，贴近截图的深色边框感 */
   /* inset 0 0 10px rgba(0, 0, 0, 0.5);*/ /* 内阴影做磨砂效果 */
    /* 细白边模拟玻璃反光，和截图里的浅边一致 */
    border: 1px solid rgba(80, 80, 80, 0.5);
    /* 保留你的原始尺寸 */
    height: 610px;
    width: 90%;
    max-width:500px;
    /* 可选：让文字/元素不被背景透色影响 */
    color: #fff;
}
.mx500{
    max-width:800px;
}
.marginauto {
    margin-left: auto;
    margin-right: auto;
}
.logozhengbiaoti{
    height:50px;
    line-height:50px;
    font-size:30px!important;
}
.logofugbiaoti {
    height: 50px;
    line-height: 50px;
    font-size: 18px !important;
}
.dldbt {
    text-align: center;
    color: #26dd5c;
    margin-top: 0;
    width: 100%;
    height: 200px;
    line-height: 68px;
    font-size: 22px;
    font-weight: 700;
}
.bindphonebt {
    text-align: center;
    color: #26dd5c;
    margin-top: 0;
    width: 100%;
    height: 100px;
    line-height: 68px;
    font-size: 22px;
    font-weight: 700;
}
    .quanxian {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        /*gap: 10px;*/ /* 复选框之间的间距 */
    }

    .checkbox-wrapper {
        width: 90%;
        margin: auto;
        margin-top: 10px;
        max-width: 500px;
    }

    .ysbq {
        color: #CCCCCC;
        font-size: 16px;
        cursor: pointer;
    }

    .ckbox {
        padding: 20px 0 0 20px;
    }

    .dbt {
        padding: 10px 10px 0px 20px;
        font-size: 22px;
    }

    .rukoubtn {
        border: 1px solid #000000;
        height: 38px;
        line-height: 38px;
        width: 120px;
        margin-top: 30px;
        text-align: center;
        color: #c6c5c5;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
    }

        .rukoubtn:hover {
            background: #5c5c5c;
        }

    .rukouleft {
        float: left;
    }

    .rukouright {
        float: right;
    }

    #Checkboxys {
        float: left;
        font-size: 30px;
    }

    .gb-checkbox {
        cursor: pointer;
    }
    /* 隐藏原生复选框 */
    .icon-checkbox input[type="checkbox"] {
        display: none;
    }




    .icon-checkbox {
        cursor: pointer;
        display: inline-flex; /* 使用 inline-flex */
        align-items: center; /* 垂直居中对齐 */
        vertical-align: middle; /* 确保文本垂直居中 */
    }
        /* 选中时显示打勾图标 */
        .icon-checkbox input[type="checkbox"]:checked ~ .checkmark::before {
            content: "\ea10";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: 'icomoon';
            font-size: 15px;
            color: #5FB878;
        }

        .icon-checkbox > .checkmark {
            order: 0;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            background-color: #383838;
            border: 2px solid #08bf28;
            vertical-align: middle;
            border-radius: 30%;
        }

        .icon-checkbox > .checklabel {
            order: 0;
            margin-left: 4px;
            vertical-align: middle;
        }

    .checkboxfont {
        color: #08bf28;
        font-size: 20px;
    }

        .checkboxfont a {
            color: #21b2e1;
        }

    .font-20 {
        font-size: 20px;
    }
    /* 自定义图标样式 */
    .checkmark {
        position: relative;
        display: inline-block;
        background-color: #383838;
        border: 2px solid #08bf28;
        vertical-align: middle;
        border-radius: 6px;
        margin-top: 4px;
        box-sizing: border-box;
    }
    /* 自定义单选按钮 */
    .icon-radio {
        cursor: pointer;
        display: inline-flex; /* 使用 inline-flex */
        align-items: center; /* 垂直居中对齐 */
        vertical-align: middle; /* 确保文本垂直居中 */
    }
        /* 隐藏原生单选按钮 */
        .icon-radio input[type="radio"] {
            display: none;
            vertical-align: middle;
        }

        .icon-radio > .checkmark {
            order: 0; /* 确保圆圈先出现 */
            vertical-align: middle; /*确保文本垂直居中 */
            width: 24px;
            height: 24px;
            background-color: #383838;
            border: 2px solid #08bf28;
            vertical-align: middle;
            border-radius: 30%;
        }

        .icon-radio > .checklabel {
            order: 1; /* 确保文本出现在圆圈之后 */
            margin-left: 4px; /* 可以根据需要调整间距 */
            vertical-align: middle; /*确保文本垂直居中 */
        }
        /* 单选按钮选中时打勾*/
        .icon-radio input[type="radio"]:checked ~ .checkmark::after {
            content: "\ea10";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: 'icomoon';
            font-size: 15px;
            color: #5FB878;
        }


    .hangge20 {
        width: 20px;
        height: 10px;
        float: left;
    }

    .icon-wallet:before {
        content: "\e92e";
        color: #E89867;
    }

    .icon-logout:before {
        content: "\e917";
        color: #f35656;
    }

    .icon-diamond:before {
        content: "\f219";
        color: #97cef7;
    }

    .icon-volume-control-phone:before {
        content: "\e90f";
        color: #e898ff;
    }

    .icon-user1:before {
        content: "\e92c";
        color: #aedb3e;
    }

    .icon-coin-yen1:before {
        content: "\e93e";
        color: #eea522;
    }

    .icon-pushpin:before {
        content: "\e946";
        color: #ea30e6;
    }

    .icon-chevron-right:before {
        content: "\f054";
        color: #1cd1cc;
    }

    .icon-spinner9:before {
        content: "\e982";
        color: #0edbc2
    }

    .icon-moneybag:before {
        content: "\e94a";
        color: #eb4f13;
    }

    .icon-date-add:before {
        content: "\e947";
        color: #a971fb;
    }

    .icon-shop:before {
        content: "\e94e";
    }

    .icon-gift:before {
        content: "\e99f";
    }

    .icon-atom:before {
        content: "\e94d";
    }

    .icon-plus:before {
        content: "\ea0a";
    }

    .icon-mobile:before {
        content: "\e958";
    }

    .icon-credit-card:before {
        content: "\e948";
    }

    .icon-edit:before {
        content: "\e94f";
    }

    .icon-trash:before {
        content: "\e92b";
    }

    .icon-cancel-circle:before {
        content: "\ea0d";
    }

    .icon-plus-circle:before {
        content: "\e951";
    }

    .icon-minus-outline:before {
        content: "\e952";
    }

    .icon-x-altx-alt:before {
        content: "\e953";
    }


    .clearemployee {
        font-size: 22px;
        color: red;
        position: absolute;
        top: -2px;
        right: -2px;
        z-index: 100;
        background: #dedcdc;
        border: none;
        border-radius: 11px;
    }

    .se_qianhuang {
        color: #b3b506;
    }

    .se_qianhong {
        color: red;
    }


    .itemicon {
        border: none;
        color: #6f6304;
        font-size: 26px;
        background: #087d35;
        border-radius: 10px;
        display: block;
        height: 50px;
        line-height: 50px;
        font-family: 'GBTB', sans-serif;
        background: linear-gradient(to bottom, #1a9a38, #087d35);
        /*-webkit-text-stroke: 1px #000000;  使用私有前缀 */
        /*color: #0a5c28;*/
        color: #03411a;
        /*color: #055020;*/
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3), -1px -1px 0 rgba(0, 0, 0, 0.5);
    }


    .fubiaoti {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        color: #04947a;
    }

    .fubiaoti2 {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #f7a21b;
    }

    .fubiaotiico1 {
        color: #bf430c;
        margin-right: 2px;
    }

    .fubiaotiico2 {
        color: #bf430c;
        margin-left: 5px;
        margin-right: 3px;
    }

    .wd {
        font-size: 28px;
        line-height: 50px;
    }

    .listend {
        width: 100%;
        height: 1px;
        border-top: 1px solid #404040;
    }



    .jiajian {
        display: flex;
        align-items: center; /* 垂直居中 */
        float: right;
        height: 30px;
    }

    .shuliangbiaoqian {
        display: flex;
        align-items: center; /* 垂直居中 */
        float: right;
        height: 30px;
    }

    .tejiaspan {
        font-size: 20px;
        font-weight: 500;
    }

    .shuliang {
        font-size: 18px;
        font-weight: 400;
        color: #9c9b9b;
    }

    .xiaoji {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .btje {
        clear: both;
        font-size: 18px;
    }

    .dx {
        font-size: 14px !important;
        color: #12AE99 !important;
    }

    .dx2 {
        font-size: 12px !important;
        color: #0bbbc1 !important;
    }

    .dx3 {
        width: 36px;
        height: 35px;
        font-size: 14px !important;
        color: #0bbbc1 !important;
        height: 26px;
    }

    .yuanjia {
        text-decoration: line-through;
    }

    .yuanjiadiv {
        min-width: 80px;
        max-width: fit-content; /* 如果需要限制最大宽度为内容宽度 */
        height: 30px;
        float: left;
        color: #fe2828;
    }

    .yuanjiadiv2 {
        margin-right: 5px;
        max-width: fit-content; /* 如果需要限制最大宽度为内容宽度 */
        height: 30px;
        float: left;
        color: #fe2828;
    }

    .zhehoujiadiv {
        height: 30px;
        float: left;
        width: calc(100% - 165px);
    }

    .zhehoujiainput {
        width: calc(100% - 38px);
        transition: width 0.3s ease;
        box-sizing: border-box;
        padding: 2px; /* 内边距作为边距 */
        background: none;
        border: none;
        /*border: 1px solid #000000;*/
        border-radius: 10px;
        color: #e9e40b;
    }

    .jiayuangong {
        width: 80px;
        color: #000000;
        background: #d4860c;
        border-radius: 12px;
        height: 22px;
        line-height: 22px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        box-sizing: border-box;
        text-align: center;
        border: none;
        float: right;
        margin-top: 5px;
    }

    .zbts {
        width: calc(100% - 100px);
        float: left;
    }

    .xmsl {
    }

    .slspan {
        color: #b1b0b0;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 22px !important;
        height: 30px;
        line-height: 26px;
    }

    .jia {
        color: #d4860c;
        font-size: 28px !important;
    }

        .jia:hover {
            color: #f28909;
            font-size: 28px !important;
        }

    .jian {
        color: #d4860c;
        font-size: 25px !important;
    }

        .jian:hover {
            color: #f28909;
        }

    .shulianginput {
        width: 20px;
    }

    .huise {
        color: #b9b9b9;
    }
    /*.jian, .slspan, .jiayuangong {
    display: none;
}*/
    .hidden {
        display: none !important;
    }

    .visible {
        display: inline !important;
    }

    label {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #555555;
        margin-bottom: 10px;
    }
    /*.dlwbk {
        width: 100%;
        padding-left: 10px;
        border: 1px solid #CCCCCC;
        border-radius: 15px;
        margin-bottom: 20px;
        font-size: 22px;
        color: #1cd431;
        background: #262626;
        border: 1px solid #5c5c5c;
        height: 68px;
        box-sizing: border-box;
        line-height: 68px;
    }*/

    .logoimg {
        width: 80px;
        height: 80px;
    }

    .dlwbk {
        width: 100%;
        padding-left: 10px;
        border-radius: 15px;
        margin-bottom: 20px;
        font-size: 22px;
        color: #1cd431;
        /* 核心修改：纯色背景改半透明，保留#262626色调 */
        background: rgba(38, 38, 38, 0.1);
        /* 磨砂效果：内阴影模拟磨砂纹理 + 调整边框为半透明灰，贴合玻璃感 */
        border: 1px solid rgba(92, 92, 92, 0.6);
        /* box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4); */ /* 内阴影做磨砂质感 */
        /* 保留原有尺寸和布局属性 */
        height: 68px;
        box-sizing: border-box;
        line-height: 68px;
        /* 可选增强：加轻微背景模糊（不影响原有背景，仅强化玻璃感） */
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        /* 聚焦时样式优化（可选，提升体验） */
        outline: none;
    }
        /* 可选：输入框聚焦时强化磨砂边框 */
        .dlwbk:focus {
            outline: 1px solid #f69216;
            outline: none;
            border: 1px solid #08706d;
        }

    .btntijiao {
        display: block;
        width: 100%;
        height: 68px;
        color: #FFFFFF;
        border: none;
        border-radius: 15px;
        font-size: 22px;
        cursor: pointer;
        background-color: #077d1b;
        margin-top: 5px;
        box-sizing: border-box;
        line-height: 68px;
        text-align: center;
    }

        .btntijiao:hover {
            background-color: #119f25;
        }

    #password {
        margin-top: 20px;
    }


    #tsrq {
        width: 100%;
        height: 30px;
    }

    #tishibiaoqian {
        height: 26px;
        line-height: 26px;
        color: red;
        min-height: 30px;
        width: 330px;
        display: block;
        position: relative;
    }

    #ann {
        width: 150px;
        margin: auto;
        box-sizing: border-box;
    }


    .lxwmzt {
        width: 100%;
        height: auto;
    }

    .gd {
        /*  overflow: hidden;*/
    }

    #dltb {
        margin-left: 15px;
        margin-right: 20px;
    }

    .lxrq {
        display: block;
        background: red;
        height: 100%;
        width: 100%;
    }
    /*联系我们ITEM*/
    .lxwmitem {
        width: calc(100% - 20px);
        height: 80px;
        background: #262626;
        margin: auto;
        display: flex;
        align-items: center; /* 垂直居中 */

        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .ListIcon {
        float: left;
        width: 68px;
        height: 68px;
        box-sizing: border-box;
        text-align: center;
        line-height: 68px;
        font-size: 50px;
        border-right: 1px solid #404040;
    }

    .ListContent {
        display: block;
        width: calc(100% - 80px);
        height: 68px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .ListBigTitle {
        height: 38px;
        line-height: 38px;
        margin: 0px;
        font-size: 22px;
    }

    .SmallTitle {
        margin: 0px;
        height: 32px;
        line-height: 32px;
        color: #15cf9c;
        font-size: 18px;
    }

    .icon-old-phone:before {
        color: #ff6a00 !important;
    }

    .icon-tencentqq:before {
        color: #ab8bfc !important;
    }

    .fendainXialaKuang {
        width: 90%;
        height: 68px;
    }

    .dangqianfendianbiaoti {
        width: 90%;
        margin: auto;
        font-size: 20px;
        height: 40px;
    }

    .zdyheight100 {
        height: 168px;
    }
    /*====================登录窗口结束======================*/
    /*=============注册窗口开始=======*/
    .zhucerongqi {
        margin-top: -30px;
        height: 638px;
    }

    .chongzhirongqi {
        height: 638px;
    }

    #yanzhengma {
        width: calc(100% - 170px)
    }

    #yztb {
        margin-right: 10px;
    }

    .huoqu {
        background: #383838;
        height: 68px;
        line-height: 68px;
        width: 158px;
        border: 1px solid #000000;
        border-radius: 15px;
        color: #f69216;
        margin-left: 10px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        float: right;
    }

        .huoqu:hover {
            background: #505050;
        }


    .my-layertips-font {
        font-size: 30px !important; /* 指定您想要的字体大小 */
    }

    .tubiaorongqi {
        width: 100%;
        height: 300px;
        box-sizing: border-box;
    }
    /*=============注册窗口结束=======*/
    /*========工资开始=========*/
    .riqirongqi {
        width: 100%;
        height: 62px;
        box-sizing: border-box;
        /*  border-top: 1px solid #000;*/
        border-bottom: 1px solid #000;
        /*border-radius: 10px;*/
        background: #303030;
        display: flex;
        align-items: center; /* 垂直居中 */
    }

    .date-input {
        padding: 0;
        border: none;
        color: #ff6a00;
        height: 50px;
        width: 35%; /* 文本框占35%的宽度 */
        border: 1px solid #515050;
        border-radius: 10px;
        background: #262626;
        text-align: center;
        font-size: 18px;
        outline: none;
        box-sizing: border-box;
        margin-left: 5px;
        border: 1px solid #000000;
    }




    .lie {
        width: 30%;
        height: 68px;
        /*  border-right: 1px solid #000;*/
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
    }

    .lie4 {
        width: 10%;
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
    }
    /*========工资结束=========*/
    /*========layui覆盖开始=======*/
    /* layer 提示框样式*/
    /*提示框整体*/
    .layui-layer {
        border-radius: 10px !important;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-overflow-scrolling: touch;
        left: 0;
        margin: 0;
        padding: 0;
        color: #0bf71e;
        background-color: #323232 !important;
        /* -webkit-background-clip: content;*/
        box-shadow: 1px 1px 50px rgba(0,0,0,.3);
        font-size: 15px !important;
        /*border: 1px solid #09A960;*/
    }
    /*按钮*/
    .layui-layer-btn a {
        height: 36px !important;
        line-height: 28px;
        margin: 6px 6px 0;
        padding: 0px 20px 0px 20px !important;
        line-height: 36px !important;
        border: 1px solid #000000 !important;
        background-color: #10802e !important;
        color: #edeaea !important;
        border-radius: 5px !important;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
        margin-bottom: 5px !important;
        color: #ffffff;
    }


        .layui-layer-btn a:hover {
            /*  opacity: .9;
            text-decoration: none;*/
            background-color: #0d9d38 !important;
            /* color: #ffffff !important;*/
        }

    .layui-layer-tips .layui-layer-content {
        /*position: relative;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 15px !important;
    border-radius: 7px !important;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-color: #E05508 !important;*/ /*提示框背景颜色 */
        /*font-size: 16px !important;
    display: flex;
    justify-content: center;*/
    }

    .layui-layer-title {
        padding: 0 80px 0 20px;
        height: 38px;
        line-height: 42px;
        border-bottom: none !important;
        font-size: 14px;
        color: #fff !important;
        overflow: hidden;
        background-color: #048b13 !important;
        border-radius: 10px 10px 0 0 !important
    }
    /*关闭按钮图标*/
    .layui-layer-ico {
        /* background: url(icon.png) no-repeat !important;*/
        margin-top: 2px;
    }

    .layui-layer-btn {
        font-size: 18px !important;
    }

    .layui-layer-dialog {
        /* min-height:180px;*/
    }
    /*========layui覆盖开始=======*/
    /*gb-switch开始*/
    .gb-switch {
        display: flex;
        border: none;
        box-sizing: border-box;
        width: 90px;
        height: 38px;
    }

        .gb-switch .ys-checkbox {
            display: none;
        }

        .gb-switch .button-label {
            position: relative;
            display: inline-block;
            width: 86px;
            height: 38px;
            background-color: #3e3e3e;
            border: 1px solid #000000;
            border-radius: 30px;
            cursor: pointer;
            box-sizing: border-box;
        }

        .gb-switch .circle {
            position: absolute;
            top: 5px;
            left: 3px;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background-color: rgba(200, 200, 200, 0.8);
            box-sizing: border-box;
        }

        .gb-switch .button-label .text {
            /*防止选中文字*/
            line-height: 36px;
            -webkit-user-select: none;
            user-select: none;
        }

        .gb-switch .on {
            color: #fff;
            display: none;
            width: calc(100% - 38px);
            box-sizing: border-box;
            text-align: center;
            margin-left: 3px;
        }

        .gb-switch .off {
            color: #fff;
            margin-left: 36px;
            display: inline-block;
            box-sizing: border-box;
            width: calc(100% - 39px);
            text-align: center;
        }

        .gb-switch .button-label .circle {
            left: 3px;
            transition: all 0.3s;
        }

        .gb-switch .ys-checkbox:checked ~ .button-label .circle {
            left: 53px;
        }

        .gb-switch .ys-checkbox:checked ~ .button-label .on {
            display: inline-block;
        }

        .gb-switch .ys-checkbox:checked ~ .button-label .off {
            display: none;
        }

        .gb-switch .ys-checkbox:checked ~ .button-label {
            background-color: #067d17;
        }
    /*gb-switch结束*/

    @keyframes layer-slide-left {
        from {
            transform: translate3d(100%, 0, 0)
        }

        to {
            transform: translate3d(0, 0, 0)
        }
    }

    @keyframes layer-slide-left-out {
        from {
            transform: translate3d(0, 0, 0)
        }

        to {
            transform: translate3d(100%, 0, 0)
        }
    }

    .layer-anim-slide-left {
        animation-name: layer-slide-left
    }

    .layer-anim-slide-left-out {
        animation-name: layer-slide-left-out
    }



    .payment-options-wrapper {
        width: 100%;
        height: calc(100% - 106px);
        display: flex;
        justify-content: center; /* 将整个支付选项组居中 */
        overflow-y: auto; /* 启用垂直滚动 */
        overflow-x: hidden; /* 禁用水平滚动 */
    }
        /* 隐藏Webkit浏览器（如Chrome、Safari）的滚动条 */
        .payment-options-wrapper::-webkit-scrollbar {
            display: none;
        }
    /* 隐藏Firefox的滚动条 */
    .payment-options-wrapper {
        scrollbar-width: none; /* Firefox */
    }
    /* 隐藏IE和Edge的滚动条 */
    .payment-options-wrapper {
        -ms-overflow-style: none; /* IE 和 Edge */
    }

    .payment-options {
        width: 100%; /* 容器宽度为100% */
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 每行4个等分 */
        grid-auto-rows: minmax(80px, 80px); /* 每一行至少有90px高 */
        gap: 10px; /* 控制项目之间的间距 */
        padding: 10px;
        box-sizing: border-box; /* 确保padding和border包含在width内 */
    }

    .zhifutubiaorongqi {
        display: flex; /* 使用Flexbox布局 */
        justify-content: center; /* 水平居中子元素 */
        align-items: center; /* 如果需要垂直居中 */
        width: 100%;
    }

    .payment-option {
        height: 80px;
        width: 80px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 10px;
        background-color: transparent; /* 确保背景透明 */
        transition: opacity 0.1s, transform 0.1s ease-in-out; /* 添加过渡效果 */
        cursor: pointer;
    }
        /* 实现点击时变半透明 */
        /*.payment-option:active {
                  opacity: 0.8;*/ /* 点击时变半透明 */
        /*}*/

        .payment-option:active {
            transform: scale(1.2); /* 点击时图标放大 */
        }
        /* 确保图标大小固定 */
        .payment-option i.main-icon {
            font-size: 30px !important; /* 使用!important确保优先级 */
            margin-bottom: 5px; /* 确保图标和文字之间有足够的间距 */
            line-height: 1; /* 确保行高不影响图标大小 */
        }

    .check-mark {
        position: absolute;
        top: 10px;
        right: 20px;
        transform: translate(50%, -50%); /* 微调位置到右上角 */
        color: #ff0000;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 22px;
    }

    .zhifutubiaorongqi.xuanzhong .check-mark {
        opacity: 1;
    }



    #zhifukuang {
        display: none; /* 默认隐藏 */
        height: 100%;
        outline: none;
        text-decoration: none;
    }

    .zhifuheji {
        width: 100%;
        height: 45px;
        padding: 10px;
        border-bottom: 1px solid #000000;
    }

    .spheji {
        color: #FFFF00;
        font-weight: bold;
    }

    .querenshoukuanrongqi {
        margin-top: 2px;
        display: grid;
        place-items: center; /* 水平和垂直居中 */
        height: 48px;
    }

    .querenshoukuan {
        width: calc(100% - 40px);
        background: #0b9b20;
        color: #ffffff;
        text-align: center;
        height: 48px;
        border-radius: 10px;
        line-height: 48px;
        cursor: pointer;
    }

        .querenshoukuan:hover {
            background: #21a52c;
        }
    /* 移除加载层的背景 */
    .layui-layer-loading {
        background: none !important;
        box-shadow: none !important;
        border: none !important;
    }
        /* 移除内容区域的背景 */
        .layui-layer-loading .layui-layer-content {
            background: none !important;
            padding: 0 !important;
        }
        /* 调整加载图标的大小和颜色 */
        .layui-layer-loading .layui-layer-loading1 {
            border-color: #3498db transparent transparent !important;
            border-width: 4px !important;
            width: 40px !important;
            height: 40px !important;
        }
    /*==========续费===============*/
    .package-container {
        display: flex;
        gap: 10px;
        margin: 10px 0;
        justify-content: space-between;
    }
    /* 套餐选择按钮 */
    .package-option {
        flex: 1;
        min-width: 0; /* 防止flex项目溢出 */
        padding: 20px 10px;
        background: linear-gradient(135deg, #343333 0%, #262424 100%);
        color: white;
        border: none;
        border-radius: 15px; /* 圆角 */
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .xztc {
        margin-top: 10px;
        margin-bottom: 20px;
        background: linear-gradient(135deg, #3e403e 0%, #373636 100%);
        padding: 10px;
        border-radius: 10px;
        font-weight: bold;
        color: #0ae1ef;
    }

    .package-option:hover {
        background: linear-gradient(135deg, #414040 0%, #3b3a3a 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    .package-option.selected {
        background: linear-gradient(135deg, #4e4e4e 0%, #292a29 100%);
        border: 3px solid #FFC107; /* 金色边框 */
        transform: translateY(-2px);
    }

    .xfpackage-price {
        font-size: 28px;
        margin: 10px 0;
        display: block;
        color: #FF9800;
    }

    .package-period {
        color: #83FF18;
        font-size: 16px;
        opacity: 0.9;
    }

    .package-desc {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    /* 支付方式选择容器 */
    .payment-methods-container {
        margin: 20px 0;
    }
    /* 支付方式选项 */
    .payment-method-option {
        flex: 1;
        padding: 15px;
        background: linear-gradient(135deg, #343333 0%, #262424 100%);
        border-radius: 10px;
        text-align: center;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.3s ease;
    }

        .payment-method-option:hover {
            background: linear-gradient(135deg, #414040 0%, #3b3a3a 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }

        .payment-method-option.selected {
            background: linear-gradient(135deg, #4e4e4e 0%, #292a29 100%);
            border: 2px solid #FFC107 !important;
            transform: translateY(-2px);
        }

        .payment-method-option .payment-icon {
            font-size: 24px;
            margin-bottom: 5px;
        }

        .payment-method-option .alipay-icon {
            color: #00A0E9;
        }

        .payment-method-option .wechat-icon {
            color: #09BB07;
        }

        .payment-method-option .balance-icon {
            color: #FF9800;
        }

        .payment-method-option .payment-text {
            font-size: 14px;
            color: white;
        }
    /* 支付区域 */
    .payment-section {
        margin: 20px 0;
        padding: 20px;
        background: linear-gradient(135deg, #343333 0%, #262424 100%);
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .payment-title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .payment-title-icon {
        margin-right: 10px;
        font-size: 24px;
    }

    .xufeijine {
        margin: 20px 0;
        text-align: center;
        color: #f69216;
        font-size: 18px;
    }

        .xufeijine span {
            margin: 0 5px;
        }
    /* 支付按钮样式 */
    .wechat-pay-container {
        text-align: center;
        margin: 30px 0;
    }

    .wechat-pay-button {
        background: linear-gradient(135deg, #09BB07 0%, #07A306 100%);
        color: white;
        border: none;
        border-radius: 50px;
        padding: 18px 40px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        box-shadow: 0 6px 15px rgba(9, 187, 7, 0.3);
        width: calc(100% - 30px);
        min-width: 200px;
    }

        .wechat-pay-button:hover {
            background: linear-gradient(135deg, #0AD10A 0%, #09BB07 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(9, 187, 7, 0.4);
        }

        .wechat-pay-button:active {
            /*  transform: translateY(0);*/
        }

        .wechat-pay-button:disabled {
            background: #666 !important;
            cursor: not-allowed !important;
            opacity: 0.7 !important;
            /* 确保宽度保持不变 */
        }
        /* 支付宝支付按钮样式 */
        .wechat-pay-button.pay-button-alipay {
            background: linear-gradient(135deg, #00A0E9 0%, #0088CC 100%);
            box-shadow: 0 6px 15px rgba(0, 160, 233, 0.3);
        }

            .wechat-pay-button.pay-button-alipay:hover:not(:disabled) {
                background: linear-gradient(135deg, #00B7FF 0%, #00A0E9 100%);
                box-shadow: 0 8px 20px rgba(0, 160, 233, 0.4);
            }
        /* 余额支付按钮样式 */
        .wechat-pay-button.pay-button-balance {
            background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
            box-shadow: 0 6px 15px rgba(255, 152, 0, 0.3);
        }

            .wechat-pay-button.pay-button-balance:hover:not(:disabled) {
                background: linear-gradient(135deg, #FFB74D 0%, #FF9800 100%);
                box-shadow: 0 8px 20px rgba(255, 152, 0, 0.4);
            }
        /* 默认支付按钮样式（未选择支付方式时） */
        .wechat-pay-button.pay-button-default {
            background: linear-gradient(135deg, #666 0%, #555 100%);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        }
    /* Font Awesome图标样式 */
    .payment-icon {
        margin-right: 12px;
        font-size: 20px;
        width: 24px;
        text-align: center;
    }

    .payment-tips {
        color: #BDBDBD;
        font-size: 14px;
        text-align: center;
        margin-top: 15px;
        line-height: 1.5;
    }
    /* 客服微信样式 */
    .customer-service {
        margin-top: 10px;
        padding: 20px;
        background: linear-gradient(135deg, #343333 0%, #262424 100%);
        border-radius: 15px;
        color: white;
        text-align: center;
    }

    .service-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #eef5f3;
    }

    .service-wechat {
        font-size: 22px;
        font-weight: bold;
        color: #13a079;
        background-color: rgba(255,255,255,0.1);
        padding: 10px 20px;
        border-radius: 50px;
        display: inline-block;
        margin: 10px 0;
    }

    .service-note {
        font-size: 14px;
        opacity: 0.9;
        margin-top: 10px;
        color: #BDBDBD;
    }
    /* 支付方式图标颜色 */
    .payment-method-option .fa-alipay {
        color: #00A0E9;
    }

    .payment-method-option .fa-wechat {
        color: #09BB07;
    }

    .payment-method-option .fa-wallet {
        color: #FF9800;
    }
    /* 支付标题图标颜色 */
    .payment-title .fa-alipay {
        color: #00A0E9;
        margin-right: 10px;
        font-size: 24px;
    }

    .payment-title .fa-wechat {
        color: #09BB07;
        margin-right: 10px;
        font-size: 24px;
    }

    .payment-title .fa-wallet {
        color: #FF9800;
        margin-right: 10px;
        font-size: 24px;
    }

    .payment-method-option.selected {
        animation: pulse 0.5s ease-in-out;
    }
    /* 确保按钮文本不会换行 */
    #payButtonText {
        white-space: nowrap;
    }
    /*=============短信充值页面====================*/

    .sms-recharge-container {
        padding: 16px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #9CFF9C;
    }
    /* 套餐区域 */
    .packages-section {
        margin-bottom: 25px;
    }

        .packages-section h2 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #29e0da;
        }

    .packages-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .package-card {
        background-color: #2a2a2a;
        border-radius: 10px;
        padding: 15px;
        position: relative;
        border: 2px solid #333;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .package-card:hover {
            border-color: #555;
        }

        .package-card.selected {
            border-color: #4CAF50;
            background-color: rgba(76, 175, 80, 0.05);
            box-shadow: 0 0 0 1px #4CAF50;
        }

    .package-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .package-count {
        font-size: 1.3rem;
        font-weight: bold;
        color: #27e812;
    }

    .package-tag {
        font-size: 0.7rem;
        background-color: #FF9800;
        color: #000;
        padding: 2px 6px;
        border-radius: 10px;
        font-weight: bold;
    }

    .package-price {
        font-size: 1.6rem;
        font-weight: bold;
        color: #FF9800;
        margin: 5px 0;
    }

    .disabled {
        color: #8d8c8c !important;
        background: #505050;
        cursor: not-allowed;
    }

        .disabled:hover {
            color: #8d8c8c !important;
            background: #505050;
            cursor: not-allowed;
        }

    .package-desc {
        font-size: 0.8rem;
        color: #ebeaea;
        margin-bottom: 10px;
    }

    .package-select {
        display: flex;
        justify-content: flex-end;
    }

    .select-indicator {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #555;
        transition: all 0.3s ease;
    }

    .package-card.selected .select-indicator {
        background-color: #4CAF50;
        border-color: #4CAF50;
        position: relative;
    }

        .package-card.selected .select-indicator::after {
            content: "✓";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 0.8rem;
        }
    /* 订单摘要 */
    .order-summary {
        background-color: #2a2a2a;
        border-radius: 10px;
        padding: 16px;
        margin-bottom: 25px;
    }

        .order-summary h2 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #eaebeb;
        }

    .summary-content {
        border-top: 1px solid #333;
        padding-top: 10px;
    }

    .summary-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 0.95rem;
        color: #e2e5e5;
    }

        .summary-row.total {
            border-top: 1px solid #444;
            padding-top: 12px;
            margin-top: 5px;
            font-size: 1.1rem;
            font-weight: bold;
        }

    .highlight {
        color: #c2c1c1;
    }

    .total-price {
        color: #d9d9d7;
        font-size: 1.3rem;
    }
    /* 支付方式 - 修改为水平排列，图标在上，文字在下 */
    .dx-payment-section {
        margin-bottom: 25px;
    }

        .dx-payment-section h2 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #d8d8d8;
        }

    .dx-payment-options {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .dx-payment-option {
        background-color: #2a2a2a;
        border-radius: 10px;
        padding: 15px;
        display: flex;
        flex-direction: column; /* 垂直排列 */
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 2px solid #333;
        cursor: pointer;
        transition: all 0.3s ease;
        flex: 1;
        min-width: 0;
        position: relative;
    }

        .dx-payment-option:hover {
            border-color: #555;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .dx-payment-option.active {
            border-color: #4CAF50;
            background-color: rgba(76, 175, 80, 0.1);
            box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.3);
        }
    /* 移除radio选择器 */
    .dx-payment-select {
        display: none; /* 隐藏radio选择器 */
    }
    /* 添加选中状态的指示器 */
    .dx-payment-option.active::after {
        content: "✓";
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background-color: #4CAF50;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    /* 调整支付图标 */
    .dx-payment-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin-bottom: 12px;
        transition: all 0.3s ease;
    }

    .dx-payment-option.active .dx-payment-icon {
        transform: scale(1.1);
    }

    .dx-payment-option[data-method="balance"] .dx-payment-icon {
        background-color: rgba(46, 125, 50, 0.2);
        color: #4CAF50;
    }

    .dx-payment-option[data-method="alipay"] .dx-payment-icon {
        background-color: rgba(0, 122, 255, 0.2);
        color: #007AFF;
    }

    .dx-payment-option[data-method="wechat"] .dx-payment-icon {
        background-color: rgba(9, 187, 7, 0.2);
        color: #09BB07;
    }
    /* 调整支付信息 */
    .dx-payment-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dx-payment-name {
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 5px;
        font-size: 1rem;
    }

    .dx-payment-desc {
        font-size: 0.8rem;
        color: #9CFF9C;
        opacity: 0.9;
        line-height: 1.4;
    }
    /* 操作按钮 */
    .action-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }

    .btn-primary, .btn-secondary {
        padding: 16px;
        border-radius: 10px;
        font-size: 1.1rem;
        font-weight: bold;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .btn-primary {
        background-color: #1B5E20;
        color: #ffffff;
    }

        .btn-primary:hover {
            background-color: #2E7D32;
        }

        .btn-primary:disabled {
            background-color: #555;
            color: #888;
            cursor: not-allowed;
        }

    .btn-secondary {
        background-color: transparent;
        color: #dcd6d6;
        border: 1px solid #555;
    }

        .btn-secondary:hover {
            background-color: #333;
            color: #ffffff;
        }
    /* FontAwesome图标调整 */
    .fa {
        font-size: inherit;
    }
    /* 收银成功开始 */
    .chenggongrongqi {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .success-icon {
        font-size: 100px !important;
    }

    .amount {
        font-size: 24px;
        color: #f52828;
        margin-top: 20px;
    }

    .message {
        font-size: 20px;
        margin-top: 20px;
    }

    .buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .cgbutton {
        width: 68%;
        height: 50px;
        border: none;
        border-radius: 10px;
        margin-bottom: 20px;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
    }

    .return-button {
        background: none;
        border: 1px solid #048b2c;
        color: #13d358;
    }

        .return-button:hover {
            background: #323232;
        }

    .retry-button {
        background: #048b2c;
        color: #ffffff;
    }

        .retry-button:hover {
            background: #10a329;
        }
    /* 收银成功结束 */