@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;
    background: -webkit-radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);
    background: radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);
}
html,body{height: 100%; overflow: hidden;}

#scale-wrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1920px;
  height: 1080px;    /* 16:9 设计稿，与 1920×1080 一致 */
  transform-origin: center center;
  display: flex;
  flex-direction: column;
}
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-right: 60px; display: flex; align-items: center; justify-content: center;}
.head h1{ font-size: 38px; letter-spacing: 8px; text-align: center; line-height: 90px; margin: 0; padding: 0 60px; width: 100%; box-sizing: border-box; color: #daf9ff;}
.head .menu{}
.head .menu ul{ font-size: 0;}

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

.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; flex: 1; min-height: 0; display: flex; flex-direction: column;}
.nav1{margin-left: -6px; margin-right:-6px;}
.nav1>li{padding:0 6px; float: left;}

/* 实时列表：让滚动容器获得“真实高度”，否则 height:100% 无效导致不滚动 */
.nav1 > li:first-child .box{ display: flex; flex-direction: column; min-height: 0; }
.nav1 > li:first-child .box .boxnav{ flex: 1; min-height: 0; }
.nav1 > li:first-child #realtime-recharge-scroll,
.nav1 > li:first-child #realtime-order-scroll{ height: 100% !important; min-height: 0 !important; }

.box{ border:1px solid rgba(7,118,181,.5); box-shadow:inset 0 0 10px rgba(7,118,181,.4); margin-bottom: 12px; position: relative;}
.tit{ padding: 10px 10px 10px 25px;border-bottom:1px solid rgba(7,118,181,.7);font-size: 20px; font-weight: 500; position: relative; margin-bottom: 14px;}
.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: 50%; transform: translateY(-50%);}

.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;}
.data-source-hint{ font-size: 11px; font-weight: normal; color: rgba(255,255,255,.45); margin-left: 6px;}
/* 每日排行表格：字体加大 */
.table-rank th{ font-size: 16px; padding: 10px 6px;}
.table-rank td{ font-size: 15px; padding: 10px 6px;}
.table-rank .text-b{ font-size: 15px;}
.nav1 > li{ overflow: hidden; box-sizing: border-box;}
/* 左列与地图同高，排行区域撑满剩余高度，底部与地图对齐；去掉底部 margin 避免偏差 */
.nav1 > li:first-child{ height: 550px; display: flex; flex-direction: column; gap: 12px;}
.nav1 > li:first-child .box{ flex: 1; margin-bottom: 0; }
.nav1 > li:first-child .box:last-child{ flex: 1; min-height: 0; display: flex; flex-direction: column; margin-bottom: 0;}
.nav1 > li:first-child .rank-box{ flex: 1; min-height: 0;}
/* 右侧列同样固定高度并让底部对齐 */
.nav1 > li:nth-child(3){ height: 550px; display: flex; flex-direction: column;}
.nav1 > li:nth-child(3) .box:last-child{ flex: 1; min-height: 0; display: flex; flex-direction: column;}
.nav1 > li:nth-child(3) .box:last-child .boxnav{ flex: 1; min-height: 0; height: auto !important;}
.nav1 > li:nth-child(3) .box:last-child #water-right-chart{ height: 100% !important; min-height: 0 !important;}
/* 地图列与右侧列去掉最后一个 box 的底部 margin，使整行与下方一行对齐 */
.nav1 > li:nth-child(2) .box:last-child,
.nav1 > li:nth-child(3) .box:last-child{ margin-bottom: 0;}

