    .channel-accent {
      height: 3px;
      background: var(--brand);
      font-size: 0;
      line-height: 0;
    }

    .section {
      margin-top: 10px;
      padding: 0;
    }

    .block {
      padding: 13px;
      border: 0;
      border-radius: 0;
      background: var(--surface);
      box-shadow: none;
    }

    .block-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 11px;
    }

    .block-title {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0;
      color: var(--text);
      font-size: 16px;
      font-weight: 800;
      line-height: 1.25;
    }

    .mark {
      width: 4px;
      height: 17px;
      border-radius: 3px;
      background: var(--brand);
    }

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

    .market-cat {
      display: grid;
      gap: 6px;
      min-width: 0;
      min-height: 94px;
      padding: 10px;
      overflow: hidden;
      border: 0;
      border-radius: 8px;
      background: #f8fafc;
    }

    .market-main {
      display: block;
      color: #344054;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.25;
    }

    .market-sub {
      display: flex;
      flex-wrap: wrap;
      gap: 5px 8px;
      min-width: 0;
    }

    .market-sub a {
      max-width: 100%;
      overflow: hidden;
      color: #667085;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
      line-height: 1.35;
    }

    .city-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }

.city-grid a {
      display: grid;
      place-items: center;
      min-height: 38px;
      padding: 8px 5px;
      overflow: hidden;
      border: 0;
      border-radius: 8px;
      background: var(--soft);
      color: #344054;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
    }

    .latest-products {
      display: grid;
      gap: 0;
    }

    .latest-product {
      display: grid;
      grid-template-columns: 84px minmax(0, 1fr);
      gap: 11px;
      align-items: center;
      padding: 11px 0;
      border-bottom: 1px solid #e5e7eb;
    }

    .latest-product:first-child {
      padding-top: 0;
    }

    .latest-product:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .latest-product img {
      width: 84px;
      height: 84px;
      border: 0;
      border-radius: 8px;
      background: #f8fafc;
      object-fit: cover;
    }

    .latest-product-info {
      display: grid;
      gap: 6px;
      min-width: 0;
    }

    .latest-product-title {
      display: -webkit-box;
      overflow: hidden;
      color: #25314a;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.42;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .latest-product-price {
      color: var(--brand);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }

    .latest-product-company {
      overflow: hidden;
      color: #667085;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
      line-height: 1.2;
    }

    @media (min-width: 390px) {
      .section {
        margin-top: 11px;
        padding: 0;
      }

      .block {
        padding: 14px;
      }

      .block-head {
        margin-bottom: 12px;
      }

      .block-title {
        font-size: 18px;
      }

      .mark {
        height: 19px;
      }

      .market-links,
      .city-grid {
        gap: 9px;
      }

      .market-cat {
        min-height: 104px;
        padding: 11px;
      }

      .market-main {
        font-size: 15px;
      }

      .market-sub a {
        font-size: 13px;
      }

      .city-grid a {
        min-height: 42px;
        font-size: 14px;
      }

      .latest-product {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 0;
      }

      .latest-product img {
        width: 96px;
        height: 96px;
      }

      .latest-product-title {
        font-size: 15px;
        line-height: 1.45;
      }

      .latest-product-price {
        font-size: 14px;
      }

      .latest-product-company {
        font-size: 13px;
      }
    }

    @media (max-width: 360px) {
      .market-links {
        grid-template-columns: 1fr;
      }

      .latest-product {
        grid-template-columns: 76px minmax(0, 1fr);
      }

      .latest-product img {
        width: 76px;
        height: 76px;
      }
    }

    .product-list-page {
      padding-bottom: 82px;
    }

    .pl-hero {
      display: grid;
      padding: 10px 12px;
      background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
      border-bottom: 1px solid #e5e7eb;
    }

    .pl-crumb {
      display: flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
      color: #7a8495;
      font-size: 12px;
      line-height: 1.2;
    }

