/* 发布信息 — 选择分类页（info_post.html）新版，仅 body.postpick-v2 生效 */

body.postpick-v2 {
	background: linear-gradient(165deg, #aaabab 0%, #0086A7 42%, #05131b 100%) fixed !important;
	min-height: 100vh;
	font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.postpick-v2 .body1000.postpick-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 16px 48px;
	background: transparent !important;
}

body.postpick-v2 .postpick-main {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding: 28px 28px 36px;
	margin-top: 8px;
}

/* 步骤条 */
body.postpick-v2 .postpick-steps {
	margin: 0 0 28px;
	padding: 0;
}

body.postpick-v2 .postpick-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

body.postpick-v2 .postpick-steps__item {
	flex: 1 1 140px;
	min-width: 0;
	position: relative;
}

body.postpick-v2 .postpick-steps__card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(15, 23, 42, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 72px;
	box-sizing: border-box;
}

body.postpick-v2 .postpick-steps__item--current .postpick-steps__card {
	border-color: rgba(45, 212, 191, 0.55);
	box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.15), 0 12px 32px rgba(13, 148, 136, 0.25);
	background: linear-gradient(135deg, rgba(20, 184, 166, 0.25) 0%, rgba(15, 23, 42, 0.55) 100%);
}

body.postpick-v2 .postpick-steps__item--done .postpick-steps__card {
	opacity: 0.75;
}

body.postpick-v2 .postpick-steps__badge {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.85);
}

body.postpick-v2 .postpick-steps__item--current .postpick-steps__badge {
	background: linear-gradient(135deg, #2dd4bf 0%, #0d9488 100%);
	color: #042f2e;
}

body.postpick-v2 .postpick-steps__text strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #f8fafc;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}

body.postpick-v2 .postpick-steps__text small {
	display: block;
	font-size: 11px;
	line-height: 1.45;
	color: rgba(226, 232, 240, 0.65);
}

body.postpick-v2 .postpick-steps__item--current .postpick-steps__text small {
	color: rgba(204, 251, 241, 0.88);
}

/* 页头文案 */
body.postpick-v2 .postpick-hero {
	margin-bottom: 26px;
	text-align: center;
}

body.postpick-v2 .postpick-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: rgba(94, 234, 212, 0.75);
}

body.postpick-v2 .postpick-hero__title {
	margin: 0 0 10px;
	font-size: clamp(22px, 3.5vw, 30px);
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

body.postpick-v2 .postpick-hero__lead {
	margin: 0 auto;
	max-width: 640px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(226, 232, 240, 0.88);
}

body.postpick-v2 .postpick-hero__tips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 16px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

body.postpick-v2 .postpick-hero__tips li {
	font-size: 12px;
	color: rgba(167, 243, 208, 0.95);
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.15);
	border: 1px solid rgba(52, 211, 153, 0.25);
}

/* 主布局：分类 + 侧栏 */
body.postpick-v2 .postpick-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: start;
}

@media (min-width: 960px) {
	body.postpick-v2 .postpick-layout {
		grid-template-columns: 1fr 300px;
	}
}

body.postpick-v2 .postpick-cats {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* 主栏目块：子栏目在标题下方 */
body.postpick-v2 .postpick-catblock {
	border-radius: 18px;
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.postpick-v2 .postpick-catblock:hover {
	border-color: rgba(45, 212, 191, 0.35);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

body.postpick-v2 .postpick-catblock__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.postpick-v2 .postpick-catblock__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(45, 212, 191, 0.35) 0%, rgba(14, 165, 233, 0.2) 100%);
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #99f6e4;
}

body.postpick-v2 .postpick-catblock__icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

body.postpick-v2 .postpick-catblock__titles h2 {
	margin: 13px 0 4px;
	font-size: 17px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.02em;
}

body.postpick-v2 .postpick-catblock__titles p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(226, 232, 240, 0.65);
}

