
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
#app {
  height: 100vh;
}
.app-container {
  height: 100vh;
  background: #f5f7fa;
}
.el-aside {
  background: #1a1a2e;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #409eff;
  border-bottom: 1px solid #2d2d4a;
  flex-shrink: 0;
}
.el-menu {
  border-right: none;
  flex: 1;
}
.el-menu-item {
  height: 50px;
  line-height: 50px;
}
.el-menu-item:hover {
  background: #2d2d4a !important;
}
.sidebar-user {
  padding: 8px 16px 16px;
  flex-shrink: 0;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
}
.user-name {
  font-weight: 600;
}
.user-company {
  color: #909399;
  font-size: 12px;
  margin-top: 2px;
  padding-left: 22px;
}
.el-header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.header-title {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.el-main {
  padding: 20px;
  overflow-y: auto;
}

.dashboard[data-v-34bffe47] { padding: 20px;
}
h2[data-v-34bffe47] { margin-bottom: 20px; color: #303133;
}
.stats-row[data-v-34bffe47] { margin-top: 10px;
}
.stat-card[data-v-34bffe47] { display: flex; align-items: center; gap: 16px;
}
.stat-icon[data-v-34bffe47] {
  width: 60px; height: 60px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.stat-content[data-v-34bffe47] { flex: 1;
}
.stat-value[data-v-34bffe47] { font-size: 24px; font-weight: bold; color: #303133;
}
.stat-label[data-v-34bffe47] { font-size: 14px; color: #909399; margin-top: 4px;
}

.carbon-entry[data-v-94cffdef] {
  padding: 20px;
}
h2[data-v-94cffdef] {
  margin-bottom: 20px;
  color: #303133;
}
.card-header[data-v-94cffdef] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ocr-upload[data-v-6463ec46] {
  padding: 20px;
}
h2[data-v-6463ec46] {
  margin-bottom: 20px;
  color: #303133;
}
.upload-card[data-v-6463ec46] {
  margin-bottom: 20px;
}
.upload-area[data-v-6463ec46] {
  padding: 40px;
  text-align: center;
  border: 2px dashed #dcdfe6;
  border-radius: 8px;
  transition: all 0.3s;
}
.upload-area.drag-over[data-v-6463ec46] {
  border-color: #409eff;
  background: #ecf5ff;
}
.upload-area .tip[data-v-6463ec46] {
  color: #909399;
  font-size: 12px;
  margin: 8px 0;
}
.result-header[data-v-6463ec46] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.extracted-data[data-v-6463ec46] {
  margin-top: 16px;
}
.confidence[data-v-6463ec46] {
  margin: 16px 0;
  color: #409eff;
  font-weight: bold;
}
.raw-texts[data-v-6463ec46] {
  margin-top: 16px;
  padding: 12px;
  background: #f5f7fa;
  border-radius: 4px;
}
.raw-texts h4[data-v-6463ec46] {
  margin: 0 0 8px;
}
.raw-texts ul[data-v-6463ec46] {
  margin: 0;
  padding-left: 20px;
}
.raw-texts .conf[data-v-6463ec46] {
  color: #909399;
  font-size: 12px;
}

.company-manage[data-v-a3402f81] {
  padding: 20px;
}
h2[data-v-a3402f81] {
  margin-bottom: 20px;
  color: #303133;
}
.card-header[data-v-a3402f81] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carbon-report[data-v-bfa8b7ff] { padding: 20px;
}
h2[data-v-bfa8b7ff] { margin-bottom: 20px; color: #303133;
}
.filter-card[data-v-bfa8b7ff] { margin-bottom: 20px;
}
.summary-row[data-v-bfa8b7ff] { margin: 20px 0;
}
.summary-card[data-v-bfa8b7ff] {
  text-align: center; padding: 24px 16px; border-radius: 12px;
  position: relative; overflow: hidden;
}
.summary-card.total[data-v-bfa8b7ff] { background: linear-gradient(135deg, #409eff, #337ecc); color: #fff;
}
.summary-card.scope1[data-v-bfa8b7ff] { background: #fef0f0;
}
.summary-card.scope2[data-v-bfa8b7ff] { background: #fdf6ec;
}
.summary-card.scope3[data-v-bfa8b7ff] { background: #f0f9eb;
}
.summary-value[data-v-bfa8b7ff] { font-size: 28px; font-weight: bold; margin-bottom: 4px;
}
.summary-card.total .summary-value[data-v-bfa8b7ff] { font-size: 36px;
}
.summary-label[data-v-bfa8b7ff] { font-size: 13px; opacity: 0.8; margin-bottom: 8px;
}
.summary-bar[data-v-bfa8b7ff] {
  height: 4px; border-radius: 2px; margin-top: 8px;
  background: linear-gradient(90deg, #67c23a, #409eff);
  transition: width 0.8s ease;
}
.suggestion-item[data-v-bfa8b7ff] {
  padding: 12px; margin-bottom: 10px;
  background: #f0f9eb; border-radius: 8px; border-left: 3px solid #67c23a;
}
.sug-header[data-v-bfa8b7ff] { display: flex; align-items: center; gap: 8px; margin-bottom: 4px;
}
.sug-title[data-v-bfa8b7ff] { font-weight: bold; color: #303133;
}
.sug-desc[data-v-bfa8b7ff] { font-size: 13px; color: #606266; padding-left: 24px;
}
.report-footer[data-v-bfa8b7ff] {
  margin-top: 20px; text-align: center; color: #909399; font-size: 13px;
  padding: 16px; border-top: 1px solid #ebeef5;
}

.ai-advisor[data-v-da110608] { display: flex; flex-direction: column; gap: 16px; height: 100%;
}
.status-card .card-header[data-v-da110608] { display: flex; align-items: center; justify-content: space-between;
}
.status-card .offline-detail[data-v-da110608] { margin-top: 4px; font-size: 13px;
}
.status-card .model-info[data-v-da110608] { font-size: 14px; color: #606266;
}
.status-card .info-label[data-v-da110608] { color: #909399;
}
.status-card .info-value[data-v-da110608] { color: #409eff;
}
.chat-card[data-v-da110608] { flex: 1; display: flex; flex-direction: column; overflow: hidden;
}
.chat-card[data-v-da110608] .el-card__body { display: flex; flex-direction: column; height: 100%; padding: 0;
}
.messages[data-v-da110608] { flex: 1; overflow-y: auto; padding: 16px; min-height: 300px;
}
.messages .empty-tip[data-v-da110608] { text-align: center; padding: 20px 0;
}
.messages .quick-questions[data-v-da110608] { margin-top: 16px;
}
.messages .quick-title[data-v-da110608] { font-size: 13px; color: #909399; margin-bottom: 8px;
}
.messages .quick-tag[data-v-da110608] { margin: 4px;
}
.message-item[data-v-da110608] { display: flex; align-items: flex-start; margin-bottom: 16px; gap: 10px;
}
.message-item .avatar[data-v-da110608] { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.message-item.user-msg[data-v-da110608] { flex-direction: row-reverse;
}
.message-item.user-msg .avatar[data-v-da110608] { background: #ecf5ff;
}
.message-item.ai-msg .avatar[data-v-da110608] { background: #f0f9eb;
}
.bubble[data-v-da110608] { max-width: 72%; padding: 10px 14px; border-radius: 12px; line-height: 1.6; font-size: 14px;
}
.user-msg .bubble[data-v-da110608] { background: #409eff; color: #fff; border-bottom-right-radius: 2px;
}
.ai-msg .bubble[data-v-da110608] { background: #fff; color: #303133; border: 1px solid #e8e8e8; border-bottom-left-radius: 2px;
}
.msg-content[data-v-da110608] { word-break: break-word;
}
.msg-content[data-v-da110608] p { margin: 0 0 4px;
}
.msg-content[data-v-da110608] strong { color: #409eff;
}
.typing[data-v-da110608] { display: flex; gap: 4px; padding: 4px 0;
}
.typing .dot[data-v-da110608] { width: 8px; height: 8px; border-radius: 50%; background: #409eff; animation: bounce-da110608 1.4s infinite;
}
.typing .dot[data-v-da110608]:nth-child(2) { animation-delay: 0.2s;
}
.typing .dot[data-v-da110608]:nth-child(3) { animation-delay: 0.4s;
}
@keyframes bounce-da110608 {
0%,80%,100%{transform:scale(0)}
40%{transform:scale(1)}
}
.input-area[data-v-da110608] { padding: 12px 16px; border-top: 1px solid #f0f0f0; background: #fafafa;
}
.input-area[data-v-da110608] .el-textarea__inner { border-radius: 8px;
}

.carbon-asset[data-v-3604dc17] {
  padding: 20px;
}
h2[data-v-3604dc17] {
  margin-bottom: 20px;
  color: #303133;
}
.stat-card[data-v-3604dc17] {
  display: flex;
  align-items: center;
}
.stat-icon[data-v-3604dc17] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-right: 15px;
}
.stat-info[data-v-3604dc17] {
  flex: 1;
}
.stat-value[data-v-3604dc17] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.stat-label[data-v-3604dc17] {
  font-size: 12px;
  color: #909399;
  margin-top: 5px;
}
.card-header[data-v-3604dc17] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.optimization[data-v-a1ca98ae] {
  padding: 20px;
}
h2[data-v-a1ca98ae] {
  margin-bottom: 20px;
  color: #303133;
}
.card-header[data-v-a1ca98ae] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benchmark-item[data-v-a1ca98ae] {
  text-align: center;
  padding: 15px;
  background: #f5f7fa;
  border-radius: 8px;
}
.benchmark-label[data-v-a1ca98ae] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 8px;
}
.benchmark-value[data-v-a1ca98ae] {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
}
.measure-card[data-v-a1ca98ae] {
  padding: 10px;
}
.measure-name[data-v-a1ca98ae] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.measure-stats[data-v-a1ca98ae] {
  margin: 10px 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.8;
}
.measure-desc[data-v-a1ca98ae] {
  font-size: 12px;
  color: #909399;
  margin-top: 10px;
}
.chart-container[data-v-a1ca98ae] {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 15px;
}
.chart-container h4[data-v-a1ca98ae] {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #606266;
}

.carbon-trace[data-v-b280a242] {
  padding: 20px;
}
h2[data-v-b280a242] {
  margin-bottom: 20px;
  color: #303133;
}
.stat-card[data-v-b280a242] {
  display: flex;
  align-items: center;
}
.stat-icon[data-v-b280a242] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-right: 15px;
}
.stat-info[data-v-b280a242] {
  flex: 1;
}
.stat-value[data-v-b280a242] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.stat-label[data-v-b280a242] {
  font-size: 12px;
  color: #909399;
  margin-top: 5px;
}
.card-header[data-v-b280a242] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.backup-page[data-v-ccbdc0c9] {
  padding: 20px;
}
h2[data-v-ccbdc0c9] {
  margin-bottom: 20px;
  color: #303133;
}
.stat-card[data-v-ccbdc0c9] {
  display: flex;
  align-items: center;
}
.stat-icon[data-v-ccbdc0c9] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-right: 15px;
}
.stat-info[data-v-ccbdc0c9] {
  flex: 1;
}
.stat-value[data-v-ccbdc0c9] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.stat-label[data-v-ccbdc0c9] {
  font-size: 12px;
  color: #909399;
  margin-top: 5px;
}
.card-header[data-v-ccbdc0c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard-container[data-v-f2ab8619] { padding: 20px;
}
.stat-row[data-v-f2ab8619] { margin-bottom: 20px;
}
.stat-card[data-v-f2ab8619] {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.stat-card.highlight[data-v-f2ab8619] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff;
}
.stat-value[data-v-f2ab8619] { font-size: 28px; font-weight: 700;
}
.stat-label[data-v-f2ab8619] { font-size: 13px; color: #909399; margin-top: 4px;
}
.stat-card.highlight .stat-label[data-v-f2ab8619] { color: rgba(255,255,255,0.8);
}
.section-title[data-v-f2ab8619] { font-size: 16px; font-weight: 600; margin-bottom: 12px; color: #303133;
}
.industry-list[data-v-f2ab8619] { max-height: 600px; overflow-y: auto;
}
.industry-card[data-v-f2ab8619] {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 8px; margin-bottom: 8px;
  cursor: pointer; border: 2px solid transparent;
  transition: all 0.2s;
}
.industry-card[data-v-f2ab8619]:hover { background: #f5f7fa;
}
.industry-card.active[data-v-f2ab8619] { border-color: #409eff; background: #ecf5ff;
}
.industry-icon[data-v-f2ab8619] { font-size: 24px;
}
.industry-info[data-v-f2ab8619] { flex: 1;
}
.industry-name[data-v-f2ab8619] { font-weight: 600; font-size: 14px;
}
.industry-desc[data-v-f2ab8619] { font-size: 12px; color: #909399; margin-top: 2px;
}
.empty-hint[data-v-f2ab8619] {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 300px; color: #909399;
}
.empty-hint p[data-v-f2ab8619] { margin-top: 12px;
}
.template-panel[data-v-f2ab8619] { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.template-header[data-v-f2ab8619] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;
}
.template-header h3[data-v-f2ab8619] { margin: 0;
}
.template-actions[data-v-f2ab8619] { display: flex; gap: 8px; align-items: center;
}
.co2-value[data-v-f2ab8619] { font-weight: 600; color: #e6a23c;
}
.tip-text[data-v-f2ab8619] { font-size: 12px; color: #909399;
}
.total-bar[data-v-f2ab8619] {
  margin-top: 12px; padding: 12px 16px;
  background: #f5f7fa; border-radius: 6px;
  font-size: 14px;
}
.estimate-cards[data-v-f2ab8619] { display: flex; flex-direction: column; gap: 8px;
}
.estimate-card[data-v-f2ab8619] {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 8px; cursor: pointer;
  border: 2px solid transparent; transition: all 0.2s;
}
.estimate-card[data-v-f2ab8619]:hover { background: #f5f7fa;
}
.estimate-card.active[data-v-f2ab8619] { border-color: #409eff; background: #ecf5ff;
}
.estimate-result[data-v-f2ab8619] { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.recommend-header[data-v-f2ab8619] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;
}
.recommend-panel[data-v-f2ab8619] { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
[data-v-f2ab8619] .warning-row { background-color: #fdf6ec !important;
}
[data-v-f2ab8619] .el-table .warning-row:hover > td { background-color: #faecd8 !important;
}

.company-compare[data-v-9c4c7e25] { padding: 20px;
}
h2[data-v-9c4c7e25] { margin-bottom: 20px; color: #303133;
}
.select-card[data-v-9c4c7e25] { margin-bottom: 20px;
}
.selected-info[data-v-9c4c7e25] { margin-top: 10px; color: #909399; font-size: 13px;
}
.rank-row[data-v-9c4c7e25] { margin: 20px 0;
}
.rank-card[data-v-9c4c7e25] {
  text-align: center; padding: 20px; border-radius: 12px;
  background: #f5f7fa; position: relative;
}
.rank-card.rank-1[data-v-9c4c7e25] { background: linear-gradient(135deg, #ffebee, #fff); border: 2px solid #e74c3c;
}
.rank-card.rank-2[data-v-9c4c7e25] { background: linear-gradient(135deg, #fff8e1, #fff); border: 2px solid #f39c12;
}
.rank-card.rank-3[data-v-9c4c7e25] { background: linear-gradient(135deg, #e8f5e9, #fff); border: 2px solid #27ae60;
}
.rank-badge[data-v-9c4c7e25] {
  position: absolute; top: -10px; left: -10px;
  width: 32px; height: 32px; border-radius: 50%;
  background: #409eff; color: #fff; font-weight: bold;
  display: flex; align-items: center; justify-content: center;
}
.rank-1 .rank-badge[data-v-9c4c7e25] { background: #e74c3c;
}
.rank-2 .rank-badge[data-v-9c4c7e25] { background: #f39c12;
}
.rank-3 .rank-badge[data-v-9c4c7e25] { background: #27ae60;
}
.rank-name[data-v-9c4c7e25] { font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #303133;
}
.rank-value[data-v-9c4c7e25] { font-size: 28px; font-weight: bold; color: #409eff;
}
.rank-1 .rank-value[data-v-9c4c7e25] { color: #e74c3c;
}
.rank-2 .rank-value[data-v-9c4c7e25] { color: #f39c12;
}
.rank-3 .rank-value[data-v-9c4c7e25] { color: #27ae60;
}
.rank-unit[data-v-9c4c7e25] { font-size: 12px; color: #909399; margin-bottom: 4px;
}
.rank-industry[data-v-9c4c7e25] { font-size: 12px; color: #606266;
}

.price-alert[data-v-41daeb00] { padding: 20px;
}
h2[data-v-41daeb00] { margin-bottom: 20px; color: #303133;
}
.price-card[data-v-41daeb00] { text-align: center;
}
.price-header[data-v-41daeb00] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;
}
.market-name[data-v-41daeb00] { font-size: 16px; font-weight: bold;
}
.price-value[data-v-41daeb00] { margin: 20px 0;
}
.price-number[data-v-41daeb00] { font-size: 48px; font-weight: bold; color: #409eff;
}
.price-unit[data-v-41daeb00] { font-size: 16px; color: #909399; margin-left: 8px;
}
.price-change[data-v-41daeb00] { font-size: 16px; display: flex; align-items: center; justify-content: center; gap: 4px;
}
.price-up[data-v-41daeb00] { color: #f56c6c;
}
.price-down[data-v-41daeb00] { color: #67c23a;
}
.price-meta[data-v-41daeb00] { font-size: 12px; color: #909399; margin-top: 8px;
}
.trend-content[data-v-41daeb00] { padding: 10px 0;
}
.trend-direction[data-v-41daeb00] { display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.trend-up[data-v-41daeb00] { color: #f56c6c;
}
.trend-down[data-v-41daeb00] { color: #67c23a;
}
.trend-stable[data-v-41daeb00] { color: #909399;
}
.trend-text[data-v-41daeb00] { font-size: 16px; font-weight: bold;
}
.trend-stats[data-v-41daeb00] { font-size: 13px; color: #606266; line-height: 2;
}
.alert-stats[data-v-41daeb00] { display: flex; justify-content: space-around; padding: 20px 0;
}
.stat-item[data-v-41daeb00] { text-align: center;
}
.stat-value[data-v-41daeb00] { font-size: 32px; font-weight: bold;
}
.stat-item.critical .stat-value[data-v-41daeb00] { color: #f56c6c;
}
.stat-item.warning .stat-value[data-v-41daeb00] { color: #e6a23c;
}
.stat-item.info .stat-value[data-v-41daeb00] { color: #909399;
}
.stat-label[data-v-41daeb00] { font-size: 14px; color: #909399; margin-top: 4px;
}
.alert-list[data-v-41daeb00] {
}
.alert-item[data-v-41daeb00] { display: flex; align-items: flex-start; padding: 16px; margin-bottom: 12px; border-radius: 8px;
}
.alert-critical[data-v-41daeb00] { background: #fef0f0; border-left: 4px solid #f56c6c;
}
.alert-warning[data-v-41daeb00] { background: #fdf6ec; border-left: 4px solid #e6a23c;
}
.alert-info[data-v-41daeb00] { background: #f4f4f5; border-left: 4px solid #909399;
}
.alert-icon[data-v-41daeb00] { margin-right: 12px;
}
.alert-critical .alert-icon[data-v-41daeb00] { color: #f56c6c;
}
.alert-warning .alert-icon[data-v-41daeb00] { color: #e6a23c;
}
.alert-info .alert-icon[data-v-41daeb00] { color: #909399;
}
.alert-content[data-v-41daeb00] { flex: 1;
}
.alert-title[data-v-41daeb00] { font-size: 15px; font-weight: bold; color: #303133; margin-bottom: 4px;
}
.alert-message[data-v-41daeb00] { font-size: 13px; color: #606266; margin-bottom: 4px;
}
.alert-suggestion[data-v-41daeb00] { font-size: 12px; color: #909399; font-style: italic;
}
.text-danger[data-v-41daeb00] { color: #f56c6c;
}
.text-success[data-v-41daeb00] { color: #67c23a;
}

.login-container[data-v-ceb01727] {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
.login-card[data-v-ceb01727] {
  width: 420px;
  padding: 40px 36px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.login-header[data-v-ceb01727] {
  text-align: center;
  margin-bottom: 24px;
}
.login-header h1[data-v-ceb01727] {
  margin: 12px 0 4px;
  font-size: 24px;
  color: #303133;
}
.login-header p[data-v-ceb01727] {
  color: #909399;
  font-size: 14px;
}
.login-tabs[data-v-ceb01727] .el-tabs__nav {
  width: 100%;
}
.login-tabs[data-v-ceb01727] .el-tabs__item {
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.login-footer[data-v-ceb01727] {
  text-align: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ebeef5;
}
