/* ==========================================================================
   15. 鐢ㄦ埛涓績 .social-uc
   ========================================================================== */

/* --- 甯冨眬 --- */
.social-uc-sidebar {
	width: 220px;
}

.social-uc-panel {}

.social-uc-panel-body {}

/* --- 渚ф爮瀵艰埅 --- */
.social-uc-nav-group-title {
	display: flex;
	align-items: center;
	padding: 15px 0;
	font-size: 13px;
	color: #606266;
	border-bottom: 1px solid var(--br-c);
	border-top: 1px solid var(--br-c);
}

.social-uc-nav-group-title i {
	margin-right: 6px;
	font-size: 16px;
	color: #909399;
}

.social-uc-nav-group:nth-child(1) .social-uc-nav-group-title {
	border-top: none;
	padding-top: 0;
}

.social-uc-nav .uk-nav li a {
	display: block;
	padding: 12px 22px;
	border-radius: 4px;
	color: #606266;
	font-size: 13px;
	position: relative;
}

.social-uc-nav .uk-nav li.uk-active > a,
.social-uc-nav .uk-nav li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.social-uc-nav-badge {
	display: inline-block;
	min-width: 14px;
	line-height: 18px;
	padding: 0 3px;
	border-radius: 10px;
	background: #f44336;
	color: #fff;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	transform: translateY(-2px);
}

.social-uc-nav li.uk-active > a .social-uc-nav-badge {
}

.social-uc-nav-logout {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--br-c);
}

.social-uc-nav-logout-link {
	display: block;
	padding: 12px 22px;
	border-radius: 4px;
	color: #909399;
	font-size: 13px;
	text-decoration: none;
}

.social-uc-nav-logout-link:hover {
	color: #f56c6c;
	background: #fef0f0;
}

.social-uc-messages-tabs.social-uc-pm-segment {
	margin-bottom: 12px;
}

.social-uc-messages-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.social-uc-messages-head .title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	flex: 1;
	min-width: 0;
	margin: 0;
}

.social-uc-messages-head-unread {
	font-weight: 400;
	font-size: 13px;
	color: #909399;
}

.social-uc-messages-mark-all {
	flex-shrink: 0;
	height: 28px;
	padding: 0 12px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	background: #fff;
	color: #606266;
	font-family: inherit;
	font-size: 13px;
	line-height: 26px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.social-uc-messages-mark-all:hover:not(:disabled) {
	color: var(--pm-c);
	border-color: var(--pm-c);
	background: #f4f7ff;
}

.social-uc-messages-mark-all:disabled {
	opacity: 0.65;
	cursor: wait;
}

.social-uc-messages-unread-num {
	color: #f44336;
	font-weight: bold;
}

.social-uc-messages-row:not(.is-unread) {
	color: #909399;
}

.social-uc-messages-row:not(.is-unread) .social-uc-messages-title,
.social-uc-messages-row:not(.is-unread) .social-uc-messages-title-link {
	color: #909399;
	font-weight: 400;
}

.social-uc-messages-title-link {
	color: inherit;
	text-decoration: none;
}

.social-uc-messages-title[data-notification-id] {
	cursor: pointer;
}

.social-uc-messages-title-link:hover {
	color: var(--pm-c);
}

.social-uc-messages-row.is-unread {
	background: #fff8e6;
}

.social-uc-messages-row.is-unread .social-uc-col-msg-category,
.social-uc-messages-row.is-unread .social-uc-col-desc,
.social-uc-messages-row.is-unread .social-uc-col-time {
	color: #333;
}

.social-uc-messages .social-uc-col-msg-category {
	width: 56px;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
}
.social-uc-messages .social-uc-col-desc {
	width: 96px;
	white-space: nowrap;
	font-size: 13px;
}
.social-uc-messages .social-uc-col-content {
	min-width: 160px;
}
.social-uc-messages .social-uc-col-time {
	width: 140px;
	white-space: nowrap;
	font-size: 13px;
	color: #909399;
}

.social-uc-messages-row.is-unread .social-uc-messages-title,
.social-uc-messages-row.is-unread .social-uc-messages-title-link {
	color: #333;
}

/* --- 鍗犱綅椤?--- */
.social-uc-placeholder {
	padding: 48px 16px;
}

.social-uc-placeholder-icon {
	font-size: 56px;
	color: #ccc;
	line-height: 1;
}

.social-uc-placeholder-title {
	margin: 16px 0 8px;
	font-size: 18px;
	font-weight: 600;
	color: #666;
}

.social-uc-placeholder-desc {
	margin: 0;
	color: #999;
}

/* --- 涓汉淇℃伅 --- */
.social-uc-profile-count {}

.social-uc-profile-count-item {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 4px;
}

.social-uc-profile-count > div:nth-child(1) .social-uc-profile-count-item {
	background: #f56c6c;
}

.social-uc-profile-count > div:nth-child(2) .social-uc-profile-count-item {
	background: #00d084;
}

.social-uc-profile-count > div:nth-child(3) .social-uc-profile-count-item {
	background: #39f;
}

.social-uc-profile-count > div:nth-child(4) .social-uc-profile-count-item {
	background: #ffa500;
}

.social-uc-profile-count-item > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-size: 18px;
	color: #fff;
	background-color: #ffffff20;
	border-radius: 4px;
	margin-right: 10px;
}

