.elementor-5005 .elementor-element.elementor-element-86d4262{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-fa69997 */.hyc-bell-article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #34373d;
  font-size: 17px;
  line-height: 1.8;
}

.hyc-bell-article *,
.hyc-bell-article *::before,
.hyc-bell-article *::after {
  box-sizing: border-box;
}

/* 顶部图文区域 */

.hyc-bell-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 48px;
  align-items: center;
  margin-bottom: 54px;
  padding: 44px;
  background: #f7f7f8;
  border: 1px solid #e7e7e9;
  border-radius: 18px;
}

.hyc-bell-intro {
  min-width: 0;
}

.hyc-bell-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #c9202b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hyc-bell-article h1 {
  margin: 0 0 24px;
  color: #17191d;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hyc-bell-intro p {
  margin: 0 0 17px;
}

.hyc-bell-intro p:last-of-type {
  margin-bottom: 26px;
}

/* 参数信息 */

.hyc-bell-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.hyc-bell-specs div {
  padding: 15px 12px;
  background: #fff;
  border: 1px solid #e4e4e6;
  border-radius: 9px;
}

.hyc-bell-specs strong {
  display: block;
  margin-bottom: 3px;
  color: #191b20;
  font-size: 18px;
  line-height: 1.3;
}

.hyc-bell-specs span {
  display: block;
  color: #6f737a;
  font-size: 13px;
  line-height: 1.4;
}

/* 视频 */

.hyc-bell-video {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  overflow: hidden;
  background: #111;
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.hyc-bell-video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  margin: 0;
  background: #000;
}

/* 正文 */

.hyc-bell-article > p {
  max-width: 920px;
  margin: 0 0 20px;
}

.hyc-bell-article h2 {
  position: relative;
  margin: 54px 0 20px;
  padding-bottom: 13px;
  color: #1b1d22;
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.28;
  letter-spacing: -0.015em;
  border-bottom: 1px solid #e3e4e6;
}

.hyc-bell-article h2::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 58px;
  height: 3px;
  content: "";
  background: #cf2530;
  border-radius: 3px;
}

.hyc-bell-article p {
  margin-top: 0;
  margin-bottom: 20px;
}

.hyc-bell-article a {
  color: #bd2029;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.hyc-bell-article a:hover {
  color: #7f141b;
}

/* 列表 */

.hyc-bell-article ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 28px;
  margin: 10px 0 34px;
  padding: 25px 28px 25px 48px;
  background: #f7f7f8;
  border: 1px solid #e5e6e8;
  border-radius: 12px;
}

.hyc-bell-article li {
  margin: 0;
  padding-left: 3px;
}

.hyc-bell-article li::marker {
  color: #cb2530;
}

/* 平板 */

@media (max-width: 980px) {
  .hyc-bell-hero {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    padding: 32px;
  }

  .hyc-bell-specs {
    grid-template-columns: 1fr;
  }

  .hyc-bell-specs div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hyc-bell-specs strong {
    margin: 0;
  }
}

/* 手机端 */

@media (max-width: 767px) {
  .hyc-bell-article {
    font-size: 16px;
    line-height: 1.72;
  }

  .hyc-bell-hero {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .hyc-bell-intro {
    width: 100%;
  }

  .hyc-bell-article h1 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.15;
  }

  .hyc-bell-video {
    order: -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
  }

  .hyc-bell-video video {
    width: 100%;
    max-height: none;
  }

  .hyc-bell-specs {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .hyc-bell-specs div {
    padding: 13px 14px;
  }

  .hyc-bell-article h2 {
    margin-top: 42px;
    font-size: 26px;
  }

  .hyc-bell-article ul {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 18px 20px 39px;
  }
}/* End custom CSS */