body.postpick-v2 .postpick-subs {
	list-style: none;
	margin: 0;
	padding: 12px 14px 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.postpick-v2 .postpick-subs li {
	margin: 0;
	padding: 0;
}

body.postpick-v2 .postpick-subs a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #ecfeff !important;
	text-decoration: none !important;
	background: rgba(15, 118, 110, 0.35);
	border: 1px solid rgba(45, 212, 191, 0.28);
	transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

body.postpick-v2 .postpick-subs a:hover {
	background: rgba(13, 148, 136, 0.55);
	border-color: rgba(94, 234, 212, 0.55);
	color: #fff !important;
	transform: translateY(-1px);
}

body.postpick-v2 .postpick-backall {
	margin: 4px 0 8px;
	padding: 0 4px;
}

body.postpick-v2 .postpick-backall a {
	font-size: 13px;
	color: rgba(125, 211, 252, 0.95) !important;
	text-decoration: none !important;
	font-weight: 600;
}

body.postpick-v2 .postpick-backall a:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

/* 侧栏 */
body.postpick-v2 .postpick-aside {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.postpick-v2 .postpick-panel {
	border-radius: 18px;
	padding: 18px 18px 20px;
	background: rgba(15, 23, 42, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

body.postpick-v2 .postpick-panel h3 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
}

body.postpick-v2 .postpick-panel__list {
	margin: 0;
	padding-left: 18px;
	color: rgba(226, 232, 240, 0.85);
	font-size: 13px;
	line-height: 1.65;
}

body.postpick-v2 .postpick-panel__list li {
	margin-bottom: 6px;
}

body.postpick-v2 .postpick-panel__list--disc {
	list-style: disc;
	padding-left: 18px;
}

body.postpick-v2 .postpick-search {
	border-radius: 18px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

body.postpick-v2 .postpick-search__label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: rgba(167, 243, 208, 0.9);
	margin-bottom: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.postpick-v2 .postpick-search__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

body.postpick-v2 .postpick-search .pstxt {
	flex: 1 1 120px;
	min-width: 0;
	height: 44px !important;
	line-height: 44px !important;
	padding: 0 14px !important;
	font-size: 14px !important;
	border: none !important;
	background: rgba(15, 23, 42, 0.65) !important;
	color: #f1f5f9 !important;
	box-sizing: border-box;
}

body.postpick-v2 .postpick-search .pstxt::placeholder {
	color: rgba(148, 163, 184, 0.85);
}

body.postpick-v2 .postpick-search .psbtn {
	flex: 0 0 auto;
	min-width: 120px;
	height: 44px !important;
	padding: 0 16px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #042f2e !important;
	background: linear-gradient(135deg, #5eead4 0%, #2dd4bf 45%, #14b8a6 100%) !important;
	border: none !important;
	cursor: pointer;
	text-indent: 0 !important;
	line-height: 44px !important;
	background-image: none !important;
}

body.postpick-v2 .postpick-search .psbtn:hover {
	filter: brightness(1.06);
}

body.postpick-v2 .postpick-search .pshead {
	padding: 0 !important;
	height: auto !important;
	overflow: visible !important;
}

body.postpick-v2 .postpick-search .pshead em {
	display: none !important;
}

body.postpick-v2 .postpick-note {
	font-size: 12px;
	color: rgba(203, 213, 225, 0.75);
	margin: 10px 0 0;
	line-height: 1.5;
}

/* 页脚区域在深色背景上可读 */
body.postpick-v2 .footer {
	color: rgba(226, 232, 240, 0.85) !important;
	border-top-color: rgba(255, 255, 255, 0.12) !important;
	max-width: 1120px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 16px;
	padding-right: 16px;
}

body.postpick-v2 .footer a {
	color: #7dd3fc !important;
}

/* 顶栏 mhead 在发布页更易读 */
body.postpick-v2 .mhead {
	border-bottom-color: rgba(255, 255, 255, 0.12) !important;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}

body.postpick-v2 .mhead .font span {
	color: rgba(255, 255, 255, 0.95) !important;
	border-left-color: rgba(255, 255, 255, 0.2) !important;
}

body.postpick-v2 .bartop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.postpick-v2 .bartop,
body.postpick-v2 .bartop a {
	color: rgba(226, 232, 240, 0.92) !important;
}

body.postpick-v2 .clear15 {
	height: 12px;
}

/* 覆盖旧 #fenlei2 内边距，避免与新版冲突 */
body.postpick-v2 #fenlei2.postpick-fenlei {
	padding: 0 !important;
	background: transparent !important;
}

/* autocomplete 下拉在深色页上 */
body.postpick-v2 .ac_results {
	background: #1e293b !important;
	border: 1px solid rgba(45, 212, 191, 0.35) !important;
	color: #e2e8f0 !important;
}

body.postpick-v2 .ac_results ul li {
	color: #e2e8f0 !important;
}

body.postpick-v2 .ac_results ul li.ac_over {
	background: rgba(45, 212, 191, 0.25) !important;
}

/* —— 填写信息页 info_post_write.html（postpick-v2--write）—— */
body.postpick-v2.postpick-v2--write .postpick-hero--write {
	margin-bottom: 22px;
}

body.postpick-v2.postpick-v2--write .postpick-hero__req {
	color: #fda4af;
	font-weight: 800;
}

body.postpick-v2.postpick-v2--write .postpick-steps__item--done .postpick-steps__badge {
	background: rgba(45, 212, 191, 0.35);
	color: #ecfdf5;
}

body.postpick-v2.postpick-v2--write .postpick-steps__item--done .postpick-steps__text small,
body.postpick-v2.postpick-v2--write .postpick-steps__item--done .postpick-steps__text small a {
	color: rgba(167, 243, 208, 0.95) !important;
	font-weight: 600;
}

body.postpick-v2.postpick-v2--write .postpick-steps__item--done .postpick-steps__text small a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

body.postpick-v2.postpick-v2--write #fenlei2.postpick-write {
	padding: 0 !important;
	background: transparent !important;
}

body.postpick-v2.postpick-v2--write .postpick-form {
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding: 22px 20px 28px;
}

body.postpick-v2.postpick-v2--write .postpick-form .p-line .p-label {
	text-align: left;
}

@media (min-width: 720px) {
	body.postpick-v2.postpick-v2--write .postpick-form .p-line {
		display: grid;
		grid-template-columns: 132px 1fr;
		gap: 8px 18px;
		align-items: start;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	body.postpick-v2.postpick-v2--write .postpick-form .p-line .p-label {
		padding-top: 8px;
		text-align: right;
	}
}

body.postpick-v2.postpick-v2--write .postpick-form .p-line {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.postpick-v2.postpick-v2--write .postpick-form .p-line:last-of-type {
	border-bottom: none;
}

body.postpick-v2.postpick-v2--write .postpick-form .p-label {
	color: rgba(226, 232, 240, 0.92) !important;
	font-weight: 700;
	font-size: 14px;
}

body.postpick-v2.postpick-v2--write .postpick-form .publish-detail-item {
	color: rgba(241, 245, 249, 0.95);
	font-size: 14px;
	line-height: 1.6;
}

body.postpick-v2.postpick-v2--write .postpick-form .publish-detail-item b {
	color: #fff;
}

body.postpick-v2.postpick-v2--write .postpick-form__link {
	color: #7dd3fc !important;
	font-weight: 600;
	text-decoration: none !important;
}

body.postpick-v2.postpick-v2--write .postpick-form__link:hover {
	text-decoration: underline !important;
	color: #bae6fd !important;
}

body.postpick-v2.postpick-v2--write .postpick-form__hint {
	font-size: 12px;
	color: rgba(203, 213, 225, 0.85);
	margin-left: 6px;
}

/* 输入框、下拉 */
body.postpick-v2.postpick-v2--write .publish-detail .input,
body.postpick-v2.postpick-v2--write .publish-detail input.input,
body.postpick-v2.postpick-v2--write .publish-detail textarea.input {
	background: rgba(15, 23, 42, 0.55) !important;
	border: 1px solid rgba(148, 163, 184, 0.35) !important;
	border-radius: 12px !important;
	color: #f8fafc !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	height: auto !important;
	min-height: 44px;
	padding: 10px 14px !important;
	line-height: 1.45 !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.postpick-v2.postpick-v2--write .publish-detail .input:focus,
body.postpick-v2.postpick-v2--write .publish-detail input.input:focus,
body.postpick-v2.postpick-v2--write .publish-detail textarea.input:focus {
	border-color: rgba(45, 212, 191, 0.65) !important;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.22), inset 0 1px 2px rgba(0, 0, 0, 0.12);
	outline: none !important;
}

body.postpick-v2.postpick-v2--write .publish-detail select.input,
body.postpick-v2.postpick-v2--write .publish-detail select {
	background: rgba(15, 23, 42, 0.75) !important;
	border: 1px solid rgba(148, 163, 184, 0.4) !important;
	border-radius: 12px !important;
	color: #e2e8f0 !important;
	padding: 10px 36px 10px 12px !important;
	min-height: 44px;
	line-height: 1.4 !important;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1 1.5L6 6l5-4.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

body.postpick-v2.postpick-v2--write .publish-detail textarea.input {
	min-height: 200px;
	resize: vertical;
}

body.postpick-v2.postpick-v2--write .publish-detail .input::placeholder {
	color: rgba(148, 163, 184, 0.75);
}

body.postpick-v2.postpick-v2--write .publish-detail .error .input,
body.postpick-v2.postpick-v2--write .publish-detail .input.error {
	border-color: rgba(248, 113, 113, 0.75) !important;
	background: rgba(127, 29, 29, 0.2) !important;
}

body.postpick-v2.postpick-v2--write .publish-detail .highlight,
body.postpick-v2.postpick-v2--write .publish-detail .required {
	color: #fda4af !important;
}

/* 地图按钮 */
body.postpick-v2.postpick-v2--write .publish-detail .mappoint {
	background: linear-gradient(135deg, rgba(56, 189, 248, 0.35) 0%, rgba(14, 165, 233, 0.55) 100%) !important;
	border: 1px solid rgba(125, 211, 252, 0.45) !important;
	border-radius: 12px !important;
	color: #ecfeff !important;
	font-weight: 700 !important;
	padding: 10px 16px !important;
	height: auto !important;
	width: auto !important;
	cursor: pointer;
	margin-right: 10px;
	box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}

body.postpick-v2.postpick-v2--write .publish-detail .mappoint:hover {
	filter: brightness(1.08);
}

/* 联系信息区块 */
body.postpick-v2.postpick-v2--write .postpick-contact {
	background: rgba(15, 23, 42, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 8px 14px 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

body.postpick-v2.postpick-v2--write .postpick-contact.contact {
	background-image: none !important;
	filter: none !important;
}

/* 验证问题标签 */
body.postpick-v2.postpick-v2--write .publish-detail .qfont {
	background: rgba(30, 41, 59, 0.9) !important;
	border: 1px solid rgba(100, 116, 139, 0.45) !important;
	color: #e2e8f0 !important;
	border-radius: 10px !important;
	padding: 10px 14px !important;
	margin-top: 8px;
	display: inline-block;
}

/* 上传图片区 */
body.postpick-v2.postpick-v2--write .p-line--upload .upload_img,
body.postpick-v2.postpick-v2--write .p-line--upload .postimg {
	width: 100% !important;
}

body.postpick-v2.postpick-v2--write .p-line--upload .upload_img ul,
body.postpick-v2.postpick-v2--write .p-line--upload .postimg ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.postpick-v2.postpick-v2--write .p-line--upload .upload_img li,
body.postpick-v2.postpick-v2--write .p-line--upload .postimg li {
	margin: 0 !important;
	padding: 12px !important;
	background: rgba(15, 23, 42, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	min-width: 140px;
}

body.postpick-v2.postpick-v2--write .p-line--upload .preview,
body.postpick-v2.postpick-v2--write .p-line--upload .postimg-item-img {
	border-radius: 10px !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
	background: rgba(30, 41, 59, 0.5) !important;
}

body.postpick-v2.postpick-v2--write .p-line--upload .postimg-item-status {
	background: rgba(15, 23, 42, 0.6) !important;
	color: rgba(226, 232, 240, 0.9) !important;
	border-radius: 0 0 10px 10px;
}

/* 提交按钮 */
body.postpick-v2.postpick-v2--write .postpick-submit {
	padding: 20px 0 8px !important;
	text-align: center;
	border: none !important;
}

body.postpick-v2.postpick-v2--write .publish-detail .fabu1,
body.postpick-v2.postpick-v2--write #fabu.fabu1 {
	width: auto !important;
	min-width: 200px;
	height: 48px !important;
	padding: 0 32px !important;
	border-radius: 14px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #042f2e !important;
	background: linear-gradient(135deg, #5eead4 0%, #2dd4bf 45%, #14b8a6 100%) !important;
	background-image: none !important;
	border: none !important;
	box-shadow: 0 12px 32px rgba(13, 148, 136, 0.35);
	cursor: pointer;
	line-height: 48px !important;
}

body.postpick-v2.postpick-v2--write .publish-detail .fabu1:hover,
body.postpick-v2.postpick-v2--write #fabu.fabu1:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

body.postpick-v2.postpick-v2--write .publish-detail .fabu2 {
	border-radius: 14px !important;
	background-image: none !important;
	background: rgba(71, 85, 105, 0.6) !important;
	color: rgba(226, 232, 240, 0.85) !important;
}

body.postpick-v2.postpick-v2--write .postpick-formtips {
	text-align: center;
	color: rgba(203, 213, 225, 0.88) !important;
	padding-top: 8px !important;
	line-height: 1.65;
}

body.postpick-v2.postpick-v2--write .postpick-formtips__ip {
	color: #fda4af !important;
	font-weight: 700;
}

body.postpick-v2.postpick-v2--write .publish-detail .authcode {
	border-radius: 10px !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
}

/* 编辑器区域 */
body.postpick-v2.postpick-v2--write .p-line--content .contentinner {
	display: block;
	width: 100%;
	max-width: 100%;
}

body.postpick-v2.postpick-v2--write .p-line--content iframe,
body.postpick-v2.postpick-v2--write .p-line--content .ke-container {
	border-radius: 12px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* —— 发布成功页 info_post_write_ok.html —— */
body.postpick-v2.postpick-v2--ok .postpick-hero--ok {
	margin-bottom: 22px;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-card {
	max-width: 640px;
	margin: 0 auto;
	padding: 32px 28px 36px;
	text-align: center;
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	box-shadow: 0 18px 56px rgba(0, 0, 0, 0.28);
}

/* 发布结果页：竖条波浪（与双环样式区分） */
body.postpick-v2.postpick-v2--ok .postpick-ok-loader {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-height: 48px;
	margin: 0 auto 26px;
	padding: 6px 10px 0;
	position: relative;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 72px;
	height: 1px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
	pointer-events: none;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader__bar {
	flex: 0 0 auto;
	width: 7px;
	height: 38px;
	border-radius: 999px;
	transform-origin: 50% 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #a5f3fc 42%, #22d3ee 100%);
	box-shadow: 0 0 14px rgba(165, 243, 252, 0.42);
	animation: postpickOkBarWave 0.7s ease-in-out infinite;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader__bar:nth-child(1) {
	animation-delay: 0ms;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader__bar:nth-child(2) {
	animation-delay: 95ms;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader__bar:nth-child(3) {
	animation-delay: 190ms;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader__bar:nth-child(4) {
	animation-delay: 285ms;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader__bar:nth-child(5) {
	animation-delay: 380ms;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-loader--success .postpick-ok-loader__bar {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #bbf7d0 40%, #34d399 100%);
	box-shadow: 0 0 14px rgba(52, 211, 153, 0.38);
	animation-duration: 0.95s;
}

@keyframes postpickOkBarWave {
	0%,
	100% {
		transform: scaleY(0.32);
		opacity: 0.72;
	}
	50% {
		transform: scaleY(1);
		opacity: 1;
	}
}

body.postpick-v2.postpick-v2--ok .postpick-ok-title {
	margin: 0 0 14px;
	font-size: clamp(20px, 3.2vw, 26px);
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.35;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-title--success {
	color: #ecfdf5;
	text-shadow: 0 0 28px rgba(52, 211, 153, 0.35);
}

body.postpick-v2.postpick-v2--ok .postpick-ok-text {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(226, 232, 240, 0.92);
}

body.postpick-v2.postpick-v2--ok .postpick-ok-id {
	color: #99f6e4;
	font-weight: 800;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-pending {
	color: #fda4af;
	font-weight: 800;
	padding: 2px 8px;
	border-radius: 8px;
	background: rgba(127, 29, 29, 0.35);
	border: 1px solid rgba(248, 113, 113, 0.35);
}

body.postpick-v2.postpick-v2--ok .postpick-ok-tip {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(226, 232, 240, 0.88);
}

body.postpick-v2.postpick-v2--ok .postpick-ok-tip__label {
	color: #fde68a;
	font-weight: 800;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-infolink {
	color: #7dd3fc !important;
	font-weight: 700;
	text-decoration: none !important;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-infolink:hover {
	color: #bae6fd !important;
	text-decoration: underline !important;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 8px;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-actions--row {
	flex-direction: column;
	align-items: stretch;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-btn--primary {
	color: #042f2e !important;
	background: linear-gradient(135deg, #5eead4 0%, #2dd4bf 45%, #14b8a6 100%);
	box-shadow: 0 10px 28px rgba(13, 148, 136, 0.35);
}

body.postpick-v2.postpick-v2--ok .postpick-ok-btn--primary:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
	color: #022c22 !important;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-btn--ghost {
	color: #e0f2fe !important;
	border: 1px solid rgba(125, 211, 252, 0.45);
	background: rgba(15, 23, 42, 0.45);
}

body.postpick-v2.postpick-v2--ok .postpick-ok-btn--ghost:hover {
	background: rgba(30, 41, 59, 0.75);
	color: #fff !important;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-subactions {
	margin: 18px 0 0;
	font-size: 13px;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-link {
	color: rgba(125, 211, 252, 0.95) !important;
	font-weight: 600;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-link:hover {
	color: #fff !important;
}

body.postpick-v2.postpick-v2--ok .postpick-ok-legacybtn {
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
}
