@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-image: url('../images/bg1010.png'); /* 设置背景图片 */
  background-size: cover; /* 背景图片覆盖整个元素 */
  background-repeat: no-repeat; /* 背景图片不重复 */
  background-position: center; /* 背景图片居中 */
  background-size: 100% 100%;
  height:auto;
}

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: 80px;
    z-index: 10;
	background: url(../images/head_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

    .head h1 {
        font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 55px;
        background: -webkit-linear-gradient(bottom, #77baff, #ffffff);
    background: linear-gradient(bottom, #77baff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	margin-left: 0.1rem;
    margin-right: 0.1rem;
    }


.header {
  width: 100%;
  height: 75px;
  padding: 0.2rem 0.375rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 10;
	background: url(../images/head_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

    .header h1 {
        font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 45px;
        background: -webkit-linear-gradient(bottom, #77baff, #ffffff);
    background: linear-gradient(bottom, #77baff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	margin-left: 0.1rem;
    margin-right: 0.1rem;
    }
.header .header_l {
  width: 31%;
  text-align: right;
  margin-top:0.15rem;
}

.header .header_m {
  width: 38%;
    height: 100%;
    text-align: center;
}

.header .header_r {
  width: 31%;
  text-align: left;
  margin-top:0.15rem;
}

.mainbox {
    padding: 0px 10px;
    height: calc(100% - 70px);
}

.nav {
    position: absolute;
}

.left_nav {
    width: 28%;
    height: calc(100% - 25px);
    left: 15px;
    top: 15px;
    z-index: 10;
    padding: 2% 0;
}

.right_nav {
    width: 28%;
    height: calc(100% - 25px);
    right: 15px;
    top: 15px;
    z-index: 10;
    padding: 2% 0;
}

.center1_nav {
    position: absolute;
    z-index: 1;
    width: 100%;
height: 90%
}

.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: 20px;
    font-weight: 500;
    color: #2ce7ff;
    position: relative;
    font-weight: bolder;
	text-align: center;
}



.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: 1%;
}

    .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: 30px;
    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: .9;
                font-size: 15px;
				color:#fee930;
            }

            .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;
	background-color: rgb(14 24 73 / 30%);
}


    .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;
        width: 20%;
    }

        .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);
}
.ranking-box {
    width: 260px;
    left: 31%;
    top: 500px;
    z-index: 9999;
    position: absolute;
    background-color: rgba(14, 148, 235, 0.2);
}

.ranking-box>li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, .8);
	font-size: 14px;
}

.ranking-box>li>span {
    width: 0;
    flex-grow: 1;
    text-align: center;
	font-size: 14px;
}

.ranking-box>li>p {
    width: 0;
    flex-grow: 2;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking-box>li:nth-child(2n+1) {
    background: rgba(14, 148, 235, 0.102);
}

.ranking-box>li:first-child {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: rgba(14, 148, 235, 0.8);
}

.ranking-box>li:first-child>p {
    color: white;
}

.drqk{height: 100%;margin-left:0.4rem;}
.drqk li{height: 49%; width: 50%; float: left;display: flex;align-items: center;}
@font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
.icon{ width:50px; height: 50px; display: flex; justify-content: center;align-items: center; margin-right: 10px;
}
.icon img{ }
.icon1{ background: url(../images/iconbg2.png); width:50px; height: 50px; display: flex; justify-content: center;align-items: center; margin-right: 15px;
position: absolute;
animation: myfirst 3s linear infinite;
    -webkit-animation: myfirst 3s linear infinite;
}
.drqk li span{opacity: .9; 
    font-size: 14px;
    color: #68eeff;}
.drqk li i{ padding-left: 10px;}
.drqk li em{background: linear-gradient( 0deg,#ffbb45, #ffbb45, #fdd169,#fdd169); font-style:normal;
    background-size: cover;font-family:electronicFont;
	font-size: 38px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;}