@charset "utf-8";
/*更多模板请访问：https://www.bootstrapmb.com*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

body {
    color: #fff;
    font-size: 16px;
    background: #0a1218;
}

html, body {
    height: 100%;
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

    a.active, a:focus {
        outline: none !important;
        text-decoration: none;
    }

ol, ul, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #06c;
    text-decoration: none !important
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pulll_left {
    float: left;
}

.pulll_right {
    float: right;
}

i {
    font-style: normal;
}

.text-w {
    color: #ffe400
}

.text-d {
    color: #ff6316
}

.text-s {
    color: #14e144
}

.text-b {
    color: #07e5ff
}

:root {
    --bs-border-color: rgba(0, 134, 237, 0.5);
}

.head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
}

    .head h1 {
        font-size: 40px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 70px;
        padding-right: 55px;
        color: #daf9ff;
    }

.mainbox {
    padding: 0px 10px;
    height: calc(100% - 70px);
}

.nav {
    position: absolute;
}

.left_nav {
    width: 25%;
    height: calc(100% - 25px);
    left: 15px;
    top: 15px;
    z-index: 10;
    padding: 2% 0;
}

.right_nav {
    width: 25%;
    height: calc(100% - 25px);
    right: 15px;
    top: 15px;
    z-index: 10;
    padding: 2% 0;
}

.center1_nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.center2_nav > ul {
    display: flex;
    height: calc(100% - 30px);
}

    .center2_nav > ul > li {
        width: 33.3333%;
        position: relative;
        height: 100%;
        padding: 6px;
    }

.nav1 > li {
    padding: 0 6px;
}

.center2_nav {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 29%;
    position: absolute !important;
    z-index: 10;
}

.tit {
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid rgba(0, 134, 237, 0.15);
    ;
    font-size: 16px;
    font-weight: 500;
    color: #07e5ff;
    position: relative;
    font-weight: bolder;
}

    .tit:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background: var(--bs-border-color);
        ;
        box-shadow: 0 0 5px var(--bs-border-color);
        ;
        /* border-radius: 10px; */
        left: 10px;
        top: 18px;
    }

.boxnav {
    padding: 10px;
    height: calc(100% - 60px);
}

.mapc {
    background: url(../images/bg3.png) no-repeat center center;
    background-size: 100% 100%
}

.map {
    position: relative;
    height: 100%;
    padding-left: 10%;
    position: relative;
}

    .map::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        box-shadow: inset 300px 100px 400px #030502,inset -300px -100px 400px #030502;
        z-index: 11;
        opacity: .8;
    }

.mapnav {
    position: absolute;
    z-index: 10;
}

    .mapnav div {
        background: url(../images/bg1.png) no-repeat;
        background-size: 100% auto;
        width: 110px;
        text-align: center;
        padding: 20px 0;
        line-height: 120%;
    }

        .mapnav div span {
            font-size: 14px;
            opacity: .6
        }

        .mapnav div p {
            font-size: 20px;
            font-weight: bold;
            padding-top: 5px;
        }

    .mapnav li {
        float: left;
        margin-right: 6px;
    }

.datatime {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 80px;
    z-index: 1000;
}

    .datatime > p {
        padding: 10px 0 0 0;
    }

    .datatime ul {
        display: flex;
        justify-content: center;
    }

        .datatime ul li {
            padding: 10px 20px;
            margin: 0 10px;
        }

            .datatime ul li span {
                opacity: .5;
                font-size: 14px;
            }

            .datatime ul li p {
                font-size: 30px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                color: #07e5ff;
            }


.card {
    margin-top: 15px;
    backdrop-filter: blur(3px);
    position: relative;
    border: none;
}


    .card:after, .card:before {
        content: "";
        position: absolute;
    }

    .card:not(.border-0):before {
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        border-top: 1px solid var(--bs-border-color);
        border-bottom: 1px solid var(--bs-border-color);
        opacity: .35;
        pointer-events: none;
    }

    .card:not(.border-0):after {
        top: 15px;
        bottom: 15px;
        left: 0;
        right: 0;
        opacity: .35;
        pointer-events: none;
        border-left: 1px solid var(--bs-border-color);
        border-right: 1px solid var(--bs-border-color);
    }

    .card .card-arrow {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .card .card-arrow span {
            width: 10px;
            height: 10px;
            position: absolute;
        }

            .card .card-arrow span:nth-child(1) {
                left: 0;
                top: 0;
                border-left: 2px solid var(--bs-border-color);
                border-top: 2px solid var(--bs-border-color);
            }

            .card .card-arrow span:nth-child(2) {
                right: 0;
                top: 0;
                border-right: 2px solid var(--bs-border-color);
                border-top: 2px solid var(--bs-border-color);
            }

            .card .card-arrow span:nth-child(3) {
                left: 0;
                bottom: 0;
                border-left: 2px solid var(--bs-border-color);
                border-bottom: 2px solid var(--bs-border-color);
            }

            .card .card-arrow span:nth-child(4) {
                right: 0;
                bottom: 0;
                border-right: 2px solid var(--bs-border-color);
                border-bottom: 2px solid var(--bs-border-color);
            }



.markers span::after,
.markers span::before {
    position: absolute;
    content: "";
    background: rgba(74, 255, 201, 0.5);
    border-radius: 100px;
    transform: scale(0);
    opacity: 0;
}

.markers span::after {
    width: 300%;
    height: 300%;
    animation: fadein 2s infinite linear;
}

.markers span::before {
    width: 400%;
    height: 400%;
    animation: fadein 2s 1s infinite linear;
}

.markers i {
    color: rgba(255,255,255,0.5);
    display: none;
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
}

.markers span {
    border-radius: 20px;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: rgb(0, 171, 120);
    position: relative;
}

@keyframes fadein {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.tablestyle {
    width: 100%;
    font-size: 12px;
    word-break: break-all;
}

    .tablestyle thead td {
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: rgba(255,255,255,.5);
        font-weight: bold;
    }

    .tablestyle td {
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: rgba(255,255,255,.8);
        padding: 10px 3px;
        text-align: left;
     }

        .tablestyle td:last-child {
            width: 45%
        }

        .tablestyle td:nth-child(2) {
            width: 15%
        }

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute
}

::-webkit-scrollbar-thumb {
    background: rgba(20, 150, 250, 0.2);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent
}

.txtnav {
    color: rgba(255,255,255,.8);
    font-size: 14px;
    line-height: 1.8;
    overflow-y: scroll;
}


/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}


.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.payment-time {
    padding-right: 10px;
}

.scrollDiv {
    height: calc(100% - 30px);
}
