a[data-v-2648f378] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-2648f378] {
  cursor: pointer;
}
.width[data-v-2648f378] {
  width: 100%;
}
.height[data-v-2648f378] {
  height: 100%;
}
.w-and-h[data-v-2648f378] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-2648f378] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-2648f378] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-2648f378] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-2648f378] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-2648f378] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-2648f378] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-2648f378] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-2648f378] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-2648f378] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-2648f378] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-2648f378] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-2648f378] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-2648f378] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-2648f378] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
.titleSty[data-v-2648f378] {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 20px;
  width: 120px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.activeTitleSty[data-v-2648f378] {
  background-color: #4e8ff2;
}
.statusSty[data-v-2648f378] {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  width: 5vw;
}
.activeStatusSty[data-v-2648f378] {
  /*background-color: #4e8ff2;*/
  background: linear-gradient(180deg, #0A2C4B 0%, #006EA6 100%);
  width: 5vw;
}
.rlSty[data-v-2648f378] {
  float: left;
  padding-top: -4px;
}
.verticalBar[data-v-2648f378] {
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.27);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 5px;
  float: left;
}
.blockStl[data-v-2648f378] {
  height: 35vh;
  /*background: rgba(100, 109, 126, 0.35);*/
  margin-bottom: 20px;
  /*margin-left: 1.5vw;*/
}
.topEndLine[data-v-2648f378] {
  /*width: 20vw;*/
  border: 4px solid #e5e5e5;
  margin-bottom: 20px;
}
.topIngLine[data-v-2648f378] {
  /*width: 20vw;*/
  border: 4px solid #4fd815;
  margin-bottom: 20px;
}
.topNoneLine[data-v-2648f378] {
  /*width: 20vw;*/
  border: 4px solid #d8d8d8;
  margin-bottom: 20px;
}
.topWillLine[data-v-2648f378] {
  /*width: 20vw;*/
  border: 4px solid #f79503;
  margin-bottom: 20px;
}
.cardFontSty[data-v-2648f378] {
  margin-left: 1.5vw;
  text-align: left;
  /*width: 100%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
  font-size: 18px;
  font-family: DINAlternate-Bold, DINAlternate;
  color: #CFD7E6;
  position: absolute;
  margin-top: 6vh;
}
.cardFontSty2[data-v-2648f378] {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.cardIconSty[data-v-2648f378] {
  height: 34px;
  /*background: rgba(255,254,254,0.22);*/
  border-radius: 100px 0px 0px 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5vh;
  position: absolute;
  margin-left: 18vw;
  width: 5.4vw;
}
.cardIconSty2[data-v-2648f378] {
  height: 34px;
  /*background: rgba(255,254,254,0.22);*/
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5vh;
}
.endColorSty[data-v-2648f378] {
  background: rgba(193, 193, 193, 0.15);
  color: #C1C1C1;
}
.willColorSty[data-v-2648f378] {
  background: rgba(204, 153, 0, 0.15);
  color: #FFC518;
}
.ingColorSty[data-v-2648f378] {
  background: rgba(0, 204, 102, 0.15);
  color: #18FF8B;
}
.pointSty[data-v-2648f378] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}
.cardFont[data-v-2648f378] {
  margin-left: 1vw;
  font-size: 16px;
  line-height: 3vh;
  /*margin-left: 5px;*/
  width: 100%;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #cfd7e6;
  z-index: 20;
}
.cardTitleFont[data-v-2648f378] {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /*!* 内容自动换行 *!*/
}
.cardDiv1[data-v-2648f378] {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pageSty[data-v-2648f378] {
  width: 100%;
  text-align: right;
  font-size: 14px;
  position: absolute;
  margin-left: 0.5vw;
  margin-top: 1vh;
}
.input-with-select[data-v-2648f378] {
  width: 22vw;
}
.el-input[data-v-2648f378]  .el-input__inner {
  color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
}
.btnSty[data-v-2648f378] {
  text-align: center;
  position: relative;
  z-index: 100;
  margin-top: 1.5vh;
  opacity: 0.8;
  float: right;
  margin-right: 1vw;
}
.btnEvSty[data-v-2648f378] {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #E6F6FF;
  border: 0px;
  border-radius: 0px;
}
.videoBlockStl[data-v-2648f378] {
  background: rgba(100, 109, 126, 0.35);
  height: 35vh;
  margin-bottom: 2vh;
  margin-left: 0.5vw;
}
.titleNewSty[data-v-2648f378] {
  position: relative;
  cursor: pointer;
}
.tjpqSty[data-v-2648f378] {
  width: 8vw;
  height: 4.5vh;
}
.tjpqSty_act[data-v-2648f378] {
  width: 9vw;
  height: 5vh;
}
.jbddSty[data-v-2648f378] {
  /*background-image: url('~@/assets/tableImg/jmdd.png');*/
  width: 10vw;
  height: 5vh;
}
.jbddSty_act[data-v-2648f378] {
  width: 10vw;
  height: 5.8vh;
  margin-left: 0.5vw;
}
.jbddSpanSty[data-v-2648f378] {
  position: absolute;
  width: 9vw;
  color: rgba(230, 246, 255, 0.5);
  font-size: 18px;
  font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  font-weight: bold;
}
.jbddSpanStyActive[data-v-2648f378] {
  color: #ffffff;
}
.pqbjSty[data-v-2648f378] {
  height: 86.5vh;
  width: 100%;
  background-image: url(../img/pqbj.d65d93c3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bgwksSty[data-v-2648f378] {
  height: calc(37vh - 20px);
  width: 23.4vw;
  position: absolute;
  z-index: 1;
}
.fgLineSty[data-v-2648f378] {
  margin-left: 1vw;
  width: 21.5vw;
  height: 1px;
  border-top: 1px dashed rgba(0, 102, 153, 0.5);
}
.sjbg1Sty[data-v-2648f378] {
  height: 25px;
  width: 6.3vw;
  position: absolute;
  margin-left: 1vw;
  margin-top: 6vh;
}
.sjbg2Sty[data-v-2648f378] {
  height: 25px;
  width: 1.3vw;
  position: absolute;
  margin-left: 8vw;
  margin-top: 6vh;
}
.sjbg3Sty[data-v-2648f378] {
  height: 25px;
  width: 1.4vw;
  position: absolute;
  margin-left: 9.7vw;
  margin-top: 6vh;
}
.dateSty1[data-v-2648f378] {
  height: 25px;
  width: 6.3vw;
  margin-left: 1vw;
  text-align: center;
}
.dateSty2[data-v-2648f378] {
  height: 25px;
  width: 1.3vw;
  margin-left: 8vw;
  text-align: center;
}
.dateSty3[data-v-2648f378] {
  height: 25px;
  width: 1.4vw;
  margin-left: 9.7vw;
  text-align: center;
}
[data-v-2648f378] .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #006EA6;
  color: #CFD7E6;
  border-radius: 0px;
}
[data-v-2648f378] .el-pagination.is-background .el-pager li:not(.disabled) {
  background: rgba(0, 110, 166, 0.4);
  color: #b6b8bb;
  border-radius: 0px;
}
[data-v-2648f378] .el-pagination.is-background .btn-next {
  /*对下一页的按钮样式进行修改*/
  background: rgba(0, 110, 166, 0.4);
  color: #b6b8bb;
  border-radius: 0px;
}
[data-v-2648f378] .el-pagination.is-background .btn-prev {
  /*对下一页的按钮样式进行修改*/
  background: rgba(0, 110, 166, 0.4);
  color: #b6b8bb;
  border-radius: 0px;
}
.wlxbgSty[data-v-2648f378] {
  height: 23vh;
  width: 100%;
  position: absolute;
}
.borderNone[data-v-2648f378] .el-input__inner {
  border: none;
  color: white;
  height: 3.8vh;
  line-height: 3.8vh;
  border-radius: 0px;
}
[data-v-2648f378] .el-input-group__append,
.el-input-group__prepend[data-v-2648f378] {
  border: none;
  background-color: black;
  height: 3.8vh;
  border-radius: 0px;
}
.wpqImgSty[data-v-2648f378] {
  height: 109px;
  width: 164px;
}
.wpqImgDivSty[data-v-2648f378] {
  position: absolute;
  margin-left: 30vw;
  margin-top: 60vh;
}
.wpqImgDivSty .fontSty1[data-v-2648f378] {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #E6F6FF;
  line-height: 4vh;
}
.wpqImgDivSty .fontSty2[data-v-2648f378] {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: rgba(230, 246, 255, 0.5);
  line-height: 4vh;
}


.titleSty[data-v-ecabcc58] {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 20px;
  margin-top: 1vh;
}
.rlSty[data-v-ecabcc58] {
  float: left;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
}
.verticalBar[data-v-ecabcc58] {
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.27);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 5px;
  float: left;
}
.blockStl[data-v-ecabcc58] {
  width: 100%;
  height: 15vh;
  margin-bottom: 1vh;
}
.cardFont[data-v-ecabcc58] {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #E6F6FF;
  line-height: 3vh;
  width: 100%;
  text-align: center;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  word-break: break-all;  /* 内容自动换行 */
  cursor: default;

  position: absolute;
  background-color: rgba(2,23,44,0.8);;
  width: 6.8vw;
  margin-left: 0.3vw;
  margin-top: -3.4vh;
}
.pageSty[data-v-ecabcc58] {
  width: 100%;
  font-size: 14px;
  text-align: right;
  margin-top: -10px;
}
.aybjSty[data-v-ecabcc58]{
  /*background-image: url('~@/assets/tableImg/jmdd.png');*/
  width: calc(100% - 2vh);
  height: calc(100% - 2vh);
  position: absolute;
}
[data-v-ecabcc58] .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #006EA6;
  color: #CFD7E6;
  border-radius: 0px;
}
[data-v-ecabcc58] .el-pagination.is-background .el-pager li:not(.disabled) {
  background: rgba(0, 110, 166, 0.4);
  color: #b6b8bb;
  border-radius: 0px;
}
[data-v-ecabcc58] .el-pagination.is-background .btn-next {
  /*对下一页的按钮样式进行修改*/
  background: rgba(0, 110, 166, 0.4);
  color: #b6b8bb;
  border-radius: 0px;
}
[data-v-ecabcc58] .el-pagination.is-background .btn-prev {
  /*对下一页的按钮样式进行修改*/
  background: rgba(0, 110, 166, 0.4);
  color: #b6b8bb;
  border-radius: 0px;
}

