body {
	background-color: #fff;
	/* 主题色衍生（--color 由 base.js 注入），用于半透明底/阴影/渐变尾色 */
	--color-ghost-04: color-mix(in srgb, var(--color) 8%, transparent);
	--color-ghost-08: color-mix(in srgb, var(--color) 14%, transparent);
	--color-ghost-12: color-mix(in srgb, var(--color) 20%, transparent);
	--color-ghost-18: color-mix(in srgb, var(--color) 28%, transparent);
	--color-ghost-28: color-mix(in srgb, var(--color) 40%, transparent);
	--color-ghost-40: color-mix(in srgb, var(--color) 52%, transparent);
	--color-ghost-50: color-mix(in srgb, var(--color) 62%, transparent);
	--color-tint-page: color-mix(in srgb, var(--color) 6%, white);
	--color-tint-card: color-mix(in srgb, var(--color) 12%, white);
	--color-tint-border: color-mix(in srgb, var(--color) 30%, white);
	--color-grad-light: color-mix(in srgb, var(--color) 88%, white);
	--color-grad-dark: color-mix(in srgb, var(--color) 74%, black);
	--color-grad-deep: color-mix(in srgb, var(--color) 58%, black);
	--color-grad-night: color-mix(in srgb, var(--color) 40%, black);
}

ul,
li,
a,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-family: '微软雅黑';
	/* color: #444; */
}

b {
	font-weight: normal !important;
}
.wAuto{
	width:auto !important;
}

.xgcs {
	margin-top: 6px;
	color: #444;
}
.headerButton{
    height: auto !important;
}

.pagesInput input {
	width: 44px !important;
	line-height: 32px !important;
	height: 32px !important;
	border: 1px solid #DCDEE0;

}

.xjl {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 96px;
	right: 0;
	color: #fff;
	text-align: center;
	padding-top: 12px;
}

.pages {
	display: inline-block;
	cursor: pointer;
}

.yhjMore {
	display: none;
	cursor: pointer;
}

.yhjBox {
	width: 430px;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
	display: none;

}

.yhjBox ul {
	overflow-y: auto;
	height: calc(100% - 65px)
}

.yhjBox ul::-webkit-scrollbar {
	width: 0 !important
}

.yhjBox .title {
	height: 64px;
	line-height: 64px;
	color: #333;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.closeyhj {
	cursor: pointer;
	font-size: 18px;
	color: #999;
	transition: color 0.3s;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}

.closeyhj:hover {
	color: #333;
	background-color: rgba(0, 0, 0, 0.05);
}

.yhjBox .title::before {
	content: '';
	width: 3px;
	height: 10px;
	background: var(--color);
	position: absolute;
	top: 27px;
	left: 15px;

}

.c-444 {
	color: #444;
}

.itemYhj {
	margin-top: 10px;
	display: none;
}

.getcou {
	background: linear-gradient(135deg, var(--color-tint-page) 0%, var(--color-tint-card) 100%);
	border: 1px solid var(--color-tint-border);
	border-radius: 8px;
	width: 94%;
	margin: 15px auto;
	color: var(--color);
	min-height: 100px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-shadow: 0 2px 8px var(--color-ghost-12);
	position: relative;
	overflow: hidden;
}

.getcou::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--color) 0%, var(--color-grad-dark) 100%);
}

.getcou .yhjjg {
	color: var(--color);
	font-size: 24px;
	font-weight: 500;
	width: auto;
	min-width: 50px;
	padding: 0 8px;
	text-align: center;
	flex-shrink: 0;
}

.getcou .yhjmain {
	border-right: 2px dashed var(--color-tint-border);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: left;
	margin-right: 7px;
	flex: 1;
	min-width: 0;
	position: relative;
	padding-right: 7px;
}

.getcou .yhjmain::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid var(--color-tint-border);
	box-shadow: inset 0 0 0 2px var(--color-tint-page);
}

.getcou .lq {
	width: auto;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid var(--color);
	text-align: center;
	cursor: pointer;
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 5px;
}

