* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;  /* list-style: none;的意思是设置列表项目样式为不使用项目符号 */
}

a {
  text-decoration: none;   /*是CSS中的一个属性,它表示文本内容不需要添加任何装饰效果,例如下划线、删除线等*/
}

@font-face {
  font-family: DOUYUFONT-2;
  src: url(../font/DOUYUFONT-2.OTF);
}
/* @font-face {
  font-family: YOUSHEBIAOTIHEI-2;
  src: url(../font/YOUSHEBIAOTIHEI-2.TTF);
} */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* 行高是字体1.15倍 */
  line-height: 1.15;
}
#main {
  width: 1920px;
  height: 1080px;
  position: absolute;
  /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内../images/bg-230214001.jpg */
  background: url(../images/login202502/c4.jpg) no-repeat #000;
  background-color: 'black';
  background-size: 100% 100%;
}
header {
  position: relative;
  height: 80px;
  background: url(../images/login202502/head_bg.png) no-repeat top center;
  background-size: 100% 100%;
}
header .showTime {
  position: absolute;
  top: 20%;
  left: 50px;
  line-height: 80px;
  font-size: 20px;
  color: #ffffff;
}
header .login {
  position: absolute;
  top: 30%;
  right: 0.375rem;
  height: 1rem;
  display: table;
}
header .login button {
  border-radius: 7px;
  width: 80px;
  height: 28px;
  border: 1px solid #00A0FF;
  background-color: transparent;
  /* font-size: 0.375rem; */
  font-size: 18px;
  color: #ffffff;
  transform: translate(0%, 50%);
  top: 30;
}
header h1 {
  font-size: 34px;
  
  /* background: linear-gradient(to bottom, #ffffff, #cffbff, #02494a);  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */    
  color: #fff;  
  text-align: center;
 /* font-family: "DOUYUFONT-2"; */
  font-family: 'HYk2gj';
  line-height: 80px;
}

.chart {
  padding: 0px;
}
.mainbox {
  min-width: 12.8rem;
  padding: 20px;
  display: flex;
}
.mainbox .column {
  flex: 36;
  margin: 0 5px;
}
.mainbox .column:nth-child(2) {
  flex: 96;
  overflow: hidden;
}
.mainbox .column .charts {
  display: flex;
}
.mainbox .column .panel:last-child {
  margin-bottom: 0;
}
.mainbox .column .charts .energy {
  flex: 1;
  background: url(../images/box_bg2.png) no-repeat;
  background-size: 100% 100%;
  width: 634px;
  margin-right: 10px;
}
.mainbox .column .charts .energy .jieneng {
  height: 46px;
  margin: 12px 0;
}
.mainbox .column .charts .energy .chart {
  height: 175px;
}
.mainbox .column .charts .co2 {
  flex: 1;
  background: url(../images/box_bg2.png) no-repeat;
  background-size: 100% 100%;
  width: 634px;
}
.mainbox .column .charts .co2 .chart {
  height: 245px;
}
.mainbox .column .topNum {
  display: flex;
 /* background: url(../images/topTempBg.png) no-repeat center bottom;    /*中间顶部样式框线*/
 padding-left: 120px;
 padding-right: 60px;
}
.mainbox .column .topNum .topTemp {
  flex: 1;
}
.mainbox .column .topNum .topTemp .topIcon {
  float: left;
}
.mainbox .column .topNum .topTemp .topIcon img {
  width: 94px;
  height: 105px;
}

.mainbox .column .topNum .topTemp .topCon {
  display: inline-block;
}
.mainbox .column .topNum .topTemp .topCon span {
  font-size: 18px;
}
.mainbox .column .topNum .topTemp span {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.mainbox .column .topNum .topTemp .topTempBg {
  /* background: url(../images/tempbg.png) no-repeat; */      /*中间顶部样式框*/
  width: 150px;
  height: 46px;
  background-size: 100% 100%;
}
.mainbox .column .topNum .topTemp .topTempBg span {
  text-align: center;
  line-height: 46px;
  font-size: 25px;
  font-family: "DOUYUFONT-2";
  /* background: linear-gradient(to bottom, #ffffff, #cffbff, #02494a);   
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  padding: 0;
}
.sysImg {
  height: calc(100% - 280px);
  margin-bottom: 16px;
}
.sysImg .chart {
  height: 100%;
}
.panel {
  position: relative;
  height: 309px;
  background: url(../images/login202502/box_bg.png) no-repeat;
  /* background-size: 100% 100%; */
  /* padding: 0 5px 0; */
  margin-bottom: 12px;
}
.panel-four {
  position: relative;
  height: 590px;
  background: url(../images/login202502/box_bg.png) no-repeat;
  /* background-size: 100% 100%; */
  padding: 0 5px 0;
  margin-bottom: 12px;
}
.panel h2 {
  height: 48px;
  line-height: 48px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  font-family: "DOUYUFONT-2";
  text-shadow: 0px 0px 12px #0096ff;
}
.panel-four h2 {
  height: 48px;
  line-height: 48px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  font-family: "DOUYUFONT-2";
  text-shadow: 0px 0px 12px #0096ff;
}
.panel h2 a {
  margin: 0 15px;
  color: #fff;
  text-decoration: underline;
}
.panel .chart {
  height: 260px;
}
.panel-four .chart {
  height: 590px;
}
table {
  border-collapse: separate;
  border-spacing: 0px 8px;    /*定相邻单元格边框之间的距离*/
  margin: 0 auto;
  table-layout: fixed;
}
.pure-table-horizontal {
  border-spacing: 0px 0px;
}
.pure-table-tit {
  position: relative;
  padding: 6px 0;
}
.pure-table-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 40px;
  border-top: 2px solid #ffdba4;
}
.pure-table-tit::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 4px;
  height: 40px;
  border-top: 2px solid #ffdba4;
}
.panel-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 390px;
}
.panel-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 40px;
  border-bottom: 2px solid #ffdba4;
}
.panel-footer::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 4px;
  height: 40px;
  border-bottom: 2px solid #ffdba4;
}
.pure-table {
  width: 100%;
}
.pure-table td,
.pure-table th {
  font-size: inherit;
  overflow: visible;   /*这是一个默认值,它显示的样式是没有滚动条的,然后超出范围的文字会显示在这个块元素之外*/
  padding: 3px 3px 3px 8px;
  text-align: left;
  height: 40px;
  width: 25%;
}
.pure-table thead tr {
  font-size: 14px;
  /* vertical-align: bottom; */
  background: url(../images/login2024/banner.png) no-repeat;
}
.pure-table tr {
  font-size: 14px;
  /* background-color: rgba(22, 67, 136, 0.15); */
  background: url(../images/login2024/lb.png) no-repeat;
  color: #18f2c2;
}
.pure-table td {
  background-color: transparent; */     /*把背景设置为透明色*/
  width: 25%; 
  color: #ffffff;
}
.pure-table td.rank {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  width: 25%;
}
#marqueebox {
  overflow: hidden;
  width: 390px;
  height: 520px;
}
#marqueebox2 {
  overflow: hidden;
  width: 390px;
  height: 520px;
}
.swiper-thumbs img{
  opacity: .2;
}
 
.swiper-slide-thumb-active {
  opacity: 1!important;
}

	