a[data-v-47d685ac] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-47d685ac] {
  cursor: pointer;
}
.width[data-v-47d685ac] {
  width: 100%;
}
.height[data-v-47d685ac] {
  height: 100%;
}
.w-and-h[data-v-47d685ac] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-47d685ac] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-47d685ac] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-47d685ac] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-47d685ac] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-47d685ac] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-47d685ac] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-47d685ac] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-47d685ac] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-47d685ac] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-47d685ac] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-47d685ac] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-47d685ac] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-47d685ac] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-47d685ac] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
.titleSty[data-v-47d685ac] {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 20px;
  position: absolute;
  margin-top: 2vh;
}
.aybjSty[data-v-47d685ac] {
  /*background-image: url('~@/assets/tableImg/jmdd.png');*/
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/aybj.b22e753a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 1vh;
}
.wpqImgSty[data-v-47d685ac] {
  height: 85px;
  width: 122px;
}
.wpqImgDivSty[data-v-47d685ac] {
  position: absolute;
  margin-left: 9vw;
  margin-top: 14vh;
}
.wpqImgDivSty .fontSty1[data-v-47d685ac] {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #E6F6FF;
  line-height: 4vh;
}


.divSty1[data-v-091d0da5]{
  /*padding-right: 5px;*/
}
.divSty[data-v-091d0da5]{
  /*background-color:rgba(28,49,78,0.35);*/
}
.tbBkSty[data-v-091d0da5]{
  background-image: url(../img/bg1.c93260c4.png)
}



.index-con[data-v-9e3d11e8] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.main-con[data-v-9e3d11e8] {
  height: 100%;
}
.aside[data-v-9e3d11e8] {
  width: 64px !important;
  height: 100%;
  background-color: #333856;
  margin: 0px;
}
.asideshow[data-v-9e3d11e8] {
  width: 240px !important;
  height: 100%;
  background-color: #333856;
  margin: 0px;
}
.index-header[data-v-9e3d11e8],
.index-main[data-v-9e3d11e8] {
  padding: 0px;
  height: 100%;
}
.index-main[data-v-9e3d11e8] {
  position: relative;
}
.index-main-bottom[data-v-9e3d11e8] {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.el-main[data-v-9e3d11e8] {
  background: #01072c;
  padding: 0px;
}

