.data_content {
    /*overflow-x: hidden;*/
    min-width: 1366px;
    padding-top: 80px;
    padding-bottom: 20px;
}

    .data_content .data_time {
        width: 340px;
        height: 35px;
        background-color: #2C58A6;
        line-height: 35px;
        color: #fff;
        font-size: 12.8px;
        position: relative;
        margin-bottom: 25px;
        margin-left: 20px;
        text-align: center;
    }

        .data_content .data_time img {
            position: absolute;
            top: 8px;
            left: 15px;
        }

    .data_content .data_info {
        width: calc(100% - 40px);
        margin-bottom: 40px;
        height: 110px;
        margin-left: 20px;
    }

        .data_content .data_info .info_1 {
            width: 40%;
            height: 110px;
        }

            .data_content .data_info .info_1 > .text_1 {
                width: calc(100% - 25px);
                background-color: #034c6a;
                height: 110px;
            }

        .data_content .data_info .info_2 {
            width: 31%;
            height: 110px;
        }

            .data_content .data_info .info_2 > .text_2 {
                width: calc(100% - 25px);
                background-color: #034c6a;
                height: 110px;
            }

        .data_content .data_info .info_3 {
            width: 29%;
            height: 110px;
        }

            .data_content .data_info .info_3 > .text_3 {
                width: 100%;
                background-color: #034c6a;
                height: 110px;
            }

        .data_content .data_info > div.info_1 > .text_1 > div {
            width: 33.333%;
            position: relative;
        }

        .data_content .data_info > div.info_2 > div > div,
        .data_content .data_info > div.info_3 > div > div {
            width: 50%;
            position: relative;
        }

        .data_content .data_info img {
            position: absolute;
            top: 35px;
            left: 15px;
        }

        .data_content .data_info > div > div > div > div {
            margin-left: 65px;
            margin-top: 23px;
        }

        .data_content .data_info > div.info_2 > div > div > div {
            margin-left: 70px;
            margin-top: 23px;
        }

        .data_content .data_info p:nth-child(1) {
            color: #fff;
            font-size: 12.8px;
        }

        .data_content .data_info p:nth-child(2) {
            font-weight: 600;
            font-size: 28px;
            color: #ffff43;
        }

        .data_content .data_info > div.info_2 p:nth-child(2) {
            font-weight: 600;
            font-size: 28px;
            color: #25f3e6;
        }

        .data_content .data_info > div.info_3 p:nth-child(2) {
            font-weight: 600;
            font-size: 28px;
            color: #ff4e4e;
        }

    .data_content .data_main {
        width: calc(100% - 40px);
        margin-bottom: 40px;
        height: 615px;
        margin-left: 20px;
    }

        .data_content .data_main .main_left {
            width: 30%;
        }

            .data_content .data_main .main_left > div {
                width: 100%;
                height: 280px;
                box-sizing: border-box;
                border: 1px solid #2C58A6;
                position: relative;
                box-shadow: 0 0 10px #2C58A6;
            }

            .data_content .data_main .main_left div.left_1 {
                /*background: url("../img/chart_1.png") no-repeat center;*/
            }

            .data_content .data_main .main_left div.left_2 {
                /*background: url("../img/chart_2.png") no-repeat center;*/
            }

/*.data_content .data_main .main_left div:nth-child(1) {
                margin-bottom: 50px;
            }*/
#demo {
    margin-bottom: 50px;
}

.data_content .data_main .main_left div .main_title {
    width: 220px;
    height: 35px;
    line-height: 33px;
    background-color: #2C58A6;
    border-radius: 18px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 45px;
    z-index: 1000;
}

    .data_content .data_main .main_left div .main_title img {
        position: absolute;
        top: 8px;
        left: 20px;
    }


.data_content .data_main .main_center {
    width: 40%;
    height: 610px;
}

    .data_content .data_main .main_center .center_text {
        width: calc(100% - 50px);
        height: 610px;
        margin-left: 25px;
        margin-right: 25px;
        box-sizing: border-box;
        border: 1px solid #2C58A6;
        box-shadow: 0px 0px 6px #2C58A6;
        position: relative;
    }

.l_t_line {
    width: 5px;
    height: 24px;
    left: -3px;
    top: -3px;
}

