.tooltip-style.el-tooltip__popper[x-placement^="top"] .popper__arrow {
  border-top-color: rgba(50, 50, 50, 0.7);
}

.tooltip-style.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {
  border-top-color: rgba(50, 50, 50, 0.7);
}

.tooltip-style {
  background-color: rgba(50, 50, 50, 0.7) !important;
}

.popover-style {
  background: rgba(50, 50, 50, 0.7) !important;
  color: #fff !important;
  border: rgba(50, 50, 50, 0.7) !important;
}

.popover-style .el-popover__title {
  color: #fff;
}

.popover-style .popper__arrow::after {
  border-bottom-color: rgba(50, 50, 50, 0.7) !important;
}

.el-popper[x-placement^=top] .popper__arrow::after {
  border-top-color: rgba(50, 50, 50, 0.7) !important;
}

.el-popper[x-placement^=top] .popper__arrow {
  border-top-color: rgba(50, 50, 50, 0.7) !important;
}

.page-container {
  height: 1200px;
  margin: 0 50px 0 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container .header {
  height: 13%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-container .main-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container .main-container .box {
  /* // width: 33%; */
  height: 100%;
}

.page-container .main-container .left {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container .main-container .left .left-one {
  width: 43%;
  height: 100%;
  background-color: #092a66;
  border-radius: 20px;
}

.page-container .main-container .left .left-one .title {
  height: 7%;
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 0.6rem;
}

.page-container .main-container .left .left-one .data-statistics {
  height: 87%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0 0.6rem 0.6rem;
}

.page-container .main-container .left .left-one .data-statistics .block {
  height: 18%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-container .main-container .left .left-one .data-statistics .block .icon {
  height: 100%;
  width: 28%;
  background-color: #0738c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-container .main-container .left .left-one .data-statistics .block .text {
  height: 100%;
  width: 70%;
  /* // background-color: #00186a; */
  font-weight: 550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-container .main-container .left .left-one .data-statistics .block .text span {
  color: #fff;
  font-size: var(--leftonetitle);
}

.page-container .main-container .left .left-one .data-statistics .block .text .num {
  color: #fff;
  font-size: var(--leftonevalue);
}

.page-container .main-container .left .left-two {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container .main-container .left .left-two .top {
  width: 100%;
  height: 43%;
  background-color: #092a66;
  border-radius: 20px;
}

.page-container .main-container .left .left-two .top .title {
  width: 100%;
  height: 5%;
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 0.6rem;
}

.page-container .main-container .left .left-two .top .label {
  width: 100%;
  height: 5%;
  margin: 1.6rem 0 0.6rem 0;
  color: #67d8f7;
  font-size: var(--label);
  font-weight: 600;
}

.page-container .main-container .left .left-two .top .table {
  width: 100%;
  height: 65%;
  color: #fff;
  font-size: var(--table);
}

.page-container .main-container .left .left-two .top .table #scroll-box {
  padding: 1rem 0 0 1rem;
  overflow: hidden;
  height: 110%;
}

.page-container .main-container .left .left-two .top .table #scroll-box .row {
  margin: 0 0 0.2rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.page-container .main-container .left .left-two .bottom {
  background-color: #092a66;
  width: 100%;
  height: 54%;
  border-radius: 20px;
}

.page-container .main-container .left .left-two .bottom .title {
  width: 100%;
  height: 5%;
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 0.6rem;
}

.page-container .main-container .left .left-two .bottom .chart-box {
  width: 100%;
  height: 90%;
}

.page-container .main-container .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-container .main-container .right .right-one {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container .main-container .right .right-one .top {
  height: 44%;
  width: 100%;
  background-color: #092a66;
  border-radius: 20px;
}

.page-container .main-container .right .right-one .top .title {
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 0.6rem;
}

.page-container .main-container .right .right-one .top .block {
  margin-top: 1rem;
  width: 100%;
  height: 92%;
}

.page-container .main-container .right .right-one .top .block .box {
  width: 100%;
  height: 100%;
  padding: 0rem 0 1rem 4rem;
  background: #092a66;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-container .main-container .right .right-one .top .block .box .row {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-container .main-container .right .right-one .top .block .box .row .silgledatabox {
  width: 45%;
  height: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-container .main-container .right .right-one .top .block .box .row .silgledatabox img {
  height: 100%;
  width: 15%;
}

.page-container .main-container .right .right-one .top .block .box .row .silgledatabox div {
  height: 100%;
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-container .main-container .right .right-one .top .block .box .row .silgledatabox div .title {
  font-size: var(--rightonetoptitle);
  color: #67d8f7;
}

.page-container .main-container .right .right-one .top .block .box .row .silgledatabox div .content {
  font-size: var(--rightonetopcontent);
  color: #fff;
  margin-left: 0.6rem;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
}

.page-container .main-container .right .right-one .top .block .el-carousel__item h3 {
  color: #fff;
  font-size: 13px;
  opacity: 0.75;
  margin: 0;
}

.page-container .main-container .right .right-one .top .block .el-carousel__button {
  width: 10px;
}

.page-container .main-container .right .right-one .bottom {
  background-color: #092a66;
  width: 100%;
  height: 54%;
  border-radius: 20px;
}

.page-container .main-container .right .right-one .bottom .title {
  width: 100%;
  height: 5%;
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 0.6rem;
}

.page-container .main-container .right .right-one .bottom .chart-box {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

.page-container .main-container .right .right-two {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #092a66;
  border-radius: 20px;
}

.page-container .main-container .right .right-two .title {
  height: 5%;
  width: 100%;
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 1.6rem;
}

.page-container .main-container .right .right-two .ranking {
  width: 100%;
  height: 90%;
}

.page-container .main-container .right .right-two .ranking .row {
  padding: 2.0rem 0 0.6rem 0;
  font-size: var(--rightname);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-container .main-container .right .right-two .ranking .row .ranktitle {
  width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-container .main-container .right .right-two .ranking .row .el-progress {
  width: 40%;
}

.page-container .main-container .right .right-two .ranking .row .el-progress .el-progress__text {
  color: #fff;
  font-size: var(--rightname) !important;
}

.page-container .main-container .right .right-three {
  width: 26%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #092a66;
  border-radius: 20px;
}

.page-container .main-container .right .right-three .title {
  height: 5%;
  width: 100%;
  color: #fff;
  font-size: var(--title);
  font-weight: 600;
  padding: 1.6rem 0 0 1.6rem;
}

.page-container .main-container .right .right-three .ranking {
  width: 100%;
  height: 90%;
}

.page-container .main-container .right .right-three .ranking .row {
  padding: 2.5rem 0 1.6rem 0;
  font-size: var(--rightname);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page-container .main-container .right .right-three .ranking .row span {
  width: 20rem;
}

.page-container .main-container .right .right-three .ranking .row .ranktitle {
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.page-container .main-container .right .right-three .ranking .row .value {
  color: #fff;
  float: right !important;
}

.page-container .main-container .center {
  width: 35%;
}
/*# sourceMappingURL=index.css.map */