.breadcrumb_container[data-v-3900e49e]{display:inline-block;vertical-align:top}.breadcrumb_title[data-v-3900e49e]{display:inline-block;vertical-align:top;color:#606266;line-height:13px;font-size:14px}.el-breadcrumb[data-v-3900e49e]{display:inline-block;vertical-align:top}

.content[data-v-656e02f7] {
    position: relative;
    padding-bottom: 20px!important;
}
.top[data-v-656e02f7] {
    position: fixed;
    z-index: 98;
    background-color: #f5f5f5;
    padding-top: 26px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.strong {
  color: #4E74FD;
  margin: 0 10px;
  font-size: 25px;
}
.data-dashboard {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  -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: 24px;
}
.dashboard-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebeef5;
}
.filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}
.filter-label {
  font-size: 14px;
  color: #606266;
  margin-bottom: 8px;
}
.reset-btn {
  margin-left: auto;
  margin-right: 0;
}
.data-cards {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
.data-cards {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 800px) {
.data-cards {
    grid-template-columns: repeat(2, 1fr);
}
}
.data-card {
  background-color: #f9fafc;
  border-radius: 6px;
  padding: 5px 20px;
  border-left: 4px solid #409EFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.data-card-title {
  font-size: 14px;
  color: #909399;
}
.data-card-value {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.data-card-desc {
  font-size: 12px;
  color: #909399;
}
.chart-section {
  margin-top: 30px;
}
.chart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.chart-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.chart-container {
  height: 400px;
  width: 100%;
}
.update-info {
  text-align: right;
  color: #909399;
  font-size: 12px;
  margin-top: 10px;
}
.footer {
  text-align: center;
  margin-top: 30px;
  color: #909399;
  font-size: 14px;
  padding-top: 15px;
  border-top: 1px solid #ebeef5;
}
.highlight {
  color: #409EFF;
  font-weight: 600;
}
.zero-data {
  color: #F56C6C;
}
.positive-data {
  color: #67C23A;
}
.funnel-dashboard {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  -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: 24px;
}
.dashboard-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebeef5;
}
.summary-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  background-color: #f9fafc;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #409EFF;
}
.summary-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.summary-amount {
  font-size: 28px;
  font-weight: 700;
  color: #F56C6C;
}

