.todoevent-list[data-v-15bc2f1d] {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: -20px;
  display: flex;
}
.todoevent-list .event-container[data-v-15bc2f1d] {
  width: -moz-max-content;
  width: max-content;
}
.todoevent-list .event-container .todoevent[data-v-15bc2f1d] {
  width: 196px;
  height: 82px;
  background: #F8FAFF;
  border: 1px solid #ebf1fb;
  border-radius: 8px;
  padding: 12px 16px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.todoevent-list .event-container .todoevent-icon[data-v-15bc2f1d] {
  display: inline-block;
}
.todoevent-list .event-container .todoevent-icon img[data-v-15bc2f1d] {
  width: 40px;
  height: 40px;
  margin-top: 9px;
}
.todoevent-list .event-container .todoevent-content[data-v-15bc2f1d] {
  display: inline-block;
  margin-left: 12px;
}
.todoevent-list .event-container .todoevent-name[data-v-15bc2f1d] {
  width: 95px;
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 7px;
  font-weight: bold;
  white-space: nowrap;
}
.todoevent-list .event-container .todoevent-goto[data-v-15bc2f1d] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg) translateY(-3px);
}
.todoevent-list .event-container .todoevent-count[data-v-15bc2f1d] {
  margin-top: 4px;
  display: block;
  font-family: DXM-DIGIT-Regular;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}
.todoevent-list .event-container .todoevent-count em[data-v-15bc2f1d] {
  padding-left: 5px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  line-height: 18px;
}

.tooltip-pop {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  text-align: left;
  line-height: 18px;
  background: #FFFFFF;
  box-shadow: 0 1px 12px 0 rgba(20, 114, 235, 0.2) !important;
}
.tooltip-pop[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #EBEEF5 !important;
}
.tooltip-pop[x-placement^=bottom] .popper__arrow:after {
  border-bottom-color: #FFF !important;
}
.tooltip-pop[x-placement^=top] .popper__arrow {
  border-top-color: #EBEEF5 !important;
}
.tooltip-pop[x-placement^=top] .popper__arrow:after {
  border-top-color: #FFF !important;
}
.tooltip-pop.is-light {
  border: 0;
}

.company-limit[data-v-18080925] {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 256px);
  grid-gap: 20px;
}
.company-limit .box-card[data-v-18080925] {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #DAE0EA;
  border-radius: 4px;
  width: 256px;
}
.company-limit .box-card[data-v-18080925] .el-card__header {
  padding: 10px 10px 10px 16px !important;
}
.company-limit .box-card[data-v-18080925] .el-card__body {
  padding: 20px 12px !important;
}
.company-limit .box-card .el-icon-arrow-right[data-v-18080925] {
  cursor: pointer;
  transform: translateY(2px);
}
.company-limit .box-card .tooltip[data-v-18080925] {
  transform: translateY(3px);
  width: 16px;
  height: 16px;
}
.company-limit .box-card .header[data-v-18080925] {
  position: relative;
}
.company-limit .box-card .header .arrow-right[data-v-18080925] {
  position: absolute;
  top: 14px;
  right: 12px;
}
.company-limit .box-card .title[data-v-18080925] {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-right: 6px;
}
.company-limit .box-card .amount[data-v-18080925] {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-right: 6px;
  display: block;
  margin-right: 0;
  padding-top: 8px;
}
.company-limit .box-card .amount em[data-v-18080925] {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
  font-weight: 500;
  padding-right: 4px;
}
.company-limit .box-card .progress-container[data-v-18080925] {
  position: relative;
  width: 232px;
  height: 10px;
  background: #F1F4FF;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.company-limit .box-card .progress-container .progress[data-v-18080925] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #335DFE;
  border-radius: 5px;
  overflow: hidden;
}
.company-limit .box-card .available-limit[data-v-18080925],
.company-limit .box-card .occupied-limit[data-v-18080925] {
  padding-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5D6578;
  line-height: 14px;
}
.company-limit .box-card .available-limit em[data-v-18080925],
.company-limit .box-card .occupied-limit em[data-v-18080925] {
  font-family: FDCfont-Bold;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  padding: 0 4px;
}
.company-limit .box-card .available-limit[data-v-18080925]::before,
.company-limit .box-card .occupied-limit[data-v-18080925]::before {
  transform: translateY(-1px);
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #335DFE;
  border-radius: 3px;
  margin-right: 4px;
}
.company-limit .box-card .occupied-limit[data-v-18080925]::before {
  background: #F1F4FF;
  border-radius: 3px;
}