.t_l_line {
    height: 5px;
    width: 26px;
    left: -3px;
    top: -3px;
}

.t_line_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .t_line_box i {
        background-color: #4788fb;
        box-shadow: 0px 0px 10px #4788fb;
        position: absolute;
    }

.t_r_line {
    height: 5px;
    width: 26px;
    right: -3px;
    top: -3px;
}

.r_t_line {
    width: 5px;
    height: 24px;
    right: -3px;
    top: -3px;
}

.l_b_line {
    width: 5px;
    height: 24px;
    left: -3px;
    bottom: -3px;
}

.b_l_line {
    height: 5px;
    width: 26px;
    left: -3px;
    bottom: -3px;
}

.r_b_line {
    width: 5px;
    height: 24px;
    right: -3px;
    bottom: -3px;
}

.b_r_line {
    height: 5px;
    width: 26px;
    right: -3px;
    bottom: -3px;
}

.data_content .data_main .main_center .main_title {
    width: 180px;
    height: 35px;
    line-height: 33px;
    background-color: #2C58A6;
    border-radius: 18px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 45px;
    z-index: 1000;
}

    .data_content .data_main .main_center .main_title img {
        position: absolute;
        top: 8px;
        left: 20px;
    }

.data_content .data_main .main_right {
    width: 30%;
}

    .data_content .data_main .main_right > div {
        width: 100%;
        height: 280px;
        box-sizing: border-box;
        border: 1px solid #2C58A6;
        position: relative;
        box-shadow: 0 0 10px #2C58A6;
    }

    .data_content .data_main .main_right div.right_1 .choice {
        position: absolute;
        top: 25px;
        right: 30px;
        z-index: 1000;
    }

        .data_content .data_main .main_right div.right_1 .choice label {
            color: #fff;
        }

    .data_content .data_main .main_right div.right_2 {
        /*background: url("../img/chart_4.png") no-repeat center;*/
    }

        .data_content .data_main .main_right div.right_2 .chart_text {
            width: 18%;
            color: #fff;
            text-align: center;
            margin-top: 12px;
        }

            .data_content .data_main .main_right div.right_2 .chart_text p {
                margin-top: 21px;
            }

                .data_content .data_main .main_right div.right_2 .chart_text p img {
                    margin-right: 5px;
                    margin-top: -4px;
                }

                .data_content .data_main .main_right div.right_2 .chart_text p:nth-child(1) {
                    font-size: 14px;
                    font-weight: 600;
                }

        .data_content .data_main .main_right div.right_2 .text_sum {
            text-align: center;
            color: #ffff43;
            font-weight: 600;
        }

            .data_content .data_main .main_right div.right_2 .text_sum div:nth-child(2) {
                font-size: 18px;
                font-weight: 600;
            }

    .data_content .data_main .main_right div:nth-child(1) {
        margin-bottom: 50px;
    }

    .data_content .data_main .main_right div .main_title {
        width: 220px;
        height: 35px;
        line-height: 33px;
        background-color: #2C58A6;
        border-radius: 18px;
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -90px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        box-sizing: border-box;
        padding-left: 45px;
    }

        .data_content .data_main .main_right div .main_title img {
            position: absolute;
            top: 8px;
            left: 20px;
        }

.data_content .data_bottom .bottom_1 {
    width: 30%;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    box-shadow: 0 0 10px #2C58A6;
}

.data_content .data_bottom .bottom_center {
    width: 40%;
    height: 280px;
}

.data_content .data_bottom .bottom_2 {
    width: calc(100% - 50px);
    height: 280px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    margin-left: 25px;
    box-shadow: 0 0 10px #2C58A6;
}

.data_content .data_bottom .bottom_3 {
    width: calc(50% - 40px);
    height: 280px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    margin-left: 25px;
    box-shadow: 0 0 10px #2C58A6;
}

.data_content .data_bottom .bottom_4 {
    width: 30%;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    box-shadow: 0 0 10px #2C58A6;
}

.data_content .data_bottom div .main_title {
    width: 220px;
    height: 35px;
    line-height: 33px;
    background-color: #2C58A6;
    border-radius: 18px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -110px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 45px;
}

    .data_content .data_bottom div .main_title img {
        position: absolute;
        top: 8px;
        left: 20px;
    }

