@charset "UTF-8";
.chart-container[data-v-e50dcb72] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.chart-wrapper[data-v-e50dcb72] {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
[data-v-e50dcb72] .el-input__inner {
  height: 32px;
}
[data-v-e50dcb72] .el-date-editor .el-range__icon {
  line-height: 25px;
}
.view-card[data-v-e50dcb72] {
  margin-bottom: 20px;
  border-radius: 10px;
}
.view-card .view-switch[data-v-e50dcb72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-card .search-button[data-v-e50dcb72] {
  margin-right: 15px;
  background: rgba(233, 235, 238, 0.3);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
}
.stats-summary[data-v-e50dcb72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.stat-item[data-v-e50dcb72] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.stat-item[data-v-e50dcb72]:nth-child(1) {
  border-top: 4px solid #9c27b0;
}
.stat-item:nth-child(1) .stat-label[data-v-e50dcb72] {
  color: #9c27b0;
}
.stat-item[data-v-e50dcb72]:nth-child(2) {
  border-top: 4px solid #00bcd4;
}
.stat-item:nth-child(2) .stat-label[data-v-e50dcb72] {
  color: #00bcd4;
}
.stat-item[data-v-e50dcb72]:nth-child(3) {
  border-top: 4px solid #2196f3;
}
.stat-item:nth-child(3) .stat-label[data-v-e50dcb72] {
  color: #2196f3;
}
.stat-item[data-v-e50dcb72]:nth-child(4) {
  border-top: 4px solid #4caf50;
}
.stat-item:nth-child(4) .stat-label[data-v-e50dcb72] {
  color: #4caf50;
}
.stat-label[data-v-e50dcb72] {
  font-size: 14px;
  margin-bottom: 10px;
}
.stat-value[data-v-e50dcb72] {
  font-size: 28px;
  font-weight: bold;
}

/* 搜索条件布局样式 */
.search-container[data-v-e50dcb72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* 响应式设计 */
@media (max-width: 768px) {
.stats-summary[data-v-e50dcb72] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.stat-item[data-v-e50dcb72] {
    width: 100%;
}
.search-container[data-v-e50dcb72] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.search-container .el-form-item[data-v-e50dcb72] {
    width: 100%;
}
}
.stats-item[data-v-e50dcb72] {
  font-size: 14px;
  margin-right: 8px;
}
.stats-value[data-v-e50dcb72] {
  color: #FF8A00;
}
.rowItems[data-v-0693fc82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  margin-bottom: 10px;
}
.rowItems label[data-v-0693fc82] {
  width: 100px;
  text-align: left;
  color: #606266;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rowItems > div[data-v-0693fc82] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.rowItems[data-v-0693fc82]:hover {
  background: #f1f3f5;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