/* 让第一行（nav1）固定高度，第二行（底部 nav2 box）拉伸填满，避免 1080 画布底部空带 */
.mainbox > ul.nav1{ flex: 0 0 550px; }
.mainbox > .box{ flex: 1; min-height: 0; margin-bottom: 0; display: flex; flex-direction: column; }
.mainbox > .box > ul.nav2{ flex: 1; min-height: 0; display: flex; }
.mainbox > .box > ul.nav2 > li{ float: none; height: auto; }
.mainbox > .box > ul.nav2 > li{ display: flex; flex-direction: column; }
.mainbox > .box > ul.nav2 .tit01{ flex: 0 0 auto; }
.mainbox > .box > ul.nav2 .nav2-member-category,
.mainbox > .box > ul.nav2 .nav2-chart-wrap,
.mainbox > .box > ul.nav2 .nav2-rank-wrap{ flex: 1; height: auto; }
/* 覆盖 HTML 内联高度，让底部图表随容器拉伸 */
#tice-nav2-chart{ height: 100% !important; }
#doctor-nav2-chart{ height: 100% !important; }
.mainbox > .box .nav2-member-category{ height: 100%; }
.mainbox > .box .nav2-member-category-chart{ height: 100%; }
.mainbox > .box .nav2-member-category-legend{ height: 100%; }
.mainbox > .box .nav2-rank-wrap{ height: 100%; }
.mainbox > .box #rank-nav2-scroll{ height: 100%; }
.mainbox > .box #rank-nav2-scroll .rank-scroll-wrap{ height: 100%; }
.rank-box{ overflow: hidden; width: 100%; max-width: 100%; box-sizing: border-box;}
.rank-scroll-wrap{ display: block; overflow: auto; height: 100%; width: 100%; max-width: 100%; box-sizing: border-box; -webkit-overflow-scrolling: touch;}
.rank-scroll-inner{ max-width: 100%; box-sizing: border-box;}