.data_content .data_bottom div .main_table tr {
    height: 42px;
}

.data_content .data_bottom div .main_table {
    width: 100%;
    margin-top: 25px;
}

    .data_content .data_bottom div .main_table table {
        width: 100%;
    }

    .data_content .data_bottom div .main_table thead tr {
        height: 42px;
    }

    .data_content .data_bottom div .main_table th {
        font-size: 14px;
        font-weight: 600;
        color: #61d2f7;
        text-align: center;
    }

        .data_content .data_bottom div .main_table th:nth-child(1) {
        }

        .data_content .data_bottom div .main_table th:nth-child(2) {
        }

    .data_content .data_bottom div .main_table td {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .data_content .data_bottom div .main_table tbody tr:nth-child(1),
    .data_content .data_bottom div .main_table tbody tr:nth-child(3),
    .data_content .data_bottom div .main_table tbody tr:nth-child(5) {
        background-color: #072951;
        box-shadow: -10px 0px 15px #2C58A6 inset, /*左边阴影*/
        10px 0px 15px #2C58A6 inset; /*右边阴影*/
    }

.t_btn8, .t_btn2, .t_btn3 {
    position: relative;
    z-index: 100;
    /*cursor: pointer;*/
}

/*20230809新增*/
.data_content .data_main div .main_table tr {
    height: 42px;
}

.data_content .data_main div .main_table {
    width: 100%;
    margin-top: 25px;
}

    .data_content .data_main div .main_table table {
        width: 100%;
    }

    .data_content .data_main div .main_table thead tr {
        height: 42px;
    }

    .data_content .data_main div .main_table th {
        font-size: 14px;
        font-weight: 600;
        color: #61d2f7;
        text-align: center;
    }

        .data_content .data_main div .main_table th:nth-child(1) {
        }

        .data_content .data_main div .main_table th:nth-child(2) {
        }

    .data_content .data_main div .main_table td {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .data_content .data_main div .main_table tbody tr:nth-child(1),
    .data_content .data_main div .main_table tbody tr:nth-child(3),
    .data_content .data_main div .main_table tbody tr:nth-child(5) {
        background-color: #072951;
        box-shadow: -10px 0px 15px #2C58A6 inset, /*左边阴影*/
        10px 0px 15px #2C58A6 inset; /*右边阴影*/
    }

#notice {
    margin-left: 50px;
}
#seatID {
    margin-left: 20px;
}
#situationID {
    margin-left: 20px;
}
#personTimeID {
    margin-left: 20px;
}
#describe {
    text-indent: 70px;
}

#centerData {
    margin-top: 40px;
}

#distance {
    margin-top: 75px;
}

.data_content .data_bottom {
    width: calc(100% - 40px);
    height: 280px;
    margin-left: 20px;
}

    .data_content .data_bottom div {
        color: #fff;
        font-size: 18px;
    }

#scrollID {
    width: 100%;
    height: 280px;
}

/*滚动效果*/
.message_scroll {
    border: rgba(12,122,200,0.5) 1px solid;
    background-color: rgba(20,66,125,0.12);
    height: 90px;
    cursor: pointer;
    margin-bottom: 6px;
}

.scroll_top {
    height: 25px;
    padding-left: 120px;
}

.scroll_title {
    float: left;
    background-image: url('../../../images/GXMUSeat/pushmessage_class.png');
    background-repeat: no-repeat;
    width: 200px;
    line-height: 25px;
    color: white;
    font-size: 14px;
    text-align: center;
    background-size: cover;
}

.scroll_level {
    float: left;
    background-repeat: no-repeat;
    line-height: 25px;
    width: 56px;
    background-position-y: 3px;
    color: white;
    font-size: 12px;
    text-align: center;
    margin-left: 8px;
}

.scroll_level01 {
    background-image: url('../../../images/GXMUSeat/pushmessage_level01.png');
}

.scroll_level02 {
    background-image: url('../../../images/GXMUSeat/pushmessage_level02.png');
}

.scroll_level03 {
    background-image: url('../../../images/GXMUSeat/pushmessage_level03.png');
}

