* {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: #0f172a;
      background:
        radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .08), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(14, 165, 233, .10), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #f6f8fc 42%, #f8fafc 100%);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .hosttbl_site {
      width: 100%;
      min-height: 100vh;
      padding: 22px;
    }

    .hosttbl_wrap {
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
    }

    .hosttbl_navbar {
      position: sticky;
      top: 16px;
      z-index: 20;
      margin-bottom: 18px;
      padding: 12px 14px;
      background: rgba(255, 255, 255, .84);
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 16px;
      backdrop-filter: blur(16px);
      box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
    }

    .hosttbl_nav_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .hosttbl_brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }

    .hosttbl_brand_icon {
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: linear-gradient(135deg, #2563eb, #0ea5e9);
      border-radius: 12px;
      font-size: 14px;
      font-weight: 900;
      box-shadow: inset 0 -10px 20px rgba(255, 255, 255, .15);
    }

    .hosttbl_brand_text {
      display: grid;
      gap: 1px;
    }

    .hosttbl_brand_name {
      color: #0f172a;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: -.01em;
    }

    .hosttbl_brand_sub {
      color: #64748b;
      font-size: 14px;
      font-weight: 700;
    }

    .hosttbl_nav_links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      flex: 1;
    }

    .hosttbl_nav_link {
      height: 36px;
      padding: 0 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #475569;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
      transition: all .2s ease;
    }

    .hosttbl_nav_link:hover,
    .hosttbl_nav_link_active {
      color: #2563eb;
      background: #eff6ff;
    }

    .hosttbl_lang {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
    }

    .hosttbl_lang_label {
      color: #64748b;
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
    }

    .hosttbl_lang_select {
      height: 36px;
      min-width: 128px;
      padding: 0 30px 0 12px;
      color: #334155;
      background: #f8fafc;
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 5px;
      outline: none;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
    }

    .hosttbl_hero {
      margin-bottom: 18px;
      padding: 28px;
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
      gap: 22px;
      align-items: stretch;
      background: rgba(255, 255, 255, .86);
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 18px;
      overflow: hidden;
      position: relative;
    }

    .hosttbl_hero::after {
      content: "";
      position: absolute;
      right: -80px;
      top: -90px;
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(37, 99, 235, .13), transparent 68%);
      pointer-events: none;
    }

    .hosttbl_hero_badge {
      width: fit-content;
      height: 32px;
      padding: 0 12px;
      display: inline-flex;
      align-items: center;
      color: #1d4ed8;
      background: #eff6ff;
      border: 1px solid rgba(37, 99, 235, .12);
      border-radius: 5px;
      font-size: 14px;
      font-weight: 850;
    }

    .hosttbl_title {
      max-width: 760px;
      margin: 14px 0 0;
      color: #0f172a;
      font-size: 30px;
      line-height: 1.16;
      letter-spacing: -.04em;
      font-weight: 950;
    }

    .hosttbl_desc {
      max-width: 760px;
      margin: 12px 0 0;
      color: #64748b;
      font-size: 15px;
      line-height: 1.8;
    }

    .hosttbl_notes {
      margin-top: 18px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
    }

    .hosttbl_note {
      height: 32px;
      padding: 0 12px;
      display: inline-flex;
      align-items: center;
      color: #475569;
      background: #f8fafc;
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 5px;
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
    }

    .hosttbl_note strong {
      margin: 0 4px;
      color: #0f172a;
      font-weight: 950;
    }

    .hosttbl_hero_panel {
      position: relative;
      z-index: 1;
      padding: 18px;
      display: grid;
      gap: 10px;
      background: #0f172a;
      border-radius: 16px;
      color: #fff;
    }

    .hosttbl_panel_item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 12px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 12px;
    }

    .hosttbl_panel_label {
      color: rgba(255, 255, 255, .68);
      font-size: 14px;
      font-weight: 750;
    }

    .hosttbl_panel_value {
      color: #fff;
      font-size: 18px;
      font-weight: 950;
      white-space: nowrap;
    }

    .hosttbl_table_card {
      padding: 16px;
      background: rgba(255, 255, 255, .9);
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 18px;
      box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
    }

    .hosttbl_table_top {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .hosttbl_table_title {
      margin: 0;
      color: #0f172a;
      font-size: 17px;
      font-weight: 900;
    }
.hosttbl_scroll {
      width: 100%;
      overflow-x: auto;
      padding: 2px 2px 8px;
    }

    .hosttbl_table {
      width: 100%;
      min-width: 1080px;
      border-collapse: separate;
      border-spacing: 0 8px;
      font-size: 14px;
      line-height: 1.45;
    }

    .hosttbl_table th {
      padding: 0 12px 6px;
      color: #64748b;
      font-size: 14px;
      font-weight: 900;
      text-align: left;
      letter-spacing: .02em;
      white-space: nowrap;
    }

    .hosttbl_row {
      transition: transform .2s ease;
    }

    .hosttbl_row:hover {
      transform: translateY(-1px);
    }

    .hosttbl_cell {
      padding: 12px;
      background: #fff;
      border-top: 1px solid hsl(25.88deg 44.35% 22.55% / 40%);
      border-bottom: 1px solid hsl(25.88deg 44.35% 22.55% / 40%);
      border-right: 1px solid hsl(25.88deg 44.35% 22.55% / 40%);
      color: #334155;
      vertical-align: middle;
      white-space: nowrap;
    }

    .hosttbl_row:hover .hosttbl_cell {
      background: #f8fbff;
      border-color: rgba(37, 99, 235, .18);
    }

    .hosttbl_cell:first-child {
      border-left: 1px solid hsl(25.88deg 44.35% 22.55% / 40%);
      border-radius: 12px 0 0 12px;
      border-right: 1px solid hsl(25.88deg 44.35% 22.55% / 40%);
    }

    .hosttbl_cell:last-child {
      border-right: 1px solid hsl(25.88deg 44.35% 22.55% / 40%);
      border-radius: 0 12px 12px 0;
    }

    .hosttbl_name_cell {
      min-width: 150px;
    }

    .hosttbl_name {
      color: #0f172a;
      font-weight: 900;
      text-decoration: none;
    }

    .hosttbl_name:hover {
      color: #2563eb;
    }

    .hosttbl_dc_cell {
      min-width: 300px;
      max-width: 360px;
      color: #475569;
      font-size: 14px;
      line-height: 1.55;
      white-space: normal;
    }

    .hosttbl_dc_cell_xl {
      min-width: 80px;
      max-width: 150px;
      color: #475569;
      font-size: 14px;
      line-height: 1.55;
      white-space: normal;
    }

    .hosttbl_dc_flex {
      display: flex;
      align-items: center;
    }

    .hosttbl_dc_flex img {
      margin: 5px;
      width: 30px;
      height: auto;
    }

    .hosttbl_feature_cell {
      min-width: 132px;
      color: #94a3b8;
      font-size: 14px;
    }

    .hosttbl_empty {
      color: #cbd5e1;
      font-size: 14px;
      font-weight: 700;
    }

    .hosttbl_price {
      min-height: 28px;
      padding: 0 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #dc2626;
      background: #fff1f2;
      border: 1px solid rgba(220, 38, 38, .12);
      border-radius: 5px;
      font-weight: 950;
      white-space: nowrap;
    }

    .hosttbl_stock {
      min-width: 56px;
      height: 28px;
      padding: 0 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 900;
      white-space: nowrap;
    }

    .hosttbl_stock_on {
      color: #047857;
      background: #ecfdf5;
      border: 1px solid rgba(5, 150, 105, .16);
    }

    .hosttbl_stock_off {
      color: #dc2626;
      background: #fef2f2;
      border: 1px solid rgba(220, 38, 38, .16);
    }

    .hosttbl_action {
      min-width: 76px;
      height: 30px;
      padding: 0 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 900;
      text-decoration: none;
      white-space: nowrap;
      transition: all .2s ease;
    }

    .hosttbl_action:hover {
      transform: translateY(-1px);
    }

    .hosttbl_action_buy {
      color: #fff;
      background: #2563eb;
      border: 1px solid #2563eb;
    }

    .hosttbl_action_buy:hover {
      background: #1d4ed8;
      border-color: #1d4ed8;
      box-shadow: 0 6px 14px rgba(37, 99, 235, .2);
    }

    .hosttbl_action_notice {
      color: #dc2626;
      background: #fef2f2;
      border: 1px solid rgba(220, 38, 38, .16);
    }

    .hosttbl_action_notice:hover {
      color: #fff;
      background: #dc2626;
      border-color: #dc2626;
    }

    .hosttbl_faq {
      margin-top: 18px;
      padding: 22px;
      background: rgba(255, 255, 255, .9);
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 18px;
    }

    .hosttbl_faq_title {
      margin: 0 0 14px;
      color: #0f172a;
      font-size: 22px;
      font-weight: 950;
      letter-spacing: -.03em;
    }

    .hosttbl_faq_grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .hosttbl_faq_item {
      padding: 16px;
      background: #f8fafc;
      border: 1px solid rgba(15, 23, 42, .06);
      border-radius: 14px;
    }

    .hosttbl_faq_q {
      margin: 0;
      color: #0f172a;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.5;
    }

    .hosttbl_faq_a {
      margin: 7px 0 0;
      color: #64748b;
      font-size: 14px;
      line-height: 1.75;
    }

    @media (max-width: 1000px) {
      .hosttbl_hero {
        grid-template-columns: 1fr;
      }

      .hosttbl_nav_inner {
        align-items: flex-start;
        flex-direction: column;
      }

      .hosttbl_nav_links {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .hosttbl_lang {
        width: 100%;
        justify-content: space-between;
      }

      .hosttbl_lang_select {
        flex: 1;
      }
    }

    @media (max-width: 768px) {
      .hosttbl_site {
        padding: 14px;
      }

      .hosttbl_navbar {
        top: 10px;
        border-radius: 14px;
      }

      .hosttbl_hero {
        padding: 20px;
        border-radius: 16px;
      }

      .hosttbl_title {
        font-size: 27px;
      }

      .hosttbl_desc {
        font-size: 14px;
      }

      .hosttbl_table_card,
      .hosttbl_faq {
        padding: 14px;
        border-radius: 16px;
      }

      .hosttbl_table_top {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
      }

      .hosttbl_table {
        min-width: 1080px;
        font-size: 14px;
      }

      .hosttbl_cell {
        padding: 10px;
      }

      .hosttbl_faq_grid {
        grid-template-columns: 1fr;
      }
    }


    /* 固定顶部通栏导航重写 */
    .hosttbl_site {
      padding: 0 22px 22px;
    }

    .hosttbl_navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      width: 100%;
      margin: 0;
      padding: 0;
      background: rgba(255, 255, 255, .92);
      border: 0;
      border-bottom: 1px solid rgba(15, 23, 42, .08);
      border-radius: 0;
      backdrop-filter: blur(18px);
      box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    }

    .hosttbl_nav_inner {
      width: 100%;
      max-width: 1320px;
      min-height: 68px;
      margin: 0 auto;
      padding: 0 22px;
    }

    .hosttbl_wrap {
      padding-top: 90px;
    }

    .hosttbl_brand_icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
    }

    .hosttbl_nav_link {
      height: 36px;
      padding: 0 14px;
    }

    .hosttbl_lang_select {
      background: #ffffff;
    }

    @media (max-width: 1000px) {
      .hosttbl_navbar {
        position: sticky;
        top: 0;
      }

      .hosttbl_site {
        padding: 0 14px 14px;
      }

      .hosttbl_nav_inner {
        min-height: auto;
        padding: 12px 14px;
      }

      .hosttbl_wrap {
        padding-top: 14px;
      }
    }


    /* 右侧品牌信息卡 */
    .hosttbl_hero_panel {
      padding: 18px;
      align-content: start;
      gap: 14px;
      background:
        radial-gradient(circle at 82% 0%, rgba(56, 189, 248, .22), transparent 34%),
        linear-gradient(145deg, #0f172a 0%, #111827 58%, #020617 100%);
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 16px;
      color: #fff;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    .hosttbl_brand_card {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .hosttbl_brand_card_logo {
      width: 58px;
      height: 58px;
      flex: 0 0 58px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: linear-gradient(135deg, #2563eb, #0ea5e9);
      border-radius: 16px;
      font-size: 20px;
      font-weight: 950;
      letter-spacing: -.04em;
      box-shadow: 0 14px 34px rgba(37, 99, 235, .28);
    }

    .hosttbl_brand_card_info {
      min-width: 0;
    }

    .hosttbl_brand_card_name {
      margin: 0;
      color: #ffffff;
      font-size: 20px;
      font-weight: 950;
      line-height: 1.25;
      letter-spacing: -.03em;
    }

    .hosttbl_brand_card_text {
      margin: 5px 0 0;
      color: rgba(255, 255, 255, .68);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
    }

    .hosttbl_domain_list {
      display: grid;
      gap: 9px;
    }

    .hosttbl_domain_item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 11px 12px;
      background: rgba(255, 255, 255, .075);
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 12px;
    }

    .hosttbl_domain_label {
      color: rgba(255, 255, 255, .62);
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
    }

    .hosttbl_domain_value {
      min-width: 0;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .hosttbl_domain_value a {
      color: #ffffff;
      text-decoration: none;
    }

    .hosttbl_domain_value a:hover {
      color: #93c5fd;
    }

    .hosttbl_brand_actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
      margin-top: 2px;
    }

    .hosttbl_brand_btn {
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 900;
      text-decoration: none;
      transition: all .2s ease;
    }

    .hosttbl_brand_btn_primary {
      color: #ffffff;
      background: #2563eb;
      border: 1px solid #2563eb;
    }

    .hosttbl_brand_btn_primary:hover {
      background: #1d4ed8;
      border-color: #1d4ed8;
    }

    .hosttbl_brand_btn_ghost {
      color: #ffffff;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .12);
    }

    .hosttbl_brand_btn_ghost:hover {
      background: rgba(255, 255, 255, .14);
    }

    @media (max-width: 768px) {
      .hosttbl_brand_actions {
        grid-template-columns: 1fr;
      }
    }


    /* 棕色系 + 压缩高度 + 统一板块背景 */
    body {
      background:
        radial-gradient(circle at 12% 0%, rgba(139, 90, 53, .08), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(180, 132, 87, .10), transparent 28%),
        linear-gradient(180deg, #fbf8f3 0%, #f7f3ee 46%, #fbfaf8 100%);
    }

    .hosttbl_site {
      padding: 0 20px 20px;
    }

    .hosttbl_navbar,
    .hosttbl_hero,
    .hosttbl_table_card,
    .hosttbl_faq {
      background: rgba(255, 255, 255, .86) !important;
      border: 1px solid rgba(15, 23, 42, .08) !important;
      box-shadow: none !important;
    }

    .hosttbl_navbar {
      backdrop-filter: blur(18px);
    }

    .hosttbl_nav_inner {
      min-height: 58px;
    }

    .hosttbl_wrap {
      padding-top: 72px;
    }

    .hosttbl_brand_icon,
    .hosttbl_brand_card_logo {
      background: linear-gradient(135deg, #8b5a35, #b48457) !important;
      box-shadow: none !important;
    }

    .hosttbl_nav_link:hover,
    .hosttbl_nav_link_active {
      color: #8b5a35 !important;
      background: rgba(139, 90, 53, .10) !important;
    }

    .hosttbl_lang_select:focus {
      border-color: rgba(139, 90, 53, .28);
    }

    .hosttbl_hero {
      margin-bottom: 0;
      padding: 18px 20px;
      grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
      gap: 16px;
      border-radius: 14px;
    }

    .hosttbl_hero::after {
      background: radial-gradient(circle, rgba(139, 90, 53, .12), transparent 68%) !important;
    }

    .hosttbl_hero_badge {
      height: 28px;
      color: #8b5a35 !important;
      background: rgba(139, 90, 53, .08) !important;
      border-color: rgba(139, 90, 53, .14) !important;
      font-size: 14px;
    }

    .hosttbl_title {
      margin: 15px 0;
      font-size: 28px;
      line-height: 1.18;
    }

    .hosttbl_desc {
      margin-top: 8px;
      font-size: 14px;
      line-height: 1.65;
    }

    .hosttbl_notes {
      margin-top: 12px;
      gap: 7px;
    }

    .hosttbl_note {
      height: 28px;
      background: rgba(139, 90, 53, .05) !important;
      border-color: rgba(139, 90, 53, .12) !important;
      font-size: 14px;
    }

    .hosttbl_hero_panel {
      padding: 14px;
      gap: 10px;
      background: rgba(255, 255, 255, .86) !important;
      border: 1px solid rgba(15, 23, 42, .08) !important;
      color: #0f172a !important;
      box-shadow: none !important;
    }

    .hosttbl_brand_card {
      gap: 12px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
    }

    .hosttbl_brand_card_logo {
      width: 48px;
      height: 48px;
      flex-basis: 48px;
      border-radius: 13px;
      font-size: 17px;
    }

    .hosttbl_brand_card_name {
      color: #0f172a !important;
      font-size: 18px;
    }

    .hosttbl_brand_card_text {
      color: #64748b !important;
      font-size: 14px;
      margin-top: 3px;
    }

    .hosttbl_domain_list {
      gap: 7px;
    }

    .hosttbl_domain_item {
      padding: 8px 10px;
      background: rgba(139, 90, 53, .045) !important;
      border: 1px solid rgba(139, 90, 53, .10) !important;
      border-radius: 10px;
    }

    .hosttbl_domain_label {
      color: #64748b !important;
      font-size: 14px;
    }

    .hosttbl_domain_value,
    .hosttbl_domain_value a {
      color: #3f2a1d !important;
      font-size: 14px;
    }

    .hosttbl_domain_value a:hover,
    .hosttbl_name:hover {
      color: #8b5a35 !important;
    }

    .hosttbl_brand_actions {
      gap: 8px;
    }

    .hosttbl_brand_btn {
      height: 32px;
      font-size: 14px;
    }

    .hosttbl_brand_btn_primary,
    .hosttbl_action_buy {
      color: #fff !important;
      background: #8b5a35 !important;
      border-color: #8b5a35 !important;
    }

    .hosttbl_brand_btn_primary:hover,
    .hosttbl_action_buy:hover {
      background: #6f4427 !important;
      border-color: #6f4427 !important;
      box-shadow: 0 6px 14px rgba(139, 90, 53, .18) !important;
    }

    .hosttbl_brand_btn_ghost {
      color: #8b5a35 !important;
      background: rgba(139, 90, 53, .08) !important;
      border-color: rgba(139, 90, 53, .16) !important;
    }

    .hosttbl_table_card {
      margin-top: 0;
      padding: 12px;
      border-radius: 14px;
    }

    .hosttbl_table_top {
      margin-bottom: 8px;
    }

    .hosttbl_table_title {
      font-size: 14px;
    }
.hosttbl_table {
      border-spacing: 0 6px;
    }

    .hosttbl_table th {
      padding: 0 10px 5px;
      font-size: 14px;
    }

    .hosttbl_cell {
      padding: 9px 10px;
    }

    .hosttbl_row:hover .hosttbl_cell {
      background: rgba(139, 90, 53, .035) !important;
      border-color: rgba(139, 90, 53, .16) !important;
    }

    .hosttbl_price {
      min-height: 26px;
      color: #8b5a35 !important;
      background: rgba(139, 90, 53, .08) !important;
      border-color: rgba(139, 90, 53, .14) !important;
    }

    .hosttbl_stock {
      height: 26px;
    }

    .hosttbl_action {
      height: 28px;
    }

    .hosttbl_faq {
      margin-top: 0;
      padding: 16px;
      border-radius: 14px;
    }

    .hosttbl_faq_title {
      margin-bottom: 10px;
      font-size: 20px;
    }

    .hosttbl_faq_grid {
      gap: 10px;
    }

    .hosttbl_faq_item {
      padding: 13px;
      background: rgba(139, 90, 53, .04) !important;
      border-color: rgba(139, 90, 53, .10) !important;
      border-radius: 12px;
    }

    .hosttbl_faq_q {
      font-size: 14px;
    }

    .hosttbl_faq_a {
      margin-top: 5px;
      font-size: 14px;
      line-height: 1.65;
    }

    .hosttbl_section_divider {
      height: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 3px 0;
    }

    .hosttbl_section_divider::before,
    .hosttbl_section_divider::after {
      content: "";
      height: 1px;
      flex: 1;
      background: linear-gradient(90deg, transparent, rgba(139, 90, 53, .28), transparent);
    }

    .hosttbl_section_divider span {
      width: 42px;
      height: 6px;
      display: inline-block;
      border-radius: 5px;
      background: linear-gradient(90deg, rgba(139, 90, 53, .30), rgba(180, 132, 87, .55), rgba(139, 90, 53, .30));
      box-shadow: 0 0 0 4px rgba(139, 90, 53, .045);
    }

    @media (max-width: 1000px) {
      .hosttbl_wrap {
        padding-top: 14px;
      }

      .hosttbl_hero {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .hosttbl_site {
        padding: 0 14px 14px;
      }

      .hosttbl_hero {
        padding: 16px;
      }

      .hosttbl_title {
        font-size: 24px;
      }

      .hosttbl_desc {
        font-size: 14px;
      }
    }


    /* 合并为一个通栏整体容器，不再三块切开 */
    .hosttbl_unified_panel {
      width: 100%;
      padding: 18px;
      background: rgba(255, 255, 255, .86);
      border: 1px solid rgba(15, 23, 42, .08);
      border-radius: 14px;
    }

    .hosttbl_unified_panel .hosttbl_hero,
    .hosttbl_unified_panel .hosttbl_table_card,
    .hosttbl_unified_panel .hosttbl_faq {
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }

    .hosttbl_unified_panel .hosttbl_hero {
      grid-template-columns: minmax(0, 1.45fr) minmax(450px, .55fr);
      gap: 16px;
    }

    .hosttbl_unified_panel .hosttbl_hero_panel {
      background: rgba(139, 90, 53, .045) !important;
      border: 1px solid rgba(139, 90, 53, .10) !important;
      border-radius: 12px !important;
    }

    .hosttbl_unified_panel .hosttbl_table_card {
      padding-top: 0 !important;
    }

    .hosttbl_unified_panel .hosttbl_faq {
      padding-bottom: 2px !important;
    }

    .hosttbl_section_divider {
      height: 34px;
      margin: 0;
    }

    .hosttbl_section_divider::before,
    .hosttbl_section_divider::after {
      background: linear-gradient(90deg, transparent, rgba(139, 90, 53, .26), transparent) !important;
    }

    .hosttbl_section_divider span {
      width: 46px;
      height: 7px;
      background: linear-gradient(90deg, rgba(139, 90, 53, .18), rgba(139, 90, 53, .55), rgba(139, 90, 53, .18)) !important;
      box-shadow: 0 0 0 4px rgba(139, 90, 53, .045) !important;
    }

    @media (max-width: 1000px) {
      .hosttbl_unified_panel .hosttbl_hero {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .hosttbl_unified_panel {
        padding: 14px;
        border-radius: 12px;
      }

      .hosttbl_section_divider {
        height: 28px;
      }
    }


    /* 套餐数据同行标签 */
    .hosttbl_table_headline {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      flex: 1;
    }

    .hosttbl_plan_tags {
      display: flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .hosttbl_plan_tags::-webkit-scrollbar {
      display: none;
    }

    .hosttbl_plan_tag {
      height: 28px;
      padding: 0 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: #6f4427;
      background: rgba(139, 90, 53, .075);
      border: 1px solid rgba(139, 90, 53, .14);
      border-radius: 5px;
      font-size: 14px;
      font-weight: 850;
      white-space: nowrap;
      transition: all .2s ease;
    }

    .hosttbl_plan_tag:hover,
    .hosttbl_plan_tag_active {
      color: #ffffff;
      background: #8b5a35;
      border-color: #8b5a35;
    }

    @media (max-width: 900px) {
      .hosttbl_table_top {
        align-items: flex-start;
        flex-direction: column;
      }

      .hosttbl_table_headline {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }

      .hosttbl_plan_tags {
        width: 100%;
      }
    }

/* 推荐方案页面：地区分组行 */
.hosttbl_region_group td {
  padding: 10px 12px 4px;
  background: transparent;
  border: 0;
  color: #3f2a1d;
  font-weight: 950;
  white-space: nowrap;
}

.hosttbl_region_group span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  color: #ffffff;
  background: #8b5a35;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 950;
}

.hosttbl_region_group em {
  margin-left: 8px;
  color: #8b5a35;
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}

@media (max-width: 768px) {
  .hosttbl_region_group td {
    padding: 8px 10px 2px;
  }
}


/* 搬瓦工使用教程文章页 */
.bwh_tutorial_hero {
  align-items: stretch;
}

.bwh_tutorial_panel .hosttbl_domain_item {
  text-decoration: none;
}

.bwh_article {
  width: 100%;
  color: #334155;
}

.bwh_article_intro {
  padding: 18px;
  background: rgba(139, 90, 53, .04);
  border: 1px solid rgba(139, 90, 53, .10);
  border-radius: 12px;
}

.bwh_article_intro p {
  margin: 12px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.bwh_article_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bwh_article_meta span {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #6f4427;
  background: rgba(139, 90, 53, .075);
  border: 1px solid rgba(139, 90, 53, .14);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 850;
}

.bwh_article_section {
  margin-top: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
}

.bwh_article_section h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -.03em;
}

.bwh_article_section h3 {
  margin: 20px 0 8px;
  color: #2f2118;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 920;
}

.bwh_article_section p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.bwh_article_figure {
  width: fit-content;
  max-width: 100%;
  margin: 22px auto;
  padding: 0;
}

.bwh_article_figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.bwh_article_figure figcaption {
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.bwh_article_section p.bwh_change-ip {
      margin: 39px;
    font-size: 20px;
}

.bwh_change-ip-a {
     color:#0783e7;
}

.bwh_step_list,
.bwh_check_list {
  margin: 10px 0 0;
  padding-left: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.hosttbl_hero_panel_gap {
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hosttbl_hero_content_span_1 {
  font-size: 14px;
  color: #4d5463;
}

.hosttbl_hero_content_span_2 {
  font-size: 14px;
  color: #0f172a !important;
  font-weight: 700;
}

.bwh_step_list {
  counter-reset: bwhstep;
}

.bwh_step_list li,
.bwh_check_list li {
  position: relative;
  padding: 12px 12px 12px 42px;
  color: #475569;
  background: #fbfaf8;
  border: 1px solid rgba(139, 90, 53, .10);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.75;
}

.bwh_step_list li::before {
  counter-increment: bwhstep;
  content: counter(bwhstep);
  position: absolute;
  left: 12px;
  top: 13px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #8b5a35;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 950;
}

.bwh_check_list li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8b5a35;
  background: rgba(139, 90, 53, .10);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 950;
}

.bwh_code_block {
  margin: 12px 0;
  padding: 13px 14px;
  overflow-x: auto;
  color: #f8fafc;
  background: #1f2937;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.bwh_code_block code {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.bwh_notice {
  padding: 12px 14px;
  color: #6f4427 !important;
  background: rgba(139, 90, 53, .07);
  border: 1px solid rgba(139, 90, 53, .14);
  border-radius: 10px;
  font-weight: 750;
}

.bwh_article_faq_grid {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .bwh_article_intro,
  .bwh_article_section {
    padding: 16px;
  }

  .bwh_article_section h2 {
    font-size: 20px;
  }

  .bwh_placeholder_img {
    min-height: 180px;
  }

  .bwh_step_list li,
  .bwh_check_list li {
    padding-left: 38px;
  }
}


/* 支付方案信息行 */
.hosttbl_payment_item .hosttbl_domain_value {
  color: #0f172a !important;
  font-weight: 900;
}

.bwh_footer_inner {
  width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.bwh_footer_bottom {
    margin-top: 14px;
    padding-top: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}