 div,
 html,
 body {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: "PingFang SC", "Microsoft YaHei", sans-serif;

 }

 .request-count-div{
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    font-size: 0.5rem;
    /* color:greenyellow; */

 }

 .container {
     width: 100%;
     min-height: 100vh;
     background-image: url("../image/beijing_pc.png");
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     padding-bottom: 20px;
 }


 .flex_item {
     display: flex;
     align-items: center;
 }

 .flex_center {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .flex_just {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .tab_box {

     padding-bottom: 16px;

 }

 .box {
     width: 100%;
     overflow: hidden;
     background: #faf8fd;
     box-shadow: 0 4PX 4PX 4PX rgba(0, 0, 0, .1);
     border-radius: 12px;
 }

 .content {
    position: relative;
     width: 100%;
     max-width: 1200px;
     padding: 0 1%;
     box-sizing: border-box;
     /* z-index: 100; */
 }

 .list_box {
     display: flex;
     position: relative;
     flex-wrap: wrap;
     padding: 12px;
     justify-content: space-between;
     box-sizing: border-box;
 }

 .list {
     width: calc(50% - 5px);
     /* background-color: #25a2de; */
     border-bottom: 1px solid #fff;
     color: #fff;
     padding: 16px 0;
     font-size: clamp(15px, 3vw, 30px);
     cursor: pointer;
     margin-bottom: 10px;

 }

 

 .border_d {
     position: absolute;
     width: 1px;
     left: 50%;
     height: 100%;
     border-left: 1px dashed #fff;
 }

 .active {
     border-color: #da1212;
     /* background-color: #da1212; */
     background-image: url("../image/btn2.png");
    background-size: cover; /* 替换原来的100% 100% */
  background-position: center; /* 居中显示核心画面 */
  background-repeat: no-repeat;
 }

 .url_box {
     display: flex;
     align-items: center;
     flex-direction: column;
     padding: 5px 0;
     margin: 10px 0;

 }

 .and,
 .ios {
     background-color: #f13d49;
     width: 160px;
     height: 29px;
     color: #fff;
     border-radius: 5px;
     cursor: pointer;
 }

 .ios {
     margin: 3px 0;
 }

 .and span,
 .ios span {
     font-size: 15px;

 }

 .and span:hover,
 .ios span:hover {
     text-decoration: underline;

 }

 .down_title {
     background-color: #ffe500;
     color: #E53333;
     font-size: 15px;
     font-weight: bold;
 }

 .panel_table {
     padding: 20px 5px;
     box-sizing: border-box;

 }

 .table_box {
     border: 1px solid #ddd;
     background-color: #fff;
 }

 .header_box {
     padding-top: 10px;
 }

 .head_list {
     padding-top: 10px;
     width: 25%;
     cursor: pointer;
     padding-bottom: 16px;
     position: relative;
 }

 .sanjiao {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translate(-50%);
 }

 .list_name {
     font-size: clamp(15px, 3vw, 30px);
     font-weight: 500;
     color: #333;
 }

 .head_list:nth-child(1) .icon {
     max-height: clamp(30px, 3vw, 40px);
     width: 15%;
     max-width: 33px;
 }

 .icon {
     width: 20%;
     min-width: 20px;
     max-width: 44px;
     margin-right: 5%;
 }

 img {
     display: block;
 }

 .list_active .list_name {
     color: #f6404d;
 }

 .list_active {
     border-bottom: 2px solid #f6404d;
 }


 .table_head {
     border-top: 1px solid #ddd;
     color: #397ae3;
     font-size: clamp(14px, 3vw, 20px);
     height: clamp(40px, 7vw, 58px);

 }

 .table_body {
     height: clamp(38px, 7vw, 50px);
     font-size: clamp(12px, 3vw, 16px);
 }

 .table_body_color:nth-child(even) {
     background-color: #f9f9f9;
 }

 .headCheck1 .item_1 {
     width: 30%;
     border-bottom: 1px solid #ddd;
     height: 100%;
 }

 .headCheck1 .item_2 {
     width: 45%;
     border: 1px solid #ddd;
     border-top: 0;
     height: 100%;
 }

 .headCheck1 .item_3 {
     width: 25%;
     border-bottom: 1px solid #ddd;
     height: 100%;
 }


 .headCheck2 .only {
     min-width: 20%;
 }

 .headCheck2 .item_1 {
     width: 10%;
     border-bottom: 1px solid #ddd;
     height: 100%;
     border-right: 1px solid #ddd;
 }

 .headCheck2 .item_1:last-child {
     border-right: 0;
 }

 .headCheck2 .red {
     background: url('../image/red.png') no-repeat;
     background-size: auto 70%;
     background-position: center center;
     color: #fff;
 }

 .headCheck2 .blue {
     background: url('../image/blue.png') no-repeat;
     background-size: auto 70%;
     background-position: center center;
     color: #fff;
 }

 .headCheck2 .green {
     background: url('../image/green.png') no-repeat;
     background-size: auto 70%;
     background-position: center center;
     color: #fff;
 }

 .noshow {
     font-size: 0 !important;
 }



 .bottom_desc {
     font-size: clamp(12px, 3vw, 18px);
     text-align: center;
     padding: 20px 0;
     color: #333;
 }

 .bottom_desc div {
     padding: 3px 0;
 }

 .bottom_desc .color_b {
     color: #428bca;
     margin-left: 5px;
     cursor: pointer;
 }

 .color_b:hover {
     color: #2a6496;
     text-decoration: underline;
 }

 .zu_box {
     border-radius: 8px;
     padding: 0 12px;
     box-sizing: border-box;
     overflow: hidden;
 }

 .zu_list:nth-child(odd) {
     background-color: #eaf7ff;
 }

 .zu_title {
     padding: 2px 16px;
     box-sizing: border-box;
     background-color: #3492e9;
     color: #fff;
     border-radius: 0 40px 40px 0;
     margin: 16px 0 5px 0;
 }

 .flex {
     display: flex;
 }

 .zu_border_radius {
     border-radius: 10px;
     overflow: hidden;
 }

 .zu_list {
     padding: 8px;
     box-sizing: border-box;
     font-size: 14px;
     color: #333;
 }

 .only_zu {
     flex-wrap: wrap;
 }

 .only_zu .zu_list {
     background-color: #fff;
 }

 .only_zu .zu_list:nth-child(4n-3),
 .only_zu .zu_list:nth-child(4n-2) {
     background-color: #eaf7ff;
 }

 .only_zu .zu_list:nth-child(2n) {
     text-align: right;
 }

 .width50 {
     width: 50%;
 }

 .only_box {
     padding-left: 0;
     padding-right: 0;
 }

 .colorred {
     color: #E53333;
 }

 .dc_img {
     height: 50%;
 }

 .width_1 {
     width: 25% !important;
     color: #333;
     font-size: clamp(12px, 3vw, 18px) !important;
 }

 .width_2 {
     width: 30% !important;
     text-align: center;
     color: #333;
     font-size: clamp(12px, 3vw, 18px) !important;
 }

 .width_3 {
     width: 45% !important;
     min-width: 200px;
     padding: 0 4%;
     font-size: clamp(12px, 3vw, 18px) !important;

 }

 .table_padding {
     height: clamp(38px, 16vw, 90px);
 }

 .item3_list {
     background-color: #da1212;
     border-radius: 50%;
     width: 22px;
     height: 22px;
     min-width: 22px;
     color: #fff;
     box-sizing: border-box;
     font-size: 14px;
 }

 .item3_green {
     background-color: #008000 !important;
 }

 .center {
     font-size: clamp(12px, 3vw, 15px);
     text-align: center;
     margin-top: 4px;
 }

 .tema_body .item_1 {
     width: 20%;
 }

 .last_box {}

 .last_headcheck {
     font-size: clamp(12px, 3vw, 18px)
 }

 .last_qi {
     min-width: 32%;

     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     text-align: center;
     height: clamp(40px, 5vh, 50px);

 }

 .last_one {
     min-width: 32%;
     border-bottom: 1px solid #ddd;
     border-right: 1px solid #ddd;
     height: 100%;
 }

 .last_div {
     width: 11%;
     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     height: 100%;
 }

 .last_div:last-child {
     border-right: 0;
 }

 .last_item {
     height: clamp(40px, 5vh, 50px);
 }

 .borderBottom {
     border-bottom: 1px solid #ddd;
     height: 100%;
     width: 75%;
     height: clamp(40px, 5vh, 50px);
 }

 .colorEven {
     background-color: #f9f9f9;
 }


 .mb_box {
     padding: 0 16px;
     box-sizing: border-box;
 }

 .mb_name_box {
     box-sizing: border-box;
 }

 .head_img {
     height: clamp(70px, 10vw, 113px);
     width: clamp(70px, 10vw, 113px);
     margin-right: 20px;
     border-radius: 100%;
 }

 .mb_box {
     margin-top: 16px;
 }

 .head_title {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
 }

 .mb_name {
     font-size: clamp(18px, 5vw, 20px);
     color: #f13d49;
 }

 .mb_new {
     font-size: clamp(14px, 5vw, 18px);
     margin-top: 16px;
 }

 .mb_new span {
     color: #f13d49;
 }

 .mb_head_content {
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     margin: 12px 0;
     padding-bottom: 10px;
 }

 .pc_head_content {
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     margin: 12px 0;
     width: 38%;
 }

 .zhanwei {
     width: 31%;
 }

 .red_name {
     color: #f13d49 !important;
 }

 .mb_new2 {
     margin-top: 16px;
     font-size: clamp(15px, 5vw, 18px);
 }

 .mb_new2 span {
     color: #f13d49;
 }

 .mb_new2 .refresh {
     color: #428bca;
     cursor: pointer;
 }

 .mb_gg {
     width: 160px;
     height: 28px;
     background-color: #f13d49;
     border-radius: 5px;
     margin: 8px auto;
     color: #fff;
     cursor: pointer;
     font-size: clamp(13px, 5vw, 16px);
 }

 .timer_k {
     border: 1px solid #b1b1b1;
     border-radius: 10px;
     box-shadow: 1px 1px 1px 1px #b1b1b1;
     width: clamp(30px, 7vw, 40px);
     height: clamp(30px, 7vw, 40px);

     font-size: clamp(20px, 3vw, 26px);
     margin: 0 5px;
     color: #ee3a46;
     font-weight: bold;
 }

 .head_num_box .color13b5b1 {
     width: 38px;
     height: 38px;
     text-align: center;
     line-height: 38px;
     font-size: 18px;
     color: #FFF;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     position: relative;
     z-index: 2;
     background-color: #13b5b1;
     font-size: 15px;
 }

 .head_num_box .color556fb5 {
     width: 38px;
     height: 38px;
     text-align: center;
     line-height: 38px;
     font-size: 18px;
     color: #FFF;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     position: relative;
     z-index: 2;
     background-color: #556fb5;
     font-size: 15px;
 }

 .fuhao {
     margin: 0 4px;
     font-weight: bold;
     color: #333;
 }

 .head_yuan {
     width: 28px;
     height: 28px;
     font-size: 14px;
 }

 .head_red {
     background: url('../image/red.png');
     background-size: 100% 100%;
     color: #fff;
     font-weight: bold;
 }

 .head_blue {
     background: url('../image/blue.png');
     background-size: 100% 100%;
     color: #fff;
     font-weight: bold;
 }

 .margin_left div {
     margin: 0 2px;
 }



 .clock {
     height: clamp(20px, 5vw, 26px);
 }

 .wait {
     font-size: 15px;
     color: #333;
     margin: 0 4px;
 }





 .mask {
     background-color: #333333;
     position: fixed;
     width: 100%;
     height: 100%;
     z-index: 30;
     display: flex;
     justify-content: center;
 }

 /* 弹窗主体 */
 .scratch-box {
     width: 320px;
     margin-top: 12vh;
     max-height: 294px;
     background: url('../image/28bg.png');
 }

 .box-header {
     display: flex;
     align-items: center;

     position: relative;
     z-index: 2;
 }

 .title-logo {
     font-size: 60px;
     font-weight: bold;
     color: #fff;
     font-style: italic;
     text-shadow: 2px 2px #000;
 }

 .period-text {
     font-size: 15px;
     color: #fff;
     margin-left: auto;
     margin-top: 35px;
     padding-right: 13px;
 }

 /* 刮刮区域容器 */
 .scratch-wrap {
     width: 300px;
     height: 100px;
     margin: 15px auto;
     position: relative;
     /* border-radius: 6px; */
     overflow: hidden;
 }

 /* 底层特码文字 */
 .scratch-bottom {
     width: 100%;
     height: 100%;
     background: #fff;
     text-align: center;
     font-size: 16px;
     color: #f75f5e;
     padding-top: 20px;
     position: absolute;
     left: 0;
     top: 0;
 }

 .text-label {
     margin-right: 20px;
 }

 .font50 {
     font-size: 60px !important;
     font-weight: bold;
 }

 .font32 {
     font-size: 32px;
     font-weight: bold;
 }

 .font24 {
     font-size: 20px;
     font-weight: bold;
 }

 /* 上层刮刮画布 */
 .scratch-canvas {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 3;
 }

 /* 倒计时文字 */
 .count-down {
     text-align: center;
     font-size: 15px;
     color: #fff;

 }

 .count-down span {
     color: #ffdd00;
 }

 /* 底部按钮 */
 .btn-group {
     display: flex;
     justify-content: center;
     gap: 40px;
     padding: 20px 0 30px;
 }

 .btn-refresh {
     width: 66px;
     height: 36px;
     font-size: 16px;
     background: #ffcc00;
     border: none;
     cursor: pointer;
 }

 .btn-close {
     width: 66px;
     height: 36px;
     font-size: 16px;
     background: #cccccc;
     border: none;
     cursor: pointer;
 }

.herf_box{
    margin: 10px 0;
}
 .herf_div{
    color: #333;
    font-size: 14px;
    margin: 4px 0;
 }
 .herf_div span{
    cursor: pointer;
    color: #f00;
    font-weight: bold;
 }
 .herf_div span:hover{
    text-decoration: underline;
 }




 /* 按钮大容器面板 */
        .button-panel {
            background: rgba(255, 255, 255, 0.45);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.7);
            border-radius: 12px;
            /* padding: 20px; */
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.05);
            
            /* gap: 12px; */
        }

        /* 基础按钮样式 */
        .nav-btn {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 1px;
            transition: all 0.25s ease;
            user-select: none;
        }

        /* 🔷 蓝色常规按钮样式 */
        .btn-blue {
            background: linear-gradient(to bottom, #5ba4d8, #3b82be);
            color: #ffffff;
            border: 1px solid #2d6b9e;
            /* 三层立体边框阴影：内高光、深色内阴影、外发光 */
            box-shadow: 
                inset 0 1px 0 rgba(255, 255, 255, 0.4),
                inset 0 -2px 4px rgba(0, 0, 0, 0.15),
                0 2px 4px rgba(0, 0, 0, 0.08);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        /* 蓝色按钮悬停效果 */
        .btn-blue:hover {
            background: linear-gradient(to bottom, #6cb2e6, #4691cf);
            box-shadow: 
                inset 0 1px 0 rgba(255, 255, 255, 0.5),
                inset 0 -2px 4px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(59, 130, 190, 0.3);
            transform: translateY(-1px);
        }

        /* 🔴 红色激活/高亮按钮样式 */
        .btn-red {
            background: linear-gradient(to bottom, #d23a49, #b31d2c);
            color: #ffffff;
            border: 1px solid #8f121d;
            box-shadow: 
                inset 0 1px 0 rgba(255, 255, 255, 0.4),
                inset 0 -2px 4px rgba(0, 0, 0, 0.2),
                0 4px 12px rgba(179, 29, 44, 0.35);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        }

        /* 红色按钮悬停效果 */
        .btn-red:hover {
            background: linear-gradient(to bottom, #e34656, #c42433);
            box-shadow: 
                inset 0 1px 0 rgba(255, 255, 255, 0.5),
                inset 0 -2px 4px rgba(0, 0, 0, 0.15),
                0 6px 16px rgba(179, 29, 44, 0.45);
            transform: translateY(-1px);
        }

        /* 点击时的反馈（通用） */
        .nav-btn:active {
            transform: translateY(1px);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        /* 最后一个单占一行的按钮 */
        .btn-full {
            grid-column: 1;
        }