/* :root {
  --color: #2780b5;
  --color1: #2780b5;
  --color-deep: #0165a0;
  --color-bg: #f2f8fb;
  --color-mobile: #2780b5;
  --color-mobile-bg: #FFEDF0;
  --color-red: var(--color);
  --color-red-v2: var(--color);
  --color-red-deep: var(--color);
  --color-red-news: var(--color);
} */

:root {
  --color: #c8102e;
  --color1: #c8102e;
  --color-nav: #012169;
  --color-search: #c8102e;
  --color-pagebg: #ecf2fa;

  --color-deep: #c8102e;
  --color-level-bottom: #c8102e;
  --color-level-bottom-color: #ffffff;
  /**产品详情页、简讯详情页、c级供应商主页此处底色**/
  --color-bg: #fcf3f4;
  --color-mobile: #c8102e;
  --color-mobile1: #012169;
  --color-mobile-bg: #ffedf0;
  --mobile-tab-bg: #fcf3f4;
  --color-red: #c8102e;
  --color-red-v2:#c8102e;
  --color-red-deep: #c8102e;
  --color-red-news: #c8102e;

  --color-mobile-center-bg: #012169;
  --color-mobile-amember-icon: #c8112f;
}

body {
  background-color: var(--color-pagebg) !important;
}
.content {
  text-align: justify;
}
.product_label_width label {
  width: 119px !important;
}
.product_label_width .label {
  width: 119px !important;
}
.company_label_width label {
  width: 132px !important;
}
.company_label_width .label {
  width: 132px !important;
}
.company_tem_label_width{
  width:150px;
}