/**
 * Himall PC 商城：全局字体调整
 * 仅改字号/字体族，不修改宽度、padding、img 等布局属性（首页为 1190px 固定版式）。
 */

:root {
  --himall-font-family: "PingFang SC", "PingFang-SC", tahoma, arial, "Microsoft YaHei", "Hiragino Sans GB", SimSun, sans-serif;
  --himall-body-size: 12px;
  --himall-body-line-height: 1.5;
  --himall-product-name-size: 16px;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font: var(--himall-body-size) / var(--himall-body-line-height) var(--himall-font-family) !important;
  color: #666;
}

input,
button,
select,
textarea {
  font: var(--himall-body-size) / var(--himall-body-line-height) var(--himall-font-family);
}

/* 顶栏：相对原 12px 基准 +2px（仅字号，不改行高/宽度） */
.top,
.top a,
.top span,
.top em,
.top .top-link,
.top .login-regin,
.top .login-regin li,
.top .quick_list,
.top .quick_list li {
  font-size: 14px;
}

/* 左侧商品分类菜单 */
.categorys h3,
.categorys h3 a {
  font-size: 15px;
}

/* 列表/内页等正文辅助区 +2px（不碰导航等固定高度区域） */
.crumb,
.crumb a,
.side-asset-list li h3,
.side-asset-list li h5,
#refilter .more,
.attr .a-key,
.prop-attrs .v-fold .f-list li,
.pagin-m a,
.pagin-m span,
.pagin .page-skip,
#right_customer .online-service em,
li#right_customer .customer em {
  font-size: 14px;
}

.pagin a,
.pagin span {
  font-size: 16px;
}

/* ---------- 商品名称：16px + PingFang SC ---------- */
.p-name,
.p-name a,
.p-name .keycolor,
#product-intro #name h1,
#product-intro #name h1 a,
#product-info .p-name,
#product-info .p-name a,
.cart-tbody .p-name,
.cart-tbody .p-name a,
#order-cart .p-name,
#order-cart .p-name a,
#nav-minicart .p-name,
#nav-minicart .p-name a,
.m3 li .p-name,
.m3 li .p-name a,
#plist.plist-n7 li div.p-name,
#plist.plist-n7 li div.p-name a,
.time-sale li .p-name,
.time-sale li .p-name a,
.topic-goods-Z .p-name,
.topic-goods-Z .p-name a,
.footmark .may-like-list .p-name,
.footmark .may-like-list .p-name a,
.products-group .name,
.products-group .name a,
.floorA .right-tab-pro ul li p a,
.floorC .b-pro ul li div p,
.floor-six .right-tab-pro li p a,
.floor-seven .fst-mid .tab-pro-show li div p a,
.floor .content-right-tab li h3 a,
.content-right-goods li h3 a {
  font-family: "PingFang SC", "PingFang-SC", tahoma, arial, "Microsoft YaHei", "Hiragino Sans GB", SimSun, sans-serif !important;
  font-size: var(--himall-product-name-size) !important;
  line-height: 1.5 !important;
  font-weight: normal;
}

#product-intro #name h1 {
  font-weight: normal;
  color: #222;
}

#plist.plist-n7 li div.p-name {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  line-height: 20px !important;
  margin-bottom: 4px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#plist.plist-n7 li div.p-name a {
  line-height: 20px !important;
}

.m3 li .p-name {
  height: auto;
  min-height: 3em;
}