.social-uc-profile-count-bd {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.social-uc-profile-count-bd strong {
	font-size: 17px;
	color: #fff;
}

.social-uc-profile-count-bd span {
	margin-top: 4px;
	font-size: 13px;
	color: #fff;
	opacity: 0.8;
}

.social-uc-profile-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	border: 1px solid #ebeef5;
	border-radius:4px;
	background: #fff;
}

.social-uc-profile-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f5f7fa;
	color: var(--pm-c, #1e87f0);
	flex-shrink: 0;
}

.social-uc-profile-info-icon i {
	font-size: 18px;
	line-height: 1;
}

.social-uc-profile-info-meta {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.social-uc-profile-info-label {
	font-size: 12px;
	display: inline-block;
	color: #909399;
}

.social-uc-profile-info-value {
	margin-top: 5px;
	font-size: 13px;
	color: #303133;
	word-break: break-all;
}

.social-uc-profile-info-value .user-level,
.social-uc-profile-info-value .user-role-badge,
.social-uc-profile-info-value .user-ai-badge,
.social-uc-profile-info-value .user-badge-group {
	margin: 0;
}

.social-uc-profile-info-value.is-muted {
	color: #909399;
}

.social-uc-profile-posts .social-uc-empty {
	margin: 0;
}

/* --- 琛ㄦ牸 --- */
.social-uc-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.social-uc-table {
	margin: 0;
	font-size: 14px;
}

.social-uc-table thead th {
	font-size: 13px;
	white-space: nowrap;
}

.social-uc-table tbody td {
	text-align: left;
	font-size: 13px;
}

.social-uc-col-title {
	min-width: 200px;
}

.social-uc-col-content {
	min-width: 240px;
}

.social-uc-col-category {
	min-width: 120px;
	white-space: nowrap;
}

.social-uc-col-user {
	min-width: 200px;
}

.social-uc-col-post {
	min-width: 160px;
}

.social-uc-col-time {}

.social-uc-col-reply {
	width: 72px;
	text-align: center;
}

.social-uc-col-action {
	width: 72px;
	text-align: center;
	white-space: nowrap;
}

.social-uc-col-type {
	width: 120px;
	white-space: nowrap;
}

.social-uc-col-remark {
	min-width: 160px;
	color: #666;
}

.social-uc-col-amount {
	width: 88px;
	text-align: right;
	white-space: nowrap;
}

.social-uc-col-balance {
	width: 88px;
	text-align: right;
	white-space: nowrap;
	color: #666;
}

.social-uc-user-cell {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #333;
}

.social-uc-user-cell:hover {
	color: var(--pm-c, #1e87f0);
}

.social-uc-user-ava {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.social-uc-user-name {
	font-weight: 500;
}

.social-uc-user-meta {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.social-uc-user-meta .user-level,
.social-uc-user-meta .user-role-badge,
.social-uc-user-meta .user-verify-badge,
.social-uc-user-meta .user-ai-badge,
.social-uc-user-meta .user-badge-group {
	margin-left: 0;
}

.social-uc-unfavorite {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
}

.social-uc-unfavorite:hover {
	opacity: 0.85;
}

.social-uc-unfavorite:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.social-uc-table-link {
	color: #333;
	font-weight: 500;
}

.social-uc-table-link:hover {
	color: var(--pm-c, #1e87f0);
}

.social-uc-table-action {
	color: var(--pm-c, #1e87f0);
}

.social-uc-table-action:hover {
	opacity: 0.85;
}

.social-uc-empty {
	padding: 48px 16px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* --- 绉垎 --- */
.social-uc-points-summary {
	margin-bottom: 16px;
}

.social-uc-points-summary .social-uc-promotion-cards {
	grid-template-columns: repeat(3, 1fr);
}

.social-uc-points-summary--no-yuan .social-uc-promotion-cards {
	grid-template-columns: repeat(2, 1fr);
}

.social-uc-promotion-card-value.is-coin {
	color: #ff5722;
}

.social-uc-coin-num {
	color: #ff5722;
	font-weight: bold;
}

.social-uc-points-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 15px;
}

.social-uc-points-actions a {
	color: #606266;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	border: 1px solid var(--br-c);
}

.social-uc-points-actions a:hover {
	background: var(--pm-c);
	color: #fff;
	border-color: var(--pm-c);
}

.social-uc-points-rate {
	margin: 0 0 16px;
}

.social-uc-points-rules-intro {
	color: #909399;
	margin: 15px 0;
	font-size: 13px;
}

.social-uc-points-logs {
	margin-top: 4px;
}


.social-uc-pm-segment {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 4px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--br-c);
	padding-left: 5px;
}

a.social-uc-pm-segment-item {
	display: inline-block;
	padding: 8px 16px 10px 16px;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #909399;
	text-decoration: none;
	margin-bottom: -1px;
	box-sizing: border-box;
}

a.social-uc-pm-segment-item.is-active {
	background: #fff;
	color: var(--pm-c);
	font-weight: bold;
	border: 1px solid var(--br-c);
	border-bottom: 0;
}

.social-yuan-modal .uk-modal-dialog {
	max-width: 480px;
}

.social-uc-points-page .module {
	padding: 20px 24px;
}

.social-uc-points-page-brief {
	font-size: 14px;
	color: #666;
}

.social-uc-points-page-brief strong {
	color: #ff5722;
}

.social-uc-exchange-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 20px;
	margin-top: 8px;
}
.social-uc-exchange-meta .uk-text-meta {
	margin: 0;
}
.social-uc-exchange-num {
	color: #ff5722;
	font-weight: 700;
}

.social-uc-points-page-actions {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.social-uc-withdraw-submit-tip {
	margin: 10px 0 0;
	color: #909399;
	font-size: 13px;
	line-height: 1.5;
}

.social-uc-points-balance-actions a.uk-button {
	text-decoration: none;
}

.social-uc-points-withdraw-summary .social-uc-points-withdraw-stats {
	color: #333;
	display: flex;
   align-items: center;
}

.social-uc-points-withdraw-summary .social-uc-points-withdraw-stats strong {
	color: #ff5722;
}
.social-uc-points-withdraw-summary .social-uc-points-withdraw-stats a {
	color: var(--pm-c);
}
.social-uc-points-withdraw-weekly {
	background: var(--bg-c);
	font-size: 13px;
	border-radius: 4px;
	padding: 10px;
}

.social-uc-withdraw-pay {
	padding: 14px 16px;
	border: 1px solid #ebeef5;
	border-radius: 6px;
	background: #fafbfc;
}

.social-uc-withdraw-pay-method {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.social-uc-withdraw-pay-method .uk-button,
.social-uc-withdraw-pay-method .social-uc-m-btn {
	margin-left: auto;
	flex-shrink: 0;
}

.social-uc-withdraw-pay-label {
	flex-shrink: 0;
	font-size: 13px;
	color: #909399;
}

.social-uc-withdraw-pay-value {
	font-size: 14px;
	color: #303133;
	font-weight: 600;
}

.social-uc-withdraw-pay-name {
	font-weight: 400;
	color: #606266;
}

.social-alipay-account-modal .uk-modal-dialog {
	max-width: 480px;
}

.social-uc-points-recharge-summary .social-uc-points-recharge-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 24px;
	margin: 0 0 8px;
	color: #333;
}

.social-uc-points-recharge-summary .social-uc-points-recharge-stat strong {
	color: #ff5722;
}

.social-uc-recharge-amount-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.social-uc-recharge-amount-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 8px 14px;
	border: 1px solid var(--br-c);
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
}

.social-uc-recharge-amount-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.social-uc-recharge-amount-item:has(input:checked) {
	border-color: var(--pm-c);
	color: var(--pm-c);
	background: #f4f7ff;
}

.social-uc-recharge-payable {
	font-size: 15px;
	color: #303133;
}

.social-uc-recharge-qr-panel {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed var(--br-c);
	text-align: center;
}

.social-uc-recharge-qr-title {
	margin: 0 0 8px;
	font-size: 16px;
}

.social-uc-recharge-qr-wrap {
	margin: 16px auto;
	display: inline-block;
	padding: 12px;
	border: 1px solid var(--br-c);
	background: #fff;
}

.social-uc-recharge-qr-host {
	width: 220px;
	height: 220px;
}

.social-uc-recharge-qr-host img,
.social-uc-recharge-qr-host canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

.social-uc-points-amount-plus {
	color: #19be6b;
	font-weight: 500;
}

.social-uc-points-amount-minus {
	color: #ed4014;
	font-weight: 500;
}

/* --- 琛ㄥ崟 --- */
.social-uc-form-wrap {
	max-width: 680px;
}

.social-uc-avatar-box {
	gap: 20px;
	margin-top: 8px;
}

.social-uc-avatar-preview {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.social-uc-avatar-actions label.uk-button {
	margin: 0;
	cursor: pointer;
}

.social-uc-form .uk-form-label {
	font-weight: 500;
}

.social-rename-coin-cost {
	color: #ff5722;
	font-weight: 700;
}

.social-rename-free-badge {
	margin-left: 6px;
	color: #19be6b;
	font-weight: 600;
}

.social-uc-signature-editor {
	overflow: hidden;
}

#uc-signature-aieditor .aie-container {
	min-height: 0;
}

#uc-signature-aieditor .tiptap.ProseMirror.aie-content,
#uc-signature-aieditor .ProseMirror.aie-content,
#uc-signature-aieditor .aie-content {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 230px;
	height: 230px;
	max-height: 520px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* ==========================================================================
   16. 鐧诲綍 / 娉ㄥ唽椤?
   ========================================================================== */

/* --- 椤甸潰瀹瑰櫒 --- */
.social-auth-page {
	min-height: 600px;
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}
.social-auth-shell {
	max-width: 520px;
	margin: 0 auto;
}

.social-auth-panel {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--br-c);
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.social-auth-panel-head {
	margin-bottom: 28px;
	text-align: center;
	color: #C0C4CC;
}

.social-auth-title {
	font-size: 22px;
	margin: 0 10px;
	display: inline-block;
	color: #C0C4CC;
	text-decoration: none;
	transition: color 0.2s ease;
}

.social-auth-title:hover {
	color: #303133;
	font-size: 22px;
	text-decoration: none;
}

.social-auth-title.is-active {
	color: #303133;
	pointer-events: none;
	cursor: default;
}

.social-auth-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.social-auth-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.social-auth-label {
	font-size: 13px;
	color: #909399;
}

.social-auth-input-wrap {
	position: relative;
}

.social-auth-input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #a8abb2;
	pointer-events: none;
}

.social-auth-input {
	width: 100%;
	height: 40px;
	padding: 0 14px 0 42px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	background: #fafbfc;
	font-size: 14px;
	color: #303133;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.social-auth-input::placeholder {
	color: #c0c4cc;
}

.social-auth-input:hover {
	border-color: #c6e2ff;
	background: #fff;
}

.social-auth-input:focus {
	outline: none;
	border-color: var(--pm-c);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.12);
}

.social-auth-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: -4px;
	font-size: 13px;
}

.social-auth-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	cursor: pointer;
	color: #606266;
	user-select: none;
}

