.pIndex[data-v-7e9b79b7] {
  height: calc(100% - 32px);
}
.pIndex .el-row[data-v-7e9b79b7],
.pIndex .el-col[data-v-7e9b79b7] {
  height: calc(100% - 16px);
}
.pIndex .index-box[data-v-7e9b79b7] {
  width: 100%;
  height: 100%;
}
.pIndex .box-s[data-v-7e9b79b7] {
  width: 100%;
  height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pIndex .box-s .box-s-item[data-v-7e9b79b7] {
  width: 36%;
  height: 100%;
  text-align: center;
}
.pIndex .box-s .box-s-item > p[data-v-7e9b79b7]:nth-child(1) {
  margin-top: 4vh;
  font-size: 18px;
  color: #51c7e8;
}
.pIndex .box-s .box-s-item > p[data-v-7e9b79b7]:nth-child(2) {
  font-size: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#93ecff), to(#ffffff));
  background: linear-gradient(180deg, #93ecff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pIndex .box-s .box-s-item[data-v-7e9b79b7]:nth-child(1) {
  background: url(/img/index/1_1.png) no-repeat center/100% auto;
}
.pIndex .box-s .box-s-item[data-v-7e9b79b7]:nth-child(2) {
  background: url(/img/index/1_3.png) no-repeat center/100% auto;
}
.pIndex .box-s .box-s-item:nth-child(2) > p[data-v-7e9b79b7]:nth-child(1) {
  color: #f35656;
}
.pIndex .box-s .box-s-item:nth-child(2) > p[data-v-7e9b79b7]:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8a5a6), to(#ffffff));
  background: linear-gradient(180deg, #f8a5a6, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pIndex .boxBg[data-v-7e9b79b7] {
  position: relative;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#141931), to(#1d264f));
  background: linear-gradient(to bottom right, #141931, #1d264f);
  border-radius: 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pIndex .boxBg .time[data-v-7e9b79b7] {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 999;
}
.pIndex #pie1[data-v-7e9b79b7],
.pIndex #bar1[data-v-7e9b79b7],
.pIndex #pie2[data-v-7e9b79b7],
.pIndex #graph1[data-v-7e9b79b7],
.pIndex #pie3[data-v-7e9b79b7] {
  width: 100%;
  height: 100%;
}
.pIndex #pie2[data-v-7e9b79b7],
.pIndex #pie3[data-v-7e9b79b7] {
  margin-top: 32px;
}
.pIndex #line1[data-v-7e9b79b7],
.pIndex #line2[data-v-7e9b79b7],
.pIndex #bar2[data-v-7e9b79b7],
.pIndex #bar3[data-v-7e9b79b7] {
  width: 100%;
  height: 50%;
}
.pIndex .total[data-v-7e9b79b7] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
}
.pIndex .total > div[data-v-7e9b79b7] {
  width: 15%;
  background: url(/img/index/itemBg.png) no-repeat center bottom/100% auto;
  text-align: center;
}
.pIndex .total > div > p[data-v-7e9b79b7]:nth-child(1) {
  padding-top: 2vh;
  text-align: center;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  font-size: 24px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#93ecff), to(#ffffff));
  background: linear-gradient(180deg, #93ecff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pIndex .order[data-v-7e9b79b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pIndex .order > div[data-v-7e9b79b7] {
  width: 30%;
  height: 100%;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #dbe5f5;
}
.pIndex .order > div > span[data-v-7e9b79b7] {
  padding-left: 20px;
}
.pIndex .order > div > span[data-v-7e9b79b7]:nth-child(1) {
  font-size: 30px;
}
.pIndex .order > div > span[data-v-7e9b79b7]:nth-child(2) {
  font-size: 14px;
  margin-bottom: 30px;
}
.pIndex .order > div[data-v-7e9b79b7]:nth-child(1) {
  background: url(/img/index/icon_1.png) no-repeat center/100% auto;
}
.pIndex .order > div[data-v-7e9b79b7]:nth-child(2) {
  background: url(/img/index/icon_2.png) no-repeat center/100% auto;
}
.pIndex .order > div[data-v-7e9b79b7]:nth-child(3) {
  background: url(/img/index/icon_3.png) no-repeat center/100% auto;
}
.pIndex .rade[data-v-7e9b79b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pIndex .rade > div[data-v-7e9b79b7] {
  position: relative;
  width: 30%;
  text-align: center;
  color: #f8fcfd;
}
.pIndex .rade > div > p[data-v-7e9b79b7] {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 40%;
  font-size: 24px;
}
.pIndex .rade .rade-item[data-v-7e9b79b7]:nth-child(1) {
  background: url(/img/index/w_1.png) no-repeat center/100% auto;
}
.pIndex .rade .rade-item[data-v-7e9b79b7]:nth-child(2) {
  background: url(/img/index/w_2.png) no-repeat center/100% auto;
}
.pIndex .rade .rade-item[data-v-7e9b79b7]:nth-child(3) {
  background: url(/img/index/w_3.png) no-repeat center/100% auto;
}
