/* 品牌详情页面样式 - 从 brandDet.vue 转换 */
.section-title {
  display: flex; align-items: center; font-size: calc(var(--content-subhea) - 4px);
  color: #000; font-weight: 600; padding: 10px 0 20px 0; margin-top: 40px;
}
.section-title::before {
  content: ""; display: block; width: 3px; height: 20px;
  background-color: var(--primary-color); margin-right: 20px;
}
.source { display: block; font-size: 12px; color: #999; text-align: center !important; margin: 0 auto; }
.dongpeng-container { width: 95vw; margin: 0 auto; padding: 20px; }
.dongpeng-container .title-deta { width: 100%; }
.dongpeng-container .page-header {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 15px; border-bottom: 1px solid #ddd;
}
.dongpeng-container .page-header .header-left {
  width: 100%; display: flex; align-items: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); border-radius: 6px; margin: 10px 60px;
}
.dongpeng-container .page-header .company-logo {
  width: 40%; margin-right: 15px; display: flex; align-items: center; justify-content: center;
}
.dongpeng-container .page-header .company-logo img { width: 50%; }
.dongpeng-container .page-header .company-info .company-name {
  font-size: calc(var(--content-subhea) - 4px); font-weight: bold; margin-bottom: 5px; color: var(--primary-color);
}
.dongpeng-container .page-header .company-info .sub-info {
  font-size: 14px; color: var(--text-color2); font-weight: 600; line-height: 2;
}
.dongpeng-container .page-header .company-info .sub-info span { color: var(--text-color); font-weight: 600; }
.dongpeng-container .page-main { margin-top: 20px; }
.dongpeng-container .brand-Intro { display: flex; flex-direction: column; align-self: center; justify-content: center; }
.dongpeng-container .brand-Intro .intro-content { padding: 0 20px; font-size: 14px; margin: 10px 60px; }
.dongpeng-container .brand-Intro img { width: 100%; height: auto; max-width: var(--max-width-home-input); margin: 0 auto; }
.dongpeng-container .brand-goods .goods {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.dongpeng-container .brand-goods .goods img {
  box-shadow: 0 0 2px rgba(0,0,0,0.5); max-width: var(--max-width-home-input); height: auto; margin: 0 auto;
}
.dongpeng-container .table-section { overflow: hidden; }
.dongpeng-container .table-section .table-wrapper { width: 100%; margin: 0 auto; overflow-x: auto; }
.dongpeng-container .table-section .table-box { box-shadow: none; max-width: var(--max-width-home-input); }
.dongpeng-container .table-section .table-head { border-top: 3px solid var(--primary-color); border-bottom: 1px solid #ccc; }
.dongpeng-container .table-section .table-head .th { background-color: #fff; }
.dongpeng-container .table-section tbody { border-bottom: #ccc 2px solid; }
.dongpeng-container .table-section tbody .td { text-wrap: wrap; }
.dongpeng-container .table-section tbody .td .lianjie { color: #1f2937; font-weight: normal; cursor: pointer; }
.dongpeng-container .table-section tbody .td .lianjie:hover { color: #fe9906; }
@media (max-width: 768px) {
  .dongpeng-container .page-header .company-logo img { width: 100% !important; }
  .dongpeng-container .title-deta { width: 100%; justify-content: start; flex-direction: column; gap: 15px; }
  .dongpeng-container .title-deta .search-wrap { margin: 0 auto !important; width: 100%; }
  .dongpeng-container .detail-info-grid { grid-template-columns: 1fr; gap: 15px; }
  .dongpeng-container .page-header { flex-direction: column; align-items: center; }
  .dongpeng-container .company-intro .content p { text-indent: 0; padding: 0 10px; font-size: 14px; }
  .dongpeng-container .company-intro { padding: 20px; margin-bottom: 20px; }
  .dongpeng-container .table-section { padding: 0; background: transparent; }
  .dongpeng-container .table-wrapper { padding-bottom: 10px; }
  .dongpeng-container .title-deta .brand-title { width: 100%; text-align: center; }
  .dongpeng-container .page-header { flex-direction: column; align-items: flex-start; }
  .dongpeng-container .page-header .header-left { margin: 0; margin-bottom: 15px; flex-direction: column; }
  .dongpeng-container .brand-Intro .intro-content { margin: 0 !important; }
  .dongpeng-container .brand-goods .goods img { width: 100%; }
}