.social-auth-check input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--pm-c);
	cursor: pointer;
}

.social-auth-agreement {
	margin: -6px 0 0;
	font-size: 12px;
	line-height: 1.6;
	color: #909399;
}

.social-auth-agreement a {
	color: var(--pm-c);
	text-decoration: none;
}

.social-auth-agreement a:hover {
	text-decoration: underline;
}

.social-auth-link {
	color: var(--pm-c);
	text-decoration: none;
	white-space: nowrap;
}

.social-auth-link:hover {
	text-decoration: underline;
}

.social-auth-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	margin-top: 4px;
	border: none;
	border-radius: 4px;
	background: var(--pm-c);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}



.social-auth-submit:disabled,
.social-auth-submit.is-loading {
	opacity: 0.72;
	cursor: not-allowed;
	transform: none;
}

.social-auth-email-row {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.social-auth-email-row-input {
	flex: 1;
	min-width: 0;
}

.social-auth-code-btn {
	flex-shrink: 0;
	align-self: stretch;
	min-width: 108px;
	padding: 0 14px;
	border: 1px solid var(--pm-c);
	border-radius: 4px;
	background: #fff;
	color: var(--pm-c);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}

.social-auth-code-btn:hover:not(:disabled) {
	background: #ecf9ff;
}

.social-auth-code-btn:disabled,
.social-auth-code-btn.is-counting {
	opacity: 0.65;
	cursor: not-allowed;
}

.social-login-settings-tabs {
	margin-bottom: 16px;
}

.social-login-settings-panel[hidden] {
	display: none !important;
}

.social-auth-oauth {
	margin-top: 20px;
}

.social-auth-oauth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: #909399;
	font-size: 13px;
}

