/*-------------------
*Description:      By www.yiwuku.com
*Website:          https://app.zblogcn.com/?id=2344
*Author:           尔今 erx@qq.com
*update:           2020-01-30(Last:2024-03-14)
-------------------*/
#erxCmenu{display:none;width:268px;font-size:14px;font-family:"Microsoft YaHei", "STHeiti Light", "Trebuchet MS", Tahoma, Arial, sans-serif;border:1px #ddd solid;box-shadow:0 0 12px rgba(0,0,0,.2);position:absolute;padding:4px 0;background:#fff;border-radius:6px;z-index:99999;}
#erxCmenu a, #erxCmenu span{position:relative;display:block;line-height:30px;margin:1px 0;color:#333;font-size:inherit;padding:0 30px;background:none;border:0;text-shadow:none;text-decoration:none;cursor:default;transition:none;box-sizing:border-box;}
#erxCmenu a:hover, #erxCmenu span:hover{background:rgba(0,0,0,.06);}
#erxCmenu a em, #erxCmenu a i, #erxCmenu span em, #erxCmenu span i{font-style:normal;}
#erxCmenu a i, #erxCmenu span i{position:absolute;top:0;right:20px;font-size:12px;opacity:.8;}
#erxCmenu .e-cm-wrap:after{content:'';display:block;height:0;margin:4px 0 3px;border:0;border-top:1px #c2dffc solid;border-bottom:1px #fdfdfd solid;}
#erxCmenu .e-disabled{color:#bbb;}
#erxCmenu .e-disabled:hover{background:none;}
#erxCmenu .e-hide{display:none;}
       
        .card-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
        .card {
            flex: 1;
            height: 60px;
            margin: 0 2px;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 16px;
            color: #fff;
            text-align: center;
        }
        .card:nth-child(7) {
            flex: 0.5; /* 加号占位 */
            background: transparent;
            color: #333;
            font-size: 18px;
        }
        .card .text-bg {
            background-color: #fff;
            color: #000;
            font-size: 10px;
            padding: 1px 4px;
            border-radius: 2px;
            margin-top: 3px;
            font-weight: normal;
            white-space: nowrap;
        }
        /* 各卡片背景色 */
        .card1 { background-color: #e53935; }
        .card2 { background-color: #1e88e5; }
        .card3 { background-color: #e53935; }
        .card4 { background-color: #43a047; }
        .card5 { background-color: #43a047; }
        .card6 { background-color: #1e88e5; }
        .card7 { background-color: #e53935; }