.pl-crumb a {
      color: #344054;
      font-weight: 700;
    }

    .pl-crumb span:last-child {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

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

    .pl-stats span {
      min-width: 0;
      padding: 9px 10px;
      border: 0;
      border-radius: 8px;
      background: #fff;
      color: #667085;
      font-size: 12px;
      line-height: 1.2;
    }

    .pl-stats strong {
      display: block;
      overflow: hidden;
      color: #c62828;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.1;
    }

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

    .pl-chip-grid a,
    .pl-nearby dd {
      display: grid;
      align-items: center;
      min-height: 38px;
      min-width: 0;
      padding: 8px 9px;
      overflow: hidden;
      border: 0;
      border-radius: 8px;
      background: #f8fafc;
      color: #344054;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
    }

    .pl-nearby dd {
      margin: 0;
    }

    .pl-nearby dd a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .pl-products-block {
      padding: 0;
      overflow: hidden;
    }

    .pl-products-block .block-head {
      margin: 0;
      padding: 13px 13px 0;
    }

    .pl-product-list {
      display: grid;
      gap: 0;
      padding: 4px 13px 0;
    }

    .pl-product-card {
      display: grid;
      grid-template-columns: 108px minmax(0, 1fr);
      gap: 12px;
      min-width: 0;
      padding: 14px 0;
      border-bottom: 1px solid #e5e7eb;
    }

    .pl-product-card:last-child {
      border-bottom: 0;
    }

    .pl-product-img {
      display: block;
      width: 108px;
      height: 108px;
      overflow: hidden;
      border: 0;
      border-radius: 8px;
      background: #f8fafc;
    }

    .pl-product-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .pl-product-info {
      display: grid;
      gap: 7px;
      min-width: 0;
      align-content: center;
    }

    .pl-product-info h3 {
      margin: 0;
      font-size: 15px;
      font-weight: 850;
      line-height: 1.36;
    }

    .pl-product-info h3 a {
      display: -webkit-box;
      overflow: hidden;
      color: #25314a;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .pl-product-price {
      color: #c62828;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.15;
    }

    .pl-product-meta,
    .pl-product-company {
      overflow: hidden;
      color: #667085;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
      line-height: 1.2;
    }

    .pl-product-company a {
      color: #596275;
    }

    .pl-product-foot {
      min-width: 0;
      color: #98a2b3;
      font-size: 11px;
      line-height: 1.2;
    }

    .pl-product-foot time {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .pl-empty {
      padding: 18px 13px 20px;
      color: #667085;
      font-size: 14px;
      line-height: 1.5;
    }

    .product-list-page .pages {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      align-items: center;
      padding: 13px;
      border-top: 1px solid #e5e7eb;
      background: #fff;
    }

    .product-list-page .pages span {
      width: 100%;
      color: #667085;
      font-size: 12px;
      line-height: 1.2;
    }

    .product-list-page .pages a,
    .product-list-page .pages em {
      display: grid;
      place-items: center;
      min-width: 34px;
      height: 34px;
      padding: 0 10px;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      background: #f8fafc;
      color: #344054;
      font-size: 13px;
      font-style: normal;
      font-weight: 800;
    }

    .product-list-page .pages em {
      border-color: #c62828;
      background: #c62828;
      color: #fff;
    }

    @media (min-width: 390px) {
      .pl-hero {
        padding: 11px 13px;
      }

      .pl-chip-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
      }

      .pl-product-card {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 13px;
      }

      .pl-product-img {
        width: 112px;
        height: 112px;
      }

      .pl-product-info h3 {
        font-size: 16px;
      }
    }

    @media (max-width: 360px) {
      .pl-stats,
      .pl-chip-grid {
        grid-template-columns: 1fr;
      }

      .pl-product-card {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 10px;
      }

      .pl-product-img {
        width: 88px;
        height: 88px;
      }
    }

    body.product-info-body {
      padding-bottom: 78px;
      background: var(--bg);
      color: var(--text);
    }

    body.product-info-body #main,
    body.product-info-body #nav,
    body.product-info-body > .box,
    body.product-info-body > div > .box {
      width: 100%;
      max-width: 430px;
      margin-right: auto;
      margin-left: auto;
    }

    body.product-info-body #main {
      overflow: hidden;
      background: #fff;
    }

    body.product-info-body #il {
      margin: 0;
    }

    body.product-info-body .mainimg {
      width: 100%;
      height: min(100vw, 430px);
      max-height: 430px;
      overflow: hidden;
      background: #fff;
    }

    body.product-info-body .swiper-container,
    body.product-info-body .swiper-wrapper,
    body.product-info-body .swiper-slide {
      width: 100%;
      height: 100%;
      background: #fff;
    }

    body.product-info-body .swiper-container {
      position: relative;
      overflow: hidden;
    }

    body.product-info-body .swiper-wrapper {
      display: flex;
      transition: transform .32s ease;
      will-change: transform;
    }

    body.product-info-body .swiper-slide {
      flex: 0 0 100%;
      min-width: 100%;
    }

    body.product-info-body .mainimg img,
    body.product-info-body .banner-img-p,
    body.product-info-body .mainimg video {
      display: block;
      width: 100%;
      height: 100%;
      max-height: 100%;
      object-fit: contain;
      background: #fff;
    }

    body.product-info-body .swiper-pagination-bullet {
      display: inline-block;
      width: 7px;
      height: 7px;
      margin: 0 3px;
      border-radius: 999px;
      background: rgba(198, 40, 40, .32);
      opacity: 1;
    }

    body.product-info-body .swiper-pagination-bullet-active {
      width: 16px;
      background: #c62828;
    }

    body.product-info-body .swiper-pagination {
      position: absolute;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 2;
      height: 10px;
      text-align: center;
      line-height: 10px;
    }

    body.product-info-body h1 {
      max-width: 430px;
      margin: 0 auto;
      padding: 14px 14px 12px;
      background: #fff;
      color: #172033;
      font-size: 18px;
      font-weight: 850;
      line-height: 1.42;
    }

    body.product-info-body .box {
      overflow: hidden;
      margin-top: 10px;
      margin-bottom: 0;
      background: #fff;
      border-radius: 0;
    }

    body.product-info-body .pcontent {
      margin-top: 0;
      border-top: 1px solid #f0f2f5;
    }

    body.product-info-body .boxcontent {
      width: auto;
      margin: 0;
      padding: 0 14px 14px;
      color: #344054;
      font-size: 15px;
      line-height: 1.8;
    }

    body.product-info-body .boxtitle {
      display: flex;
      align-items: center;
      height: auto;
      margin: 0;
      padding: 14px 14px 10px;
      color: #172033;
      text-indent: 0;
      font-size: 17px;
      font-weight: 850;
      line-height: 1.25;
    }

    body.product-info-body .boxtitle:before {
      content: "";
      width: 4px;
      height: 18px;
      margin-right: 8px;
      border-radius: 4px;
      background: var(--brand);
    }

    body.product-info-body #contact,
    body.product-info-body .codl {
      display: grid;
      grid-template-columns: 84px minmax(0, 1fr);
      gap: 0;
      width: auto;
      margin: 0;
      padding: 2px 14px 14px;
      color: #344054;
      font-size: 14px;
    }

    body.product-info-body .codl dt,
    body.product-info-body .codl dd {
      min-width: 0;
      margin: 0;
      padding: 10px 0;
      border-bottom: 1px solid #f0f2f5;
      line-height: 1.45;
    }

    body.product-info-body .codl dt {
      color: #667085;
    }

    body.product-info-body .codl dd {
      color: #25314a;
      font-weight: 650;
    }

    body.product-info-body .codl dd a {
      color: inherit;
    }

    body.product-info-body .codl .price,
    body.product-info-body .codl em {
      color: #d9480f;
      font-weight: 900;
    }

    body.product-info-body .renzheng {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      align-items: center;
    }

    body.product-info-body .cert-badge,
    body.product-info-body .vip-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      min-height: 24px;
      padding: 0 8px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 850;
      line-height: 1;
      white-space: nowrap;
    }

    body.product-info-body .cert-badge .iconfont,
    body.product-info-body .vip-badge .iconfont {
      color: currentColor;
      font-size: 14px;
      line-height: 1;
    }

    body.product-info-body .cert-enterprise {
      background: #fff1f0;
      color: #b42318;
    }

    body.product-info-body .cert-person {
      background: #fff7e6;
      color: #9a6700;
    }

    body.product-info-body .cert-honor {
      background: #eff6ff;
      color: #175cd3;
    }

    body.product-info-body .cert-weixin {
      background: #ecfdf3;
      color: #027a48;
    }

    body.product-info-body .vip-badge {
      background: linear-gradient(135deg, #c62828 0%, #ef6820 100%);
      color: #fff;
      box-shadow: none;
    }

    body.product-info-body .vip-level1 {
      background: linear-gradient(135deg, #475467 0%, #667085 100%);
    }

    body.product-info-body .vip-level2 {
      background: linear-gradient(135deg, #b54708 0%, #f79009 100%);
    }

    body.product-info-body .m-content {
      position: relative;
    }

    body.product-info-body .product-detail-tabs {
      padding: 0;
    }

    body.product-info-body .product-tab-input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    body.product-info-body .product-tab-nav {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-bottom: 1px solid #f0f2f5;
      background: #fff;
    }

    body.product-info-body .product-tab-nav label {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 48px;
      color: #667085;
      font-size: 16px;
      font-weight: 850;
      line-height: 1.2;
    }

    body.product-info-body .product-tab-nav label:after {
      content: "";
      position: absolute;
      right: 32px;
      bottom: 0;
      left: 32px;
      height: 3px;
      border-radius: 999px 999px 0 0;
      background: transparent;
    }

    body.product-info-body .product-tab-panels {
      padding: 14px;
    }

    body.product-info-body .product-tab-panel {
      display: none;
    }

    body.product-info-body .product-tab-input:nth-of-type(1):checked ~ .product-tab-nav label:nth-child(1),
    body.product-info-body .product-tab-input:nth-of-type(2):checked ~ .product-tab-nav label:nth-child(2) {
      color: #c62828;
    }

    body.product-info-body .product-tab-input:nth-of-type(1):checked ~ .product-tab-nav label:nth-child(1):after,
    body.product-info-body .product-tab-input:nth-of-type(2):checked ~ .product-tab-nav label:nth-child(2):after {
      background: #c62828;
    }

    body.product-info-body .product-tab-input:nth-of-type(1):checked ~ .product-tab-panels .product-tab-detail-panel,
    body.product-info-body .product-tab-input:nth-of-type(2):checked ~ .product-tab-panels .product-tab-enterprise-panel {
      display: block;
    }

    body.product-info-body .m-content .m-detail {
      max-height: none;
      overflow: visible;
      color: #344054;
    }

    body.product-info-body .m-content .m-detail img,
    body.product-info-body .m-content .m-detail video {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 10px auto;
      border-radius: 8px;
    }

    body.product-info-body .m-content .m-detail table {
      width: 100%;
      border-collapse: collapse;
      background: #f8fafc;
      font-size: 13px;
    }

    body.product-info-body .m-content .m-detail td {
      padding: 7px;
      border: 1px solid #e5e7eb;
      background: #fff;
    }

    body.product-info-body .enterprise-profile {
      display: grid;
      gap: 12px;
      color: #344054;
      font-size: 14px;
      line-height: 1.65;
    }

    body.product-info-body .enterprise-profile-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding-bottom: 12px;
      border-bottom: 1px solid #f0f2f5;
    }

    body.product-info-body .enterprise-profile-head strong {
      min-width: 0;
      color: #172033;
      font-size: 17px;
      font-weight: 850;
      line-height: 1.35;
    }

    body.product-info-body .enterprise-profile-head span {
      flex: 0 0 auto;
      padding: 3px 8px;
      border-radius: 999px;
      background: #fff1f0;
      color: #b42318;
      font-size: 12px;
      font-weight: 850;
      line-height: 1.2;
    }

    body.product-info-body .enterprise-basics {
      display: grid;
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 0;
      margin: 0;
      padding: 0;
      border-top: 1px solid #f0f2f5;
    }

    body.product-info-body .enterprise-basics dt,
    body.product-info-body .enterprise-basics dd {
      min-width: 0;
      margin: 0;
      padding: 9px 0;
      border-bottom: 1px solid #f0f2f5;
    }

    body.product-info-body .enterprise-basics dt {
      color: #667085;
    }

    body.product-info-body .enterprise-basics dd {
      color: #25314a;
      font-weight: 700;
    }

    body.product-info-body .enterprise-section {
      display: grid;
      gap: 5px;
    }

    body.product-info-body .enterprise-section h4 {
      margin: 0;
      color: #172033;
      font-size: 15px;
      font-weight: 850;
      line-height: 1.35;
    }

    body.product-info-body .enterprise-section p {
      margin: 0;
      color: #475467;
    }

    body.product-info-body .enterprise-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      justify-self: start;
      min-height: 34px;
      padding: 0 13px;
      border-radius: 999px;
      background: #f8fafc;
      color: #c62828;
      font-size: 13px;
      font-weight: 850;
    }

    body.product-info-body .m-content .m-fixed-box {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: none;
    }

    body.product-info-body .m-content .m-backgroud {
      height: 70px;
      background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    }

    body.product-info-body .m-content .m-showmore {
      height: 40px;
      background: #fff;
      color: #344054;
      text-align: center;
      font-size: 14px;
      font-weight: 800;
      line-height: 40px;
    }

    body.product-info-body .detail_canshu {
      display: grid;
      gap: 8px;
      margin-bottom: 12px;
    }

    body.product-info-body .detail_canshu .item-cantainer {
      display: grid;
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 8px;
      padding: 9px 10px;
      border-radius: 8px;
      background: #f8fafc;
      line-height: 1.45;
    }

    body.product-info-body .detail_canshu .canshu_name {
      color: #667085;
    }

    body.product-info-body .detail_canshu .canshu_value {
      min-width: 0;
      color: #25314a;
      font-weight: 700;
    }

    body.product-info-body .li33,
    body.product-info-body .boxcontent ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    body.product-info-body .li33 li,
    body.product-info-body .boxcontent li {
      display: flex;
      gap: 10px;
      align-items: center;
      min-width: 0;
      padding: 10px 0;
      border-bottom: 1px solid #f0f2f5;
      line-height: 1.35;
    }

    body.product-info-body .li33 li:last-child,
    body.product-info-body .boxcontent li:last-child {
      border-bottom: 0;
    }

    body.product-info-body .li33 a,
    body.product-info-body .boxcontent li a {
      min-width: 0;
      flex: 1 1 auto;
      overflow: hidden;
      color: #25314a;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    body.product-info-body .li33 span,
    body.product-info-body .boxcontent li span {
      flex: 0 0 auto;
      color: #98a2b3;
      font-size: 12px;
    }

    body.product-info-body #nav {
      height: auto;
      margin-top: 10px;
      padding: 10px 14px;
      overflow: hidden;
      background: #fff;
      color: #667085;
      font-size: 12px;
      line-height: 1.6;
      box-sizing: border-box;
    }

    body.product-info-body #nav a {
      color: #526071;
    }

    body.product-info-body .clear {
      clear: both;
      height: 0;
      padding: 0;
    }

    body.product-info-body #foot_nav {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9999;
      height: auto;
      padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
      border-top: 1px solid #e5e7eb;
      background: rgba(255,255,255,.98);
      box-shadow: 0 -8px 24px rgba(16,24,40,.1);
      box-sizing: border-box;
    }

    body.product-info-body #foot_nav .bbbox {
      display: grid;
      grid-template-columns: .72fr 2.68fr;
      gap: 8px;
      width: 100%;
      max-width: 430px;
      margin: 0 auto;
      padding: 0;
      clear: both;
    }

    body.product-info-body #foot_nav .bbbox a,
    body.product-info-body #foot_nav .bbbox button,
    body.product-info-body #foot_nav .bbbox a.bt,
    body.product-info-body #foot_nav .bbbox button.bt {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      height: 44px;
      margin: 0;
      border: 1px solid #e5e7eb;
      border-radius: 999px;
      background: #fff;
      color: #344054;
      font-family: inherit;
      text-indent: 0;
      box-shadow: none;
      box-sizing: border-box;
      line-height: 1.2;
    }

    body.product-info-body #foot_nav .foot-action-capsule {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      min-width: 0;
      overflow: hidden;
      border-radius: 999px;
      box-shadow: none;
    }

    body.product-info-body #foot_nav .bbbox a:first-child,
    body.product-info-body #foot_nav .bbbox button:first-child {
      border-color: #e5e7eb;
      background: #fff;
      color: #25314a;
      font-size: 12px;
      font-weight: 750;
    }

    body.product-info-body #foot_nav .bbbox a.bt:nth-child(2),
    body.product-info-body #foot_nav .bbbox button.bt:nth-child(2) {
      border-color: #f6a623;
      background: #f6a623;
      color: #fff;
      font-size: 15px;
      font-weight: 850;
    }

    body.product-info-body #foot_nav .bbbox a.bt:last-child,
    body.product-info-body #foot_nav .bbbox button.bt:last-child {
      border-color: #c62828;
      background: #c62828;
      color: #fff;
      font-size: 15px;
      font-weight: 850;
    }

    body.product-info-body #foot_nav .foot-action-capsule a,
    body.product-info-body #foot_nav .foot-action-capsule button,
    body.product-info-body #foot_nav .foot-action-capsule a.bt,
    body.product-info-body #foot_nav .foot-action-capsule button.bt {
      width: 100%;
      border-radius: 0;
    }

    body.product-info-body #foot_nav .foot-action-capsule button.bt {
      border-color: #f6a623;
      background: #f6a623;
      color: #fff;
      font-size: 15px;
      font-weight: 850;
    }

    body.product-info-body #foot_nav .foot-action-capsule a.bt {
      border-color: #c62828;
      background: #c62828;
      color: #fff;
      font-size: 15px;
      font-weight: 850;
    }

    body.product-info-body #foot_nav .bbbox a i,
    body.product-info-body #foot_nav .bbbox button i {
      margin-right: 4px;
      color: inherit;
      font-size: 17px;
      line-height: 1;
    }

    body.product-info-body #foot_nav .bbbox a span,
    body.product-info-body #foot_nav .bbbox button span {
      display: block;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    body.product-info-body #bottom-ad-shop-mip {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
      align-items: center;
      width: 100%;
      max-width: 430px;
      margin: 0 auto;
    }

    body.product-info-body #bottom-ad-shop-mip .link-a {
      position: absolute;
      inset: 0;
    }

    body.product-info-body #bottom-ad-shop-mip .name {
      min-width: 0;
      overflow: hidden;
      color: #25314a;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 800;
    }

    body.product-info-body #bottom-ad-shop-mip .name span {
      margin: 0 3px;
      color: #d9480f;
    }

    body.product-info-body #bottom-ad-shop-mip .tel {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      background: #2f80ed;
      color: #fff;
      font-size: 14px;
      font-weight: 850;
    }

    body.product-info-body #popup {
      position: fixed;
      inset: 0;
      z-index: 10020;
      display: none;
      background: rgba(15, 23, 42, .48);
    }

    body.product-info-body .popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: min(84vw, 320px);
      padding: 22px 18px 20px;
      transform: translate(-50%, -50%);
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 18px 48px rgba(15, 23, 42, .22);
      text-align: center;
    }

    body.product-info-body .close {
      position: absolute;
      top: 8px;
      right: 10px;
      width: 34px;
      height: 34px;
      color: #98a2b3;
      font-size: 30px;
      line-height: 32px;
    }

    body.product-info-body .copy-content {
      display: grid;
      gap: 8px;
      color: #344054;
      font-size: 14px;
      line-height: 1.5;
    }

    body.product-info-body .first-title {
      color: #172033;
      font-size: 20px;
      font-weight: 850;
      line-height: 1.3;
    }

    body.product-info-body .link_num {
      color: #d9480f;
      font-size: 17px;
      font-weight: 900;
    }

    body.product-info-body .tips_title {
      color: #667085;
      font-size: 13px;
    }

    .product-sheet-lock {
      overflow: hidden;
    }

    .product-inquiry-sheet {
      position: fixed;
      inset: 0;
      z-index: 10010;
      visibility: hidden;
      pointer-events: none;
    }

    .product-inquiry-sheet.is-open {
      visibility: visible;
      pointer-events: auto;
    }

    .product-inquiry-mask {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(15, 23, 42, .42);
      opacity: 0;
      transition: opacity .22s ease;
    }

    .product-inquiry-sheet.is-open .product-inquiry-mask {
      opacity: 1;
    }

    .product-inquiry-panel {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: grid;
      grid-template-rows: 48px minmax(0, 1fr);
      width: 100%;
      max-width: 430px;
      height: 61vh;
      max-height: 680px;
      min-height: 390px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 18px 18px 0 0;
      background: #fff;
      box-shadow: 0 -18px 48px rgba(15, 23, 42, .2);
      transform: translateY(102%);
      transition: transform .26s cubic-bezier(.2, .8, .2, 1);
    }

    .product-inquiry-sheet.is-open .product-inquiry-panel {
      transform: translateY(0);
    }

    .product-inquiry-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 14px 0 18px;
      border-bottom: 1px solid #e5e7eb;
    }

    .product-inquiry-head strong {
      color: #1d2939;
      font-size: 16px;
      font-weight: 850;
    }

    .product-inquiry-head button {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border: 0;
      border-radius: 999px;
      background: #f2f4f7;
      color: #344054;
      font-size: 24px;
      line-height: 1;
    }

    .product-inquiry-panel iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
      background: #fff;
    }

    @media (max-width: 360px) {
      body.product-info-body #contact,
      body.product-info-body .codl {
        grid-template-columns: 76px minmax(0, 1fr);
        font-size: 13px;
      }

      body.product-info-body #foot_nav .bbbox {
        grid-template-columns: .66fr 2.44fr;
        gap: 6px;
      }

      body.product-info-body #foot_nav .bbbox a,
      body.product-info-body #foot_nav .bbbox button,
      body.product-info-body #foot_nav .bbbox a.bt,
      body.product-info-body #foot_nav .bbbox button.bt {
        height: 42px;
      }

      body.product-info-body #foot_nav .bbbox a.bt:nth-child(2),
      body.product-info-body #foot_nav .bbbox button.bt:nth-child(2),
      body.product-info-body #foot_nav .bbbox a.bt:last-child,
      body.product-info-body #foot_nav .bbbox button.bt:last-child {
        font-size: 14px;
      }
    }