.error-container[data-v-475ea050] {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}
.error-container.no-img[data-v-475ea050] {
  margin-top: 20px;
}
.error-container.no-img .error[data-v-475ea050] {
  border: 1px solid #dae0ea;
  border-radius: 4px;
  height: 100%;
}
.error-container.no-img .error .text[data-v-475ea050] {
  height: 16px;
  color: #999999;
  font-weight: 400;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-container.no-img .err-no-border[data-v-475ea050] {
  border: none;
}
.error-container .error[data-v-475ea050] {
  width: 100%;
  /*height: 600px;*/
  position: relative;
}
.error-container .error img[data-v-475ea050] {
  margin: 0 auto;
  width: 600px;
  height: auto;
}
.error-container .error .text[data-v-475ea050] {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #868E9E;
  letter-spacing: 0;
  line-height: 16px;
}

.single[data-v-d7e66646] {
  cursor: pointer;
  margin-bottom: 16px;
  height: 94px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 26px 12px 26px 6px;
  border: 1px solid #dae0ea;
  border-radius: 8px;
  width: 225px;
}
.single .icon[data-v-d7e66646] {
  width: 52px;
  height: 52px;
  margin-right: 6px;
}
.single .icon img[data-v-d7e66646] {
  width: 100%;
  height: 100%;
}
.single .content[data-v-d7e66646] {
  flex: 1;
}
.single .content .title[data-v-d7e66646] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.single .content .subtitle[data-v-d7e66646] {
  padding-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5D6578;
  text-align: justify;
  font-weight: 400;
}
.single .right-arrow[data-v-d7e66646] {
  width: 16px;
  height: 16px;
}

.fast-entrance[data-v-06890124] {
  width: 100%;
  height: auto;
}
.fast-entrance .mutil[data-v-06890124] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 30px;
}
.fast-entrance .mutil.two[data-v-06890124] {
  flex-wrap: wrap;
  flex-direction: column;
}
.fast-entrance .mutil.two .single[data-v-06890124] {
  margin-right: 0;
  width: 100% !important;
}

.project-overview[data-v-33d09adb] {
  width: 100%;
  height: auto;
  min-height: calc(100% - 65px);
}
.project-overview .middle-content[data-v-33d09adb] {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.project-overview .middle-content .card[data-v-33d09adb] {
  margin-top: 0;
  height: 347px;
}
.project-overview .fund-overview-container[data-v-33d09adb] {
  flex: 1;
  width: auto;
}
.project-overview .fund-overview-container.no-permission[data-v-33d09adb] {
  width: 100%;
  margin: 20px 0 0;
}
.project-overview .fund-overview-container .fund-overview-empty[data-v-33d09adb] {
  width: 100%;
  height: 347px;
}
.project-overview .fund-overview-container .fund-overview-empty[data-v-33d09adb] img {
  margin-top: -240px;
  width: 450px;
  height: auto;
}
.project-overview .fast-entrances[data-v-33d09adb] {
  width: 530px !important;
  position: relative;
  margin-left: 20px !important;
  height: 100%;
  padding-right: 0px;
}
.project-overview .fast-entrances .water-marker[data-v-33d09adb] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  background: url(../../static/img/watermark.34137d93.png) center no-repeat;
  background-size: contain;
}
.project-overview .fast-entrances .fast-entrance-container[data-v-33d09adb] {
  padding-top: 20px;
  width: 100%;
  height: 260px;
  padding-bottom: 50px;
  overflow: scroll;
}
.project-overview .card[data-v-33d09adb] {
  margin: 20px 0 0;
  height: auto;
}
.project-overview .card .content[data-v-33d09adb] {
  overflow: hidden;
}
.project-overview .card .todolist[data-v-33d09adb] {
  width: 100%;
}
.project-overview .card .fund-overview[data-v-33d09adb] {
  margin-top: 20px;
  width: 100%;
  height: 260px;
}
.project-overview .card .companylimit[data-v-33d09adb] {
  margin-top: 20px;
  width: 100%;
}
.project-overview .todo-empty[data-v-33d09adb] {
  height: 100px;
}

