.bdColor[data-v-2fb72173] {
  color: #0052CC;
}
.textColor[data-v-2fb72173] {
  color: #0052cc;
}
.warningText[data-v-2fb72173] {
  color: #e6a23c;
}
.dangerText[data-v-2fb72173] {
  color: #d9001b;
}
.successText[data-v-2fb72173] {
  color: #67c23a;
}
.warningBg[data-v-2fb72173] {
  background-color: #e6a23c;
}
.dangerBg[data-v-2fb72173] {
  background-color: #d9001b;
}
.successBg[data-v-2fb72173] {
  background-color: #67c23a;
}
.primaryBg[data-v-2fb72173] {
  background-color: #4573d8;
}
.grayBg[data-v-2fb72173] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-2fb72173] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-2fb72173] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-2fb72173] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-2fb72173] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-2fb72173] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-2fb72173] {
  color: #2662f0;
}
.colorTxt892[data-v-2fb72173] {
  color: #8f92a1;
}
.textDUb[data-v-2fb72173] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-2fb72173] {
  font-size: 14px;
}
.fz_20[data-v-2fb72173] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-2fb72173] {
  color: #e6a23c;
}
.text5[data-v-2fb72173] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-2fb72173] {
  margin-top: 20px !important;
}
.noData[data-v-2fb72173] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-2fb72173]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-2fb72173]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-2fb72173]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-2fb72173] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-2fb72173] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-2fb72173] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-2fb72173] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-2fb72173] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-2fb72173] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-2fb72173] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-2fb72173] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-2fb72173] {
  width: 10%;
}
.date-screen[data-v-2fb72173] {
  width: 30px;
  height: 30px;
  fill: #0052cc;
  position: fixed;
  right: 30px;
  top: 240px;
  cursor: pointer;
}
.date-box[data-v-2fb72173] {
  width: 200px;
  position: fixed;
  top: 240px;
  right: 70px;
  padding: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
  transition: all 0.3s;
}
.date-ul[data-v-2fb72173] {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
.date-ul .date-li[data-v-2fb72173] {
  font-size: 12px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px 0;
  width: 88px;
  cursor: pointer;
}
.date-ul .date-li[data-v-2fb72173]:nth-child(2n) {
  margin-left: 15px;
}
.date-ul .date-li[data-v-2fb72173]:hover {
  opacity: 0.6;
}
.date-ul .date-active[data-v-2fb72173] {
  color: #fff;
  background-color: #0052cc;
  border: 1px solid #0052cc;
}
.date-ul .date-disabled[data-v-2fb72173] {
  color: #fff;
  background-color: #909399;
  border: 1px solid #909399;
}
.date-ul[data-v-2fb72173]::-webkit-scrollbar {
  width: 4px;
}
.date-ul[data-v-2fb72173]::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.date-ul[data-v-2fb72173]::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.date-ul[data-v-2fb72173]::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 6px;
}
.date-ul[data-v-2fb72173] {
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #f0f0f0;
}
.date-ul[data-v-2fb72173] {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.bdColor[data-v-75ff7400] {
  color: #0052CC;
}
.textColor[data-v-75ff7400] {
  color: #0052cc;
}
.warningText[data-v-75ff7400] {
  color: #e6a23c;
}
.dangerText[data-v-75ff7400] {
  color: #d9001b;
}
.successText[data-v-75ff7400] {
  color: #67c23a;
}
.warningBg[data-v-75ff7400] {
  background-color: #e6a23c;
}
.dangerBg[data-v-75ff7400] {
  background-color: #d9001b;
}
.successBg[data-v-75ff7400] {
  background-color: #67c23a;
}
.primaryBg[data-v-75ff7400] {
  background-color: #4573d8;
}
.grayBg[data-v-75ff7400] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-75ff7400] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-75ff7400] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-75ff7400] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-75ff7400] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-75ff7400] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-75ff7400] {
  color: #2662f0;
}
.colorTxt892[data-v-75ff7400] {
  color: #8f92a1;
}
.textDUb[data-v-75ff7400] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-75ff7400] {
  font-size: 14px;
}
.fz_20[data-v-75ff7400] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-75ff7400] {
  color: #e6a23c;
}
.text5[data-v-75ff7400] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-75ff7400] {
  margin-top: 20px !important;
}
.noData[data-v-75ff7400] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-75ff7400]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-75ff7400]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-75ff7400]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-75ff7400] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-75ff7400] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-75ff7400] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-75ff7400] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-75ff7400] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-75ff7400] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-75ff7400] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-75ff7400] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-75ff7400] {
  width: 10%;
}
#report[data-v-75ff7400] {
  padding-top: 0 !important;
  margin-top: 150px;
  height: calc(100vh - 328px);
  overflow: auto;
}
.el-button[data-v-75ff7400] {
  min-width: 0;
}
.info-li-head[data-v-75ff7400] {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 0px 0;
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.info-li-head .info-li-left[data-v-75ff7400] {
  width: 30%;
  float: left;
}
.info-li-head .info-li-right[data-v-75ff7400] {
  width: 70%;
  float: right;
}
.info-li-head .info-li-right .info-span[data-v-75ff7400] {
  width: 50%;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
}
.info-li-head .info-li-right .info-span span[data-v-75ff7400] {
  width: 60%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.info-li[data-v-75ff7400] {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 20px 0 0 !important;
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.info-li .info-li-left[data-v-75ff7400] {
  font-size: 18px;
  width: 18%;
  float: left;
  padding: 12px 0;
}
.info-li .info-li-right[data-v-75ff7400] {
  width: 82%;
  float: right;
}
.info-li .info-li-right .info-span[data-v-75ff7400] {
  width: 50%;
  display: inline-block;
  padding: 15px 0;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
}
.info-li .info-li-right .info-span span[data-v-75ff7400] {
  width: 50%;
  font-weight: 400;
  float: right;
}
.info-li .info-li-right .info-span1[data-v-75ff7400] {
  width: 25%;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
}
.info-li .info-li-right .info-span1 .info-br[data-v-75ff7400] {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.info-li .info-li-right .info-span1 .info-br[data-v-75ff7400]:nth-child(1) {
  padding: 10px 0;
}
.info-li .info-li-right .info-span1 .info-br .br-name[data-v-75ff7400] {
  font-weight: 600;
  font-size: 40px;
  color: #0052CC;
}
.info-libg[data-v-75ff7400] {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.info-libg .info-libg-left[data-v-75ff7400] {
  width: 20%;
  float: left;
  font-weight: 600;
}
.info-libg .info-libg-cent[data-v-75ff7400] {
  width: 9%;
  float: left;
}
.info-libg .info-libg-cent p[data-v-75ff7400] {
  width: 100%;
  line-height: 26px;
  float: left;
}
.info-libg .info-libg-right[data-v-75ff7400] {
  width: 70%;
  float: right;
  margin-right: 1%;
}
.info-libg .info-libg-right p[data-v-75ff7400] {
  width: 100%;
  line-height: 26px;
  float: left;
}
.info-libg .info-libg-right p span[data-v-75ff7400] {
  width: 5.7%;
  height: 26px;
  text-align: center;
  float: left;
  background-color: #ddd;
  margin-right: 1px;
  font-size: 13px;
  margin-bottom: 1px;
}
.info-libg .info-libg-right p:nth-child(1) span[data-v-75ff7400] {
  background-color: #ccc;
}

