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

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

@media (max-width: 960px) {
	.social-uc-body {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.social-uc-body > .social-uc-sidebar,
	.social-uc-body > .social-uc-main {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0 !important;
	}

	.social-uc-sidebar {
		width: 100%;
	}

	.social-uc-nav .uk-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.social-uc-nav .uk-nav li {
		flex: 0 0 auto;
	}

	.social-uc-nav .uk-nav li a {
		padding: 8px 14px;
		white-space: nowrap;
	}

	.social-uc-nav-group-title {
		padding: 10px 0;
	}

	.social-uc-profile-count > [class*='uk-width'] {
		width: 50% !important;
	}

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

@media (max-width: 640px) {
	.social-uc-profile-count > [class*='uk-width'] {
		width: 100% !important;
	}

	.social-uc-profile-info > [class*='uk-width'] {
		width: 100% !important;
	}

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

	.social-uc-points-actions {
		gap: 12px 16px;
	}
}

.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-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 {
	margin-bottom: 24px;
}

.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;
	margin-bottom: 3px;
	color: #909399;
}

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

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

.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 {
	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-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-points-logs-tabs {
	display: flex;
	gap: 16px;
	align-items: center;
}

.social-uc-points-logs-tabs .title {
}

.social-uc-points-logs-tabs .title.is-active {
	color: #333;
	font-weight: bold;
}


.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 {
	margin: 0 0 8px;
	color: #333;
}

.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;
}

.single-sign a {
	color: var(--pm-c);
}

.single-sign ul,
.single-sign ol {
	margin: 0;
	padding-left: 1.4em;
}

/* ==========================================================================
   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;
}

@media (max-width: 860px) {
	.social-auth-panel {
		padding: 25px;
	}
}

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

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


