/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2025-4-28, 17:15:05
    Author     : qdut
*/
* {
  margin: 0;
  padding: 0;
}
.statistics {
  width: 100%;
  height: 100%;
  border: 1px solid #0d2a4a;
  margin-bottom: 2%;
  background: #0f1b37;
  position: relative;
}
/*左上角*/
.statistics .t1 {
  width: 20px;
  height: 4px;
  background: #27547d;
  position: absolute;
  left: -1px;
  top: -1px;
}

.statistics .t2 {
  width: 4px;
  height: 20px;
  background: #27547d;
  position: absolute;
  left: -1px;
  top: -1px;
}

/*右上角*/
.statistics .t3 {
  width: 20px;
  height: 4px;
  background: #27547d;
  position: absolute;
  right: -1px;
  top: -1px;
}

.statistics .t4 {
  width: 4px;
  height: 20px;
  background: #27547d;
  position: absolute;
  right: -1px;
  top: -1px;
}

/*左下角*/
.statistics .t5 {
  width: 20px;
  height: 4px;
  background: #27547d;
  position: absolute;
  left: -1px;
  bottom: -1px;
}

.statistics .t6 {
  width: 4px;
  height: 20px;
  background: #27547d;
  position: absolute;
  left: -1px;
  bottom: -1px;
}

/*右下角*/
.statistics .t7 {
  width: 20px;
  height: 4px;
  background: #27547d;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.statistics .t8 {
  width: 4px;
  height: 20px;
  background: #27547d;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.statistics_top {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.statistics_toptext {
  width: 40%;
  height: 36px;
  font-weight: bold;
  text-align: center;
  background: #132a49;
  float: left;
  font-size: 1.8rem;
  overflow: hidden;
}
 .j_l {
  width: 30%;
  height: 36px;
  float: left;
  background: -webkit-linear-gradient(right top, #101b37, #132a49);
  background: -o-linear-gradient(bottom left, #101b37, #132a49);
  background: -moz-linear-gradient(bottom left, #101b37, #132a49);
  background: linear-gradient(to right, #101b37, #132a49);
}

.j_r {
  width: 30%;
  height: 36px;
  float: left;
  background: -webkit-linear-gradient(right top, #132a49, #101b37);
  background: -o-linear-gradient(bottom left, #132a49, #101b37);
  background: -moz-linear-gradient(bottom left, #132a49, #101b37);
  background: linear-gradient(to right, #132a49, #101b37);
}

.statistics_toptext span {
  background: linear-gradient(to bottom, #ffffff, #cce0fd);
  -webkit-background-clip: text;
  color: transparent;
}
.dxs_top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fdff00;
  border-bottom: 1px solid #0c4168;
  clear: both;
}
.dxs_top label {
  font-weight: bold;
  float: left;
  text-align: center;
  margin-bottom: 0;
}

.top1,
.top2 {
  width: 20%;
}

.top3,
.top4,
.top5,
.top6 {
  width: 15%;
}

.dxs {
  width: 100%;
  height: calc(100% - 76px);
  overflow: hidden;
}

.dxs ul {
  display: block;
  list-style: none;
  overflow: hidden;
}

.dxs ul li {
  width: 100%;
  height: 46px;
  line-height: 20px;
  font-size: 16px;
  color: #fdff00;
  border-bottom: 1px solid #0c4168;
  clear: both;
}

.dxsstyly,
.dxsstyly ul li label {
  color: #25e4a3;
}

.dxsstyly .top3,
.dxsstyly .top4,
.dxsstyly .top5 {
  width: 20%;
}

.dxs ul li label {
  float: left;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
}

.dxs1,
.dxs2 {
  width: 20%;
}

.dxs3,
.dxs4,
.dxs5,
.dxs6 {
  width: 15%;
}

.dxsstyly .dxs3,
.dxsstyly .dxs4,
.dxsstyly .dxs5 {
  width: 20%;
}