@charset "utf-8";
/* CSS Document */
*{
	-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: #033c76 url(../images/bg.png) no-repeat; background-size: 100% 100%;
}
@font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
html,body{min-height: 100%;}
html{scrollbar-color: rgba(22,214,255,.65) rgba(255,255,255,.06); scrollbar-width: thin;}
li{ list-style-type:none;}
table{}
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}

.head{position: relative; height: 90px; margin: 0 15px; padding: 0 180px 0 60px;}
.head h1{font-size: 30px; letter-spacing: -2px; text-align: center; line-height: 90px; color: #daf9ff;}
.head .menu{}
.head .menu ul{ font-size: 0;}

.head .menu li{ display: inline-block; position: relative;margin: 30px 15px;;}
.head .menu li a{ display: block; font-size: 18px; color: #fff; line-height: 30px; padding: 0 10px; }
.head .time{position: absolute; right: 0; line-height: 90px; top: 0;}

.dashboard-toolbar{display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin: 0 16px 12px; padding: 12px 16px; border:1px solid rgba(7,118,181,.5); box-shadow:inset 0 0 10px rgba(7,118,181,.4); background: rgba(2,23,51,.35);}
.toolbar-group{display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
.toolbar-label{font-size: 14px; color: rgba(255,255,255,.75);}
.toolbar-select,.toolbar-input{height: 34px; min-width: 170px; padding: 0 10px; border:1px solid rgba(75,166,224,.45); background: rgba(3,38,86,.8); color:#fff; border-radius: 4px; outline: none;}
.toolbar-select option{color:#000;}
.toolbar-btn{height: 34px; padding: 0 14px; border:1px solid rgba(75,166,224,.45); background: rgba(3,38,86,.85); color:#fff; border-radius: 4px; cursor:pointer;}
.toolbar-btn.active,.toolbar-btn:hover{border-color:#16d6ff; color:#16d6ff;}
.toolbar-btn.primary{background: linear-gradient(90deg, rgba(17,104,191,.85), rgba(22,214,255,.6)); border-color: rgba(22,214,255,.8); color:#fff;}
.map-switch{position:absolute; right: 16px; top: 12px; z-index: 11; display:flex; gap:8px;}
.map-switch-btn{height: 32px; padding: 0 14px; border:1px solid rgba(75,166,224,.45); background: rgba(3,38,86,.85); color:#fff; border-radius: 4px; cursor:pointer;}
.map-switch-btn.active{border-color:#16d6ff; color:#16d6ff; background: rgba(10,73,126,.92);}
.auth-gate{position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; background:rgba(2,16,37,.96); backdrop-filter:blur(4px);}
.auth-gate.hidden{display:none;}
.auth-gate-panel{min-width:360px; max-width:520px; padding:28px 32px; border:1px solid rgba(22,214,255,.35); background:linear-gradient(180deg, rgba(3,38,86,.96), rgba(2,23,51,.96)); box-shadow:0 0 24px rgba(22,214,255,.12), inset 0 0 16px rgba(75,166,224,.18); text-align:center;}
.auth-gate-title{font-size:22px; color:#daf9ff; font-weight:600; letter-spacing:1px;}
.auth-gate-message{margin-top:14px; color:rgba(255,255,255,.72); font-size:14px; line-height:1.8;}
.forbidden-page{min-height:100vh; display:flex; align-items:center; justify-content:center; background:#033c76 url(../images/bg.png) no-repeat center center; background-size:100% 100%;}
.forbidden-wrap{width:100%; padding:24px;}
.forbidden-panel{width:100%; max-width:620px; margin:0 auto; padding:40px 42px; border:1px solid rgba(22,214,255,.35); background:linear-gradient(180deg, rgba(3,38,86,.96), rgba(2,23,51,.96)); box-shadow:0 0 28px rgba(22,214,255,.14), inset 0 0 16px rgba(75,166,224,.18); text-align:center;}
.forbidden-badge{display:inline-block; margin-bottom:18px; padding:6px 14px; border:1px solid rgba(255,99,22,.4); color:#ff9f7f; background:rgba(255,99,22,.08); font-size:12px; letter-spacing:2px;}
.forbidden-title{font-size:34px; color:#daf9ff; letter-spacing:2px;}
.forbidden-message{margin-top:18px; color:rgba(255,255,255,.74); font-size:15px; line-height:1.9; word-break:break-all;}
.forbidden-actions{margin-top:26px; display:flex; justify-content:center; gap:14px; flex-wrap:wrap;}
.forbidden-btn{display:inline-flex; align-items:center; justify-content:center; min-width:132px; height:40px; padding:0 18px; border:1px solid rgba(75,166,224,.45); background:rgba(3,38,86,.85); color:#fff; border-radius:4px;}
.forbidden-btn.primary{border-color:rgba(22,214,255,.8); background:linear-gradient(90deg, rgba(17,104,191,.85), rgba(22,214,255,.6));}

.menu li:before,
.menu li:after{ position:absolute; width:10px; height:5px;opacity: .4; content: "";  border-top: 2px solid #02a6b5; top: -1px;border-radius: 2px;}
.menu li:before,.menu li a:before{border-left: 2px solid #02a6b5;left: -1px;}
.menu li:after,.menu li a:after{border-right: 2px solid #02a6b5; right: -1px;}
.menu li a{ position:relative;}
.menu li a:before,
.menu li a:after{ position:absolute; width:10px; height:5px; opacity: .4;  content: "";border-bottom: 2px solid #02a6b5; bottom:-1px;border-radius: 2px;}

.head .menu li a:hover{ color: #f4e925;}
.menu li a:hover:before,
.menu li a:hover:after,
.menu li:hover:before,
.menu li:hover:after{border-color:  #f4e925; opacity: 1;}

.mainbox{padding: 0px 10px 16px; min-height: calc(100vh - 158px);}
.nav1{margin-left: -6px; margin-right:-6px;}
.nav1>li{padding:0 6px; float: left;}

.box{ border:1px solid rgba(7,118,181,.5); box-shadow:inset 0 0 10px rgba(7,118,181,.4); margin-bottom: 14px; position: relative;}
.tit{ padding: 10px 10px 10px 25px;border-bottom:1px solid rgba(7,118,181,.7);font-size: 16px; font-weight: 500; position: relative;}
.tit:before,.tit01:before{position: absolute; content: ""; width: 6px; height: 6px; background: rgba(22,214,255,.9);box-shadow: 0 0 5px rgba(22,214,255,.9); border-radius: 10px; left: 10px; top: 18px;}

.tit:after,.box:before{ width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom:-1px; background:linear-gradient(to right,#076ead,#4ba6e0,#076ead); box-shadow: 0 0 5px rgba(131,189,227,1); opacity: .6}
.box:before{top: -1px;}

.boxnav{padding: 10px;}
.tit01{font-size: 16px; font-weight: 500; position: relative; padding-left: 15px;}
.tit01:before{ left: 3px; top: 8px;}

.mapc{background: url(../images/bg3.png) no-repeat center center; background-size: 100% 100%}
.map{position: relative; height: 100%;}
.map img{}
.mapnav{position: absolute;z-index: 10;}


.yqlist li{float: left; width: 50%; padding:10px 0; text-align: center;}
.yq{width:100px; height: 100px; margin: 0 auto  5px auto;  position: relative; display: flex; justify-content: center;align-items: center; font-size: 30px;font-family:electronicFont;color: #fff32b;}
.yqlist li span{opacity: .6; font-size: 14px;}

.yq:before{position: absolute; width: 100%; height: 100%; content: ""; background: url(../images/img1.png) center center; border-radius: 100px; background-size: 100% 100%; opacity:.3;
	left:0; top: 0; animation: myfirst2 15s infinite linear;}

.yq:after{position: absolute; width: 86%; background: url(../images/img2.png) center center; border-radius: 100px; background-size: 100% 100%;  opacity:.3;
	height: 86%; content: "";   left:7%; top: 7%; animation: myfirst 15s infinite linear;}

.rank-list{height:100%; overflow:auto; padding-right:4px;}
.rank-list-item{display:flex; align-items:center; gap:10px; padding: 10px 6px; border-bottom:1px dashed rgba(255,255,255,.12);}
.rank-index{width:26px; height:26px; line-height:26px; text-align:center; border-radius:50%; background: rgba(16,137,231,.18); color:#ffe400; font-size: 13px; flex:0 0 26px;}
.rank-main{flex:1; min-width:0;}
.rank-name{font-size:14px; color:#fff; line-height:1.5; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rank-meta{font-size:12px; color:rgba(255,255,255,.55); margin-top:4px;}
.rank-amount{flex:0 0 auto; font-size:16px; color:#16d6ff; font-family:electronicFont; text-align:right;}
.rank-empty{display:flex; align-items:center; justify-content:center; height:100%; color:rgba(255,255,255,.55); font-size:14px;}
.rank-list-small .rank-list-item{padding:8px 4px;}

body::-webkit-scrollbar,
.rank-list::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}
body::-webkit-scrollbar-track,
.rank-list::-webkit-scrollbar-track{
	background: rgba(255,255,255,.05);
	border-radius: 999px;
}
body::-webkit-scrollbar-thumb,
.rank-list::-webkit-scrollbar-thumb{
	background: linear-gradient(180deg, rgba(22,214,255,.85), rgba(56,147,229,.65));
	border-radius: 999px;
	box-shadow: inset 0 0 6px rgba(255,255,255,.18), 0 0 8px rgba(22,214,255,.18);
}
body::-webkit-scrollbar-thumb:hover,
.rank-list::-webkit-scrollbar-thumb:hover{
	background: linear-gradient(180deg, rgba(92,229,255,.95), rgba(56,147,229,.85));
}
body::-webkit-scrollbar-corner,
.rank-list::-webkit-scrollbar-corner{
	background: transparent;
}


@keyframes myfirst
{
to { transform: rotate(-360deg)}
}
@keyframes myfirst2
{
to { transform: rotate(360deg)}
}
