/* buy-show.css v202607081445 卡片圆角+叠图 */
.buy-show-body {
	margin: 0;
	padding: 0;
	background: #f0f2f5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
.buy-show-page {
	max-width: 640px;
	margin: 0 auto;
	min-height: 100vh;
	padding-bottom: calc(88px + env(safe-area-inset-bottom, 0));
	background: #f0f2f5;
}
.buy-show-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: 48px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0 2px;
	border-bottom: 1px solid #eee;
}
.buy-show-back {
	width: 44px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	font-size: 0;
}
.buy-show-back::before {
	content: '';
	width: 11px;
	height: 11px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	margin-left: 5px;
}
.buy-show-title {
	flex: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 6px;
}
.buy-show-actions {
	display: flex;
	align-items: center;
}
.buy-show-actions a {
	width: 40px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
}
.buy-show-more {
	font-size: 20px !important;
	letter-spacing: 1px;
}
.buy-show-hero {
	width: 100%;
	background: #ddd;
	line-height: 0;
	position: relative;
	z-index: 1;
}
.buy-show-hero img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	min-height: 200px;
}
.buy-show-summary,
.buy-show-card {
	background: #fff;
	margin: 0 12px 10px;
	padding: 16px 14px 14px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.buy-show-hero + .buy-show-summary {
	margin-top: -22px;
}
.buy-show-summary {
	padding-bottom: 14px;
}
.buy-show-budget {
	font-size: 19px;
	font-weight: 700;
	color: #e53935;
	margin-bottom: 12px;
	line-height: 1.3;
}
.buy-show-budget em {
	font-style: normal;
}
.buy-show-h1 {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	line-height: 1.5;
	margin: 0 0 12px;
	padding-right: 44px;
	position: relative;
}
.buy-show-share {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	font-weight: 400;
	color: #999;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
}
.buy-show-share::before {
	content: '';
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8'/%3E%3Cpolyline points='16 6 12 2 8 6'/%3E%3Cline x1='12' y1='2' x2='12' y2='15'/%3E%3C/svg%3E") center/contain no-repeat;
}
.buy-show-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.buy-show-tags span {
	font-size: 11px;
	border-radius: 2px;
	padding: 3px 8px;
	line-height: 1.4;
}
.buy-show-tags .tag-cat {
	color: #5c8a9e;
	background: #f0f6f8;
}
.buy-show-tags .tag-type {
	color: #1aad19;
	background: #eef9ee;
}
.buy-show-tags .tag-level {
	color: #e8643d;
	background: #fff5f0;
}
.buy-show-update {
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.4;
}
.buy-show-specs {
	padding-top: 14px;
	padding-bottom: 14px;
}
.buy-show-card-hd {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}
.buy-show-card-hd-sub {
	margin-top: 0;
}
.buy-show-split {
	height: 1px;
	background: #f0f0f0;
	margin: 14px 0 12px;
}
.buy-show-spec-row {
	display: flex;
	font-size: 15px;
	line-height: 2.1;
}
.buy-show-spec-name {
	flex: 0 0 92px;
	color: #333;
	font-weight: 500;
}
.buy-show-spec-val {
	flex: 1;
	color: #333;
	min-height: 1em;
}
.buy-show-intro {
	font-size: 15px;
	color: #444;
	line-height: 1.75;
	word-break: break-word;
}
.buy-show-intro p {
	margin: 0;
}
.buy-show-hot-list {
	margin: 0 -4px;
}
.buy-show-hot-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 4px;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
	color: inherit;
}
.buy-show-hot-item:last-child {
	border-bottom: none;
	padding-bottom: 4px;
}
.buy-show-hot-item:active {
	background: #fafafa;
}
.buy-show-hot-icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='1.8'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.buy-show-hot-title {
	flex: 1;
	font-size: 15px;
	color: #333;
	line-height: 1.45;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.buy-show-hot-arrow {
	flex: 0 0 16px;
	color: #ccc;
	font-size: 20px;
	line-height: 1;
	text-align: right;
}
.buy-show-foot {
	position: fixed;
	left: 50%;
	right: auto;
	bottom: 0;
	z-index: 200;
	width: 100%;
	max-width: 640px;
	transform: translateX(-50%);
	background: #fff;
	border-top: 1px solid #eee;
	padding: 12px 10px calc(12px + env(safe-area-inset-bottom, 0));
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.04);
}
.buy-show-foot-bar {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	min-height: 44px;
}
.buy-show-tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	height: 44px;
	min-width: 0;
	padding: 0 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	font-style: normal;
}
.buy-show-tool-ico {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	flex-shrink: 0;
	background: center/contain no-repeat;
}
.buy-show-tool-quote .buy-show-tool-ico,
.buy-show-tool-qingdan .buy-show-tool-ico {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E");
}
.buy-show-tool-quote .buy-show-tool-ico {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 1v22'/%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'/%3E%3C/svg%3E");
}
.buy-show-tool-budget .buy-show-tool-ico {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2'/%3E%3Crect x='9' y='3' width='6' height='4' rx='1'/%3E%3Cline x1='9' y1='12' x2='15' y2='12'/%3E%3Cline x1='9' y1='16' x2='15' y2='16'/%3E%3C/svg%3E");
}
.buy-show-tool-qingdan {
	background: #4a90e2;
	box-shadow: 0 1px 3px rgba(74, 144, 226, 0.35);
}
.buy-show-tool-qingdan:active {
	background: #3a7bc8;
}
.buy-show-tool-budget {
	background: #34c759;
	box-shadow: 0 1px 3px rgba(52, 199, 89, 0.35);
}
.buy-show-tool-budget:active {
	background: #2db84e;
}
.buy-show-tool-quote {
	background: #ff8c42;
	box-shadow: 0 1px 3px rgba(255, 140, 66, 0.35);
}
.buy-show-tool-quote:active {
	background: #e67a35;
}
.buy-show-tool-quote-ended,
.buy-show-tool-quote-ended:active {
	background: #b0b0b0;
	box-shadow: none;
	pointer-events: auto;
	opacity: 1;
}
.buy-show-quote-mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10060;
	background: rgba(0, 0, 0, 0.55);
	align-items: center;
	justify-content: center;
	padding: 20px 16px;
	box-sizing: border-box;
}
.buy-show-quote-mask.active {
	display: flex;
}
.buy-show-quote-panel {
	position: relative;
	width: 100%;
	max-width: 360px;
	background: #fff;
	border-radius: 14px;
	padding: 20px 18px 18px;
	box-shadow: 0 12px 40px rgba(0,0,0,.2);
	box-sizing: border-box;
}
.buy-show-quote-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	color: #999;
	cursor: pointer;
}
.buy-show-quote-hd {
	font-size: 17px;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin-bottom: 16px;
}
.buy-show-quote-row {
	margin-bottom: 14px;
}
.buy-show-quote-row label {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}
.buy-show-quote-input {
	display: flex;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 0 12px;
	background: #fafafa;
}
.buy-show-quote-input input {
	flex: 1;
	height: 44px;
	border: none;
	background: transparent;
	font-size: 16px;
	outline: none;
	min-width: 0;
}
.buy-show-quote-input span {
	color: #999;
	font-size: 14px;
	margin-left: 6px;
}
.buy-show-quote-tip {
	margin-top: 8px;
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}
.buy-show-quote-tip em {
	font-style: normal;
	color: #ff8c42;
	font-weight: 600;
}
.buy-show-quote-bond {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	background: #fff7f0;
	border-radius: 8px;
}
.buy-show-quote-bond em {
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	color: #e11;
}
.buy-show-bond-help {
	font-size: 13px;
	color: #4a90e2;
	text-decoration: none;
}
.buy-show-quote-submit {
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 8px;
	border: none;
	border-radius: 8px;
	background: #ff8c42;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.buy-show-quote-submit:active {
	background: #e67a35;
}
.buy-show-qingdan-mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10050;
	background: rgba(0, 0, 0, 0.92);
	touch-action: none;
	-webkit-user-select: none;
	user-select: none;
}
.buy-show-qingdan-mask.active {
	display: block;
}
.buy-show-qingdan-stage {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	touch-action: none;
}
.buy-show-qingdan-stage img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
	transform-origin: center center;
	will-change: transform;
	pointer-events: none;
	-webkit-user-drag: none;
}
.buy-show-qingdan-close {
	position: absolute;
	top: calc(12px + env(safe-area-inset-top, 0));
	right: 12px;
	z-index: 10051;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #222;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	font-family: inherit;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.buy-show-qingdan-tip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(16px + env(safe-area-inset-bottom, 0));
	z-index: 10051;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	pointer-events: none;
}
.buy-show-toast {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10060;
	max-width: 80%;
	padding: 12px 20px;
	background: rgba(0, 0, 0, 0.82);
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	border-radius: 8px;
	pointer-events: none;
}
@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
	html, body.buy-show-body {
		background: #e0e0e0;
	}
}
