.bdColor {
  color: #0052CC;
}
.textColor {
  color: #0052cc;
}
.warningText {
  color: #e6a23c;
}
.dangerText {
  color: #d9001b;
}
.successText {
  color: #67c23a;
}
.warningBg {
  background-color: #e6a23c;
}
.dangerBg {
  background-color: #d9001b;
}
.successBg {
  background-color: #67c23a;
}
.primaryBg {
  background-color: #4573d8;
}
.grayBg {
  background-color: #aaaaaa;
}
.fl_sb {
  display: flex;
  justify-content: space-between;
}
.fl_as {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr {
  color: #2662f0;
}
.colorTxt892 {
  color: #8f92a1;
}
.textDUb {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14 {
  font-size: 14px;
}
.fz_20 {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming {
  color: #e6a23c;
}
.text5 {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20 {
  margin-top: 20px !important;
}
.noData {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner {
  border-radius: 8px;
}
.el-button--primary.bg {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper {
  padding-right: 20px;
}
.el-date-editor .el-range-separator {
  width: 10%;
}
* {
  box-sizing: border-box;
}
.bigScreenHtml {
  background: linear-gradient(175.98092108deg, #2b6eac 12%, #38116a 101%);
  width: 100%;
  min-height: 100vh;
  font-family: "Apple LiGothic Medium";
}
.bigScreenHtml .bigScreen-top {
  width: 100%;
  height: 103px;
  background: linear-gradient(0deg, rgba(43, 110, 172, 0.8) 10%, rgba(12, 48, 99, 0.8) 80%);
  color: #fff;
  position: relative;
}
.bigScreenHtml .bigScreen-top .bigScreen-logo {
  position: absolute;
  height: 35px;
  top: 30px;
  left: 2%;
}
.bigScreenHtml .bigScreen-top h2 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 15px;
  font-weight: 500;
  text-shadow: 0px 0px 10px #ddd;
}
.bigScreenHtml .bigScreen-top p {
  width: 100%;
  color: #e3f3fd;
  font-size: 18px;
  font-weight: 280;
  text-align: center;
  letter-spacing: 3.5px;
  text-shadow: 0px 0px 10px #fff;
  padding-top: 10px;
}
.bigScreenHtml .bigScreen-nav {
  width: 100%;
  padding: 10px 20px 0;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li {
  width: 11.5%;
  height: 110px;
  background: rgba(51, 51, 51, 0.12);
  margin: 0 0.5%;
  float: left;
  padding: 10px;
  border-radius: 5px;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li p {
  width: 100%;
  color: #BAD0F1;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li h3 {
  width: 50%;
  color: #ffdeb8fe;
  font-size: 20px;
  float: left;
  text-align: right;
  position: relative;
  font-weight: 350;
  text-shadow: 0px 0px 5px #bad0f1;
  margin-top: 5px;
  font-family: 'New-X-Digital-tfb-2';
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li h3 span {
  color: #ffdeb8fe;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li h3::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #BAD0F1;
  position: absolute;
  transform: rotate(130deg);
  top: 26px;
  right: -38%;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li h4 {
  width: 100%;
  color: #ffdeb8fe;
  font-size: 26px;
  float: left;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-shadow: 0px 0px 10px #bad0f1;
  margin-top: 10px;
  text-align: center;
  font-family: 'New-X-Digital-tfb-2';
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li h4 span {
  width: auto;
  color: #ffdeb8fe;
  display: inline-block;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li span {
  width: 100%;
  color: #BAD0F1;
  display: block;
  margin-top: 2px;
}
.bigScreenHtml .bigScreen-nav .bigScreen-nav-li .span1 {
  width: 40%;
  margin-top: 30px;
  float: right;
}
.bigScreenHtml .bigScreen-main {
  width: 100%;
}
.bigScreenHtml .bigScreen-main .bigScreen-main-left {
  width: 33.3%;
  float: left;
}
.bigScreenHtml .bigScreen-main .bigScreen-main-left .bigScreen-datetime {
  width: 100%;
  text-align: center;
  color: #BAD0F1;
  border-radius: 5px;
  padding: 10px 20px;
  top: 23px;
  left: 0;
  position: absolute;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3.5px;
  text-shadow: 0px 0px 12px #fff;
}
.echart2BtnUl {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 100;
}
.echart2BtnUl .echart2Btn {
  color: #BAD0F1;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  float: left;
}
.echart2BtnUl .echart2Active {
  background: rgba(0, 0, 0, 0.1);
}