.social-auth-oauth-divider::before,
.social-auth-oauth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #ebeef5;
}

.social-auth-oauth-qq {
	display: block;
	line-height: 0;
	text-align: center;
}

.social-auth-oauth-qq img {
	display: inline-block;
	width: 120px;
	height: 24px;
}

.social-uc-qq-bind-notice {
	margin-bottom: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.social-uc-qq-bind-notice--success {
	background: #f0f9eb;
	color: #529b2e;
	border: 1px solid #e1f3d8;
}

.social-uc-qq-bind-notice--error {
	background: #fef0f0;
	color: #c45656;
	border: 1px solid #fde2e2;
}
.social-uc-email-bind-status {
	margin-top: 8px;
}
 
.social-uc-qq-bind-status {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin-top: 8px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #f0f9eb;
	color: #529b2e;
	font-size: 14px;
	box-sizing: border-box;
}

.social-uc-qq-bind-status i {
	font-size: 18px;
}

.social-uc-qq-bind-btn {
	display: inline-flex;
	line-height: 0;
}

.social-uc-qq-bind-action {
	display: block;
	width: 100%;
	margin-top: 8px;
}

.social-uc-qq-unbind-tip {
	color: #909399;
}

.social-uc-qq-bind-btn img {
	display: inline-block;
	width: 120px;
	height: 24px;
}

.social-uc-account-bind-wrap .social-uc-email-bind,
.social-uc-account-bind-wrap .social-uc-qq-bind {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eef0f3;
}

.social-uc-account-bind-wrap .social-uc-qq-bind {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.social-uc-email-bind-current {
	display: inline-flex;
	align-items: center;
	width: 100%;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #f0f9eb;
	color: #529b2e;
	font-size: 14px;
}

.social-uc-email-bind-current--empty {
	background: #f4f4f5;
	color: #606266;
}

.social-uc-email-bind-current i {
	font-size: 18px;
}

.social-uc-email-bind-form {
	margin-top: 12px;
	padding: 16px;
	border-radius: 8px;
	background: #fafafa;
	border: 1px solid #eef0f3;
}

.social-uc-email-bind-tip {
	margin-top: 8px;
	font-size: 14px;
}



.social-auth-alert {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6;
}

.social-auth-alert i {
	font-size: 20px;
	flex-shrink: 0;
	margin-top: 1px;
}

.social-auth-alert p {
	margin: 0;
}

.social-auth-alert--danger {
	background: #fef0f0;
	color: #c45656;
	border: 1px solid #fde2e2;
}

.social-auth-phase-desc {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #909399;
	text-align: center;
}

.social-auth-foot {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: #909399;
	text-align: center;
}

.social-auth-foot a {
	color: #409eff;
	text-decoration: none;
}

.social-auth-foot a:hover {
	color: #66b1ff;
}

/* 鍏煎鏃х被鍚?*/
.social-uc-auth {
	min-height: 420px;
	max-width: 520px;
	margin: 0 auto;
}

.social-uc-auth [data-uc-submit][disabled] {
	opacity: 0.7;
}

.social-uc-verify {}

.social-uc-verify-phase-head {
	margin-bottom: 18px;
	text-align: center;
}

.social-uc-verify-phase-title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 600;
	color: #303133;
}

.social-uc-verify-phase-desc {
	margin: 0;
	font-size: 14px;
	color: #909399;
	margin-bottom: 15px;
}

.social-uc-verify-flow-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--br-);
}