.localize {
    display: block;
    line-height: 25px;
    margin-left: 8px;
    background-image: url('../../../images/GXMUSeat/pushmessage_localize_01.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
    width: 14px;
    height: 25px;
    float: left;
}

    .localize:hover {
        background-image: url('../../../images/GXMUSeat/pushmessage_localize_02.png');
    }

.scroll_timer {
    color: #4a97da;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
    display: block;
    float: right;
    margin-right: 5px;
    padding-left: 120px;
}

.msg_cage {
    padding-left: 10px;
    padding-right: 6px;
    height: 18px;
    overflow: hidden;
    margin-top: 8px;
    padding-left: 120px;
}

.localize_title {
    color: #2c85d2;
}

.localize_msg {
    font-size: 14px;
    color: white;
}

/*借阅量大数据展示*/
.t_top_box {
    width: 100%;
    height: 1.13rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.2rem;
}

.t_l_lineB {
    position: absolute;
    top: 0;
    left: 30px;
}
.t_r_lineB {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.t_nav {
    width: 100%;
    height: 100%;
}

ul, h1, h2, h3, h4, h5, h6, p {
    list-style: 0;
    padding: 0;
    margin: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
ul {
    list-style-type: disc;
}

.t_nav li {
    display: inline-block;
    width: 30%;
    height: 100%;
    text-align: center;
    position: relative;
}




.t_nav li span {
    font-size: 16px;
    color: #1AA1FD;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25%;
}
    .t_nav li h1 {
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 60%;
    }
    .t_nav li i {
        width: 1px;
        height: 100%;
        position: absolute;
        right: -0.2rem;
        background: url('../../../images/GXMUSeat/seat/sper.png') no-repeat;
        background-size: 100% 100%;
    }
ul, h1, h2, h3, h4, h5, h6, p {
    list-style: 0;
    padding: 0;
    margin: 0;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

/*当前借阅量样式*/
.current-num {
    /* margin-left: 40px; */
    margin-top: 25px;
    width: 100%;
    height: 50px;
    /* position: absolute; */
    /* margin: auto; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: url(../img/border_bg01.png) top left no-repeat; */
    background-size: 100% 100%;
}
    .current-num > div {
        width: 100%;
        height: 30px;
        text-align: center;
        background: url(../../../images/GXMUSeat/title_bg01.png) center center no-repeat;
        font-size: 20px;
        color: #0e94ea;
        /* background-size: 1.8rem 0.25rem; */
        font-weight: 900;
    }
    .current-num > p {
        font-size: 45px;
        text-align: center;
        color: white;
    }






/*中间图形区域的划分*/

/* 样式用于底部的小 div */

/*#BorrowingChartToday {
    position: absolute;*/
    /*top: 120px;*/
    /*left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
}*/

#bottomDiv {
    width: 100%;
    height: 200px;
    position: absolute; /* 绝对定位，相对于 #centerData */
    bottom: 0; /* 距离底部的距离为 0 */
    z-index: 0;
}

/* 样式用于左右平分的 div 容器 */
.splitContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

/* 样式用于平分的子 div */
.splitDiv {
    flex: 1;
    height: 100%;
    /*border: 1px solid black;*/
    box-sizing: border-box;
}



/*  -----------------------------------------------------    */
/* 样式用于平分的子 div */
#bottomDiv1 {
    width: 100%;
    height: 100%;
    position: absolute; /* 绝对定位，相对于 #centerData */
    /*bottom: 0;*/ /* 距离底部的距离为 0 */
    z-index: 0;
}
/* 样式用于左右平分的 div 容器 */
#splitContainer1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#juzhong {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    #juzhong span {
        padding-top: 2px; /* 向下移动字体 */
        font-size: 20px;
        color: white;
    }
    #juzhong > div {
        padding-left: 40px;
    }
.colorPicture{
    width: 30px;
    height: 20px;
}

.t_title {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 2.5em;
    line-height: 80px;
    color: #fff;
}

#chart_map {
    cursor: pointer;
}

.t_show {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    background: #2C58A6;
    padding: 2px 5px;
    color: #fff;
    cursor: pointer;
}

.CurrentNumber {
    color: #fff;
    font-size: 1.3vw;
    text-align: left;
    padding-left: 20px;
}

.currentDateTime {
    color: #fff;
    font-size: 1.3vw;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    right: 0;
}

.NoInUseCss {
    color: white;
    font-size: 30px;
}

.InUseCss {
    color: red;
    font-size: 30px;
}
