* {
  margin: 0;
  padding: 0;
}

.data-screen {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-bigbg.png");
  background-size: cover;
}

.data-screen .title-box {
  width: 100%;
  padding: 0;
  line-height: 60px;
  height: 94px;
  text-align: center;
  background: url("../image/topbg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.data-screen .title-box .title {
  font-size: 28px;
  line-height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.data-screen .content-box {
  overflow: hidden;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  color: #fff;
  /* margin-top: 18px; */
}

.data-screen .content-box .left,
.data-screen .content-box .right {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.data-screen .content-box .center {
  width: 55%;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.my-chart .left .left-chart1 {
  height: 35%;
}

.my-chart .left .left-chart2 {
  height: 62%;
}

.data-screen .content-box .chart-box {
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.data-screen .content-box .center-top {
  height: 64.4%;
  /* margin-bottom: 20px; */
}

.data-screen .content-box .center-top01,
.data-screen .content-box .center-top02 {
  height: 32%;
}

.data-screen .content-box .center-bottom {
  height: 31%;
}

.data-screen .content-box .center .center-box {
  /* background: url("../image/ywjjxt-bg.png") no-repeat center;
  background-size: 100% 100%; */
}

.center .center-top02 .center-box {
  /* background: url("../image/ywjjxt-bg2.png") no-repeat center !important;
  background-size: 100% 100% !important; */
}

.data-screen .content-box .center .center-chart1 {
  height: 100%;
  position: relative;
}

.data-screen .content-box .center .center-chart2 {
  width: 48.5%;
  height: 100%;
}

.data-screen .content-box .my-chart {
  display: flex;
  justify-content: center;
  /* margin-bottom: 20px; */
}

.data-screen .content-box .left .left-chart1,
.data-screen .content-box .left .left-chart2,
.data-screen .content-box .left .left-chart3,
.data-screen .content-box .right .right-chart1,
.data-screen .content-box .right .right-chart2,
.data-screen .content-box .right .right-chart3 {
  height: 31%;
}

.data-screen .content-box .border-box {
  width: 100%;
  height: 100%;
  border: 2px solid #23587a;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: rgba(45, 140, 240, 0.5) 0px 0px 8px 2px inset;
  position: relative;
  display: flex;
  flex-direction: column;
}

.data-screen .content-box .custom-border-box {
  position: relative;
}

.data-screen .content-box .custom-border-box::before,
.data-screen .content-box .custom-border-box::after {
  content: " ";
  display: block;
  width: 11px;
  height: 299px;
  background: url("../image/line-right.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.data-screen .content-box .custom-border-box::before {
  left: 0;
}

.data-screen .content-box .custom-border-box::after {
  background: url("../image/line-left.png");
  right: 0;
}

.data-screen .content-box .border-box .content {
  /* height: 65%; */
  height: 100%;
  text-align: center;
  flex: 1;
  position: relative;
}

.data-screen .content-box .border-box .img-center .el-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.data-screen .content-box .border-box .content .image-wrapper {
  height: 100%;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .image-wrapper .line {
  /* width: 1px; */
  display: inline-block;
  height: 138px;
  margin: 0 12px;
  /* background-image: linear-gradient(#fff, #ccc, #fff); */
  border: 1px solid #363a3f;
}

.data-screen .content-box .border-box .content .img-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
}

.data-screen .content-box .border-box .content .img-wrapper .el-image {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.data-screen .content-box .border-box .arrow-01,
.data-screen .content-box .border-box .arrow-02,
.data-screen .content-box .border-box .arrow-03,
.data-screen .content-box .border-box .arrow-04 {
  position: absolute;
  width: 25px;
  height: 25px;
}

.data-screen .content-box .border-box .arrow-01 {
  top: -5px;
  left: -5px;
}

.data-screen .content-box .border-box .arrow-02 {
  top: -5px;
  right: -5px;
}

.data-screen .content-box .border-box .arrow-03 {
  bottom: -5px;
  left: -5px;
}

.data-screen .content-box .border-box .arrow-04 {
  bottom: -5px;
  right: -5px;
}

.data-screen .content-box .title {
  font-size: 16px;
  color: #73dcff;
  line-height: 34px;
  border-bottom: 2px solid #23587a;
  padding-left: 20px;
}

.dv-border-box-12 {
  /* box-shadow: rgb(31, 198, 255) 0px 0px 8px 2px inset !important; */
  box-shadow: none !important;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* border: 1px solid rgba(31, 198, 255, 0.2); */
  position: relative !important;
  z-index: 999 !important;
}

/* .dv-border-box-12::before {
  content: " ";
  display: inline-block;
  width: 96%;
  height: 96%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 10px;
  z-index: 2;
} */

.el-table tr {
  background-color: rgba(0, 0, 0, 0) !important;
}

.list-wrapper {
  width: 90%;
  margin: 10px auto 0px;
  overflow-y: auto;
  height: 100%;
}

.list-wrapper .list-item {
  display: flex;
  line-height: 50px;
  list-style: none;
  border-bottom: 1px solid #144765;
  font-size: 14px;
}

.list-wrapper .list-item .comun01 {
  width: 150px;
  text-align: left;
}

.list-wrapper .list-item .comun02 {
  flex: 1;
}

.center-chart1 .button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* padding-top: 70px; */
  /* padding-bottom: 30px; */
}

@media screen and (max-height: 900px) {
  .center-top02 .button-list {
    overflow-y: auto;
    height: 140px;
  }
}

.center-top02 .button-list {
  width: 100%;
  /* justify-content: flex-start; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.center-top02 .button-list .button-item {
  margin-bottom: 16px;
}

.center-top02 .button-list .level-img {
  position: absolute;
  left: 0;
  top: 0;
}

.center-chart1 .button-list .button-item {
  width: 20%;
  height: 34px;
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-center-botton.png")
    center no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

.center-chart1 .button-list .button-item:nth-child(4n) {
  margin-right: 0;
}

.center-chart1 .button-list .button-item:hover {
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-center-botton-hover.png");
}
.center-chart1 .button-list .button-item .button-item-inner:hover {
  color: #fff;
}

.center-chart1 .button-list .button-item .button-item-inner {
  width: 85%;
  line-height: 34px;
  padding-left: 18px;
  font-size: 13px;
  color: #73dcff;
}

.center-chart1 .button-list .button-item .button-item-inner02 {
  line-height: 45px;
}

.center-chart1 .pointer-img {
  /* background: url("../image/center-img-1.png") no-repeat center;
  background-size: cover;
  width: 80%; */
  /* height: 100%; */
  position: absolute;
  top: 138px;
  left: 12px;
}

/* 修改滚动条的宽度为10px，颜色为白色 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
}

/* 修改滚动条的轨道和滑块颜色 */
::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #73dcff;
  border-radius: 6px;
}

/* hover时滚动条轨道和滑块变色 */
::-webkit-scrollbar-thumb:hover {
  background: #73dcff;
}

::-webkit-scrollbar-track:hover {
  background: #000;
}

.my-chart.right-chart1 .content {
  position: relative;
  height: 100% !important;
}

.my-chart .content .content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 313px;
  height: 265px;
}

.my-chart .content .content-inner .el-divider--vertical {
  height: 8em;
}

.my-chart .content .content-inner .error-box {
  /* display: inline-block; */
  font-size: 14px;
  border: 2px solid rgba(31, 198, 255, 0.2);
  padding: 8px;
  float: left;
  border-radius: 20px;
  box-shadow: rgba(45, 140, 240, 0.5) 0px 0px 8px 2px inset;
}

.content-box .center .work-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}

.top-bg {
  width: 100%;
  height: 125px;
  position: absolute;
  top: -16px;
  background: url("../image/center-top-bg.png") no-repeat center;
  background-size: cover;
  z-index: 999;
}

.top-bg .bottom-title {
  position: absolute;
  bottom: 10px;
}

.data-screen .button-img {
  width: 90%;
  height: 100px;
  background: url("../image/button02.png") no-repeat center;
  background-size: cover;
  z-index: 999;
}

.news-title:hover {
  color: #1fc6ff !important;
}

.yx-btn {
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/kb-botton-02.png")
    no-repeat center;
  background-size: cover;
  width: 153px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
}

.yx-btn:hover {
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/kb-botton-01-hover-1.png");
}

.sc-btn {
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/kb-botton-01.png")
    no-repeat center;
  background-size: cover;
  width: 153px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  /* margin-top: 20px; */
}

.sc-btn:hover {
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/kb-botton-01-hover.png");
}

.kc-btn {
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/kb-botton-03.png")
    no-repeat center;
  background-size: contain;
  font-size: 12px;
  color: #73dcff;
  width: 184px;
  height: 27px;
  line-height: 27px;
  display: flex;
  justify-content: space-between;
  padding: 2px 6px;
}

.kc-btn:hover {
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/kb-botton-03-hover.png");
}

.kc-btn .iconfont {
  font-size: 12px;
  font-weight: bold;
}

.work-list-btn-wrapper {
  /* flex-wrap: wrap; */
  align-items: center;
  font-size: 12px;
  gap: 0 10px;
  height: 88%;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 85%;
  /*  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}

.work-item-btn {
  box-sizing: border-box;
  /* width: 22%; */
  height: 34px;
  line-height: 34px;
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-center-botton.png")
    no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  color: #73dcff;
  padding: 2px 6px;
}

.work-item-btn .iconfont {
  font-size: 12px;
  font-weight: bold;
}

.work-item-btn:hover {
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-center-botton-hover.png");
}

.el-progress path:first-child {
  stroke: #424242;
}

.el-progress-bar .el-progress-bar__outer {
  background-color: #1b3f66 !important;
}

a {
  text-decoration: none;
  color: #fff;
}

.exam-item-btn {
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-ksrz-botton.png")
    no-repeat center;
  background-size: contain;
  height: 41px;
  line-height: 41px;
}

.exam-item-btn:hover {
  background-image: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-ksrz-botton-hover.png");
}

.type-box {
  background: url("https://qishan-lwj.oss-cn-hangzhou.aliyuncs.com/img/practiceCover/index-xwhd-imgbg.png")
    no-repeat center;
  background-size: cover;
  width: 49px;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 6px;
  text-align: center;
}

.gp-title:hover {
  color: #1fc6ff;
}

.position-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  display: flex;
  align-items: center;
}

[v-cloak] {
  display: none;
}