.social-uc-verify-flow-title {
	font-size: 16px;
	color: #303133;
}

.social-uc-verify-flow-foot {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed var(--br-c);
}

.social-uc-verify-flow-foot .social-uc-verify-link-btn {
	font-size: 14px;
}

.social-uc-verify-flow-stepper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	margin-bottom: 15px;
}

.social-uc-verify-flow-stepper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 96px;
	flex-shrink: 0;
}

.social-uc-verify-flow-stepper-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #d9d9d9;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

.social-uc-verify-flow-stepper-dot i {
	font-size: 18px;
	font-weight: 700;
}

.social-uc-verify-flow-stepper-label {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
}

.social-uc-verify-flow-stepper-line {
	width: 88px;
	height: 2px;
	margin-top: 16px;
	background: #d9d9d9;
	flex-shrink: 0;
}

.social-uc-verify-flow-stepper-line.is-done {
	background: var(--pm-c, #1890ff);
}

.social-uc-verify-flow-stepper-item.is-active .social-uc-verify-flow-stepper-dot,
.social-uc-verify-flow-stepper-item.is-done .social-uc-verify-flow-stepper-dot {
	background: var(--pm-c, #1890ff);
}

.social-uc-verify-flow-stepper-item.is-active .social-uc-verify-flow-stepper-label,
.social-uc-verify-flow-stepper-item.is-done .social-uc-verify-flow-stepper-label {
	color: var(--pm-c, #1890ff);
}

.social-uc-verify-flow-stepper-item.is-wait .social-uc-verify-flow-stepper-dot {
	background: #d9d9d9;
}

.social-uc-verify-flow-stepper-item.is-wait .social-uc-verify-flow-stepper-label {
	color: #999;
}

.social-uc-verify-flow-stepper-divider {
	height: 0;
	margin: 0 0 24px;
	border-top: 1px dashed #e5e5e5;
}

.social-uc-verify-flow-panel {
	margin: 0 auto;
}

.social-uc-verify-panel {}

.social-uc-verify-stepper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	margin-bottom: 18px;
}

.social-uc-verify-stepper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 96px;
	flex-shrink: 0;
}

.social-uc-verify-stepper--4 .social-uc-verify-stepper-item {
	width: 82px;
}

.social-uc-verify-stepper-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #d9d9d9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.social-uc-verify-stepper-dot i {
	font-size: 18px;
	font-weight: 700;
}