.header_btn[data-v-fd8b0654] {
  float: right;
  margin: 4px 7px 0px 0px;
  background-color: #1e8fc6;
}
.header_btn[data-v-fd8b0654]:hover,
.header_btn[data-v-fd8b0654]:active,
.header_btn[data-v-fd8b0654]:focus {
  background-color: #1e8fc6;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.funnel {
  position: relative;
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.funnel-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.funnel-bar {
  position: relative;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.funnel-bar-left {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.funnel-bar-right {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.funnel-label {
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.funnel-data {
  font-size: 0.9em;
  margin-left: 10px;
}
.conversion-rate {
  width: 150px;
  text-align: right;
  padding-right: 10px;
  border-right: 1px dotted #ccc;
  margin-right: 10px;
}
.conversion-rate span {
  font-weight: bold;
}
.table-container {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.table-container th,
.table-container td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.table-container th {
  background-color: #f2f2f2;
}
.stage-colors {
  --exposure: #FFC107;
  --click: #4CAF50;
  --lead: #9C27B0;
  --visit: #2196F3;
  --sign: #F44336;
}
.stage-exposure {
  background-color: var(--exposure);
}
.stage-click {
  background-color: var(--click);
}
.stage-lead {
  background-color: var(--lead);
}
.stage-visit {
  background-color: var(--visit);
}
.stage-sign {
  background-color: var(--sign);
}
.bar-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.bar-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.funnel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*max-width: 900px;*/
  gap: 20px;
  position: relative;
  margin-top: 20px;
}
/* 左侧虚线转化率区域 */
.conversion-rates {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  /* 对齐第一行无转化率 */
  font-weight: bold;
  color: black;
}
.conversion-item-1 {
  height: 60px!important;
  -webkit-clip-path: polygon(0 0, 20% 0, 40% 60px, 0 60px) !important;
          clip-path: polygon(0 0, 20% 0, 40% 60px, 0 60px) !important;
}
.conversion-item-2 {
  height: 60px!important;
  -webkit-clip-path: polygon(0 0, 30% 0, 60% 60px, 0 60px) !important;
          clip-path: polygon(0 0, 30% 0, 60% 60px, 0 60px) !important;
}
.conversion-item-3 {
  height: 60px!important;
  -webkit-clip-path: polygon(0 0, 40% 0, 70% 60px, 0 60px) !important;
          clip-path: polygon(0 0, 40% 0, 70% 60px, 0 60px) !important;
}
.conversion-item-4 {
  height: 60px!important;
  -webkit-clip-path: polygon(0 0, 50% 0, 80% 60px, 0 60px) !important;
          clip-path: polygon(0 0, 50% 0, 80% 60px, 0 60px) !important;
}
.conversion-item-5 {
  height: 60px!important;
  -webkit-clip-path: polygon(0 0, 60% 0, 90% 60px, 0 60px) !important;
          clip-path: polygon(0 0, 60% 0, 90% 60px, 0 60px) !important;
}
.conversion-item-6 {
  height: 60px!important;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 60px, 0 60px) !important;
          clip-path: polygon(0 0, 70% 0, 100% 60px, 0 60px) !important;
}
.conversion-item {
  height: 60px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dotted #cbcbcb;
  border-radius: 4px;
  font-size: 12px;
  color: #555;
  -webkit-clip-path: polygon(0 0, 150px 0, 190px 60px, 0 60px);
          clip-path: polygon(0 0, 150px 0, 190px 60px, 0 60px);
  margin-bottom: 24px;
  margin-left: 10px;
}
.conversion-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  line-height: 28px;
}
.conversion-item-container > div:nth-child(1) {
  width: 26%;
}
/* 漏斗主体 */
.funnel-stages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  right: 0;
  width: 85%;
}
.stage-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: absolute;
  width: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 漏斗图形 - 使用 clip-path 模拟倒梯形 */
.funnel-bar {
  height: 60px;
  background: #2c3e50;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding-left: 20px;*/
  /*margin-right: 20px;*/
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* 动态宽度模拟漏斗形状 */
.funnel-bar.stage-0 {
  background-color: #FFC61A;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.funnel-bar.stage-1 {
  background-color: #1fe179;
  width: 92%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.funnel-bar.stage-2 {
  background-color: #7E45A9;
  width: 84%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.funnel-bar.stage-3 {
  background-color: #1AB8F1;
  width: 76%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.funnel-bar.stage-4 {
  background-color: #05792f;
  width: 68%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.funnel-bar.stage-5 {
  background-color: #062a9d;
  width: 60%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.funnel-bar.stage-6 {
  background-color: #FF1A1A;
  width: 52%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
}
.stage-label {
  font-weight: bold;
  white-space: nowrap;
}
.stage-value {
  margin-left: auto;
  background: #ecf0f1;
  border-radius: 4px;
  font-weight: bold;
  color: black;
  height: 60px;
  line-height: 60px;
  width: 80%;
  text-align: center;
  margin-top: 12px;
}
.stage-value-0 {
  background-color: #FFEEBA;
}
.stage-value-1 {
  background-color: #BAEAD0;
}
.stage-value-2 {
  background-color: #D8C7E5;
}
.stage-value-3 {
  background-color: #BAEAFB;
}
.stage-value-4 {
  background-color: #74ab86;
}
.stage-value-5 {
  background-color: #657cc0;
}
.stage-value-6 {
  background-color: #FFBABA;
}
/* 调整第一行无转化率 */
.conversion-rates .placeholder {
  visibility: hidden;
  border: none;
}
.row-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  /*align-content: center;*/
  /*align-items: center;*/
  position: relative;
  margin-bottom: 10px;
}

