* {
  padding: 0;
  margin: 0;
}

.bgSet {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#app {
  width: 100%;
  height: 100%;
  background-image: url("./images/bg.png");

}

.appBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.app_header {
  width: 100%;
  height: 60px;
  margin: 5px auto 0;
  background-image: url("./images/bigTitle.png");
  display: flex;
  justify-content: center;
  /* align-items: center; */
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #5EB7FF;
}

.app_main {
  width: 100%;
  height: calc(100% - 70px);
  margin-top: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app_main_main,
.app_main_left,
.app_main_right {
  width: calc(35% - 10px);
  height: 100%;
  padding: 0px 15px 20px;
  box-sizing: border-box;
}

.app_main_main {
  width: 33% !important;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0px 15px 20px;
  box-sizing: border-box;
}


.app_main_right,
.app_main_left {
  padding: 0 !important;
  background: none !important;
}

.app_main_header {
  width: 100%;
  height: 25px;
  background-image: url("./images/sTitle.png");
  background-size: 100% 100%;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #5EB7FF;
  line-height: 25px;
  padding-left: 35px;
  margin-bottom: 5px;
}

.app_main_center {
  width: 100%;
  height: calc(100% - 5px);
  margin-top: 5px;

}

.app_main_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app_main_center_left,
.app_main_center_right {
  width: 100%;
  height: 100%;
}

.flex_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.modlues_title {
  width: 100%;
  height: 30px;
  color: #fff;
}

.center_item_left {
  width: 100%;
  height: 55% !important;
  overflow: hidden;
  padding: 0 10px 10px;
  box-sizing: border-box;
  background-color: #ffffff0c;
  /* background-color: #ffffff0c;
  border-radius: 5px; */

}



.center_item_left_box {
  width: 100%;
  height: calc(100% - 25px);
}

.center_item_left_else {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.center_item {
  width: 100%;
  height: calc(33% - 3px);
}

.center_item_right_two {
  width: 100%;
  height: 45%;
  padding: 0 10px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ffffff0c;
  overflow: hidden;

}

.echartsDom {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.app_main_item_lang {
  width: 100%;
  height: calc(68% - 90px);
  margin-bottom: 10px;
}

.app_main_item_short {
  width: 100%;
  height: 120px;
}

.app_main_item_short_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app_main_item_short_item .short_item {
  width: calc(50% - 10px);
  height: 50%;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  font-weight: bolder;
  background-color: #5cabec0a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.item_title {
  width: 100%;
  height: 40%;
  color: #5EB7FF;
  background-color: #3bd5ff1c;

  font-weight: bolder;
  text-align: center;

}

.item_data {
  width: 100%;
  height: 60%;
  color: #3e8ecf;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
}

.item_title,
.item_data {
  display: flex;
  justify-content: center;
  align-items: center;
}

.suffix {
  font-size: 10px;
  text-indent: 10px;
  font-weight: 600;
  color: rgba(175, 173, 173, 1);
}

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

.table_item {
  width: 100%;
  height: calc(100% - 25px);
}


.tr1 {
  background-color: rgba(29, 85, 144, 0.3);
}

.tr2 {
  background-color: rgba(15, 38, 64, 0.3);
}


.tr,
.tr1,
.tr2 {
  width: 100%;
  display: flex;


}

.th {
  width: 14.2%;
  min-width: 65px;
  height: 35px;
  color: #69c0ff;
  font-size: 12px;
  background-color: rgb(21, 58, 98);
  text-align: left;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  box-sizing: border-box;
}

.th_else {
  width: 43%;
  min-width: 65px;
  height: 35px;
  color: #69c0ff;
  font-size: 12px;
  background-color: rgb(21, 58, 98);
  text-align: left;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  box-sizing: border-box;
}

.th_33 {
  width: calc(100%/3);
  min-width: 65px;
  height: 35px;
  color: #69c0ff;
  font-size: 12px;
  background-color: rgb(21, 58, 98);
  text-align: left;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  box-sizing: border-box;
}


.td_else {
  width: 43%;
  min-width: 65px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  box-sizing: border-box;
}


.td {
  width: 14.2%;
  min-width: 65px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  box-sizing: border-box;
}

.td_33 {
  width: calc(100%/3);
  min-width: 65px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
}

.up,
.down {
  width: 30%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;

}

.up {
  color: #39f6b2;
}

.down {
  color: #ed3248;
}

.table_none {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #69c0ff;
  font-weight: 600;
  font-size: 30px;
  margin-top: 30px;
}

.app_main_item_btm_box {
  width: 100%;
  height: calc(32% - 25px);
  border-radius: 5px;
  padding: 0 10px 10px;
  box-sizing: border-box;
  background-color: #ffffff0c;
}

.app_main_item_btm {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center_item_else {
  width: calc(30% - 10px);
  height: 100%;
}

.echartsDom_else {
  width: calc(100% - 5px);
  height: 100%;
  border-radius: 5px;
}

.center_item_two {
  width: 100%;
  height: calc(33% - 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.echartsDom_two {
  width: calc(70% - 5px);
  height: 100%;
  border-radius: 5px;
}

.line_piece_orther {
  width: calc(30% - 5px);
  height: 100%;
  padding: 0 5px 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
  height: 100%;
}

.item_img {
  width: 48px;
  height: 48px;
}

.item_info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 20px;
}

.item_info span:nth-child(1) {
  font-size: 20px;
  font-weight: bolder;
  color: #44A4EE;

}

.item_info span:nth-child(2) {
  font-size: 14px;
  color: rgba(175, 173, 173, 1);

}

.piece_o_item {
  width: 100%;
  height: calc(25% - 5px);
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
  box-sizing: border-box;
  align-items: center;
}


.line_piece,
.line_piece_else {
  width: calc(30% - 5px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
}

.line_piece_else {
  width: 100% !important;
}

.line_piece span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-image: url("./images/green@2x.png");
  background-size: 100% 100%;
  margin: 5px 0;
  color: #12FDE5;
}

.line_piece span:nth-child(2) {
  width: 100%;
  height: 95%;
  background-image: url("./images/yellowBg@2x.png");
  background-size: 100% 95%;
  margin: 5px 0;
  color: #FFC100;
}

.line_piece span:nth-child(3) {
  width: 100%;
  height: 95%;
  background-image: url("./images/pp@2x.png");
  background-size: 100% 95%;
  margin: 5px 0;
  color: #BE9FF4;
}

.line_piece span:nth-child(4) {
  width: 100%;
  height: 95%;
  background-image: url("./images/green@2x.png");
  background-size: 100% 95%;
  margin: 5px 0;
  color: #12FDE5;
}

.line_piece span:nth-child(5) {
  width: 100%;
  height: 95%;
  background-image: url("./images/yellowBg@2x.png");
  background-size: 100% 95%;
  margin: 5px 0;
  color: #FFC100;
}

.line_piece span:nth-child(6) {
  width: 100%;
  height: 95%;
  background-image: url("./images/pp@2x.png");
  background-size: 100% 95%;
  margin: 5px 0;
  color: #BE9FF4;
}

.line_piece span {
  width: 100%;
  height: 95%;
  background-image: url("./images/pp@2x.png");
  background-size: 100% 95%;
  margin: 10px 0;
  color: #BE9FF4;
}

.line_piece span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bolder;
}

.unit_class {
  font-size: 15px !important;
}

.echartsDom_sev {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.echarts_sev {
  width: calc(33% - 10px);
  height: calc(50% - 10px);
  margin: 8px 5px 5px;
  position: relative;
}

.echarts_sev_item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url("./images/43b927ffd6c127d5005b2a4f054e849.png"); */
}

.echarts_sev_item img {
  width: 60%;
  height: 70%;
  transform: translateY(-10px);
  /* animation: spin 5s linear infinite; */

}

.echarts_sev_main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.echarts_sev_main span:nth-child(1) {
  font-size: 24px;
  font-weight: bolder;
  color: #3e8ecf;
  transform: translateY(-10px);
}

.unit {
  font-size: 14px !important;
  color: rgb(201, 198, 198) !important;
  text-indent: 10px;
  display: inline-block;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.right_top,
.left_top {
  width: 100%;
  height: calc(67% - 30px);
  overflow: hidden;
  border-radius: 10px;
}

.right_btm,
.left_btm {
  width: 100%;
  height: 65%;
  /* padding: 0 10px 10px; */
  box-sizing: border-box;
  /* background-color: #ffffff0c; */
  overflow: hidden;
  border-radius: 5px;
}

.center_item_right_two_else {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left_list {
  width: 30%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}

.right_info {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right_info_box {
  width: 80%;
  height: 50px;
  margin: 15px 0;
  padding: 5px 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;




}

.right_info_box img {
  height: 60px;
}

.right_info_box div {
  width: calc(100% - 60px);
  height: 60px;
  margin-left: -8px;
  text-indent: 30px;
  color: #3e8ecf;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.td_else_name_one {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #3e8ecf !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.td_else_name {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right_info_box div span:nth-child(1) {
  width: 100%;
  height: 35px;
  font-size: 12px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
}

.right_info_box div span:nth-child(2) {
  font-size: 10px !important;
  color: rgba(175, 173, 173, 1) !important;
  line-height: 35px;
}

.seamless_box {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
}



.right_warp {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;

}

.right_warp div {
  height: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}


.ul-item {
  height: 100%;
  display: flex;
}

.li-item {
  width: 270px;
  height: 100%;
  margin-right: 10px;

  background-size: 100% 100%;
}

.li_top {
  width: 100%;
  height: 80% !important;
  padding: 5px 15px 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.li_top span {
  width: calc(50% - 5px);
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.li_top span span {
  font-size: 14px;
  font-weight: bolder;
  color: #3e8ecf;
}

.li_btn {
  width: 100%;
  height: 20%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}

/* .center_item_left_item_left {
  width: calc(100% - 5px);
  height: 100%;
} */

.center_item_left_item_right {
  width: calc(100% - 5px);
  height: 100%;
  /* margin-left: 10px; */
}

.center_item_right_two_top {
  width: 100%;
  height: 45%;
  margin-top: 10px;
  position: relative;
}

.center_item_box_flex_bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.center_item_box_flex {
  width: 76%;
  height: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center_item_box_flex img {
  width: 40px;
  height: 8px;
}

.center_item_box {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center_item_box_top {
  width: 80px;
  height: 80px;
  /* margin-right: 10px; */
  margin-bottom: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_item_box_top img {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.center_item_box_top span {
  width: 35px;
  font-size: 17px;
  font-weight: bolder;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}


.center_item_box_btm {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.unit_else {
  font-size: 15px !important;
  color: #44A4EE;
  opacity: 0.7;
  text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
}

.center_item_box_btm span:nth-child(1) {
  font-size: 18px;
  font-weight: bolder;
  color: #3699ff;
}

.center_item_box_btm span:nth-child(2) {
  font-size: 14px;
  color: rgb(201, 198, 198);
}

.center_item_right_two_btm {
  width: 100%;
  height: 55%;
}

.tooltip-cont {
  margin: -15px;
  border: 1px solid #3699ff;
  border-radius: 0px;
  padding: 10px 15px 0;
  background-color: #0725558a !important;
}

.tooltip-cont p {
  line-height: 1.8;
  color: #f3f3f3;
  position: relative;
  padding-left: 12px;
}

.tooltip-cont p::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #40a9ff;
}

.tooltip-cont span {
  color: #E6C50B;
  font-weight: bolder;
}

.short_title {
  width: 100%;
  text-align: start;
  height: 19px;
  font-size: 15px;
  color: rgba(175, 173, 173, 1);
}

.short_num {
  width: 100%;
  height: calc(100% - 25px);
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.num_item {
  width: calc(15% - 5px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./images/numBg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 20px !important;
}

.line_piece_info {
  width: 30%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.right_info_item {
  width: 100%;
  height: 33%;
}

.right_info_item_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_info_box_info {
  width: calc(100% - 37px);
  height: 80%;
  max-height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.right_info_box_info span:nth-child(1) {
  width: 100%;
  height: 42%;
  text-align: left;
  margin: -5px 0 5px;
  font-size: 20px;
  font-weight: bolder;
  color: #3e8ecf;
  text-indent: 5px;
}

.right_info_box_info span:nth-child(2) {
  width: 140%;
  height: 40%;
  text-align: left;
  font-size: 12px !important;
  color: rgb(201, 198, 198);
  transform: scale(0.91, 0.91);
}

.right_info_box_img {
  width: 50px;
  height: 50px;
}

.app_main_header_else {
  width: 100%;
  background-size: 100% 100%;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.app_main_header_title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #5EB7FF;
  line-height: 25px;
  font-size: 20px;
}

.app_main_header_info {
  max-width: 500px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.info_off {
  height: 100%;
  padding: 2px 10px;
  box-sizing: border-box;
  background: #1D3858;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #384960;
}

.info_on {
  height: 100%;
  padding: 2px 10px;
  box-sizing: border-box;
  background: #2F5A8F;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #7DD0FF;
  color: #7DD0FF !important;
}

.echarts_Time {
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  position: absolute;
  top: 15px;
  right: 30px;
}

.right_btm_item_box {
  width: 100%;
  height: calc(50% - 5px);
  overflow: hidden;
  padding: 0 10px 10px;
  box-sizing: border-box;
  margin-top: 10px;
  background-color: #ffffff0c;
}

.right_btm_else {
  width: 100%;
  height: 34%;

  overflow: hidden;
  border-radius: 5px;
}
.center_item_left_top {
  width: 100%;
  height: 40% !important;
  overflow: hidden;
  padding: 0 10px 10px;
  box-sizing: border-box;
  background-color: #ffffff0c;
  margin-bottom: 20px;
  /* background-color: #ffffff0c;
  border-radius: 5px; */

} 
 .center_item_left_top .echarts_sev_main span:nth-child(1){
  
  transform: translateY(24px) !important;
}
.center_item_left_top .unit{
  font-size: 14px !important;
}