.boxnav{padding: 10px;}
.nav2{}
.nav2>li:first-child{border:none; padding-left: 0;}
.nav2>li:first-child .tit01,
.nav2>li:first-child .nav2-member-category{ transform: translateX(-10px); }
.nav2>li{float: left;border-left:1px solid rgba(7,118,181,.2); height:240px; padding: 0 10px 10px 10px;}
.nav2-chart-wrap{ width: 100%; overflow: hidden;}
.nav2.nav2-four > li{ width: 25%;}
.nav2.nav2-four .tit01{ font-size: 20px; margin-bottom: 14px;}
.nav2.nav2-four .nav2-member-category,
.nav2.nav2-four .nav2-chart-wrap,
.nav2.nav2-four .nav2-rank-wrap{ margin-top: 10px;}
.nav2-member-category{ display: flex; gap: 8px; height: 200px; padding-top: 0; }
.nav2-member-category-chart{ flex: 0 0 58%; height: 200px; }
.nav2-member-category-legend{ flex: 1; height: 200px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.nav2-member-category-legend .nav2-small-tip{ color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.nav2-member-category-item{ display: flex; align-items: center; gap: 10px; margin: 10px 0; min-width: 0; }
.nav2-member-category-dot{ width: 10px; height: 10px; border-radius: 50%; display: inline-block; flex: 0 0 10px; }
.nav2-member-category-name{ color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; flex: 1 1 auto; }
.nav2-member-category-val{ color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; white-space: nowrap; flex: 0 0 auto; min-width: 0; }
.nav2-member-category-pct{ color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.6; white-space: nowrap; flex: 0 0 auto; min-width: 0; }
.nav2-rank-wrap{ height: 200px; min-height: 180px; overflow: hidden;}
.nav2-rank-scroll{ height: 100%; overflow: auto; border: 1px solid rgba(64,122,189,.5); border-radius: 4px;}
.nav2-rank-scroll .table-rank th,.nav2-rank-scroll .table-rank td{ font-size: 12px; padding: 6px 4px;}
.nav2-realtime-wrap{ padding: 0; font-size: 13px; height: 100%; min-height: 180px; display: flex; flex-direction: column;}
.nav2-realtime-table{ flex: 1; }
.nav2-table-scroll{ position: relative; flex: 1; min-height: 0; overflow: auto; border: 1px solid rgba(64,122,189,.5); border-radius: 4px; margin-top: 8px;}
.nav2-realtime-table .nav2-table{ table-layout: fixed; width: 100%;}
.nav2-realtime-table .nav2-table th{ font-size: 12px; padding: 8px 4px;}
.nav2-realtime-table .nav2-table td{ font-size: 12px; padding: 8px 4px;}
.nav2-table-bordered{ border-collapse: collapse;}
.nav2-table-bordered th,.nav2-table-bordered td{ border: 1px solid rgba(64,122,189,.4);}
.nav2-table-bordered thead th{ background: rgba(7,118,181,.25);}
/* table1 的 “最后一行无边框” 规则会影响实时表格，这里强制保留边框 */
.nav2-table-bordered tr:last-child td{ border: 1px solid rgba(64,122,189,.4) !important;}
.realtime-placeholder{
  color: rgba(255,255,255,.75);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.realtime-item{ color: rgba(255,255,255,.85); padding: 6px 0; border-bottom: 1px solid rgba(64,122,189,.2);}
.realtime-item:last-child{ border-bottom: none;}
.tit01{font-size: 20px; font-weight: 500; position: relative; padding-left: 24px; margin-bottom: 14px;}

.ftechart{height: 200px;;}
.tice-block{ padding: 0;}
.doctor-block{ padding: 0; height: 100%;}
.doctor-list-wrap{ float: left; width: 48%; height: 100%; overflow: hidden;}
.doctor-list-tit{ font-size: 12px; color: rgba(255,255,255,.7); margin-bottom: 6px;}
.doctor-list{ list-style: none; padding: 0; margin: 0; font-size: 12px;}
.doctor-list li{ padding: 4px 0; border-bottom: 1px solid rgba(64,122,189,.2); color: rgba(255,255,255,.85);}
.doctor-list li .num{ color: #14e144; margin-left: 6px;}
.doctor-chart-wrap{ float: right; width: 50%; height: 170px;}



.table1 th{ border-bottom: 1px solid rgba(64,122,189,.45); font-size: 14px; text-align: center; padding: 6px 0; color: rgba(255,255,255,.8)}
.table1 td{ border-bottom: 1px solid rgba(64,122,189,.35); font-size: 12px; padding:6px 0;text-align: center; color: rgba(255,255,255,.6)}
.table1 tr:last-child td{border: none;}
/* 每日订单量：去掉标题与表头之间的间隙 */
#sysx.boxnav{ padding-top: 0; }
/* 每日订单量：表头与数据在同一张表中，保证列完全对齐 */
.order-summary-table thead th{
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  padding: 6px 0;
  text-align: center;
  /* 表头固定在滚动区域顶部 */
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(3,70,130,.96);
}
/* 会员性别统计表格：行高统一、线条协调 */
.table-gender th,
.table-gender td{ padding: 10px 8px; line-height: 1.5; vertical-align: middle; border-bottom: 1px solid rgba(64,122,189,.25); box-sizing: border-box;}
.table-gender tr:last-child td{border: none;}
.table-gender th{ font-size: 14px; color: rgba(255,255,255,.85)}
.table-gender td{ font-size: 13px; color: rgba(255,255,255,.7)}
.boxnav-gender{ min-height: 90px;}
.mapc{background: url(../images/bg3.png) no-repeat center center; background-size: 100% 100%}
.map{position: relative; height: 100%; padding-left: 12px;}
.map img{}
.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;}


.leidanav{margin-top: -5px;}
.leidanav li{float: left; width: 20%; text-align: center; border-left: 1px solid rgba(255,255,255,.1)}
.leidanav2 li{ width: 33.3333%}
.leidanav3 li{ width: 25%}
.leidanav li:first-child{border-left: none;}
.leidanav span{font-size: 12px; opacity: .6}

.leidanav p{font-size: 18px; color: #26a6ff }

/* 009：所有表格滚动区域隐藏滚动条，但保留滚动功能 */
.rank-scroll-wrap,
.nav2-table-scroll,
#sysx {
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none;    /* Firefox */
}
.rank-scroll-wrap::-webkit-scrollbar,
.nav2-table-scroll::-webkit-scrollbar,
#sysx::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mapnav2{ position: absolute; left: 10px; bottom:0px; width: 40%; z-index: 10;}
.mapnav2 .box{}
.platform-balance-box{
  background: linear-gradient(180deg, rgba(3,70,130,.38) 0%, rgba(2,35,83,.18) 100%);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}
.platform-balance-box:after{
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(60% 80% at 20% 20%, rgba(38,166,255,.28) 0%, rgba(38,166,255,0) 60%),
    radial-gradient(50% 70% at 85% 90%, rgba(7,229,255,.16) 0%, rgba(7,229,255,0) 62%),
    linear-gradient(135deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 45%);
  opacity: .85;
}
.platform-balance-box .tit{ margin-bottom: 0; font-size: 18px;}
.platform-balance-body{ position: relative; z-index: 1; padding: 16px 14px 14px; text-align: center; white-space: nowrap;}
.platform-balance-amount{ display: inline-flex; align-items: flex-end; gap: 6px; flex-wrap: nowrap; white-space: nowrap; max-width: 100%;}
.platform-balance-value{
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 800;
  letter-spacing: .5px;
  color: #26a6ff;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 18px rgba(38,166,255,.30);
  font-family: "DIN Alternate", "DIN", "Bahnschrift", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
}
.platform-balance-unit{
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.72);
  margin-bottom: 4px;
}
.ybp{width: 100%}
.ybp li{float: left; width: 50%; height: 120px; }
.duibi li{float: left; width: 25%; height: 200px; padding: 0; border: none;}

.btn{ position: absolute;  border-radius:2px; padding:4px 20px; opacity: .8;}
.btn1{border: 1px solid rgba(255,255,255,.5); background: #388665; left:35%; top: 30%;}
.btn2{ border: 1px solid rgba(255,255,255,.5); background: #297cc7;right:32%; top: 60%;}
.btn:hover{color: #fff; opacity:1;}
.btn1:before,.btn2:before{position: absolute; content: ''; width: 50px; height: 1px; background: #fff;}
.btn1:before{ transform: rotate(30deg); right: -65%; top: 100%}
.btn2:before{ transform: rotate(30deg); left: -65%; top: -10%}
.tit02{font-size: 14px; padding: 10px 0;}

.tagcloud { width:100%; height:90%!important; overflow: hidden;
  position: relative;

}
.tagcloud a {
  display: block;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
	display: flex; align-items: center; justify-content: center;
  
}

.b01{
    width: 50px;
    height: 50px;
}
.b02{
    width: 80px;
    height: 80px;
}
.b03{
    width: 60px;
    height: 60px;

}
.b04{
    width: 70px;
    height: 70px;

}
.co01{  border: 2px solid rgba(5,118,254,1);   box-shadow: inset 0 0 20px rgba(5,118,254,1);}
.co02{border: 2px solid rgba(238,255,65,1);   box-shadow: inset 0 0 20px rgba(238,255,65,1);}
.co03{border: 2px solid rgba(26,121,181,1);   box-shadow: inset 0 0 20px rgba(26,121,181,1);}
.co04{border: 2px solid rgba(1,187,181,1);   box-shadow: inset 0 0 20px rgba(1,187,181,1);}
.co05{border: 2px solid rgba(255,138,0,1);   box-shadow: inset 0 0 20px rgba(255,138,0,1);}

.huati{ padding-top: 20px;}
.huati li{ font-size: 12px; line-height: 230%;}

.wancheng{display: flex; align-items: center; justify-content: center;}
.wancheng span{font-size: 14px; color: #fff;}
.wancheng h3{font-size: 20px; color:#00b4ff;}
.wancheng h3 i{font-size: 12px; color:#fff;}
.yuan{padding:5px;border-radius: 100%; margin-left: 10px; border: 2px solid rgba(0,99,169,.8);}
.yuan span{width: 60px; height: 60px; border-radius: 100%; background: rgba(0,99,169,.8); display: flex; align-items: center; justify-content: center; font-size: 20px;}