.social-uc-verify-stepper-label {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
}

.social-uc-verify-stepper-line {
	width: 88px;
	height: 2px;
	margin-top: 16px;
	background: #d9d9d9;
	flex-shrink: 0;
}

.social-uc-verify-stepper--4 .social-uc-verify-stepper-line {
	width: 72px;
}

.social-uc-verify-stepper-line.is-done {
	background: var(--pm-c, #1890ff);
}

.social-uc-verify-stepper-item.is-active .social-uc-verify-stepper-dot,
.social-uc-verify-stepper-item.is-done .social-uc-verify-stepper-dot {
	background: var(--pm-c, #1890ff);
}

.social-uc-verify-stepper-item.is-active .social-uc-verify-stepper-label,
.social-uc-verify-stepper-item.is-done .social-uc-verify-stepper-label {
	color: var(--pm-c, #1890ff);
}

.social-uc-verify-stepper-item.is-wait .social-uc-verify-stepper-dot {
	background: #d9d9d9;
	color: #fff;
}

.social-uc-verify-stepper-item.is-wait .social-uc-verify-stepper-label {
	color: #999;
}

.social-uc-verify-stepper-divider {
	height: 0;
	margin: 0 0 28px;
	border-top: 1px dashed #e5e5e5;
}

.social-uc-verify-step-panel {
	min-height: 120px;
}

.social-uc-verify-field {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.social-uc-verify-field-label {
	flex-shrink: 0;
	text-align: right;
	font-size: 14px;
	color: #333;
}

.social-uc-verify-field-input {
	flex: 1;
	min-width: 0;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	box-sizing: border-box;
}

.social-uc-verify-field-input:focus {
	outline: none;
	border-color: var(--pm-c, #1890ff);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.12);
}

.social-uc-verify-field-input::placeholder {
	color: #bfbfbf;
}

.social-uc-verify-submit-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.social-uc-verify-actions-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}

.social-uc-verify-default-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 24px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	background: #fff;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.social-uc-verify-default-btn:hover {
	border-color: var(--pm-c, #1890ff);
	color: var(--pm-c, #1890ff);
}

.social-uc-verify-default-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.social-uc-verify-default-btn.is-loading {
	opacity: 0.72;
	cursor: wait;
}

.social-uc-verify-primary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 40px;
	padding: 0 24px;
	border: none;
	border-radius: 4px;
	background: var(--pm-c, #1890ff);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.social-uc-verify-primary-btn:hover {
	opacity: 0.9;
}

.social-uc-verify-primary-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.social-uc-verify-primary-btn.is-loading {
	opacity: 0.72;
	cursor: wait;
}

.social-uc-verify-step-tip {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	text-align: center;
}

.social-uc-verify-type-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 8px;
}

.social-uc-verify-type-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 14px 14px 16px;
	border: 1px solid var(--br-c);
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

.social-uc-verify-type-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.social-uc-verify-type-item:hover:not(.is-soon):not(.is-active-done) {
	border-color: var(--pm-c);
}

.social-uc-verify-type-item.is-selected {
	border-color: var(--pm-c);
}

.social-uc-verify-type-item.is-active-done {
	background: #f6ffed;
	border-color: #b7eb8f;
	cursor: default;
}

.social-uc-verify-type-item.is-soon {
	background: #fafafa;
	border-color: #f0f0f0;
	cursor: not-allowed;
	opacity: 0.88;
}

.social-uc-verify-type-item.is-locked {
	background: #fafafa;
	border-color: #f0f0f0;
	cursor: not-allowed;
	opacity: 0.88;
}

.social-uc-verify-type-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #f5f7fa;
	color: var(--pm-c, #1890ff);
	font-size: 20px;
	flex-shrink: 0;
}

.social-uc-verify-type-item.is-soon .social-uc-verify-type-icon {}
.social-uc-verify-type-item.is-locked .social-uc-verify-type-icon {
	color: #999;
	background: #f0f0f0;
}
.social-uc-verify-type-item.is-active-done .social-uc-verify-type-icon {
	color: #fff;
	background: #67c23a;
}

.social-uc-verify-type-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.social-uc-verify-type-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.social-uc-verify-type-desc {
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}

.social-uc-verify-type-badge {
	font-style: normal;
	font-size: 11px;
	font-weight: 500;
	padding: 1px 6px;
	border-radius: 3px;
}

.social-uc-verify-type-badge.is-done {
	color: #389e0d;
	background: #f6ffed;
	border: 1px solid #b7eb8f;
}

.social-uc-verify-type-badge.is-soon {
	color: #999;
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
}

.social-uc-verify-type-badge.is-locked {
	color: #909399;
	background: #f4f4f5;
	border: 1px solid #e4e7ed;
}

.social-uc-verify-guide-box {
	margin-bottom: 20px;
	padding: 16px 18px;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
}

.social-uc-verify-download-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 12px;
}

.social-uc-verify-download-btn {
	min-width: auto;
}

.social-uc-verify-file-label {
	font-size: 13px;
	color: #666;
	width: 100%;
	text-align: center;
}

.social-uc-verify-file-label code {
	padding: 2px 6px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	font-size: 12px;
	word-break: break-all;
}

.social-uc-verify-file-url {
	margin: 0;
	font-size: 13px;
	color: #666;
	text-align: center;
	word-break: break-all;
}

.social-uc-verify-file-url a {
	color: var(--pm-c, #1890ff);
	text-decoration: none;
}

.social-uc-verify-file-url a:hover {
	text-decoration: underline;
}

.social-uc-verify-file-details {
	margin-top: 12px;
	text-align: center;
}

.social-uc-verify-file-details summary {
	cursor: pointer;
	color: #999;
	font-size: 13px;
	user-select: none;
}

.social-uc-verify-code {
	margin: 8px auto 0;
	max-width: 100%;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	white-space: pre-wrap;
	word-break: break-all;
	font-size: 13px;
	text-align: left;
}

.social-uc-verify-secondary-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 12px;
}

.social-uc-verify-link-btn {
	border: none;
	background: none;
	padding: 0;
	color: #999;
	font-size: 13px;
	cursor: pointer;
}

.social-uc-verify-link-btn:hover {
	color: var(--pm-c, #1890ff);
}

.social-uc-verify-alert {
	margin: 16px 0 0;
	padding: 10px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.social-uc-verify-alert--error {
	background: #fff2f0;
	color: #cf1322;
	border: 1px solid #ffccc7;
}

.social-uc-verify-alert--success {
	background: #f6ffed;
	color: #389e0d;
	border: 1px solid #b7eb8f;
}

.social-uc-verify-step-panel--success {
	padding: 12px 0 8px;
	text-align: center;
}

.social-uc-verify-success-icon {
	font-size: 52px;
	line-height: 1;
	color: #52c41a;
	margin-bottom: 12px;
}

.social-uc-verify-success-title {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.social-uc-verify-success-info {
	display: inline-block;
	margin: 0;
	padding: 16px 24px;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	text-align: left;
}

.social-uc-verify-success-row {
	display: flex;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 14px;
}

.social-uc-verify-success-row:last-child {
	margin-bottom: 0;
}

.social-uc-verify-success-row dt {
	width: 72px;
	flex-shrink: 0;
	margin: 0;
	color: #999;
}

.social-uc-verify-success-row dd {
	margin: 0;
	color: #333;
	word-break: break-all;
}

.social-uc-verify-success-row a {
	color: var(--pm-c, #1890ff);
	text-decoration: none;
}

.social-uc-verify-success-row a:hover {
	text-decoration: underline;
}

/* --- 已通过认证信息 --- */
.social-uc-verify-active {
	max-width: 560px;
	margin: 0 auto;
	padding: 15px 0;
}

.social-uc-verify-active-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 15px;
	padding: 18px 20px;
	background: #f6ffed;
	border: 1px solid #67c23a;
	border-radius: 4px;
}

.social-uc-verify-active-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #67c23a;
	color: #fff;
	font-size: 24px;
	flex-shrink: 0;
}

.social-uc-verify-active-head-main {
	flex: 1;
	min-width: 0;
}

.social-uc-verify-active-title {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: bold;
	color: #303133;
}

.social-uc-verify-active-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	background: #f6ffed;
	color: #389e0d;
	border: 1px solid #b7eb8f;
	font-size: 12px;
	font-weight: 500;
}

.social-uc-verify-active-status-icon {
	font-size: 36px;
	line-height: 1;
	color: #52c41a;
	flex-shrink: 0;
}

.social-uc-verify-active-card {
	margin: 0;
	padding: 4px 0 0;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
}

.social-uc-verify-active-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 14px 20px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	line-height: 1.6;
}

.social-uc-verify-active-row:last-child {
	border-bottom: none;
}

.social-uc-verify-active-row dt {
	width: 88px;
	flex-shrink: 0;
	margin: 0;
	color: #909399;
}

.social-uc-verify-active-row dd {
	margin: 0;
	flex: 1;
	min-width: 0;
	color: #303133;
	word-break: break-all;
}

.social-uc-verify-active-row a {
	color: var(--pm-c, #1890ff);
	text-decoration: none;
}

.social-uc-verify-active-row a:hover {
	text-decoration: underline;
}

.social-uc-verify-active-status {
	color: #389e0d;
	font-weight: 500;
}

.social-uc-verify-active-actions {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
}

.social-uc-verify-active-modify-tip {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.6;
	color: #909399;
	text-align: center;
}

.social-uc-withdraw-latest {
	margin-top: 20px;
}
.social-uc-withdraw-latest-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-uc-withdraw-latest-list li {
	color: #606266;
	font-size: 14px;
	line-height: 2.4;
	word-break: break-word;
}

.social-uc-withdraw-latest--mobile {
	margin-top: 16px;
	padding: 14px;
	border: 1px solid #ebeef5;
	border-radius: 8px;
	background: #fff;
}
.social-uc-withdraw-latest--mobile .social-uc-m-panel-head {
	margin-bottom: 10px;
}
.social-uc-withdraw-latest--mobile .social-uc-m-panel-head .title {
	font-size: 15px;
	font-weight: 600;
	color: #303133;
}
.social-uc-withdraw-latest--mobile .social-uc-withdraw-latest-list li {
	padding: 10px 0;
	font-size: 13px;
}