.getcou .ylq {
	width: auto;
	min-width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
	color: #999999;
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.getcou .yhjtit {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	word-break: break-word;
	overflow-wrap: break-word;
}

.getcou .time {
	color: #999999;
	font-size: 11px;
	margin-top: 3px;
	line-height: 1.3;
	word-break: break-word;
	overflow-wrap: break-word;
}

/* 优惠券抽屉 — 可领取 .kl / 已领取 .bkl 共用卡面 Figma 1509:1895 & 已领状态 1509:1909 */
.yhjBox .kl,
.yhjBox .bkl {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	padding: 0 12px 16px;
	box-sizing: border-box;
}

.yhjBox .kl .getcou,
.yhjBox .bkl .getcou {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 12px 10px 12px 12px;
	min-height: 100px;
	background: #fff1f0;
	border: 1px solid #ffe0dc;
	border-radius: 10px;
	box-shadow: none;
	color: #fc3202;
	align-items: center;
	gap: 0;
}

.yhjBox .kl .getcou::before,
.yhjBox .bkl .getcou::before {
	display: none;
}

.yhjBox .kl .getcou .yhjjg,
.yhjBox .bkl .getcou .yhjjg {
	color: #fc3202;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	min-width: 72px;
	padding: 0 10px 0 4px;
	text-align: left;
	align-self: center;
}

.yhjBox .kl .getcou .yhjjg .fz14,
.yhjBox .bkl .getcou .yhjjg .fz14 {
	font-size: 14px;
	font-weight: 500;
	vertical-align: top;
}

.yhjBox .kl .getcou .yhjmain,
.yhjBox .bkl .getcou .yhjmain {
	border-right: 1px dashed rgba(252, 50, 2, 0.45);
	margin-right: 0;
	padding: 4px 12px 4px 8px;
	justify-content: center;
	gap: 2px;
}

.yhjBox .kl .getcou .yhjmain::after,
.yhjBox .bkl .getcou .yhjmain::after {
	display: none;
}

.yhjBox .kl .getcou .yhjtit,
.yhjBox .bkl .getcou .yhjtit {
	color: #fc3202;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.yhjBox .kl .getcou .time,
.yhjBox .bkl .getcou .time {
	color: #838383;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 4px;
}

.yhjBox .kl .getcou .lq {
	min-width: 65px;
	height: 26px;
	line-height: 26px;
	padding: 0 14px;
	margin-left: 8px;
	background: #fc3202;
	color: #fff;
	border: none;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 400;
	align-self: center;
	box-sizing: border-box;
}

.yhjBox .kl .getcou .lq:hover {
	filter: brightness(0.95);
}

/* 已领取 — 右侧为描边白底 + 橙字「Claimed」Figma 1509:1909 */
.yhjBox .bkl .getcou .ylq {
	min-width: 65px;
	height: 26px;
	line-height: 24px;
	padding: 0 12px;
	margin-left: 8px;
	background: #fff;
	color: #fc3202;
	border: 1px solid #fc3202;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 400;
	align-self: center;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}

.getCoupon {
	background: url('../../images/new/yhjbg.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
	color: var(--color);
	padding: 4px 15px;
}

.getCoupons {
	background: url('../../images/new/yhjNo.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
	color: #999;
	padding: 4px 15px;
}

.nowspages {
	color: var(--color);
}

.neck {
	width: 100%;
	line-height: 20px;
	padding: 25px 0;
	background-color: transparent;
	/* 	border-top: 2px solid var(--color); */
}

.neckTitle {
	width: 96%;
	min-width: 1200px;
	max-width: 1440px;
	font-size: 14px;
	color: rgba(75, 85, 99, 1);
	margin: 0 auto;
}

/* .shopin {
	display: inline-block;
	width: 1200px;
	height: 100%;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	font-size: 12px;
	color: #222222;
	text-align: right;
} */
.help {
	vertical-align: -2px;
}

.helpText::before {
	content: '';
	width: 0;
	height: 0;
	border: 16px solid;
	position: absolute;
	top: -30px;
	left: 38px;
	border-color: transparent transparent #F5F5F5 transparent;
}

.helpText {
	top: 45px;
	left: -47px;
	width: 200px;
	line-height: 20px;
	padding: 7px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.neckTitle .hoverPointer:hover {
	color: var(--color);
}

.mc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 348px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	display: none;
}

.nocp1 {
	display: inline-block;
	cursor: not-allowed
}

.nocp {
	/*cursor:not-allowed !important;*/
	pointer-events: none !important;
	color: #999 !important;
	border-color: #999 !important;
}

.nocps {
	/*cursor:not-allowed !important;*/
	pointer-events: none !important;
	background: #999 !important;
	border-color: #999 !important;
}

.containers {
	width: 96%;
	min-width: 1200px;
	max-width: 1440px;
	margin: 0 auto;
}

/* vip价格 */
.itemsOldPrice {
	margin-bottom: 5px;
}

.itemsOldPriceNumber {
	font-size: 28px;
	color: var(--color);
	font-weight: 600;
}

.itemsOldPriceNumber .price-unit {
	font-size: 14px;
	font-weight: 400;
	margin-left: 12px;
	color: rgb(55, 65, 81);
}

.originalPrice {
	display: inline-block;
	vertical-align: middle;
}

.originalPrice .original-price-text {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}

/* 会员价标签 — Figma 1481:538（与活动条左侧色块同系 #fff0eb 药丸） */
.memberDiscount {
	display: inline-block;
	vertical-align: middle;
}

.memberDiscount .discount-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 32px;
	padding: 0 14px;
	background: #fff0eb;
	border: none;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: var(--color, #ff6029);
}

.memberDiscount .discount-label,
.memberDiscount .discount-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.memberDiscount .discount-label {
	margin-right: 4px;
}

.itemsInfomationHeaderCenterTitle .moq-unit {
	color: rgb(55, 65, 81);
}

.itemsOldPrice del,
.itemsOldPrice .itemyj {
	font-size: 16px;
}

.notlogTips {
	font-size: 10px;
	color: var(--color);
	margin-top: 8px;
	margin-bottom: 10px;
}

.vipTips {
	padding-left: 33px;
	margin-top: 8px;
	padding-bottom: 20px;
	margin-left: 61px;
	display: none;
	background: url('../../images/new/vip.png') no-repeat;
}

/* 阶梯价格（旧 jgdl 卡片式：其它页仍可能使用；商详已改用 tier-price-figma） */
.tier-price-container {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.jgdl {
	min-width: 90px;
	flex: 1;
	max-width: 120px;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	transition: all 0.2s ease;
	border: 1px solid #e2e8f0;
}

.jgdl:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.tier-price-header {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-color: #cbd5e1;
}

.tier-price-header dt {
	background-color: transparent;
	color: #475569;
	font-weight: 600;
	font-size: 13px;
	border-bottom: 1px solid #e2e8f0;
}

.tier-price-header dd {
	background-color: transparent;
	color: #64748b;
	font-weight: 500;
	font-size: 13px;
}

.jgdl dt {
	background-color: #ffffff;
	line-height: 44px;
	color: var(--color);
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	padding: 0 8px;
	border-bottom: 1px solid #f1f5f9;
}

.jgdl dd {
	background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	line-height: 32px;
	color: #fff;
	text-align: center;
	padding: 0 8px;
	font-size: 13px;
	font-weight: 500;
}

/* 商品详情 .userStatus 内阶梯价 — Figma 1481:326 */
.tier-price-figma {
	--tier-cols: 3;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 0;
	background: #fff;
	border: 1px solid #e6e7eb;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 28px;
}

.itemsInfomationHeaderCenterTitle .userStatus .notlogTips + .tier-price-figma {
	margin-top: 10px;
}

.tier-price-figma .tier-price-row {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}

/* 奇数行 / 偶数行：第一行价、第二行量 背景区分 */
.tier-price-figma > .tier-price-row:first-of-type {
	background: #ffffff;
}

.tier-price-figma > .tier-price-row:last-of-type {
	background: #f5f6f8;
}

.tier-price-figma .tier-price-figmaLabel {
	flex: 0 0 auto;
	min-width: 4.5em;
	padding-right: 12px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #838383;
	white-space: nowrap;
}

.tier-price-figma .tier-price-figmaValues {
	flex: 1 1 0;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(var(--tier-cols, 1), minmax(0, 1fr));
	column-gap: 12px;
	align-items: center;
}

.tier-price-figma .tier-price-value,
.tier-price-figma .tier-price-qty {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	text-align: right;
}

.tier-price-figma .tier-price-figmaDivider {
	height: 1px;
	margin: 0;
	background: #e6e7eb;
	border: none;
}

.fz10 {
	color: #fff;
	font-size: 12px;
	padding-top: 8px;
	transform: scale(0.9);
	display: inline-block;
}

.golog {
	color: #007AFF;
	font-size: 12px;
	text-decoration: underline;
}

.shop_logo {
	width: 100px;
	height: 100px;
	display: block;
	/* border-radius: 50px; */
}

.shop_name {
	text-align: center;
	margin-top: 10px;
}

.itemsInfosX {
	width: 1px;
	height: 12px;
	border: 1px solid #E6E6E6;
	display: inline-block;
	margin: 0 20px;
	top: 2px;
}

.ord {
	color: #1EBB4A;
	border-radius: 2px;
	border: 1px solid #1EBB4A;
	padding: 0 10px;
	margin-right: 10px;
	/* width: 40px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	margin-left: 40px;
	margin-right: 10px; */
}

/* 物流方式 — 设计稿 818:668 */
.itemsInfomationHeaderCenterTitle .itemsShipping {
	font-size: 14px;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}

.itemsInfomationHeaderCenterTitle .itemsShippingTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	display: block;
	margin: 0 0 10px 0;
	white-space: nowrap;
}

.itemsInfomationHeaderCenterTitle .itemsDeliveryAddress {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}

.itemsInfomationHeaderCenterTitle .deliveryCountrySelect {
	box-sizing: border-box;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	height: 36px;
	padding: 0 12px;
	padding-right: 32px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background: #fff;
	cursor: pointer;
	outline: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23334155' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.itemsInfomationHeaderCenterTitle .deliveryCountrySelect:hover {
	border-color: rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

.itemsInfomationHeaderCenterTitle .deliveryCountrySelect:focus {
	border-color: rgba(0, 0, 0, 0.22);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
	background-color: #fff;
}

/* 省市选择样式 */
.itemsInfomationHeaderCenterTitle .shiipingAreaChoose {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.itemsInfomationHeaderCenterTitle .deliveryProvinceSelect,
.itemsInfomationHeaderCenterTitle .deliveryCitySelect {
	box-sizing: border-box;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	height: 36px;
	padding: 0 12px;
	padding-right: 32px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background: #fff;
	cursor: pointer;
	outline: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23334155' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.itemsInfomationHeaderCenterTitle .deliveryProvinceSelect:hover,
.itemsInfomationHeaderCenterTitle .deliveryCitySelect:hover {
	border-color: rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

.itemsInfomationHeaderCenterTitle .deliveryProvinceSelect:focus,
.itemsInfomationHeaderCenterTitle .deliveryCitySelect:focus {
	border-color: rgba(0, 0, 0, 0.22);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);
	background-color: #fff;
}

.itemsInfomationHeaderCenterTitle .deliveryStockStatus {
	font-size: 14px;
	line-height: 24px;
	margin-left: 0;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #47b119;
	white-space: nowrap;
}

.itemsInfomationHeaderCenterTitle .itemsDeliveryAddressTitle {
	font-size: 14px;
	line-height: 24px;
	color: #838383;
	margin-right: 0;
	white-space: nowrap;
	font-weight: 400;
}

.itemsInfomationHeaderCenterTitle .itemsShippingText {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #838383;
	margin: 0;
	padding: 0;
}

/* Specification：夹在 Shipping 与 Payment 之间 */
.itemsInfomationHeaderCenterTitle .shopDetailBox {
	margin-top: 20px;
}

/* 支付方式 */
.itemsInfomationHeaderCenterTitle .itemsPay {
	font-size: 14px;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}

.itemsInfomationHeaderCenterTitle .itemsPayTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.itemsPayList,
.itemsServiceList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Payment：设计稿 83×36 白底圆角胶囊，仅图标无文案 */
.itemsInfomationHeaderCenterTitle .itemsPayList li {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 83px;
	min-width: 83px;
	height: 36px;
	padding: 0;
	margin: 0;
	border: 1px solid #e6e7eb;
	border-radius: 100px;
	background-color: #fff;
	font-size: 0;
	color: transparent;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.itemsInfomationHeaderCenterTitle .itemsPayList li:hover {
	border-color: var(--color);
	box-shadow: 0 1px 3px var(--color-ghost-12);
}

.itemsInfomationHeaderCenterTitle .itemsPayList li img {
	display: block;
	width: auto;
	height: auto;
	max-width: 70px;
	max-height: 35px;
	margin: 0;
	object-fit: contain;
}

/* Transaction Protection：设计稿 36px 高圆角胶囊，14px 正文 */
.itemsInfomationHeaderCenterTitle .itemsServiceList li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 36px;
	height: 36px;
	padding: 0 20px;
	margin: 0;
	border: 1px solid #e6e7eb;
	border-radius: 100px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	white-space: nowrap;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.itemsInfomationHeaderCenterTitle .itemsServiceList li:hover {
	border-color: var(--color);
	box-shadow: 0 1px 3px var(--color-ghost-12);
}

.itemsInfomationHeaderCenterTitle .brandBox {
	padding-left: 0;
	padding-top: 0;
}

/* 设计稿 854:1709：外框 1px #e5e5e5、圆角 10px；行内双列 1:1、行间横线、列间无竖线 */
.itemsInfomationHeaderCenterTitle .brandTable {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin-top: 15px;
}

.itemsInfomationHeaderCenterTitle .brandTableRow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.itemsInfomationHeaderCenterTitle .brandTableRow:nth-child(even) {
	background: #f4f6f8;
}

.itemsInfomationHeaderCenterTitle .brandTableRow:last-child {
	border-bottom: none;
}

/* 仅一条属性时整行展示 */
.itemsInfomationHeaderCenterTitle .brandTableRow--single {
	grid-template-columns: 1fr;
}

.itemsInfomationHeaderCenterTitle .brandPair {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	min-height: 48px;
	padding: 12px 20px;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .brandPair--empty {
	min-height: 48px;
}

.itemsInfomationHeaderCenterTitle .brandTable .brandLabel {
	flex: 0 1 auto;
	max-width: 48%;
	margin-right: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #4a5565;
	letter-spacing: -0.01em;
}

.itemsInfomationHeaderCenterTitle .brandTable .brandValue {
	flex: 1 1 auto;
	min-width: 0;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #0a0a0a;
	letter-spacing: -0.01em;
	word-break: break-word;
}

.shopDetailBox {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	background: #ffffff;
	border-radius: 8px;
}

.shopDetailLeft {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	width: 15%;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.shopDetailRight {
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
}

/* 多规格 818:682：「Specification:」+ 胶囊选项 */
.shopDetailBox .shopVariationsSpecTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

.shopDetailBox .shopSpecOptionsWrap .product {
	border-top: none;
}

.shopDetailBox .shopSpecOptionsWrap .product.specId .plr13 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 20px;
}

.shopDetailBox .shopSpecOptionsWrap .product .protit {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.shopDetailBox .shopSpecOptionsWrap .product + .product.specId {
	margin-top: 12px;
	padding-top: 0;
	border-top: none;
}

.shopDetailBox .shopSpecOptionsWrap .protit .sjx {
	display: none;
}

.shopDetailBox .shopSpecOptionsWrap .proch {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.shopDetailBox .shopSpecOptionsWrap .proch span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-width: 120px;
	min-height: 36px;
	padding: 0 20px;
	border: 1px solid #e6e7eb;
	border-radius: 100px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	letter-spacing: -0.15px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

.shopDetailBox .shopSpecOptionsWrap .proch span:hover {
	border-color: #d0d3da;
}

.shopDetailBox .shopSpecOptionsWrap .proch span:has(input.specValues:checked) {
	border-color: #ff6029;
	color: #ff6029;
	background: rgba(255, 96, 41, 0.05);
}

.shopDetailBox .shopSpecOptionsWrap .proch input.specValues {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
	appearance: none;
	-webkit-appearance: none;
}

.shopDetailBox .shopSpecOptionsWrap .proch input[type="checkbox"].specValues::after,
.shopDetailBox .shopSpecOptionsWrap .proch input[type="radio"].specValues::after {
	display: none !important;
	visibility: hidden !important;
	content: none !important;
}

.shopDetailBox .shopVariationsTableWrap {
	margin-top: 0;
}

.tabList {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.tabList li {
	padding: 14px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #64748b;
	cursor: pointer;
	transition: all 0.2s ease;
	border-bottom: 2px solid transparent;
}

.tabList li:hover {
	color: var(--color);
	background: var(--color-ghost-04);
}

.tabList .activeT {
	background-color: #fff;
	border-bottom: 2px solid var(--color);
	color: var(--color);
	font-weight: 600;
}

.bgf7 {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-bottom: 1px solid #e2e8f0;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reset {
	cursor: pointer;
	color: var(--color);
	font-size: 13px;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.reset:hover {
	background: var(--color-ghost-12);
	color: var(--color);
}

.plr13 {
	font-size: 14px;
	font-weight: 600;
	color: #334155;
}

.product {
	border-top: 1px solid #f7f7f7;
}

.protit {
	font-weight: 500;
	color: #1e293b;
	/* width: 130px; */
}

.protit .per-unit {
	font-size: 11px;
	font-weight: 400;
	color: #9ca3af;
	margin-left: 2px;
}

.protit,
.sjx {
	color: var(--color);
}

.proch span {
	display: inline-block;
	width: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: -1px;
	margin-right: 8px;
}

input[type=checkbox] {
	width: 13px;
	height: 13px;
	margin-top: 2px;
	position: relative;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	color: #000;
	width: 13px;
	height: 13px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 2px;
}

input[type=checkbox]:checked::after {
	content: "✓";
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	background-color: var(--color);
}

.variationsTitle {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 24px 0 16px 0;
	padding: 0;
	line-height: 1.4;
}

.currentSpecBadge {
	display: inline-block;
	padding: 2px 8px;
	background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	border-radius: 3px;
	line-height: 1.4;
	vertical-align: middle;
	margin-top: 4px;
}

.shopTable {
	border-collapse: collapse;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	background: transparent;
	border: 1px solid #e5e7eb;
}

.shopTable th {
	padding: 12px 10px;
	background: #fafafa;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
	border-bottom: 1px solid #e5e7eb;
	white-space: nowrap;
}

.shopTable th strong {
	font-weight: 600;
	color: #1e293b;
}

.shopTable th .per-unit-header {
	font-size: 11px;
	font-weight: 400;
	color: #9ca3af;
	margin-left: 4px;
}

.shopTable td .per-unit {
	font-size: 11px;
	color: #9ca3af;
	font-weight: 400;
}

.shopTable th strong {
	font-weight: 600;
	color: #1e293b;
}

.shopTable th .per-unit-header {
	font-size: 11px;
	font-weight: 400;
	color: #9ca3af;
	margin-left: 4px;
}

.shopTable td {
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #f3f4f6;
	font-size: 13px;
	color: #6b7280;
	transition: background-color 0.15s ease;
	background: #ffffff;
}

.shopTable tbody tr:hover td {
	background-color: #f9fafb;
}

.shopTable .tableL {
	text-align: left;
	cursor: pointer;
}

.tableL dl {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.tableL dt {
	width: 90px;
	height: 96px;
	flex-shrink: 0;
}

.tableL img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

.tableL dd {
	margin: 0;
	flex: 1;
	display: block;
	max-width: 260px;
}

.specsHighlight {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	line-height: 1.5;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.shopTableName {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	min-width: 200px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #1f2937;
	margin-bottom: 8px;
	word-break: break-word;
}

.shopTablebase {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	top: 0 !important;
	font-size: 12px;
	color: #6b7280;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	line-height: 1.4;
}

.shopNum {
	margin: 0 auto;
	width: 130px;
	height: 36px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #ffffff;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	position: relative;
}

.shopNum:hover {
	border-color: var(--color);
	box-shadow: 0 2px 4px var(--color-ghost-12);
}

.shopItemsNumMin {
	width: 36px;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: none;
	background: #f9fafb;
	color: #6b7280;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
	flex-shrink: 0;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	order: 1;
}

.shopItemsNumMin:hover {
	background: #f3f4f6;
	color: var(--color);
}

.shopItemsNumMin:active {
	background: #e5e7eb;
	transform: scale(0.95);
}

.shopItemsNumAdd {
	width: 36px;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: none;
	background: #f9fafb;
	color: #6b7280;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
	flex-shrink: 0;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	order: 3;
}

.shopItemsNumAdd:hover {
	background: #f3f4f6;
	color: var(--color);
}

.shopItemsNumAdd:active {
	background: #e5e7eb;
	transform: scale(0.95);
}

.shopItemsNum {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: text;
	order: 2;
	position: relative !important;
}

.shopItemsNum input {
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #1f2937;
	background: transparent;
	padding: 0;
	-moz-appearance: textfield;
}

.shopItemsNum input::-webkit-outer-spin-button,
.shopItemsNum input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shopItemsNum input:focus {
	background: #f9fafb;
}

.button {
	padding: 0 10px;
	height: 32px;
	background: var(--color);
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
}

.noback {
	background: #fff;
	color: var(--color);
	margin-bottom: 5px;
}

.borb {
	border-bottom: 1px solid #F5F5F5;
}

/* 商品服务 */
.itemsInfomationHeaderCenterTitle .itemsService {
	font-size: 14px;
	padding: 20px 0 0;
	margin-left: 0;
	margin-right: 0;
}

.itemsInfomationHeaderCenterTitle .itemsServiceTitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

/*产品头部*/
.itemsInfomationHeader {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.itemsInfomationHeaderLeftPic {
	position: relative;
	box-sizing: border-box;
	width: 45%;
	left: 0;
	background: #fff;
}

.itemsInfomationHeaderLeftPicMedia {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 14px;
}

.itemsInfomationHeaderCenterTitle {
	flex: 1;
	box-sizing: border-box;
	font-size: 12px;
	background: #fff;
	height: fit-content;
}

.itemsInfomationHeaderRightOther {
	width: 200px;
	box-sizing: border-box;
	right: 0;
	border: 1px solid #ccc;
}

.itemsInfomationHeaderLeftPicImgShow {
	position: relative;
	flex: 1;
	width: auto;
	max-width: 100%;
	height: 480px;
	aspect-ratio: auto;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 7px;
	background: #fafafa;
	/* 仅裁剪区 overflow:hidden，避免与内部放大层叠裁剪冲突 */
	overflow: visible;
}

.itemsInfomationHeaderLeftPicImgShow:hover {
	cursor: zoom-in;
}

.itemsInfomationHeaderLeftPicImgShow .mouseMasker {
	display: none !important;
}

/* 主图就地放大：父级 aspect-ratio 定高，裁剪区 absolute 铺满内边距；transform 打在 ScaleLayer 上避免 object-fit+img transform 不生效 */
.itemsInfomationHeaderLeftPicImgShow .mainPicZoomClip {
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	overflow: hidden;
	border-radius: 4px;
	z-index: 1;
}

.itemsInfomationHeaderLeftPicImgShow .mainPicZoomScaleLayer {
	position: relative;
	width: 100%;
	height: 100%;
}

.itemsInfomationHeaderLeftPicImgShow .mainPicZoomScaleLayer img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
	display: block;
	vertical-align: top;
}

.itemsInfomationHeaderLeftPicImgShow .mc {
	z-index: 5;
}

.itemsInfomationHeaderLeftPic .bigImgDescription {
	display: none !important;
}

.thumbnails {
	order: -1;
	width: 82px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	gap: 8px;
	padding-top: 4px;
}

.itemsInfomationHeaderLeftPic .productSupplierCard {
	width: 100%;
	margin-top: 14px;
}

.thumbnails .thumbnailLeftArrow,
.thumbnails .thumbnailRightArrow {
	width: 100%;
	height: 20px;
	color: #ADADAD;
	text-align: center;
	border-radius: 2px;
	line-height: 20px;
	flex-shrink: 0;
}

.thumbnails .thumbnailLeftArrow:hover,
.thumbnails .thumbnailRightArrow:hover {
	background-color: #eee;
}

.thumbnails img {
	width: 82px;
	height: 82px;
	display: block;
	cursor: pointer;
	border-radius: 6px;
	object-fit: cover;
}

.thumbnails .thumbnailImgContainer {
	height: 420px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
}

.thumbnails .thumbnailImgContainer .thumbnailImgBox {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	position: relative;
	transition: transform 0.3s ease;
	will-change: transform;
}

.thumbnails .thumbnailImgBox {
	width: 100%;
}

.thumbnails .thumbnailImgBox .thumbnailImagesList {
	border: 2px solid #fff;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.thumbnails .thumbnailImgBox .thumbnailImagesList:last-child {
	margin-bottom: 0;
}

.thumbnails .thumbnailImgBox .now {
	border: 2px solid var(--color);
}

/* Share Card - Figma 1439:64（产品图右上角，关注在上，分享在下，hover 展开分享项） */
.productShareCard {
	position: absolute;
	top: 12px;
	right: 12px;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	z-index: 9;
}

.productShareCard .shareCardContent {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.productShareCard .productActionBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	color: #4a4a4a;
	padding: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.productShareCard .productActionBtn:hover {
	border-color: #c8c8c8;
	background: #fafafa;
}

.productShareCard .shareMainBtn svg,
.productShareCard .favoriteBtn svg {
	width: 18px;
	height: 18px;
}

.productShareCard .favoriteText {
	display: none;
}

.productShareCard .shareDropdown {
	position: relative;
	/* 扩大 hover 命中区，避免从主按钮移动到面板时因空隙闪断 */
	padding-bottom: 52px;
	margin-bottom: -52px;
}

.productShareCard .shareIconsGroup {
	position: absolute;
	right: 0;
	top: 38px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 7px 8px;
	background: #ffffff;
	border-radius: 999px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.12s;
}

.productShareCard .shareDropdown:hover .shareIconsGroup,
.productShareCard .shareDropdown:focus-within .shareIconsGroup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}

.productShareCard .shareIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	border: none;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
	font-size: 0;
	padding: 0;
}

.productShareCard .shareIcon svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

/* Facebook（品牌色，不跟站点 --color） */
.productShareCard .shareFacebook {
	background-color: #1877f2;
}

.productShareCard .shareFacebook:hover {
	background-color: #166fe5;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px color-mix(in srgb, #1877f2 45%, transparent);
}

/* X（原 Twitter） */
.productShareCard .shareTwitter {
	background-color: #000000;
}

.productShareCard .shareTwitter:hover {
	background-color: #1a1a1a;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

/* LinkedIn */
.productShareCard .shareLinkedin {
	background-color: rgb(29, 78, 216);
}

.productShareCard .shareLinkedin:hover {
	background-color: rgb(30, 64, 175);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(29, 78, 216, 0.3);
}

/* WhatsApp */
.productShareCard .shareWhatsapp {
	background-color: rgb(34, 197, 94);
}

.productShareCard .shareWhatsapp:hover {
	background-color: rgb(22, 163, 74);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(34, 197, 94, 0.3);
}

/* Email */
.productShareCard .shareEmail {
	background-color: rgb(75, 85, 99);
}

.productShareCard .shareEmail:hover {
	background-color: rgb(55, 65, 81);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(75, 85, 99, 0.3);
}

/* Copy Link */
.productShareCard .shareCopyLink {
	background-color: #f3f4f6;
	color: rgb(55, 65, 81);
}

.productShareCard .shareCopyLink:hover {
	background-color: #e5e7eb;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.productShareCard .favoriteBtn {
	gap: 0;
	font-size: 0;
	font-weight: 600;
	flex-shrink: 0;
}

.productShareCard .favoriteBtn:hover {
	background-color: #fafafa;
	color: #4a4a4a;
}

.productShareCard .favoriteBtn.active,
.productShareCard .favoriteBtn.collected {
	background-color: var(--color-ghost-12);
	color: var(--color);
}

.productShareCard .favoriteBtn.active:hover,
.productShareCard .favoriteBtn.collected:hover {
	background-color: var(--color-ghost-18);
}

.productShareCard .favoriteBtn svg,
.productShareCard .favoriteBtn .favoriteIcon {
	width: 18px;
	height: 18px;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
	color: inherit;
	stroke: currentColor;
	fill: none;
}

.productShareCard .favoriteBtn.active svg path,
.productShareCard .favoriteBtn.collected svg path,
.productShareCard .favoriteBtn.active .favoriteIcon path,
.productShareCard .favoriteBtn.collected .favoriteIcon path {
	color: var(--color);
	stroke: var(--color);
	fill: var(--color);
}

.productShareCard .favoriteText { font-size: 0; }

/* Supplier Card — 设计稿 818:734 */
.productSupplierCard {
	width: 100%;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e6e7eb;
	border-radius: 10px;
	background: linear-gradient(180deg, #e9eef4 0%, #e9eef4 36.8%, #ffffff 100%);
	box-shadow: none;
}

.productSupplierCard .supplierCardContent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.productSupplierCard .supplierLogo {
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSupplierCard .supplierLogoImg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* 直播中：外圈 + 角标（与店铺列表逻辑一致，按 54×54 供应商头像比例） */
.productSupplierCard .supplierLogoMount {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSupplierCard .supplierLogo.supplierLogo--live {
	overflow: visible;
}

.productSupplierCard .shopLogoLiveColumn {
	position: relative;
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	cursor: pointer;
	outline: none;
	overflow: visible;
}

.productSupplierCard .shopLogoLiveColumn:focus-visible {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(254, 44, 85, 0.35);
}

.productSupplierCard .shopLogoLiveBadge {
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
	z-index: 3;
	display: inline-block;
	padding: 1px 4px;
	font-size: 8px;
	line-height: 1.25;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, #fe2c55, #ff6b9d);
	border-radius: 2px;
	white-space: nowrap;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
	user-select: none;
	pointer-events: none;
}

.productSupplierCard .shopLogoLiveWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSupplierCard .shopLogoLiveRing {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54px;
	height: 54px;
	margin: 0;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center center;
	background: radial-gradient(
		circle at center,
		rgba(254, 44, 85, 0) 0%,
		rgba(254, 44, 85, 0) 66%,
		rgba(235, 28, 72, 0.98) 72%,
		rgba(254, 44, 85, 0.62) 84%,
		rgba(254, 44, 85, 0.22) 94%,
		rgba(254, 44, 85, 0) 100%
	);
	animation: descSupplierLiveRingPulse 1.85s ease-in-out infinite;
}

.productSupplierCard .shopLogoLiveRing::after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	background: #fff;
}

.productSupplierCard .supplierLiveLogoImg {
	position: relative;
	z-index: 1;
	width: 46px;
	height: 46px;
	margin: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
	object-fit: contain;
	background: #fff;
	transform: scale(1);
	transform-origin: center center;
}

@keyframes descSupplierLiveRingPulse {
	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.07);
	}
}

@keyframes descSupplierLiveInnerPulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.93);
	}
}

.productSupplierCard .supplierInfo {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

.productSupplierCard .supplierName {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: color 0.2s ease;
	flex: 1;
	min-width: 0;
}

.productSupplierCard .supplierName:hover {
	color: var(--color);
}

.productSupplierCard .supplierServiceIcon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	object-fit: contain;
	cursor: pointer;
	display: block;
}

.productSupplierCard .supplierServiceIcon:hover {
	opacity: 0.85;
}

.productSupplierCard .supplierActions {
	width: 100%;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e6e7eb;
	display: flex;
	align-items: stretch;
	gap: 20px;
	flex-wrap: wrap;
}

.productSupplierCard .supplierActionBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid #e6e7eb;
	border-radius: 100px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	flex: 1;
	min-width: 0;
}

.productSupplierCard .supplierActionBtn:hover {
	background-color: #fff;
	border-color: #d1d5dc;
	color: #000;
}

.productSupplierCard .supplierActionBtn img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.productSupplierCard .supplierActionBtn .iconfont {
	font-size: 16px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.productSupplierCard .supplierFavoriteStore.active,
.productSupplierCard .supplierFavoriteStore.collected {
	background-color: var(--color-ghost-12);
	border-color: var(--color);
	color: var(--color);
}

.otherOperation {
	width: 100%;
	font-size: 12px;
	color: #797979;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.otherOperationList {
	display: flex;
	align-items: center;
	position: relative;
}

.shangpingbianhao:hover .commonIdContainer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.otherOperation .shangpingbianhao img{
	color: var(--color);
}
.otherOperation .commonIdContainer{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 30px;
	left: 10px;
	background-color: white;
	box-shadow: 0px 0px 4px 0px #e0dddd;
	display: none;
}

.otherOperation .fenxiang .line {
	margin-right: 15px;
}

.otherOperation .glyphicon {
	color: var(--color);
	margin-right: 5px;
}

.otherOperation .jubao {
	float: right;
	/* margin-left:15px; */
}
.technical{
	position: relative;
}
.technicalShow{
	text-align: center;
	position: absolute;
	left: -85px;
	box-shadow: 0px -1px 9px 0px #bcb4b4;
	background-color: white;
	padding: 5px;
	z-index: 1;
	display: none;
}
.technical:hover .technicalShow{
	display: block;
}
/*商品标题*/
.itemsInfomationHeaderCenterTitle .itemsTitle {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	padding: 0;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
	margin-bottom: 18px;
}

.itemsInfomationHeaderCenterTitle .itemsDescription {
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	color: var(--color);
}

.itemsInfomationHeaderCenterTitle .itemsPrice {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
	color: #999999;
	font-size: 14px;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft {
	width: 100%;
}

/* 主价格区 818:651：价 + 单位 + 起订量同一行 baseline；userStatus 换行全宽。
   须用 div.itemsOldPrice：p 内不能含 div，浏览器会提前闭合 p 导致 flex 失效 */
.itemsInfomationHeaderCenterTitle .itemsOldPrice {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 20px;
}

/* 价 + 起订 与 userStatus 分行；内部价与起订同排 */
.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemsOldPriceDisplay {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 20px;
	flex: 0 0 auto;
	min-width: 0;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemsOldPriceDisplay > .itemsOldPriceNumber {
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #ff6029;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice .itemsOldPriceNumber .price-unit {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #000;
	margin-left: 4px;
	vertical-align: baseline;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemsOldPriceDisplay > .itemsMoq {
	flex: 0 0 auto;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 6px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemsOldPriceDisplay > .itemsMoq .itemsMoqLabel {
	color: #000;
	font-weight: 400;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemsOldPriceDisplay > .itemsMoq .moq {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 400;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemsOldPriceDisplay > .itemsMoq .moq .moq-unit {
	color: #000;
	font-weight: 400;
}

/* 优惠券行在 userStatus 上方，与阶梯价同宽换行；券样式 Figma 1499:1894 */
.itemsInfomationHeaderCenterTitle .itemsOldPrice > .itemYhj {
	flex: 1 1 100%;
	min-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 12px;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .c-444 {
	flex: 0 0 auto;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .couponList {
	display: inline-flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .yhjMore {
	margin-left: auto;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 22px;
	color: #ff6029;
	font-weight: 400;
	cursor: pointer;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupon,
.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupons {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px 0 28px;
	margin-right: 0;
	background: none;
	background-image: none;
	border: none;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	box-sizing: border-box;
	white-space: nowrap;
	max-width: 100%;
	cursor: pointer;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupon {
	background: #ebffeb;
	color: #00a67c;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupons {
	background: #fff0eb;
	color: #ff6029;
}

/* 票券小标 + 白色 $ — 与设计稿两色条一致 */
.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupon::before,
.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupons::before {
	content: '$';
	position: absolute;
	left: 8px;
	top: 50%;
	width: 17px;
	height: 14px;
	margin-top: -7px;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	color: #fff;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupon::before {
	background: #00a67c;
}

.itemsInfomationHeaderCenterTitle .itemsPriceLeft .itemYhj .getCoupons::before {
	background: #ff6029;
}

/* 活动条：紧跟价格区/优惠券，在 userStatus 阶梯价上方；整行换行 */
.itemsInfomationHeaderCenterTitle .itemsOldPrice > .timeLast {
	flex: 1 1 100%;
	min-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0 0;
	clear: both;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .userStatus {
	flex: 1 1 100%;
	min-width: 100%;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .itemsOldPrice > .userStatus:empty {
	display: none;
	margin: 0;
}

.itemsInfomationHeaderCenterTitle .itemsInfosSale {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.itemsInfomationHeaderCenterTitle .itemsInfosSale .itemsInfosSaleTitle {
	color: rgb(75, 85, 99);
	font-weight: normal;
}

.itemsInfomationHeaderCenterTitle .itemsInfosSale .itemsInfosSaleNumber {
	color: rgb(17, 24, 39);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}

.itemsInfomationHeaderCenterTitle .itemsInfosSale .itemsInfosSaleNumber i {
	color: rgb(17, 24, 39);
	font-weight: 500;
	font-style: normal;
}

.itemsInfomationHeaderCenterTitle .itemsInfosSale .itemsInfosSaleNumber b.dwGood {
	color: rgb(55, 65, 81) !important;
	font-weight: normal;
}

.itemsInfomationHeaderCenterTitle .manjianzeng {
	width: 100%;
	margin-top: 12px;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .ManName {
	width: auto !important;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .ManContent {
	max-width: 495px;
	/* margin-bottom: 10px; */
	max-height: 94px;
	overflow: hidden;
	/* padding-top: 12px; */
}

.itemsInfomationHeaderCenterTitle .manjianzeng .couponList {
	border: 1px solid #df3033;
	border-left: none;
	border-right: none;
	height: 18px;
	line-height: 18px;
	background-color: #ffdedf;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #df3033;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .emptyCoupon {
	border: 1px solid #F3F3F3;
	height: 18px;
	line-height: 18px;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .couponList img {
	position: absolute;
	top: -1px;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .couponList .couponName {
	margin: 0 5px;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .couponList .getCoupon {
	margin-right: 5px;
	cursor: pointer;
}

.itemsInfomationHeaderCenterTitle .manjianzeng .couponList .getCoupon:hover {
	color: var(--color-grad-dark);
}

.itemsInfomationHeaderCenterTitle.itemsPrice.itemsPriceRight {
	width: 87px;
	height: 50px;
	font-size: 14px;
}



.itemsNewPriceNumber1 {
	font-size: 14px;
	color: var(--color);
}

.itemsInfomationHeaderCenterTitle .itemsPriceRightNumber,
.itemsPriceRightNumber2 {
	font-size: 16px;
	color: var(--color);
}

.itemsInfomationHeaderCenterTitle .itemsInfos {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	border-top: 1px dashed var(--color-ghost-18);
	padding: 0;
}

.itemsInfomationHeaderCenterTitle .itemsInfos .itemsInfosSaleNumber i,
.itemsInfomationHeaderCenterTitle .itemsInfos .itemsInfosStocknumber i {
	color: var(--color);
}

.itemsInfomationHeaderCenterTitle .itemsInfos .itemsInfosScore {
	width: 87px;
	height: 50px;
	font-size: 14px;
}

/* Sales moved to price area, hide old location */
.itemsInfomationHeaderCenterTitle .itemsInfos .itemsInfosSale {
	margin-left: 0;
	font-size: 14px;
	display: none;
}

.itemsInfomationHeaderCenterTitle .itemsInfos .itemsInfosStock {
	font-size: 14px;
	display: inline-block;
	left: 150px;
}

.itemsInfosScoreNumber {
	color: #FFB703;
}

.itemsInfosScoreNumber .iconfont {
	color: #FFB703;
}

.itemsInfomationHeaderCenterTitle .shiipingArea {
  width: calc(100% - 14px);
	height: 40px;
	color: #999;
	left: 14px;
	font-size: 14px;
	display: flex;
  align-items: center;
}

.itemsInfomationHeaderCenterTitle .shiipingArea .shiipingAreaTitle {
	display: inline-block;
}

.itemsInfomationHeaderCenterTitle .shiipingArea .shiipingAreaChoose {
	display: inline-block;
	min-width: 148px;
	height: 26px;
	border: 1px solid #ccc;
	line-height: 26px;
	color: #999;
}

.itemsInfomationHeaderCenterTitle .shiipingArea .shiipingAreaChoose .province {
	margin-left: 5px;
}

.limitTime {
	font-size: 10px;
	color: #999;
}

.itemsInfomationHeaderCenterTitle .shiipingArea .shiipingAreaChoose .city {
	margin-left: 5px;
}

.itemsInfomationHeaderCenterTitle .shiipingArea .shiipingAreaChoose .iconfont {
	margin-right: 8px;
	margin-left: 8px;
}

.itemsInfomationHeaderCenterTitle .specifications {
	color: #999;
	line-height: 42px;
	margin-top: 10px;
}

.itemsInfomationHeaderCenterTitle .specifications .clearfix {
	margin-bottom: 10px;

}

.itemsInfomationHeaderCenterTitle .specifications .specificationsLeft {
	display: inline-block;
	word-break: break-all;
	padding: 5px 0;
	width: 67px;
	margin-left: 14px;
	font-size: 14px;
	line-height: 20px;
}

.itemsInfomationHeaderCenterTitle .specifications .specificationsRight {
	width: 84%;
	max-height: 112px;
	/* overflow: auto; */
	font-size: 12px;
	margin-left: 6px;
}

.itemsInfomationHeaderCenterTitle .specifications .specificationsRightList {
	padding: 0 10px;
	height: 30px;
	min-width: 50px;
	margin-right: 10px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #F2F2F2;
	border-radius: 2px;
	color: #999;
}

.itemsInfomationHeaderCenterTitle .specifications .specificationsRight .active {
	color: var(--color);
	border: 1px solid var(--color);
}

.chooseItemsNumber {
	height: 40px;
	margin-left: 0;
}

.itemsBtn .chooseItemsNumber,
.itemsBtns .chooseItemsNumber {
	margin-left: 0;
	margin-inline-end: 15px;
}


.chooseItemsNumber .chooseItemsNumberDesc {
	margin-left: 0;
	width: 120px;
	height: 46px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	justify-content: space-between;
	background-color: #fff;
	transition: all 0.2s ease;
}

.chooseItemsNumber .chooseItemsNumberDesc:hover {
	border-color: var(--color);
	box-shadow: 0 0 0 3px var(--color-ghost-12);
}

.chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNum {
	position: absolute;
	left: 34px;
	right: 34px;
	top: 0;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chooseItemsNumber .chooseItemsNumberDesc input {
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	display: block;
	overflow-wrap: break-word;
	color: rgb(17, 24, 39);
	font-size: 16px;
	font-family: ArialMT;
	font-weight: 500;
	white-space: nowrap;
	line-height: 46px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumMin {
	width: 34px;
	height: 44px;
	top: 1px;
	left: 1px;
	border: none;
	border-right: 1px solid #e5e7eb;
	background: #f9fafb;
	text-align: center;
	line-height: 44px;
	border-radius: 6px 0 0 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 18px;
	font-weight: 500;
	color: rgb(75, 85, 99);
}

.chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumMin:hover {
	background: #f3f4f6;
	color: var(--color);
}

.chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumAdd {
	width: 34px;
	height: 44px;
	top: 1px;
	right: 1px;
	border: none;
	border-left: 1px solid #e5e7eb;
	background: #f9fafb;
	text-align: center;
	line-height: 44px;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 18px;
	font-weight: 500;
	color: rgb(75, 85, 99);
}

.chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumAdd:hover {
	background: #f3f4f6;
	color: var(--color);
}

/* 设计稿 818:688 Quantity + 圆角步进器 + #ff6029 主操作 */
.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 149px;
	min-width: 149px;
	height: 46px;
	margin-left: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	background-color: #fff;
	padding: 1px 2px;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc:hover {
	border-color: rgba(0, 0, 0, 0.16);
	box-shadow: none;
}

/* DOM 为 input/减/加，flex 用 order 使视觉为 减-数字-加 */
.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumMin {
	order: 0;
}

.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumAdd {
	order: 2;
}

.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNum {
	order: 1;
	position: static;
	left: auto;
	right: auto;
	top: 0;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc input {
	font-weight: 400;
	color: #000;
	line-height: 24px;
	font-size: 16px;
}

.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumMin,
.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumAdd {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	width: 40px;
	min-width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	line-height: 40px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumMin:hover,
.itemsInfomationHeaderCenterTitle .chooseItemsNumber .chooseItemsNumberDesc .chooseItemsNumAdd:hover {
	background: rgba(0, 0, 0, 0.04);
	color: #000;
}

.itemsInfomationHeaderCenterTitle .itemsBtn,
.itemsInfomationHeaderCenterTitle .itemsBtns {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: 0;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .itemsBtnRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .itemsBtnQuantity {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
}

.itemsInfomationHeaderCenterTitle .itemsBtnQuantityLabel {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	margin: 0;
	padding: 0;
	letter-spacing: -0.01em;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .chooseItemsNumber,
.itemsInfomationHeaderCenterTitle .itemsBtns .chooseItemsNumber {
	margin-inline-end: 0;
	height: auto;
}

.itemsBtn .BuyItNow,
.itemsBtns .BuyEqNow {
	display: inline-block;
	text-align: center;
	margin-left: 14px;
	margin-right: 10px;
	padding: 0 20px;
	min-width: 140px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background-color: var(--color);
	font-size: 16px;
	font-weight: 500;
	border: 1px solid var(--color);
	border-radius: 6px;
	transition: all 0.2s ease;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.itemsBtn .BuyItNow:hover,
.itemsBtns .BuyEqNow:hover {
	background-color: var(--color-grad-dark);
	border-color: var(--color-grad-dark);
	box-shadow: 0 4px 6px var(--color-ghost-18);
	transform: translateY(-1px);
}

.itemsBtn .BuyItNow.noClick,
.itemsBtns .BuyEqNow.noClick {
	background-color: #ccc;
	border-color: #ccc;
}

.itemsBtn .addCart {
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	min-width: 140px;
	height: 46px;
	line-height: 46px;
	color: var(--color);
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid var(--color);
	border-radius: 6px;
	transition: all 0.2s ease;
	cursor: pointer;
	box-shadow: 0 1px 2px var(--color-ghost-12);
}

.itemsBtn .sampleApply,
.itemsBtns .sampleApply {
	display: inline-block;
	text-align: center;
	margin-left: 14px;
	margin-right: 10px;
	padding: 0 20px;
	min-width: 140px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background-color: var(--color);
	font-size: 16px;
	font-weight: 500;
	border: 1px solid var(--color);
	border-radius: 6px;
	transition: all 0.2s ease;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.itemsBtn .sampleApply:hover,
.itemsBtns .sampleApply:hover {
	background-color: var(--color-grad-dark);
	border-color: var(--color-grad-dark);
	box-shadow: 0 4px 6px var(--color-ghost-18);
	transform: translateY(-1px);
}

.itemsBtn .addCart:hover {
	background-color: var(--color-ghost-04);
	border-color: var(--color-grad-dark);
	box-shadow: 0 4px 6px var(--color-ghost-28);
	transform: translateY(-1px);
	color: var(--color-grad-dark);
}

/* 商品信息区 CTA 与 818:688 主色 #ff6029、胶囊按钮 */
.itemsInfomationHeaderCenterTitle .itemsBtn .addCart,
.itemsInfomationHeaderCenterTitle .itemsBtns .addEqCart {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 140px;
	margin: 0;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	color: #ff6029;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #ff6029;
	border-radius: 100px;
	box-shadow: none;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .addCart i,
.itemsInfomationHeaderCenterTitle .itemsBtns .addEqCart i {
	font-style: normal;
	font-weight: 400;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .addCart:hover,
.itemsInfomationHeaderCenterTitle .itemsBtns .addEqCart:hover {
	background-color: rgba(255, 96, 41, 0.06);
	border-color: #ff6029;
	color: #e85a2a;
	box-shadow: none;
	transform: none;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .BuyItNow,
.itemsInfomationHeaderCenterTitle .itemsBtns .BuyEqNow {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 140px;
	margin: 0;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background-color: #ff6029;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #ff6029;
	border-radius: 100px;
	box-shadow: none;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .BuyItNow:hover,
.itemsInfomationHeaderCenterTitle .itemsBtns .BuyEqNow:hover {
	background-color: #e85a2a;
	border-color: #e85a2a;
	box-shadow: none;
	transform: none;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .BuyItNow.noClick,
.itemsInfomationHeaderCenterTitle .itemsBtns .BuyEqNow.noClick {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .sampleApply,
.itemsInfomationHeaderCenterTitle .itemsBtns .sampleApply {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-width: 140px;
	margin: 0;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 100px;
	background: #ff6029;
	border: 1px solid #ff6029;
	color: #fff;
	box-shadow: none;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .sampleApply:hover,
.itemsInfomationHeaderCenterTitle .itemsBtns .sampleApply:hover {
	background: #e85a2a;
	border-color: #e85a2a;
	transform: none;
}

.itemsInfomationHeaderCenterTitle .itemsBtn .sampleApply i {
	font-style: normal;
	font-weight: 400;
}

.itemsBtns .addEqCart {
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	min-width: 140px;
	height: 46px;
	line-height: 46px;
	color: var(--color);
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid var(--color);
	border-radius: 6px;
	transition: all 0.2s ease;
	cursor: pointer;
	box-shadow: 0 1px 2px var(--color-ghost-12);
}

.itemsBtns .addEqCart:hover {
	background-color: var(--color-ghost-04);
	border-color: var(--color-grad-dark);
	box-shadow: 0 4px 6px var(--color-ghost-28);
	transform: translateY(-1px);
	color: var(--color-grad-dark);
}

/*最右侧猜你想看*/
.itemsInfomationHeaderRightOther .guessYouLikeTitle {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	background-color: #FCFCFC;
	border-bottom: 1px solid #ccc;
}

.itemsInfomationHeaderRightOther .guessYouLikeBottom {
	height: 40px;
	line-height: 40px;
	display: flex;
	border-top: 1px solid #ccc;
}

.itemsInfomationHeaderRightOther .guessYouLikeBottom .iconfont {
	flex: 1;
	text-align: center;
	color: #DDDDDD;
}

.itemsInfomationHeaderRightOther .guessYouLikeBottom .iconfont:hover {
	cursor: pointer;
	background-color: #eee;
}

.itemsInfomationHeaderRightOther .guessYouLike li {
	width: 200px;
	height: 230px;
	padding: 5px 13px 0;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}

.itemsInfomationHeaderRightOther .guessYouLike li .likeTitle {
	font-size: 14px;
	line-height: 12px;
	margin-top: 6px;
	margin-left: 10px;
	white-space: nowrap;
	width: 146px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.itemsInfomationHeaderRightOther .guessYouLike li .likePrice {
	font-size: 10px;
	color: red;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.itemsInfomationHeaderRightOther .guessYouLike li img {
	width: 166px;
	height: 166px;
}

.itemsInfomationHeaderRightOther .guessYouLike {
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.itemsInfomationHeaderRightOther .guessYouLike ul {
	top: 0;
	left: 0;
	width: 100%;
}

/*详情下面主体*/
.itemsInfomationBody {
	margin-top: 48px;
	margin-bottom: 30px;
}

.itemsInfomationContent {
	display: flex;
	gap: 20px;
}

.itemsInfomationBodyLeft {
	width: 23%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 8px;
	align-self: flex-start;
}

.itemsInfomationBodyLeft:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.itemsInfomationBodyRight {
	box-sizing: border-box;
	font-size: 12px;
	flex: 1;
	background-color: #ffffff;
	overflow: hidden;
}

.itemsInfomationBodyRightPagesList{
	padding: 25px 0;
}

.itemsInfomationBodyLeft .shopName {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e7eb;
	border-bottom: none;
	background-color: #f9fafb;
	height: 40px;
	color: #999;
	border-radius: 6px 6px 0 0;
}

.itemsInfomationBodyLeft .shopName span {
	line-height: 40px;
    text-indent: 15px;
    display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemsInfomationBodyLeft .shopName i {
	display: inline-block;
	width: 40%;
	height: 100%;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
	cursor: pointer;
}

.itemsInfomationBodyLeft .shopName .iconfont {
	margin-right: 15px;
}

.searchType {
	border: 1px solid #e5e7eb;
	margin-bottom: 15px;
	border-radius: 6px;
	background-color: #ffffff;
	overflow: hidden;
}

.searchType .searchTypeText {
	height: 40px;
	line-height: 40px;
	display: flex;
	border-bottom: 1px dashed #e5e7eb;
	background-color: #f9fafb;
}

.searchType .searchTypeText span {
	flex: 1;
	text-align: center;
	font-size: 12px;
	color: #888;
}

.searchType .searchTypeText span:hover {
	color: var(--color);
	border-bottom: 1px solid var(--color);
	cursor: pointer;
}

.searchType .searchInput {
	height: 40px;
	line-height: 40px;
}

.searchType .searchInput input {
	height: 28px;
	width: 190px;
	margin-left: 9px;
	outline: none;
	border: 1px solid #e5e7eb;
	text-indent: 1em;
	border-radius: 4px;
	transition: border-color 0.2s ease;
}

.searchType .searchInput input:focus {
	border-color: var(--color);
}

.searchType .searchInput input::-webkit-input-placeholder {
	color: #999999;
	font-size: 12px;
}

/* 使用webkit内核的浏览器 */
.searchType .searchInput input:-moz-placeholder {
	color: #888;
	font-size: 12px;
}

/* Firefox版本4-18 */
.searchType .searchInput input::-moz-placeholder {
	color: #888;
	font-size: 12px;
}

/* Firefox版本19+ */
.searchType .searchInput input:-ms-input-placeholder {
	color: #888;
	font-size: 12px;
}

/* IE浏览器 */
.searchType .searchInput .glyphicon {
	top: 50%;
	transform: translateY(-50%);
	right: 14%;
	color: #ccc;
}

.searchType .searchInput .glyphicon:hover {
	color: var(--color);
	cursor: pointer;
}

.itemsInfomationBodyLeft .shopInfo {
	border: 1px solid #e5e7eb;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 6px;
	background-color: #ffffff;
	overflow: hidden;
}

.itemsInfomationBodyLeft .shopInfo .shopInfoTitle {
	height: 40px;
	line-height: 40px;
	display: flex;
}

.itemsInfomationBodyLeft .shopInfo .shopInfoTitle span {
	flex: 1;
	text-indent: 1em;
	font-size: 12px;
}

.itemsInfomationBodyLeft .shopInfo .shopScoreBox {
	width: 100%;
	line-height: 22px;
	margin-top: 5px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.itemsInfomationBodyLeft .shopInfo .shopScoreBoxText {
	margin: 0 6px;
	color: #888;
	display: inline-block;
	max-width: 90px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.itemsInfomationBodyLeft .shopInfo .shopScoreBoxHeight {
	height: 22px;
	min-width: 45px;
	background-color: #F76263;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 2px;
	margin: 0 6px;
	padding: 0 3px;
}

.itemsInfomationBodyLeft .shopInfo .shopScoreBoxPerNumber {
	color: #F76263;
}

.itemsInfomationBodyLeft .shopInfo .shopScoreBoxNumber {
	color: #444;
}

.itemsInfomationBodyLeft .shopInfo .shopAddress {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px dashed #e5e7eb;
	border-bottom: 1px dashed #e5e7eb;
	text-indent: 10px;
	font-size: 12px;
	color: #444;
	background-color: #f9fafb;
}

.itemsInfomationBodyLeft .shopInfo .toShop {
	height: 50px;
	padding: 10px 0;
	line-height: 30px;
	box-sizing: border-box;
}

.itemsInfomationBodyLeft .shopInfo .jinrudianpu,
.itemsInfomationBodyLeft .shopInfo .shoucangdianpu {
	min-width: 85px;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemsInfomationBodyLeft .shopInfo .jinrudianpu:hover,
.itemsInfomationBodyLeft .shopInfo .shoucangdianpu:hover {
	opacity: 0.7;
	cursor: pointer;
}

.itemsInfomationBodyLeft .shopInfo .jinrudianpu {
	background-color: #F7F7F7;
	color: var(--color);
}

.itemsInfomationBodyLeft .shopInfo .shoucangdianpu {
	background-color: #F7F7F7;
	color: #666666;
}

/* 左侧找相似/推荐 — Figma 818:851 */
.ranking {
	box-sizing: border-box;
	border: 1px solid #e6e7eb;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.ranking .rankingSectionTitle {
	margin: 0;
	padding: 16px 16px 12px 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.31px;
	color: #000;
	background: #fff;
	border: none;
}

.ranking .hotItemsRanking {
	margin: 0;
	padding: 0 0 4px 0;
	list-style: none;
	font-size: 12px;
}

.ranking .hotItemsRankingList {
	width: 100%;
	box-sizing: border-box;
	padding: 0 16px 16px 16px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	zoom: 1;
}

.ranking .hotItemsRankingList:last-child {
	padding-bottom: 20px;
}

.ranking .hotItemsRankingList .hotItemsRankingListLeft {
	width: 84px;
	height: 84px;
	flex-shrink: 0;
}

.ranking .hotItemsRankingList .hotItemsRankingImgWrap {
	width: 84px;
	height: 84px;
	border-radius: 10px;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
}

.ranking .hotItemsRankingList .hotItemsRankingImgWrap img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.ranking .hotItemsRankingList .hotItemsRankingListRight {
	flex: 1;
	min-width: 0;
	margin: 0;
}

.ranking .hotItemsRankingList .hotItemsRankingListTitle {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	text-align: left;
}

.ranking .hotItemsRankingList .hotItemsRankingListPrice {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: var(--color);
	text-align: left;
}

/*下面主体右侧栏 — 标签 Figma 818:777 */
.itemsInfomationBodyRightHeader {
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 0 8px;
	list-style: none;
	background-color: #fafafa;
	border-bottom: 1px solid #e6e7eb;
	border-radius: 4px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.itemsInfomationBodyRightHeader .itemsInfomationBodyRightList {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 42px;
	padding: 0 16px;
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #868686;
	font-weight: 400;
	background: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	float: none;
	transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
}

.itemsInfomationBodyRightHeader .itemsInfomationBodyRightList:hover:not(.now) {
	color: #5c5c5c;
}

.itemsInfomationBodyRightHeader .now {
	color: var(--color);
	font-weight: 500;
	background-color: transparent;
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid var(--color);
}

.itemsInfomationBodyRightHeader .itemsInfomationBodyRightList em {
	font-style: normal;
	font-weight: inherit;
}

.productinfomations {
	height: 60px;
	margin: 20px 0;
	overflow: hidden;
}

.productinfomations .productinfomationsLeft {
	height: 100%;
	width: 100px;
	border-right: 1px solid #ccc;
}

.productinfomations .productinfomationsLeft .productinfomationsLeftTitle {
	text-indent: 30px;
	color: #666;
}

.productinfomations .productinfomationsLeft .productinfomationsLeftcontant {
	text-indent: 30px;
	color: #FE032C;
	font-size: 16px;
}

.productinfomations .productinfomationsRight .productinfomationsRightTitle {
	width: 100px;
	text-align: center;
	color: #666;
}

.productinfomations .productinfomationsRightList {
	width: 700px;
}

.productinfomations .productinfomationsRight .productinfomationsRightText {
	display: inline-block;
	margin-right: 10px;
	padding: 3px 10px;
	border: 1px solid var(--color);
	color: var(--color);
	border-radius: 2px;
	margin-bottom: 5px;
}

/* Store Rating — Figma 843:1339，左右两栏 1:1 等分 */
.shangpingpinglun .storeRatingInfo {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin-bottom: 20px;
	padding: 24px;
	background-color: #fafafa;
	border-radius: 10px;
	border: none;
	box-sizing: border-box;
}

.shangpingpinglun .storeRatingSummary {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}

.shangpingpinglun .storeRatingAverageNumber {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #000;
	font-family: Inter, "Segoe UI", system-ui, sans-serif;
}

.shangpingpinglun .storeRatingStarsWrap {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.shangpingpinglun .storeRatingStarsRow--bg {
	color: #e5e7eb;
	white-space: nowrap;
}

.shangpingpinglun .storeRatingStarsClip {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	overflow: hidden;
	transition: width 0.25s ease;
}

.shangpingpinglun .storeRatingStarsRow--fg {
	color: var(--color);
	white-space: nowrap;
}

.shangpingpinglun .storeRatingDivider {
	flex: 0 0 1px;
	width: 1px;
	margin: 0 20px;
	background: #e5e7eb;
	align-self: stretch;
}

.shangpingpinglun .storeRatingItems {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-width: 0;
	gap: 0;
	padding: 0 0 0 8px;
	box-sizing: border-box;
}

.shangpingpinglun .shopScoreBox {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 10px 0;
	border-bottom: none;
}

.shangpingpinglun .shopScoreBox + .shopScoreBox {
	padding-top: 18px;
}

.shangpingpinglun .shopScoreBoxText {
	flex: 0 1 36%;
	max-width: 42%;
	color: #364153;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	padding-right: 8px;
	min-width: 0;
}

.shangpingpinglun .shopScoreBoxBarCol {
	flex: 1;
	min-width: 0;
}

.shangpingpinglun .shopScoreBoxBarTrack {
	position: relative;
	height: 7px;
	border-radius: 9999px;
	background-color: #e5e7eb;
	overflow: hidden;
}

.shangpingpinglun .shopScoreBoxBarFill {
	height: 7px;
	width: 0;
	border-radius: 9999px;
	background-color: var(--color);
	transition: width 0.25s ease;
}

.shangpingpinglun .shopScoreBoxNumber {
	flex: 0 0 44px;
	color: #364153;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	letter-spacing: -0.02em;
}

/* 评价筛选标签 — Figma 847:1708 胶囊 */
.shangpingpinglun .productDetail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	background: transparent;
	border: none;
	border-bottom: none;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	overflow: visible;
}

.shangpingpinglun .productDetail .productDetailList {
	box-sizing: border-box;
	min-height: 42px;
	padding: 9px 17px;
	margin: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.15px;
	font-weight: 400;
	color: #000;
	background: #fff;
	border: 1px solid #e6e7eb;
	border-radius: 100px;
	position: relative;
	flex: 0 0 auto;
}

.shangpingpinglun .productDetail .productDetailList:hover:not(.now) {
	border-color: #d0d3da;
}

.shangpingpinglun .productDetail .productDetailList.now {
	color: var(--color);
	background: #ffedd4;
	border-color: var(--color);
	font-weight: 400;
}

.shangpingpinglun .productDetail .productDetailList span {
	display: inline;
	line-height: 20px;
}

.shangpingpinglun .productDetail .productDetailList em {
	font-style: normal;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
}

/* 评价列表 — Figma 847:1667 */
.feedBack {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.feedBack:not(:empty) {
	padding: 0;
}

.feedBack .feedBackList {
	width: 100%;
	padding: 24px 0;
	margin: 0;
	border-bottom: 1px solid #e5e7eb;
	box-sizing: border-box;
	list-style: none;
}

.feedBack .feedBackList:last-child {
	border-bottom: none;
}

.feedBack .feedBackList:first-child {
	padding-top: 0;
}

.feedBack .feedBackListHeader {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.feedBack .feedBackListHead {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.feedBack .feedBackListHead .feedBackerHeaderImg {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f5f9;
}

.feedBack .feedBackListHead .feedBackerHeaderImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.feedBack .feedBackListUser {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.feedBack .feedBackerName {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #0a0a0a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.feedBack .feedBackTime {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: #6a7282;
}

.feedBack .feedBackListRating {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.feedBack .feedBackNumScore {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #0a0a0a;
	white-space: nowrap;
}

.feedBack .feedBackStarsRow {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.08em;
	height: 16px;
	vertical-align: middle;
}

.feedBack .feedBackStarsBg {
	color: #e5e7eb;
	white-space: nowrap;
	display: block;
}

.feedBack .feedBackStarsClip {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	transition: width 0.2s ease;
}

.feedBack .feedBackStarsFg {
	color: var(--color);
	white-space: nowrap;
	display: block;
}

.feedBack .feedBackList .firstFeedBack {
	margin: 0;
	padding: 0;
}

.feedBack .feedBackList .feedBackWords {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #364153;
	word-wrap: break-word;
	word-break: break-word;
}

.feedBack .feedBackList .feedBackImages {
	margin: 0 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.feedBack .feedBackList .feedBackImages img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	transition: box-shadow 0.2s ease, opacity 0.2s ease;
	background: #f1f5f9;
}

.feedBack .feedBackList .feedBackImages img:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	opacity: 0.95;
}

.feedBack .feedBackList .secondFeedBack {
	width: 100%;
	background: #f8fafc;
	border-left: 2px solid var(--color);
	border-radius: 6px;
	padding: 12px 16px;
	margin-top: 16px;
	box-sizing: border-box;
}

.feedBack .feedBackList .secondFeedBackTitle {
	margin: 0 0 8px 0;
	padding: 0;
	color: var(--color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.feedBack .feedBackList .secondFeedBackTitle span {
	color: var(--color);
}

.feedBack .feedBackList .secondFeedBackContant {
	width: 100%;
}

.feedBack .feedBackList .secondFeedBackTime {
	margin: 0 0 8px 0;
	padding: 0;
	color: #94a3b8;
	font-size: 12px;
	line-height: 1.5;
}

.feedBack .feedBackList .secondFeedBackContant .feedBackWords {
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.7;
}

.feedBack .feedBackList .now {
	border: 1px solid var(--color);
}

.itemsInfomationBodyRight .shangpingxiangqing {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 750px;
}

.itemsInfomationBodyRight .shangpingxiangqing img {
	max-width: 750px !important;
	margin: 0;
	padding: 0;
}

/* FeedBack Container */
/* Empty state for feedback */
.feedBack:empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	background: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	padding: 40px 20px;
}

.feedBack:empty::before {
	content: attr(data-empty-text);
	display: block;
	text-align: center;
	padding: 0;
	color: #94a3b8;
	font-size: 13px;
	font-weight: 400;
	z-index: 1;
	line-height: 1.6;
}

/*评论分页 S*/
.feedBackPages {
	height: auto;
	margin: 10px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.feedBackPages ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.feedBackPages ul.clearfix {
	display: flex;
}

.feedBackPages ul.clearfix::after {
	display: none;
}

.feedBackPages ul li {
	padding: 0;
	height: 32px;
	line-height: 32px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	flex-shrink: 0;
}

.feedBackPages ul li.fr {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.feedBackPages ul li .nowPages {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #ffffff;
	color: #475569;
	font-size: 13px;
	font-weight: 500;
	box-sizing: border-box;
}

.feedBackPages ul li .totalPages {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: #64748b;
	white-space: nowrap;
}

.feedBackPages ul li .totalPages span {
	color: #64748b;
}

.feedBackPages ul li .totalPages em {
	color: var(--color);
	font-weight: 600;
	font-style: normal;
}

.feedBackPages ul .pageslist {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-wrap: wrap;
	min-width: 0;
	flex: 1 1 auto;
	height: 32px;
	line-height: 32px;
	margin: 0 4px;
}

.feedBackPages ul .pageslist .pages,
.feedBackPages ul .pageslist .pagesNumber {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #ffffff;
	color: #475569;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	box-sizing: border-box;
	margin: 0 2px;
}

.feedBackPages ul .pageslist .pages:hover,
.feedBackPages ul .pageslist .pagesNumber:hover {
	background-color: var(--color-ghost-08);
	border-color: var(--color);
	color: var(--color);
}

.feedBackPages ul .pageslist .pages.now,
.feedBackPages ul .pageslist .pages.nowspages,
.feedBackPages ul .pageslist .pagesNumber.now {
	background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	border-color: var(--color);
	color: #ffffff;
	font-weight: 600;
}

.feedBackPages ul .pageslist .pagesPoint {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	color: #94a3b8;
	font-size: 13px;
	padding: 0 4px;
}

.feedBackPages ul li input {
	width: 45px;
	height: 32px;
	font-size: 13px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	box-sizing: border-box;
	color: #475569;
	transition: all 0.2s ease;
	vertical-align: middle;
}

.feedBackPages ul li input:focus {
	outline: none;
	border-color: var(--color);
	box-shadow: 0 0 0 3px var(--color-ghost-12);
}

.feedBackPages ul .sureToPagesBtn,
.feedBackPages ul .sureToPagesBtns {
	background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	color: #fff;
	border: none;
	min-width: 50px;
	height: 32px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	padding: 0 12px;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px var(--color-ghost-40);
}

.feedBackPages ul .sureToPagesBtn:hover,
.feedBackPages ul .sureToPagesBtns:hover {
	background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px var(--color-ghost-50);
}

.feedBackPages ul .prevPages,
.feedBackPages ul .nextPages,
.feedBackPages ul .prevPagess,
.feedBackPages ul .nextPagess {
	height: 32px;
	border: 1px solid #e5e7eb !important;
	border-radius: 6px;
	box-sizing: border-box;
	color: #475569;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	padding: 0 12px;
}

.feedBackPages ul .prevPages:hover,
.feedBackPages ul .nextPages:hover,
.feedBackPages ul .prevPagess:hover,
.feedBackPages ul .nextPagess:hover {
	background-color: var(--color-ghost-12);
	border-color: var(--color);
	color: var(--color);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px var(--color-ghost-18);
}

.feedBackPages ul .pagesInput,
.feedBackPages ul .pagesInput.jump {
	display: flex;
	align-items: center;
	gap: 6px;
}

.feedBackPages ul .pagesInput span {
	font-size: 13px;
	color: #64748b;
}

.feedBackPages ul .totalPagess,
.feedBackPages ul li.totalPages {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: #64748b;
	white-space: nowrap;
}

.feedBackPages ul .totalPagess em,
.feedBackPages ul li.totalPages em {
	color: var(--color);
	font-weight: 600;
	font-style: normal;
}

/*评论分页 E*/

/*地址选择二级联动 S*/

.addressOutter {
	width: 100%;
	height: 100%;
}

.addressOutter .addressMasker {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.addressOutter .addressInner {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 480px;
	overflow: hidden;
	left: 50%;
	top: 487px;
	transform: translateX(-17%);
	box-shadow: 0 0 0 1px #eee;
	z-index: 2;
}

.tabTop ul {
	height: 30px;
	margin-top: 5px;
	display: block;
	border-bottom: 2px solid red;
}

.tabTop ul li {
	float: left;
	width: 130px;
	height: 30px;
	margin: 0 5px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #CECBCE;
	border-bottom: 2px solid red;
}

.tabTop ul .active {
	border: 2px solid red;
	border-bottom: 2px solid #fff;
}

/* .show{
	display: block;
}
.hide{
	display: none;
} */

.tabBottom {
	margin-top: 10px;
	height: auto;
}

.tabBottom ul {
	display: none;
}

.tabBottom .address {
	float: left;
	margin: 5px;
	width: 130px;
	height: auto;
	cursor: pointer;
	text-align: left;
}

.tabBottom .address:hover {
	color: var(--color);
}


/* .addressOutter .addressInnerProvince{
	background-color: #fff;
	width: 130px;
	height: 100%;
	overflow: auto;
}
.addressOutter .addressInnerProvince li,.addressOutter .addressInnerCity li{
	text-indent: 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.addressOutter .addressInnerProvince li:hover{
	background-color: #eee;
	color: #000;
}
.addressOutter .addressInnerCity{
	width: 185px;
	height: 100%;
	overflow: auto;
	left: 115px;
	top: 0;
	background-color: #fff;
}
.addressOutter .addressInnerArea li{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 2px;
}
.addressOutter .addressInnerCity li:hover,.addressOutter .addressInnerArea li:hover{
	background-color: #eee;
	color: #000;

}
.addressOutter .addressInnerArea{
	background-color: #fff;
	right: -15px;
	top: 0;
	width: 208px;
	height: 100%;
	overflow: auto;
} */
/*地址选择二级联动 E*/

/*分享 S*/
.itemsInfomationHeaderLeftPic .fenxiang .shareType {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 112px;
	padding: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	background-color: white;
	top: 30px;
	left: 0;
	z-index: 9;
}

.itemsInfomationHeaderLeftPic .fenxiang .shareType .share {
	padding: 2px 0px;
}

/*分享 E*/

/*点击评论图片，展示大图的模态框 S*/
.bigImgModalBox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bigImgModalBox .bigImgModalBoxMasker {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.bigImgModalBox img {
	position: absolute;
	max-width: 50%;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*点击评论图片，展示大图的模态框 E*/


/*举报模态框 S*/
.REPORTModal {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0 0 1px 2px #eee;
	width: 650px;
}

.REPORTModal img {
	width: 100px;
}

.REPORTModal .REPORTTitle {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #F3F3F3;
	box-sizing: border-box;
	padding: 0 15px;
}

.REPORTModal .REPORTTitle .fr {
	cursor: pointer;
}

.REPORTModal .REPORTItemsTitle {
	font-size: 16px;
	line-height: 36px;
	box-sizing: border-box;
	padding: 0 15px;
}

.REPORTType {
	line-height: 40px;
}

.REPORTType .qrSingleton_t,
.CommonTokenStream .config_report,
.report_gcode_parameters .generateReport,
.reportTextView_ .saveTestReport {
	padding-left: 15px;
	width: 120px;
	margin-bottom: 15px;
}

.report_gcode_parameters {
	margin-bottom: 15px;
}

.report_gcode_parameters textarea {
	height: 110px;
	width: 385px;
	border: 1px solid #aaa;
	resize: none;
	box-sizing: border-box;
	padding: 3px 10px;
	font-size: 12px;
}

.reportTextView_ {
	margin-bottom: 30px;
	line-height: 36px;
}

.reportTextView_ label {
	margin-left: 20px;
}

.reportTextView_ input {
	height: 25px;
	vertical-align: middle;
	border: 1px solid #aaa;
	width: 180px;
	margin-right: 15px;
}

.reportTextView_ .upFileBtns {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #E3514F;
	text-align: center;
	background-color: #E3514F;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.reportTextView_ .appendTestReport {
	width: 600px;
	margin-left: 25px;
}

.reportTextView_ .appendTestReportTips {
	font-size: 12px;
	color: red;
}

.REPORTModal .reportBtns {
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.REPORTModal .reportBtns span {
	display: inline-block;
	border-radius: 2px;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
}

.REPORTModal .reportBtns .cancelBtns {
	margin-right: 30px;
	border: 1px solid #ddd;
}

.REPORTModal .reportBtns .sureBtns {
	border: 1px solid #E3514F;
	background-color: #E3514F;
	color: #fff;
}

/*举报模态框 E*/


/*二维码 S*/
.erweima {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #E5E5E5;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;

}

.erweima span {
	color: #333;
	font-size: 12px;
}

.erweima img {
	width: 20px;
	margin-top: -1px;
}

#erweimaContainer {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	left: -25px;
	bottom: -150px;
	border-radius: 2px;
	padding: 5px;
	background-color: #fff;
	z-index: 2;
}

/*二维码 E*/

.videoContainer {
	width: 100%;
	height: 100%;
	z-index: 666;
	left: 0;
	top: 0;
	background-color: #fff;
}

.videoContainer video {
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.thumbnails .thumbnailImgBox .ab {
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
}

.ManContent li {
	line-height: 20px;
}

.ManName {
	color: black;
}

.ManContent li,
.ManName-to {
	color: var(--color);
}

.activity-titles_img1,
.activity-titles_img2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  white-space: nowrap;
}

.activity-titles_img3,
.activity-titles_img4 {
	width: 115px;
}

/* 活动条 — 限时秒杀/限时折扣 Figma 1481:769 */
.itemsInfomationHeaderCenterTitle .timeLast {
	display: none;
	margin-top: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #ff6029;
	background: transparent;
	border-radius: 0;
	line-height: normal;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigma:not(.hide) {
	display: flex;
	align-items: stretch;
	min-height: 80px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ffe0d4;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigmaLeft {
	flex: 1 1 0;
	min-width: 0;
	background: #fff0eb;
	padding: 10px 14px 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 6px;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoRow1 {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityAfterLabel {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: var(--color, #ff6029);
	white-space: nowrap;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoPriceStrong {
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	color: var(--color, #ff6029);
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoUnit {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: var(--color, #ff6029);
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoRow2 {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: var(--color, #ff6029);
}

.itemsInfomationHeaderCenterTitle .timeLast .activityBeforeLine {
	display: block;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoPreview {
	font-size: 12px;
	line-height: 1.4;
	color: var(--color, #ff6029);
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigmaMid {
	flex: 0 0 auto;
	display: flex;
	align-items: stretch;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigmaMid img {
	display: block;
	height: 80px;
	width: auto;
	max-width: 120px;
	object-fit: cover;
	object-position: left center;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigmaRight {
	flex: 1.15 1 0;
	min-width: 0;
	background: #FF6029;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 4px;
	align-items: flex-end;
	text-align: right;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityEventTitle {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
	color: #fff;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityCountdownLine {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigmaRight .time-text,
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoFigmaRight .dao {
	color: #fff;
	font-style: normal;
}

/* 满减赠/满减折 Figma 1481:1251：上条主题色+倒计时，下区 #fff0eb 长文案 */
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma:not(.hide) {
	display: block;
	margin: 0;
	padding: 0;
	background: #fff0eb;
	border: 1px solid #ffdcc9;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoReductionFigmaHead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 16px;
	min-height: 44px;
	padding: 0 20px;
	box-sizing: border-box;
	background: var(--color, #ff6029);
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoReductionFigmaTitleCluster {
	display: flex;
	align-items: center;
	gap: 8px 12px;
	flex: 1 1 auto;
	min-width: 0;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activity-titles_name3,
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activity-titles_name4,
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activity-titles_img1,
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activity-titles_img2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoLegacyTime {
	float: none;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0 4px;
	justify-content: flex-end;
	line-height: 14px;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoLegacyTime .iconfont {
	display: none;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoLegacyTime .time-text,
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoLegacyTime .dao {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 14px;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoReductionFigmaBody {
	padding: 15px 20px;
	background: #fff0eb;
	box-sizing: border-box;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoReductionFigmaBody .ManContent {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #ff6029;
}

.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activityPromoReductionFigmaBody i {
	font-style: normal;
}

/* 下栏整段展示，不限制旧 115px 宽 */
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activity-titles_img3,
.itemsInfomationHeaderCenterTitle .timeLast .activityPromoReductionFigma .activity-titles_img4 {
	width: auto;
	max-width: 100%;
	display: block;
}

.timeLast .iconfont {
	font-size: 24px;
	vertical-align: middle;
}

.timeLast .time-text,
.timeLast .dao,
.timeLast span {
	vertical-align: middle;
}

/* 关注店铺弹窗开始 */
.attentionBig .attentionBox{
	width: 480px;
	max-width: 90vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 28px 28px;
	z-index: 1000;
	box-sizing: border-box;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
	animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -48%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
.sampleApplyDialog,.sampleApplyDialogSure{
	position: fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	padding: 10px 20px;
	z-index: 1000;
	box-sizing: border-box;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
.sampleApplyDialog .attentionBox,.sampleApplyDialogSure .attentionBox{
	display:inline-block;
	max-width:92%;
	width: 900px;
	max-height: 92vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
	border-radius: 20px;
	padding: 40px;
	position: relative;
	z-index: 1001;
	box-sizing: border-box;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
	animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sampleApplyDialog .attentionBox::-webkit-scrollbar,
.sampleApplyDialogSure .attentionBox::-webkit-scrollbar {
	width: 6px;
}

.sampleApplyDialog .attentionBox::-webkit-scrollbar-track,
.sampleApplyDialogSure .attentionBox::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 3px;
}

.sampleApplyDialog .attentionBox::-webkit-scrollbar-thumb,
.sampleApplyDialogSure .attentionBox::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 3px;
}

.sampleApplyDialog .attentionBox::-webkit-scrollbar-thumb:hover,
.sampleApplyDialogSure .attentionBox::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.attentionBig .makeAtten,.sampleApplyDialog .makeAtten,.sampleApplyDialogSure .makeAtten{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 999;
	animation: backdropFadeIn 0.2s ease-out;
}

@keyframes backdropFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.attentionBox img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.attentionBox .nameTwo {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.5;
}

.attentionBox .nameTwo span:first-child {
	color: var(--color);
	margin-right: 4px;
}

.attentionBox .enjoyThree {
	color: #64748b;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.attentionBox .attenUl {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: linear-gradient(135deg, var(--color-ghost-04) 0%, var(--color-ghost-08) 100%);
	border-radius: 12px;
	border: 1px solid var(--color-ghost-12);
	gap: 12px;
}

.attentionBox .attenUl li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
	position: relative;
	padding-left: 24px;
}

.attentionBox .attenUl li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--color);
	font-weight: 600;
	font-size: 16px;
}

.attentionBox .yesAttention {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
	width: 100%;
	flex-wrap: wrap;
	gap: 4px;
}

.attentionBox .yesAttention input[type="checkbox"] {
	margin-right: 8px;
	margin-top: 2px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	accent-color: var(--color);
}

.attentionBox .yesAttention .span1 {
	color: var(--color);
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.attentionBox .yesAttention .span1:hover {
	color: var(--color-grad-dark);
}

.attentionBig .attentionBox button {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	border: none;
	border-radius: 10px;
	line-height: 44px;
	height: 44px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 12px var(--color-ghost-40);
}

.attentionBig .attentionBox button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px var(--color-ghost-50);
}

.attentionBig .attentionBox button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px var(--color-ghost-40);
}

.attentionBox-close {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 44px;
	height: 44px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1001;
	padding: 0;
	margin: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.attentionBox-close:hover {
	background: #f9fafb;
	border-color: #d1d5db;
	transform: translateX(-50%) scale(1.08);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.attentionBox-close:active {
	transform: translateX(-50%) scale(0.96);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	background: #f3f4f6;
}

.attentionBox-close i {
	font-size: 18px;
	color: #1e293b;
	transition: all 0.2s ease;
	font-weight: 500;
}

.attentionBox-close:hover i {
	color: #0f172a;
	transform: rotate(90deg);
}

/* 关注店铺弹窗结束 */

/* 对比S */
.contrast {
	width: 88px;
	height: 32px;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	line-height: 32px;
	border: 1px solid var(--color);
	color: #1f2937;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
	font-size: 12px;
	font-weight: 500;
}

.contrast:hover {
	border-color: var(--color-grad-dark);
	color: #111827;
	background: var(--color-tint-page);
}

.contrastNow {
	border-color: var(--color) !important;
	color: var(--color) !important;
	background: var(--color-tint-page) !important;
	font-weight: 600;
	cursor: default;
}

.contrastNow:hover {
	border-color: var(--color) !important;
	color: var(--color) !important;
	background: var(--color-tint-page) !important;
}

.contrastBox {
	width: 96%;
	min-width: 1200px;
	max-width: 1440px;
	height: 240px;
	background: #ffffff;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	border: none;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08), 0 -1px 4px rgba(0, 0, 0, 0.04);
	z-index: 100;
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, transform 0.35s ease;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	backdrop-filter: blur(10px);
}

.contrastBox.contrastBoxCollapsed {
	height: 60px;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
}

.contrastTitle {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	user-select: none;
	border-bottom: 1px solid #f1f5f9;
	background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
	padding: 16px 28px;
	min-height: 60px;
	box-sizing: border-box;
	transition: background 0.3s ease;
}

.contrastTitle:hover {
	background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 50%, #f1f5f9 100%);
}

.contrastTitle h3 {
	font-size: 17px;
	font-weight: 600;
	color: #0f172a;
	margin: 0;
	flex: 1;
	display: flex;
	align-items: center;
	letter-spacing: 0.3px;
}

.contrastTitle h3::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 18px;
	background: linear-gradient(180deg, var(--color) 0%, var(--color-grad-dark) 100%);
	border-radius: 2px;
	margin-right: 12px;
	box-shadow: 0 2px 4px var(--color-ghost-28);
}

.contrastTitle {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contrastTitle .goContrast {
	min-width: 110px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.3px;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 6px var(--color-ghost-28), 0 1px 2px var(--color-ghost-18);
	white-space: nowrap;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}

.contrastTitle .goContrast::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.contrastTitle .goContrast:hover {
	background: linear-gradient(135deg, var(--color-grad-dark) 0%, var(--color-grad-deep) 100%);
	box-shadow: 0 4px 12px var(--color-ghost-50), 0 2px 4px var(--color-ghost-28);
	transform: translateY(-1px);
}

.contrastTitle .goContrast:hover::before {
	left: 100%;
}

.contrastTitle .goContrast:active {
	background: linear-gradient(135deg, var(--color-grad-deep) 0%, var(--color-grad-night) 100%);
	box-shadow: 0 2px 4px var(--color-ghost-28);
	transform: translateY(0);
}

.contrastTitle .hideContrast {
	min-width: 90px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #475569;
	background: #ffffff;
	border: 1.5px solid #e2e8f0;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	border-radius: 8px;
	white-space: nowrap;
	padding: 0 18px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.contrastTitle .hideContrast:hover {
	color: #1e293b;
	background: #f8fafc;
	border-color: #cbd5e1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.contrastTitle .hideContrast:active {
	background: #f1f5f9;
	border-color: #94a3b8;
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.contrastTitle .closeContrastBox {
	min-width: 90px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--color);
	background: #ffffff;
	border: 1.5px solid var(--color-tint-border);
	border-radius: 8px;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	flex-shrink: 0;
	white-space: nowrap;
	padding: 0 18px;
	box-shadow: 0 1px 2px var(--color-ghost-12);
}

.contrastTitle .closeContrastBox:hover {
	color: #ffffff;
	background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	border-color: var(--color);
	box-shadow: 0 4px 12px var(--color-ghost-40), 0 2px 4px var(--color-ghost-28);
	transform: translateY(-1px);
}

.contrastTitle .closeContrastBox:active {
	background: linear-gradient(135deg, var(--color-grad-dark) 0%, var(--color-grad-deep) 100%);
	border-color: var(--color-grad-dark);
	box-shadow: 0 2px 4px var(--color-ghost-28);
	transform: translateY(0);
}

.contrastCount {
	width: 100%;
	height: calc(100% - 60px);
	display: flex;
	transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease, transform 0.35s ease;
	background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: hidden;
}

.contrastBoxCollapsed .contrastCount {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	padding: 0;
	transform: translateY(-10px);
}

.contrastUl {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	padding: 0;
	margin: 0;
	list-style: none;
}

.contrastUl .contrastLi {
	width: 25%;
	min-width: 240px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-right: 1px solid #f1f5f9;
	padding: 20px 24px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0;
}

.contrastUl .contrastLi:first-child {
	border-radius: 0;
}

.contrastUl .contrastLi:last-child {
	border-right: none;
}

.contrastUl .contrastLi:hover {
	background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	z-index: 1;
}

.contrastUl .contrastLi img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: 12px;
	border: 2px solid #f1f5f9;
	background: #ffffff;
	margin-bottom: 16px;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	padding: 4px;
}

.contrastUl .contrastLi:hover img {
	border-color: var(--color);
	box-shadow: 0 4px 16px var(--color-ghost-28), 0 2px 8px var(--color-ghost-12);
	transform: scale(1.02);
}

.contrastUl .contrastLi .contrastLiLeft {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.contrastUl .contrastLi .goodsName {
	font-size: 14px;
	width: 100%;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	cursor: pointer;
	color: #1e293b;
	line-height: 1.5;
	margin-bottom: 12px;
	transition: color 0.25s ease;
	font-weight: 500;
}

.contrastUl .contrastLi .goodsName:hover {
	color: var(--color);
	text-decoration: none;
}

.contrastUl .contrastLi .goodsPrice {
	color: var(--color);
	font-size: 18px;
	font-weight: 700;
	margin-top: 6px;
	letter-spacing: 0.2px;
	text-shadow: 0 1px 2px var(--color-ghost-12);
}


.delContrast {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 16px;
	top: 16px;
	opacity: 0;
	color: #ffffff;
	background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 6px var(--color-ghost-28), 0 1px 2px var(--color-ghost-12);
	overflow: visible;
	border: 2px solid #ffffff;
}

.delContrast:hover {
	background: linear-gradient(135deg, var(--color-grad-dark) 0%, var(--color-grad-deep) 100%);
	transform: scale(1.2) rotate(90deg);
	box-shadow: 0 4px 12px var(--color-ghost-50), 0 2px 4px var(--color-ghost-28);
}

.delContrast:active {
	transform: scale(1.1) rotate(90deg);
	box-shadow: 0 2px 6px var(--color-ghost-40);
}

.contrastUl .contrastLi:hover .delContrast {
	opacity: 1;
}

/* 隐藏iconfont图标，直接使用CSS创建的X符号 */
.delContrast .iconfont {
	display: none !important;
}

/* 使用CSS直接创建X符号，确保图标始终显示 */
.delContrast::before {
	content: '×';
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	z-index: 3;
	pointer-events: none;
	display: block;
}
.contrastShow {
    width: 35px;
    height: 120px;
    padding: 8px 5px;
    text-align: center;
	position: fixed;
    left: 20px;
    bottom: 20px;
    background: var(--color);
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    line-height: 18px;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 12px;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contrastShow:hover {
    background: #d32f2f;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateX(3px);
}

/* 对比列表响应式设计 */
@media screen and (max-width: 1240px) {
	.contrastBox {
		width: 100%;
		min-width: 100%;
		border-radius: 0;
	}
	
	.contrastBox.contrastBoxCollapsed {
		height: 56px;
	}
	
	.contrastTitle {
		padding: 12px 16px;
	}
	
	.contrastUl .contrastLi {
		padding: 12px 16px;
	}
}

@media screen and (max-width: 768px) {
	.contrastBox {
		height: auto;
		max-height: 300px;
		overflow-y: auto;
	}
	
	.contrastBox.contrastBoxCollapsed {
		height: 45px;
		max-height: 45px;
	}
	
	.contrastTitle h3 {
		font-size: 16px;
		padding: 10px 15px;
	}
	
	.contrastTitle .closeContrastBox {
		right: 15px;
		width: 22px;
		height: 22px;
		font-size: 14px;
	}
	
	.contrastUl {
		flex-wrap: wrap;
	}
	
	.contrastUl .contrastLi {
		width: 50%;
		min-width: 150px;
	}
	
	.contrastCount {
		flex-direction: column;
		height: auto;
	}
	
	.contrastTitleRight {
		flex-wrap: wrap;
		gap: 8px;
	}
	
	.contrastTitleRight {
		flex-wrap: wrap;
		gap: 8px;
	}
	
	.contrastTitleRight {
		flex-wrap: wrap;
		gap: 8px;
	}
	
	.contrastTitleRight .goContrast,
	.contrastTitleRight .hideContrast,
	.contrastTitle .closeContrastBox {
		font-size: 12px;
		min-width: 70px;
		height: 30px;
		padding: 0 12px;
	}
	
	.contrastShow {
		left: 10px;
		bottom: 10px;
		width: 30px;
		height: 100px;
		font-size: 11px;
	}
}
/* 对比E */

/* 组合商品S */
.combinationGoods{
	width: 100%;
}

.combinationGoods .combinationTitle{
	background-color: #f7f7f7;
	padding: 10px 10px;
	margin-top: 20px;
}
.combinationGoods .combinationTitle b{
	font-size: 16px;
	color: var(--color);
	font-weight: bold !important;
}
.combinationGoods .combinationTitle b::before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 13px;
    vertical-align: inherit;
	margin-right: 5px;
	background-color: var(--color);
}
.combinationList .combinationListLi{
	width: 100%;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.combinationGoodsTitle{
	width: 2%;
	color: white;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	padding: 5px 2px;
	margin:0px 20px;
	background-color: var(--color);
}
.combinationList .goodsitem{
	width: 110px;
	margin: 5px 25px;
	position: relative;
}
.combinationList .dialogInput{
	width: 110px;
	height: 110px;
	position: absolute;
	right: 0;
	cursor: pointer;
	border-radius: 10px 10px 0px 0px;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
    justify-content: center;
}
.combinationList .dialogInput img {
	width: 60px;
	height: 60px;
}
.goodsitem .c-888{
	margin-top: 5px;
}
.goodsitem .addNum,
.goodsitem .textNum,
.goodsitem .reduceNum {
	display: inline-block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #bebebe;
	box-sizing: border-box;
}
.goodsitem .addNum,
.goodsitem .reduceNum {
	min-width: 20px;
	background-color: #eeeeee;
}
.goodsitem .textNum{
	min-width: 25px;
}
.goodsitem img{
	border-radius: 10px 10px 0px 0px;
}

.goodsitem .goodsName{
	height: 35px;
}


.combinationList .combinaMiniGoods{
	width: 75%;
	height: 240px;
	padding: 5px 10px;
	display: flex;
	overflow-x: scroll;
}
.combinaMiniGoodsItem{
	display: flex;
	align-items: center;
}

.combinaMiniToPayRight {
	width: 23%;
	height: 230px;
	padding: 20px 0px 10px 20px;
	box-shadow: -10px 0px 10px 0px #dcdcdc;
}
.combinaMiniToPayRight .numBox{
	height: 40px;
	display: flex;
	align-items: center;
}


.combinaMiniToPayRight .addNum,
.combinaMiniToPayRight .textNum,
.combinaMiniToPayRight .reduceNum {
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #bebebe;
	box-sizing: border-box;
}
.combinaMiniToPayRight .addNum,
.combinaMiniToPayRight .reduceNum {
	min-width: 30px;
	background-color: #eeeeee;
}
.combinaMiniToPayRight .textNum{
	min-width: 35px;
}
.oneOrdering{
	width: 90%;
	height: 40px;
	border-radius: 10px;
	color: white;
	border: none;
	background-color: var(--color);
}
.showHideGoods{
	width: 70px;
	padding: 5px 10px;
	background-color: var(--color);
	color: white;
	border: none;
	font-size: 13px;
	border-radius: 10px;
	outline-style: none;
}
/* 组合商品E */

/* 商品文件 S */
.filesTemplate{
	margin: 30px 0px;
}
.fileLi{
	margin: 10px 0px 20px 30px;
	display: flex;
	align-items: center;
	padding: 12px;
	border-radius: 8px;
	transition: all 0.2s ease;
}

.fileLi:hover{
	background-color: #f8fafc;
}

.fileLi.active{
	background-color: #f1f5f9;
	border-left: 3px solid var(--color);
}

.fileLi .fileTtemContent{
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.fileLi .rightBtn{
	display: flex;
	gap: 8px;
}

.fileLi .rightBtn button{
	padding: 6px 16px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
}
.fileLi .rightBtn button:nth-of-type(1){
	border: 1px solid var(--color);
	color: var(--color);
	background-color: white;
}
.fileLi .rightBtn button:nth-of-type(1):hover{
	background-color: var(--color-tint-page);
	border-color: var(--color-grad-dark);
	color: var(--color-grad-dark);
}
.fileLi .rightBtn button:nth-of-type(2){
	background-color: var(--color);
	border: 1px solid var(--color);
	color: white;
}
.fileLi .rightBtn button:nth-of-type(2):hover{
	background-color: var(--color-grad-dark);
	border-color: var(--color-grad-dark);
}

/* 弹窗 */
.filePopup{
	display: none;
	
}
.filePopup .masker{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .15);
}
.filePopup .filePopupContent{
	width: 25%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(101, 101, 101, 0.2);
}
.filePopup .filePopupContent #headTitle{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filePopup .filePopupContent .input{
	width: 90%;
    border: 1px solid #d8d7d7;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    padding-left: 15px;
}
.filePopup .filePopupContent .tipError{
	display: none;
}

.bottomBtn{
	width: 100%;
	display: flex;
}
.bottomBtn button{
	width: 50%;
	height: 40px;
	background: white;
	font-weight: 600;
	border:none;
	font-size: 16px;
	letter-spacing: 3px;
}
.bottomBtn button:nth-of-type(2) {
color: var(--color);
}
/* 商品文件 E */

/* 类目属性 S*/
.categoryAttributes{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f5f9;
}
.categoryAttributes .attributesContainer{
	width: 100%;
}
.categoryAttributes .attributesSectionTitle{
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 12px 0;
	padding: 0;
}
.categoryAttributes .attributesList{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.categoryAttributes .attributesList>li{
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 12px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	transition: all 0.2s ease;
}
.categoryAttributes .attributesList>li:hover{
	background: #f1f5f9;
	border-color: #cbd5e1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.categoryAttributes .attributeName{
	font-weight: 400;
	color: #94a3b8;
	font-size: 11px;
	text-transform: capitalize;
	line-height: 1.3;
	margin-bottom: 2px;
}
.categoryAttributes .attributeValueName{
	color: #1e293b;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	word-break: break-word;
}
/* 类目属性 E */
/* 类目属性 E */
.selectCountry-des{
	border-color:#ccc !important;
	height:26px !important;
	width: 180px;
	margin-left: 20px;
}
.drapSpec{
	display:none;
	position:absolute;
	right:0;
	top:30px;
	z-index:2;
	background:#fff;
	min-width:100px;
	border:1px solid #eee;
}
.drapSpec span{
	display:block;
	
}
.sampleSpecBox table th,.sampleSpecBox table td{
	text-align:center;
}
.sampleApplyDialog .operate,.sampleApplyDialogSure .operate{
	margin-top:40px;
	padding-top:32px;
	border-top: 2px solid #e5e7eb;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.sampleApplyDialog .operate button,.sampleApplyDialogSure .operate button{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	min-width:160px;
	height:52px;
	border:2px solid #e5e7eb;
	border-radius:10px;
	background: #ffffff;
	color: #475569;
	font-size:16px;
	font-weight:600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	letter-spacing: 0.3px;
}
.sampleApplyDialog .operate button:hover,.sampleApplyDialogSure .operate button:hover{
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.sampleApplyDialog .operate button.cancel,.sampleApplyDialogSure .operate button.cancel{
	border-color: #cbd5e1;
	background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
	color: #64748b;
}
.sampleApplyDialog .operate button.cancel:hover,.sampleApplyDialogSure .operate button.cancel:hover{
	border-color: #94a3b8;
	background: linear-gradient(135deg, #f1f5f9 0%, #f8fafc 100%);
	color: #475569;
}
.sampleApplyDialog .operate button.sure,.sampleApplyDialogSure .operate button.sure{
	background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	border-color: var(--color);
	color:#fff;
	box-shadow: 0 4px 12px var(--color-ghost-40);
}
.sampleApplyDialog .operate button.sure:hover,.sampleApplyDialogSure .operate button.sure:hover{
	background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	box-shadow: 0 6px 20px var(--color-ghost-50);
	transform: translateY(-2px);
}
.sampleApplyDialog .operate button:active,.sampleApplyDialogSure .operate button:active{
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
  .sampleTable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
  }
  
  .sampleTable thead {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  }
  
  .sampleTable th {
    padding: 16px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
  }
  
  .sampleTable td {
    padding: 16px 20px;
    text-align: left;
    font-size: 14px;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    vertical-align: middle;
  }
  
  .sampleTable tbody tr:hover td {
    background-color: #f9fafb;
  }
  
  .sampleTable tbody tr:last-child td {
    border-bottom: none;
  }
  
  .sampleTable tbody tr.specRow {
    transition: all 0.2s ease;
    cursor: default;
  }
  
  .sampleTable tbody tr.specRow:hover {
    background-color: #f8fafc;
  }
  .sampleApplyDialog h5,.sampleApplyDialogSure h5{
	  padding:0 0 28px;
	  margin: 0 0 32px;
	  font-size:24px;
	  font-weight:700;
	  text-align:center;
	  color: #0f172a;
	  border-bottom: 2px solid #e5e7eb;
	  letter-spacing: 0.3px;
  }
  .specImageWrapper{
	  width: 80px;
	  height: 80px;
	  overflow: hidden;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .specImage{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
  }
  .specDisplay{
	  font-size: 14px;
	  color: #1e293b;
	  font-weight: 500;
	  display: inline-block;
  }
  .quantityInputWrapper{
	  display: flex;
	  flex-direction: column;
	  gap: 6px;
	  align-items: center;
  }
  .quantityControl{
	  display: flex;
	  align-items: center;
	  gap: 0;
	  border: 2px solid #e2e8f0;
	  border-radius: 8px;
	  overflow: hidden;
	  background: #ffffff;
  }
  .quantityBtn{
	  width: 36px;
	  height: 36px;
	  border: none;
	  background: #f8fafc;
	  color: #475569;
	  font-size: 18px;
	  font-weight: 600;
	  cursor: pointer;
	  transition: all 0.2s ease;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  user-select: none;
  }
  .quantityBtn:hover{
	  background: #f1f5f9;
	  color: var(--color);
  }
  .quantityBtn:active{
	  background: #e5e7eb;
	  transform: scale(0.95);
  }
  .quantityControl .inputItem{
	  width: 60px;
	  text-align: center;
	  border: none;
	  border-left: 1px solid #e2e8f0;
	  border-right: 1px solid #e2e8f0;
	  border-radius: 0;
	  padding: 0;
	  font-weight: 600;
	  background: #ffffff;
  }
  .quantityControl .inputItem:focus{
	  box-shadow: none;
	  background: #ffffff;
  }
  .maxNumTip{
	  font-size: 12px;
	  color: #64748b;
	  margin-top: 0;
	  line-height: 1.4;
	  font-weight: 500;
  }
  .selectedSpecsBox{
	  margin-top: 32px;
	  padding-top: 32px;
	  border-top: 2px solid #e5e7eb;
  }
  .selectedSpecsBox h6{
	  font-size: 18px;
	  font-weight: 600;
	  color: #1e293b;
	  margin: 0 0 20px 0;
	  padding: 0;
	  display: flex;
	  align-items: center;
	  gap: 8px;
  }
  .selectedSpecsBox h6::before{
	  content: '';
	  width: 4px;
	  height: 18px;
	  background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	  border-radius: 2px;
  }
  .selectedSpecsTable{
	  margin-top: 0;
  }
  .selectedSpecsTable tbody tr{
	  transition: all 0.2s ease;
  }
  .selectedSpecsTable tbody tr:hover{
	  background-color: #f8fafc;
  }
  .specInput.bg{
	  background-color:rgba(239, 239, 239, 0.3);
  }
  .specInput{
	  position: relative;
	  display: inline-block;
	  border:1px solid #e2e8f0;
	  border-radius:6px;
	  line-height:32px;
	  background: #ffffff;
	  transition: all 0.2s ease;
  }
  .specInput:hover{
	  border-color: #cbd5e1;
  }
  .specInput:focus-within{
	  border-color: var(--color);
	  box-shadow: 0 0 0 3px var(--color-ghost-12);
  }
  .inputItem{
	  font-size:14px;
	  color:#1e293b;
	  padding:10px 14px;
	  border:2px solid #e2e8f0;
	  border-radius:8px;
	  background: #ffffff;
	  transition: all 0.2s ease;
	  width: 100%;
	  box-sizing: border-box;
	  font-weight: 500;
  }
  .inputItem:focus{
	  outline: none;
	  border-color: var(--color);
	  box-shadow: 0 0 0 4px var(--color-ghost-12);
	  background: #fafbff;
  }
  .inputItem:hover{
	  border-color: #cbd5e1;
  }
  .inputItem::placeholder{
	  color: #94a3b8;
	  font-weight: 400;
  }
  .specInput input{
	  padding:8px 32px 8px 12px;
	  border:0;
	  background: transparent;
	  font-size:13px;
	  color: #1e293b;
	  width: 100%;
	  box-sizing: border-box;
  }
  .specInput input:focus{
	  outline: none;
  }
  .specInput .iconfont{
	  position: absolute;
	  right: 8px;
	  top: 50%;
	  transform: translateY(-50%);
	  font-size:16px;
	  color:#94a3b8;
	  cursor: pointer;
	  transition: color 0.2s ease;
  }
  .specInput .iconfont:hover{
	  color: var(--color);
  }
  .uploadSample,.addModule .button{
	  display:inline-flex;
	  align-items: center;
	  justify-content: center;
	  border:0;
	  line-height:32px;
	  background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	  font-size:13px;
	  font-weight:500;
	  color:#fff;
	  padding:0 16px;
	  border-radius:6px;
	  cursor: pointer;
	  transition: all 0.2s ease;
	  box-shadow: 0 2px 4px var(--color-ghost-28);
  }
  .uploadSample:hover,.addModule .button:hover{
	  background: linear-gradient(135deg, var(--color) 0%, var(--color-grad-dark) 100%);
	  box-shadow: 0 4px 8px var(--color-ghost-40);
	  transform: translateY(-1px);
  }
  .uploadSample:active,.addModule .button:active{
	  transform: translateY(0);
  }
  .buttonText{
	  display:inline-flex;
	  align-items: center;
	  justify-content: center;
	  border:1px solid var(--color);
	  line-height:28px;
	  background:transparent;
	  font-size:13px;
	  font-weight:500;
	  color:var(--color);
	  padding:0 12px;
	  border-radius:6px;
	  cursor: pointer;
	  transition: all 0.2s ease;
  }
  .buttonText:hover{
	  background: var(--color-ghost-04);
	  border-color: var(--color);
  }
  .buttonText.del{
	  border-color: var(--color);
	  color: var(--color);
	  margin-left: 8px;
  }
  .buttonText.del:hover{
	  background: var(--color-ghost-04);
	  border-color: var(--color-grad-dark);
  }
  .addModule{
	  cursor:pointer;
	  margin-top:24px;
  }
  .addModule .button{
	  line-height:36px;
	  padding: 0 20px;
  }
  .addModule .button .iconfont{
	  font-size:14px;
	  margin-right:6px;
  }
  .upFile .inputFile{
	  position:absolute;
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
	  opacity:0;
  }
  .upFileInfo{
	  display:none;
  }
  .sampleInfo{
	  padding: 24px 0;
  }
  .sampleInfo .itemLi{
	 margin-bottom:24px;
	 font-size:15px;
	 line-height: 1.7;
	 color: #475569;
  }
  .sampleInfo .itemLi:last-child{
	  margin-bottom: 0;
  }
  .sampleInfo .itemLi .name{
	  font-weight: 600;
	  color: #1e293b;
	  margin-right: 10px;
	  display: inline-block;
  }
  .sampleInfo .itemLi em{
	  color:#334155;
	  font-style: normal;
	  font-weight: 500;
  }
  .deliveryAddressHeader{
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin-bottom: 16px;
  }
  .deliveryAddressHeader .name{
	  font-weight: 600;
	  color: #1e293b;
	  font-size: 15px;
  }
  .deliveryAddressHeader .addAddress{
	  color: var(--color);
	  font-weight: 600;
	  cursor: pointer;
	  transition: all 0.2s ease;
	  font-size: 14px;
	  padding: 6px 12px;
	  border-radius: 6px;
	  background: var(--color-ghost-04);
	  font-style: normal;
  }
  .deliveryAddressHeader .addAddress:hover{
	  color: #ffffff;
	  background: linear-gradient(135deg, var(--color-grad-light) 0%, var(--color) 100%);
	  transform: translateY(-1px);
	  box-shadow: 0 2px 8px var(--color-ghost-40);
  }
  /*地址展示 S*/
  .addressList,
  .addressList2 {
  	width: 100%;
  	list-style: none;
  	padding: 0;
  	margin: 0;
  }
  
  .addressList li,
  .addressList2 li {
  	width: 100%;
  	margin-top: 12px;
  	margin-bottom: 0;
  	box-sizing: border-box;
  	color: #334155;
  	font-weight: 400;
  	background: #ffffff;
  	border: 2px solid #e5e7eb;
  	border-radius: 12px;
  	padding: 0;
  	transition: all 0.2s ease;
  	cursor: pointer;
  	overflow: hidden;
  }
  
  .addressListInfo {
  	cursor: pointer;
  }
  
  .addressList li:hover,
  .addressList2 li:hover {
  	border-color: var(--color);
  	box-shadow: 0 4px 12px var(--color-ghost-18);
  	transform: translateY(-2px);
  }
  
  .addressList li.now,
  .addressList2 li.now {
  	border-color: var(--color);
  	background: linear-gradient(135deg, var(--color-ghost-04) 0%, var(--color-ghost-04) 100%);
  	box-shadow: 0 4px 16px var(--color-ghost-28);
  }
  
  .addressList li .addressListInfoContent,
  .addressList2 li .addressListInfoContent {
  	box-sizing: border-box;
  	padding: 20px 24px;
  	margin: 0;
  }
  
  .addressList2 li .addressListInfoAddressText {
  	padding-top: 12px;
  }
  
  .addressListInfoContent {
  	display: flex;
  	flex-direction: column;
  	gap: 12px;
  }
  
  .addressListInfoRow1 {
  	display: flex;
  	align-items: center;
  	gap: 16px;
  	flex-wrap: wrap;
  }
  
  .addressListInfoRow2 {
  	display: flex;
  	align-items: flex-start;
  	margin-top: 4px;
  }
  
  .addName {
  	display: inline-flex;
  	align-items: center;
  	position: relative;
  	border: 2px solid #e5e7eb;
  	border-radius: 8px;
  	padding: 6px 16px;
  	background: #ffffff;
  	font-weight: 600;
  	color: #334155;
  	font-size: 14px;
  	transition: all 0.2s ease;
  }
  
  .now .addName {
  	border-color: var(--color);
  	background: linear-gradient(135deg, var(--color-ghost-12) 0%, var(--color-ghost-04) 100%);
  	color: var(--color);
  }
  
  .addName .namess {
  	display: inline-block;
  	max-width: 120px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
  
  .addName .iconfonts {
  	position: absolute;
  	bottom: -2px;
  	right: -2px;
  	font-size: 20px;
  	width: 20px;
  	height: 20px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	background: var(--color);
  	border-radius: 50%;
  	color: #ffffff;
  }
  
  .addName .iconfonts:empty {
  	display: none;
  }
  
  .addressListInfoPhoneNumber {
  	font-size: 14px;
  	color: #64748b;
  	font-weight: 500;
  }
  
  .addressListInfoPhoneNumber em {
  	color: #94a3b8;
  	font-style: normal;
  }
  
  .addressListInfoPhoneNumber b {
  	color: #334155;
  	font-weight: 600;
  }
  
  .addressListInfoAddressText {
  	width: 100%;
  	font-size: 14px;
  	color: #475569;
  	line-height: 1.6;
  	display: flex;
  	align-items: flex-start;
  	gap: 6px;
  }
  
  .addressListInfoAddressText .iconfont {
  	color: var(--color);
  	font-size: 16px;
  	margin-top: 2px;
  	flex-shrink: 0;
  }
  
  .addressListInfoAddressText i {
  	font-style: normal;
  	color: #64748b;
  }
  
  .deleteBtn {
  	color: var(--color);
  	margin: 0 24px;
  	cursor: pointer;
  	transition: color 0.2s ease;
  }
  
  .deleteBtn:hover {
  	color: var(--color-grad-dark);
  }
  
  .editBtn {
  	color: var(--color);
  	cursor: pointer;
  	transition: color 0.2s ease;
  }
  
  .editBtn:hover {
  	color: var(--color);
  }
  
  .now .mrAdd {
  	display: inline-block;
  }
  
  .mrAdd {
  	margin-top: 8px;
  	padding: 4px 12px;
  	text-align: center;
  	color: #ffffff !important;
  	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  	border-radius: 12px;
  	line-height: 20px;
  	font-size: 11px;
  	font-weight: 600;
  	display: inline-block;
  }
  
  .addAddressInfo {
  	margin-right: 24px;
  	cursor: pointer;
  	transition: all 0.2s ease;
  }
  
  .addAddressInfo:hover {
  	transform: scale(1.05);
  }
  
  .addAddressInfo i {
  	display: inline-block;
  	margin-top: 30px;
  	width: 48px;
  	height: 48px;
  	line-height: 44px;
  	border-radius: 50%;
  	font-size: 32px;
  	color: #cbd5e1;
  	border: 2px solid #e5e7eb;
  	text-align: center;
  	background: #f8fafc;
  	transition: all 0.2s ease;
  }
  
  .addAddressInfo:hover i {
  	color: var(--color);
  	border-color: var(--color);
  	background: var(--color-ghost-04);
  }
  
  .addAddressInfo span {
  	margin-top: 12px;
  	display: block;
  	font-size: 14px;
  	color: #94a3b8;
  	font-weight: 500;
  }
  
.addAddressInfo:hover span {
	color: var(--color);
}

/* 响应式样式 - Sample Request Dialog */
@media screen and (max-width: 768px) {
	.sampleApplyDialog .attentionBox,
	.sampleApplyDialogSure .attentionBox {
		width: 95%;
		max-width: 95%;
		padding: 24px 20px;
		border-radius: 16px;
	}
	
	.sampleApplyDialog h5,
	.sampleApplyDialogSure h5 {
		font-size: 20px;
		padding: 0 0 20px;
		margin: 0 0 24px;
	}
	
	.sampleInfo .itemLi {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.sampleInfo .itemLi .name {
		min-width: 100px;
		margin-right: 8px;
	}
	
	.sampleInfo .itemLi.flex {
		flex-direction: column;
		gap: 12px;
	}
	
	.myAddr {
		padding: 12px 16px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.addressList li,
	.addressList2 li {
		margin-top: 10px;
	}
	
	.addressList li .addressListInfoContent,
	.addressList2 li .addressListInfoContent {
		padding: 16px 20px;
	}
	
	.addressListInfoRow1 {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.addName {
		padding: 4px 12px;
		font-size: 13px;
	}
	
	.addressListInfoAddressText {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	
	.sampleApplyDialog .operate,
	.sampleApplyDialogSure .operate {
		flex-direction: column;
		gap: 12px;
		margin-top: 32px;
		padding-top: 24px;
	}
	
	.sampleApplyDialog .operate button,
	.sampleApplyDialogSure .operate button {
		width: 100%;
		min-width: auto;
	}
	
	.sampleTable {
		font-size: 12px;
	}
	
	.sampleTable th,
	.sampleTable td {
		padding: 12px 16px;
		font-size: 13px;
	}
}
  
  /*地址展示 E*/
	.hidedg {
		display: flex;
		align-items: center;
	}

/* 手机号弹窗样式 */
.phone-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.phone-modal-container {
	background: #fff;
	border-radius: 12px;
	width: 90%;
	max-width: 400px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	animation: slideUp 0.3s ease-out;
	overflow: hidden;
}

@keyframes slideUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.phone-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #f0f0f0;
}

.phone-modal-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.phone-modal-close {
	font-size: 20px;
	color: #999;
	cursor: pointer;
	transition: color 0.2s;
}

.phone-modal-close:hover {
	color: #333;
}

.phone-modal-body {
	padding: 40px 24px;
	text-align: center;
}

.phone-icon {
	margin-bottom: 20px;
}

.phone-icon i {
	font-size: 48px;
	color: var(--color);
}

.phone-number {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	letter-spacing: 2px;
	word-break: break-all;
}

.phone-modal-footer {
	display: flex;
	gap: 12px;
	padding: 20px 24px;
	border-top: 1px solid #f0f0f0;
}

.phone-modal-btn {
	flex: 1;
	padding: 12px 24px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background: #fff;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s;
}

.phone-modal-btn:hover {
	border-color: var(--color);
	color: var(--color);
	background: var(--color-tint-page);
}

.phone-modal-btn-primary {
	background: var(--color);
	color: #fff;
	border-color: var(--color);
}

.phone-modal-btn-primary:hover {
	background: var(--color-grad-dark);
	border-color: var(--color-grad-dark);
	color: #fff;
}

/* Product Certifications Styles */
.product-certifications {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.certification-icon-item {
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: transform 0.2s ease;
}

.certification-icon-item:hover {
	transform: translateY(-2px);
}

.cert-icon-img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	padding: 2px;
	background: #fff;
	transition: all 0.2s ease;
}

.certification-icon-item:hover .cert-icon-img {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-color: var(--color);
}

.cert-tooltip {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 8px;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 1000;
}

.certification-icon-item:hover .cert-tooltip {
	opacity: 1;
}

/* Certificate Image Preview Modal */
.cert-image-preview-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.cert-image-preview-container {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	text-align: center;
}

.cert-image-preview-container img {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 4px;
}

.cert-image-preview-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	transition: background 0.2s ease;
}

.cert-image-preview-close:hover {
	background: rgba(0, 0, 0, 0.8);
}