@charset "utf-8";
/*
 * Social Mobile — 用户中心 / 登录注册（独立样式，不依赖父主题 uc.css）
 * 15. 用户中心 .social-uc-m
 * 16. 登录 / 注册 .social-auth
 * 17. 账号认证 .social-uc-verify
 */

/* ==========================================================================
   15. 用户中心 .social-uc-m
   ========================================================================== */

/* 用户中心（个人主页风格，与签到页区分） */
.sm-page-uc .main {}
.social-uc-m {
	font-size: .28rem;
	color: #303133;
}
.social-uc-m--hub {
	background: var(--bg-c);
}

/* —— 首页：资料头 —— */
.social-uc-m-profile {
	position: relative;
}
.social-uc-m-profile-main {
	position: relative;
}
.social-uc-m-profile-top {
	display: flex;
	align-items: flex-start;
	gap: .2rem;
}
.social-uc-m-profile-avatar-wrap {
	position: relative;
	flex-shrink: 0;
}
.social-uc-m-profile-avatar {
	width: 1.06rem;
	height: 1.06rem;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid var(--br-c);
	padding: .04rem;
}
.social-uc-m-profile-edit {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: .44rem;
	height: .44rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--br-c);
	color: #606266;
	text-decoration: none;
	box-shadow: 0 .02rem .06rem rgba(0, 0, 0, .06);
}
.social-uc-m-profile-edit i {
	font-size: .24rem;
	line-height: 1;
}
.social-uc-m-profile-info {
	flex: 1;
	min-width: 0;
}
.social-uc-m-profile-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .08rem;
}
.social-uc-m-profile-name {
	font-size: .34rem;
	font-weight: 700;
	line-height: 1.35;
}
.social-uc-m-profile-level {
	line-height: 1.35;
}
.social-uc-m-profile-level .user-level,
.social-uc-m-profile-level .user-role-badge,
.social-uc-m-profile-level .user-ai-badge,
.social-uc-m-profile-level .user-badge-group {
	margin: 0;
}
.social-uc-m-profile-bio {
	margin-top: .24rem;
	margin-bottom: 0;
	word-break: break-word;
}

.social-uc-m-profile-stats {
	display: flex;
	margin-top: .24rem;
	padding-top: .2rem;
	border-top: 1px solid var(--br-c);
}
.social-uc-m-profile-stat {
	flex: 1;
	min-width: 0;
	padding: 0 .06rem;
	color: inherit;
	text-decoration: none;
}
.social-uc-m-profile-stat + .social-uc-m-profile-stat {
	border-left: 1px solid var(--br-c);
}

.social-uc-m-profile-stats .social-uc-m-profile-stat {
	text-align: center;
}


.social-uc-m-profile-stat b {
	display: block;
	font-size: .32rem;
	font-weight: 700;
	color: #303133;
	line-height: 1.2;
}
.social-uc-m-profile-stat span {
	display: block;
	margin-top: .04rem;
	font-size: .22rem;
	color: #909399;
}
/* 快捷入口（双列卡片） */
.social-uc-m-quick {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .12rem;
	margin: .1rem;
}
.social-uc-m-quick-item {
	display: flex;
	align-items: center;
	gap: .12rem;
	padding: .18rem .16rem;
	border-radius: .12rem;
	border: 1px solid var(--br-c);
	background: #fff;
	color: inherit;
	text-decoration: none;
	position: relative;
}
.social-uc-m-quick-item.is-wallet {
	border-color: #ffe0b2;
	background: #fffaf3;
}
.social-uc-m-quick-item.is-inbox {
	border-color: #d9ecff;
	background: #f7fbff;
}
.social-uc-m-quick-icon {
	flex-shrink: 0;
	width: .56rem;
	height: .56rem;
	border-radius: .12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .3rem;
	background: rgba(255, 255, 255, .8);
	color: #e6a23c;
}
.social-uc-m-quick-item.is-inbox .social-uc-m-quick-icon {
	color: var(--pm-c);
}
.social-uc-m-quick-text {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: .04rem;
}
.social-uc-m-quick-text strong {
	display: inline-flex;
	align-items: center;
	gap: .08rem;
	font-size: .26rem;
	font-weight: 600;
	color: #303133;
}
.social-uc-m-quick-text em {
	font-style: normal;
	font-size: .22rem;
	color: #909399;
}
.social-uc-m-quick-arrow {
	flex-shrink: 0;
	font-size: .28rem;
	color: #c0c4cc;
}
.social-uc-m-quick-dot {
	display: inline-block;
	min-width: .28rem;
	padding: 0 .06rem;
	border-radius: .2rem;
	font-size: .2rem;
	line-height: 1.35;
	text-align: center;
	color: #fff;
	background: #ed4014;
	font-weight: 600;
}

/* 分组列表菜单 */
.social-uc-m-menus {
	margin: .2rem .1rem;
	margin-bottom: 0;
}
.social-uc-m-menu-block {
	margin-bottom: .16rem;
}
.social-uc-m-menu-block-title {
	font-size: .28rem;
	margin-bottom: .2rem;
	font-weight: bold;
	color: #303133;
}
.social-uc-m-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid var(--br-c);
	border-radius: .12rem;
	background: #fff;
	overflow: hidden;
}
.social-uc-m-menu-row {
	display: flex;
	align-items: center;
	gap: .16rem;
	padding: .22rem .2rem;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid var(--br-c);
}
.social-uc-m-menu-list li:last-child .social-uc-m-menu-row {
	border-bottom: 0;
}
.social-uc-m-menu-row.is-active {
	background: #fafbfc;
}
.social-uc-m-menu-row.is-logout .social-uc-m-menu-row-label {
	color: #ed4014;
}
.social-uc-m-menu-row-icon {
	flex-shrink: 0;
	width: .64rem;
	height: .64rem;
	border-radius: .14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .3rem;
}
.social-uc-m-menu-row-icon.tone-indigo { background: #eef0ff; color: #5c6bc0; }
.social-uc-m-menu-row-icon.tone-blue { background: #e8f4ff; color: #409eff; }
.social-uc-m-menu-row-icon.tone-cyan { background: #e6faf8; color: #13c2c2; }
.social-uc-m-menu-row-icon.tone-teal { background: #e8f8f2; color: #00b578; }
.social-uc-m-menu-row-icon.tone-green { background: #edf9e8; color: #52c41a; }
.social-uc-m-menu-row-icon.tone-amber { background: #fff8e6; color: #faad14; }
.social-uc-m-menu-row-icon.tone-orange { background: #fff3e8; color: #fa8c16; }
.social-uc-m-menu-row-icon.tone-rose { background: #fff0f0; color: #f56c6c; }
.social-uc-m-menu-row-icon.tone-violet { background: #f3eeff; color: #9254de; }
.social-uc-m-menu-row-icon.tone-red { background: #ffecec; color: #ed4014; }
.social-uc-m-menu-row-icon.tone-slate { background: #f2f3f5; color: #606266; }
.social-uc-m-menu-row-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: .04rem;
}
.social-uc-m-menu-row-label {
	font-size: .28rem;
	font-weight: 500;
	color: #303133;
}
.social-uc-m-menu-row-desc {
	font-size: .22rem;
	color: #909399;
	line-height: 1.35;
}
.social-uc-m-menu-row-badge {
	flex-shrink: 0;
	min-width: .32rem;
	padding: 0 .08rem;
	border-radius: .2rem;
	font-size: .22rem;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #ed4014;
}
.social-uc-m-menu-row-arrow {
	flex-shrink: 0;
	font-size: .28rem;
	color: #c0c4cc;
}

/* 子页顶栏 */
.social-uc-m--page {
	background: var(--bg-c);
}
.social-uc-m-bar {
	display: grid;
	grid-template-columns: .8rem 1fr .8rem;
	align-items: center;
	height: .88rem;
	padding: 0 .12rem;
	background: #fff;
	border-bottom: 1px solid var(--br-c);
	position: sticky;
	top: 0;
	z-index: 20;
}
.social-uc-m-bar-back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .64rem;
	height: .64rem;
	color: #303133;
	text-decoration: none;
}
.social-uc-m-bar-back i {
	font-size: .4rem;
	line-height: 1;
}
.social-uc-m-bar-title {
	margin: 0;
	font-size: .32rem;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.social-uc-m-bar-placeholder {
	width: .64rem;
}

/* 内容区 */
.social-uc-m-body {}
.social-uc-m-page-module > .social-uc-m-panel {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.social-uc-m-page-module > .module-title {
	margin-bottom: .28rem;
	padding-bottom: .28rem;
}
.social-uc-m-page-module > .module-title.social-uc-points-logs-tabs {
	justify-content: flex-start;
	gap: .24rem;
}
.social-uc-m-page-module > .module-title.social-uc-points-logs-tabs .title {
	flex: 0 1 auto;
	min-width: 0;
	font-size: .28rem;
	font-weight: 400;
	color: #909399;
	text-decoration: none;
}
.social-uc-m-page-module > .module-title.social-uc-points-logs-tabs .title.is-active {
	color: #303133;
	font-weight: 700;
}
.social-uc-m-panel {}

/* UIkit 表格列表（主题 / 回复 / 消息） */
.social-uc-m .social-uc-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.social-uc-m .social-uc-table {
	width: 100%;
	margin: 0;
	font-size: .26rem;
}
.social-uc-m .social-uc-table tbody tr:last-child td {
	border-bottom: 0;
}
.social-uc-m .social-uc-table-link {
	color: #303133;
	font-weight: 500;
	text-decoration: none;
	word-break: break-word;
}
.social-uc-m .social-uc-table-action {
	color: var(--pm-c);
	text-decoration: none;
	white-space: nowrap;
}
.social-uc-m .social-uc-col-title {
	min-width: 2.4rem;
}
.social-uc-m .social-uc-col-content {
	min-width: 5.8rem;
}
.social-uc-m .social-uc-col-category,
.social-uc-m .social-uc-col-post {
	min-width: 1.4rem;
	white-space: nowrap;
}
.social-uc-m .social-uc-col-time {
	min-width: 1.6rem;
	white-space: nowrap;
	color: #909399;
	font-size: .24rem;
}
.social-uc-m .social-uc-col-reply,
.social-uc-m .social-uc-col-action {
	min-width: .8rem;
	text-align: center;
	white-space: nowrap;
}
.social-uc-m .social-uc-unblock-btn {
	min-width: 1.6rem;
	height: .56rem;
	padding: 0 .2rem;
	border: 1px solid #dcdfe6;
	border-radius: .08rem;
	background: #fff;
	color: #606266;
	font-family: inherit;
	font-size: .24rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.social-uc-m .social-uc-unblock-btn:hover:not(:disabled):not(.is-busy) {
	color: var(--pm-c);
	border-color: var(--pm-c);
	background: #f4f7ff;
}
.social-uc-m .social-uc-unblock-btn.is-busy {
	opacity: 0.65;
	cursor: wait;
}
.social-uc-m .social-uc-blocked-users .social-uc-col-action {
	min-width: 1.7rem;
}
.social-uc-m .social-uc-col-msg-category {
	min-width: .9rem;
	text-align: center;
	white-space: nowrap;
	display: none;
}
.social-uc-m .social-uc-col-desc {
	min-width: 1.2rem;
	white-space: nowrap;
	display: none;
}

/* 列表卡片 */
.social-uc-m-list {
	display: flex;
	flex-direction: column;
}
.social-uc-m-card {
	padding: .24rem 0;
	border-bottom: 1px solid var(--br-c);
}
.social-uc-m-card:last-child {
	border-bottom: 0;
}
.social-uc-m-card-title {
	display: block;
	font-size: .3rem;
	line-height: 1.45;
	color: #303133;
	text-decoration: none;
	word-break: break-word;
}
.social-uc-m-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .08rem .16rem;
	margin-top: .1rem;
	font-size: .22rem;
	color: #909399;
}
.social-uc-m-card-actions {
	margin-top: .12rem;
}
.social-uc-m-card-action {
	font-size: .24rem;
	color: var(--pm-c);
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}
.social-uc-m-card-action.social-uc-unfavorite {
	color: #f56c6c;
}

/* 用户卡片 */
.social-uc-m-card-user {
	display: flex;
	align-items: center;
	gap: .12rem;
}
.social-uc-m-user-link {
	display: flex;
	align-items: center;
	gap: .16rem;
	flex: 1;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}
.social-uc-m-user-ava {
	width: .88rem;
	height: .88rem;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.social-uc-m-user-info {
	flex: 1;
	min-width: 0;
}
.social-uc-m-user-head {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: .1rem;
	min-width: 0;
}
.social-uc-m-user-name {
	font-size: .28rem;
	font-weight: 600;
	color: #303133;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.social-uc-m-user-level {
	flex-shrink: 0;
	line-height: 1;
}
.social-uc-m-user-level .user-level,
.social-uc-m-user-level .user-ai-badge,
.social-uc-m-user-level .user-badge-group {
	display: inline-block;
	vertical-align: middle;
}
.social-uc-m-user-stats {
	display: flex;
	flex-wrap: wrap;
	gap: .08rem .2rem;
	margin-top: .2rem;
	font-size: .22rem;
	color: #909399;
}
.social-uc-m-card-user .social-uc-follow-btn {
	flex-shrink: 0;
	min-width: 1.2rem;
	height: .56rem;
	padding: 0 .16rem;
	border: 1px solid var(--pm-c);
	border-radius: .08rem;
	background: var(--pm-c);
	color: #fff;
	font-size: .24rem;
	font-weight: 500;
	line-height: .56rem;
	text-align: center;
	cursor: pointer;
}
.social-uc-m-card-user .social-uc-follow-btn.social-uc-follow-following,
.social-uc-m-card-user .social-uc-follow-btn.social-uc-follow-mutual {
	background: #f0f7ff;
	color: var(--pm-c);
	border-color: #b3d8ff;
}
.social-uc-m-card-blocked .social-uc-unblock-btn {
	flex-shrink: 0;
	min-width: 1.44rem;
	height: .56rem;
	padding: 0 .16rem;
	border: 1px solid #dcdfe6;
	border-radius: .08rem;
	background: #fff;
	color: #606266;
	font-family: inherit;
	font-size: .24rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.social-uc-m-card-blocked .social-uc-unblock-btn:hover:not(:disabled):not(.is-busy) {
	color: var(--pm-c);
	border-color: var(--pm-c);
	background: #f4f7ff;
}
.social-uc-m-card-blocked .social-uc-unblock-btn.is-busy {
	opacity: 0.65;
	cursor: wait;
}

/* 消息 */
.social-uc-m .social-uc-messages-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .12rem;
	margin-bottom: .28rem;
	padding-bottom: .28rem;
	border-bottom: 1px solid var(--br-c);
}
.social-uc-m .social-uc-messages-head .title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .08rem;
	flex: 1;
	min-width: 0;
	margin: 0;
	font-size: .3rem;
	font-weight: 700;
	color: #303133;
}
.social-uc-m .social-uc-messages-head-unread {
	font-weight: 400;
	font-size: .26rem;
	color: #909399;
}
.social-uc-m .social-uc-messages-mark-all {
	flex-shrink: 0;
	height: .56rem;
	padding: 0 .2rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	background: #fff;
	color: #606266;
	font-family: inherit;
	font-size: .24rem;
	font-weight: 600;
	line-height: .54rem;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.social-uc-m .social-uc-messages-mark-all:hover:not(:disabled) {
	color: var(--pm-c);
	border-color: var(--pm-c);
	background: #f4f7ff;
}
.social-uc-m .social-uc-messages-mark-all:disabled {
	opacity: 0.65;
	cursor: wait;
}
.social-uc-m .social-uc-messages-unread-num {
	color: #ed4014;
	font-weight: 700;
}
.social-uc-m .social-uc-messages-row:not(.is-unread) {
	color: #909399;
}
.social-uc-m .social-uc-messages-row:not(.is-unread) .social-uc-messages-title,
.social-uc-m .social-uc-messages-row:not(.is-unread) .social-uc-messages-title-link {
	color: #909399;
	font-weight: 400;
}
.social-uc-m .social-uc-messages-title-link {
	color: inherit;
	text-decoration: none;
}
.social-uc-m .social-uc-messages-title-link:hover {
	color: var(--pm-c);
}
.social-uc-m .social-uc-messages-row.is-unread {
	background: #fff8e6;
}
.social-uc-m .social-uc-messages-row.is-unread .social-uc-col-msg-category,
.social-uc-m .social-uc-messages-row.is-unread .social-uc-col-desc,
.social-uc-m .social-uc-messages-row.is-unread .social-uc-col-time {
	color: #303133;
}
.social-uc-m .social-uc-messages-tabs.social-uc-pm-segment {
	margin-bottom: .2rem;
}
.social-uc-m .social-uc-messages .social-uc-col-msg-category {
	width: .88rem;
	min-width: .88rem;
	text-align: center;
	white-space: nowrap;
	font-size: .22rem;
}
.social-uc-m .social-uc-messages .social-uc-col-desc {
	width: 1.2rem;
	min-width: 1.2rem;
	white-space: nowrap;
	font-size: .22rem;
}
.social-uc-m .social-uc-messages .social-uc-col-content {
	min-width: 3.2rem;
}
.social-uc-m .social-uc-messages .social-uc-col-time {
	width: 1.4rem;
	min-width: 1.4rem;
	white-space: nowrap;
	font-size: .22rem;
}
.social-uc-m-points .social-uc-points-logs {
	margin-top: .16rem;
}
.social-uc-m .social-uc-messages-row.is-unread .social-uc-messages-title,
.social-uc-m .social-uc-messages-row.is-unread .social-uc-messages-title-link {
	color: #303133;
	font-weight: 600;
}
.social-uc-m-tag {
	display: inline-block;
	padding: .04rem .1rem;
	border-radius: .06rem;
	font-size: .22rem;
	background: #f2f3f5;
	color: #606266;
}
.social-uc-m-tag.is-muted {
	color: #909399;
}

/* 我的积分 */
.social-uc-m-points {
	padding-bottom: .08rem;
}
.social-uc-m-points-links {
	display: flex;
	flex-wrap: wrap;
	gap: .12rem;
	margin: .12rem 0;
}
.social-uc-m-points-rate {
	margin: .2rem 0;
}
.social-uc-m-points-exchange {
	margin-top: 0;
}
.social-uc-m-points-exchange .social-uc-m-segment {
	margin-bottom: .24rem;
}
.social-uc-m .social-uc-points-rules-intro {
	margin: 0 0 .2rem;
	font-size: .26rem;
	color: #606266;
}
.social-uc-m .social-uc-points-logs {
	margin-top: .2rem;
}

.social-uc-m .social-uc-withdraw-pay {
	margin-bottom: .24rem;
	padding: .24rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	background: #fafbfc;
}

.social-uc-m .social-uc-withdraw-pay-method {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: .12rem;
	min-width: 0;
}

.social-uc-m .social-uc-withdraw-pay-method .social-uc-m-label {
	display: inline;
	margin-bottom: 0;
	flex-shrink: 0;
	white-space: nowrap;
	font-size: .26rem;
	color: #606266;
}

.social-uc-m .social-uc-withdraw-pay-method .social-uc-m-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 0;
	padding: .08rem .16rem;
	margin-left: auto;
	flex-shrink: 0;
	font-size: .24rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.social-uc-m .social-uc-withdraw-pay-method .social-uc-m-btn--ghost,
.social-uc-m .social-uc-withdraw-pay-method .social-uc-m-btn-outline {
	color: #303133;
	background: #fff;
	border: 1px solid #dcdfe6;
}

.social-uc-m .social-uc-withdraw-pay-value {
	flex: 1;
	min-width: 0;
	font-size: .26rem;
	color: #303133;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.social-uc-m .social-uc-withdraw-submit-tip {
	margin-top: .16rem;
	margin-bottom: 0;
}

.social-uc-withdraw-m-stats {
	margin-bottom: .2rem;
	font-size: .26rem;
	line-height: 1.5;
	color: #606266;
}

.social-uc-withdraw-m-stats strong {
	color: #e6a23c;
	font-weight: bold;
}

.social-uc-withdraw-m-stats a {
	color: var(--pm-c);
	font-size: .26rem;
	text-decoration: none;
}

.social-alipay-account-modal .uk-modal-dialog {
	max-width: 6.4rem;
	margin: .4rem;
}

/* 金币/元流水切换（与 PC .social-uc-pm-segment 一致） */
.social-uc-m .social-uc-pm-segment {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: .08rem;
	box-sizing: border-box;
	border-bottom: 1px solid var(--br-c);
	padding-left: .1rem;
	margin-bottom: .16rem;
}

a.social-uc-pm-segment-item {
	display: inline-block;
	padding: .2rem .3rem;
	font-size: .28rem;
	border-top-left-radius: .08rem;
	border-top-right-radius: .08rem;
	color: #909399;
	text-decoration: none;
	margin-bottom: -1px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

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-uc-m-form-page.module .social-uc-m-segment {
	margin: 0 0 .24rem;
	border-radius: 0;
}
button.social-uc-m-segment-item,
a.social-uc-m-segment-item {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
.social-uc-m .social-uc-m-exchange-panel {
	margin-top: 0;
}
.social-uc-m .social-uc-points-logs .social-uc-table-wrap {
}
.social-uc-m .social-uc-points-logs .social-uc-table {
	min-width: 8.8rem;
}
.social-uc-m .social-uc-col-type {
	min-width: 1.2rem;
	white-space: nowrap;
}
.social-uc-m .social-uc-points-amount-plus {
	color: #19be6b;
	font-weight: 600;
}
.social-uc-m .social-uc-points-amount-minus {
	color: #ed4014;
	font-weight: 600;
}
.social-uc-m .social-uc-col-remark {
	min-width: 3.6rem;
	color: #606266;
}
.social-uc-m .social-uc-col-amount,
.social-uc-m .social-uc-col-balance {
	min-width: .9rem;
	text-align: right;
	white-space: nowrap;
}

/* 统计卡片（我的推广 / 我的积分共用） */
.social-uc-m-promotion-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .12rem;
	margin-bottom: .2rem;
}
.social-uc-m-promotion-stat {
	padding: .22rem .2rem;
	background: #f8fafc;
	border: 1px solid #eef2f7;
	border-radius: .08rem;
}
.social-uc-m-promotion-stat-label {
	font-size: .22rem;
	color: #909399;
	margin-bottom: .08rem;
}
.social-uc-m-promotion-stat-value {
	font-size: .3rem;
	font-weight: bold;
	color: #303133;
}
.social-uc-m-promotion-stat-value span {
	margin-left: .06rem;
	font-size: .22rem;
	font-weight: 400;
	color: #909399;
}
.social-uc-m-promotion-stat-value.is-gold {
	color: #e6a23c;
}


/* 我的推广 */
.social-uc-m .social-uc-promotion {
	padding-bottom: .16rem;
}

.social-uc-m-promotion-ref {
	margin-bottom: .2rem;
}
.social-uc-m-promotion-ref-label {
	font-size: .24rem;
	color: #606266;
	margin-bottom: .1rem;
}
.social-uc-m-promotion-ref-row {
	display: flex;
	align-items: stretch;
	gap: .12rem;
}
.social-uc-m-promotion-ref-url {
	flex: 1;
	min-width: 0;
	display: block;
	width: 100%;
	padding: .16rem .18rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	background: #f8fafc;
	font-size: .22rem;
	line-height: 1.45;
	color: var(--pm-c);
	word-break: break-all;
	text-align: left;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.social-uc-m-promotion-ref-url:active {
	opacity: .85;
}
.social-uc-m-promotion-copy {
	flex-shrink: 0;
	padding: 0 .24rem;
	border: 1px solid var(--pm-c);
	border-radius: .08rem;
	background: #fff;
	color: var(--pm-c);
	font-size: .24rem;
	white-space: nowrap;
}
.social-uc-m-promotion-copy:active {
	opacity: .75;
}
.social-uc-m-promotion-guide-text {
	margin-bottom: .2rem;
}
.social-uc-m-promotion-guide-text p {
	margin: 0 0 .2rem;
	font-size: .24rem;
	line-height: 1.6;
	color: #606266;
}
.social-uc-m-promotion-guide-text p:last-child {
	margin-bottom: 0;
}
.social-uc-m .social-uc-promotion-section-tabs.social-uc-pm-segment {
	margin-bottom: .16rem;
}
.social-uc-m-form-page .social-uc-promotion-section-tabs.social-uc-pm-segment {
	margin-bottom: .16rem;
}
.social-uc-m-promotion-card .social-uc-m-card-title {
	font-size: .28rem;
}
.social-uc-m-promotion-reward {
	color: #e6a23c;
	font-weight: 600;
}

/* 资产账本（非渐变） — 已用于积分页，保留给其他页或删除 */
.social-uc-m-ledger {
	margin-bottom: .16rem;
	border: 1px solid var(--br-c);
	border-radius: .12rem;
	background: #fff;
	overflow: hidden;
}
.social-uc-m-ledger-row {
	padding: .24rem .2rem;
	border-bottom: 1px solid var(--br-c);
}
.social-uc-m-ledger-row:last-child {
	border-bottom: 0;
}
.social-uc-m-ledger-row.is-primary {
	background: #fafbfc;
}
.social-uc-m-ledger-label {
	font-size: .24rem;
	color: #909399;
	margin-bottom: .06rem;
}
.social-uc-m-ledger-value {
	font-size: .48rem;
	font-weight: 700;
	color: #303133;
	line-height: 1.15;
}
.social-uc-m-ledger-value.is-sm {
	font-size: .36rem;
}
.social-uc-m-ledger-tip {
	margin-top: .08rem;
	font-size: .22rem;
	color: #909399;
}
.social-uc-m-ledger-actions {
	display: flex;
	gap: .12rem;
	margin-bottom: .16rem;
}
.social-uc-m-chip {
	flex: 1;
	padding: .14rem .12rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	font-size: .26rem;
	text-align: center;
	color: #303133;
	background: #fff;
	text-decoration: none;
}
/* 分段切换（下划线式，非胶囊） */
.social-uc-m-segment {
	display: flex;
	margin-bottom: .16rem;
	border-bottom: 1px solid var(--br-c);
	background: #fff;
	border-radius: .12rem .12rem 0 0;
	overflow: hidden;
}
.social-uc-m-segment-item {
	flex: 1;
	padding: .2rem .12rem;
	font-size: .26rem;
	text-align: center;
	color: #909399;
	text-decoration: none;
	border-bottom: .04rem solid transparent;
	margin-bottom: -1px;
}
.social-uc-m-segment-item.is-active {
	color: #303133;
	font-weight: 600;
	border-bottom-color: #303133;
}

/* 流水 */
.social-uc-m-log-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .12rem;
	margin-bottom: .06rem;
}
.social-uc-m-log-amount {
	font-size: .3rem;
	font-weight: 700;
}
.social-uc-m-log-amount.is-plus {
	color: #67c23a;
}
.social-uc-m-log-amount.is-minus {
	color: #f56c6c;
}
.social-uc-m-log-remark {
	font-size: .26rem;
	line-height: 1.45;
	color: #303133;
	margin-bottom: .06rem;
}

/* 表单 */
.social-uc-m-form-page {
	padding: .24rem;
}
.social-uc-m-form-back {
	display: inline-block;
	margin-bottom: .16rem;
	font-size: .26rem;
	color: #606266;
	text-decoration: none;
}
.social-uc-m-brief {
	margin-bottom: .16rem;
	font-size: .26rem;
	line-height: 1.55;
	color: #606266;
}
.social-uc-m-brief > p {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .26rem;
}
.social-uc-m-brief > p.social-uc-m-hint {
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	margin-top: .2rem;
}
.social-uc-m-brief strong {
	color: #ff5722;
}
.social-uc-m-brief p a {
	color: var(--pm-c);
}
.social-uc-m-form-tip,
.social-uc-m-hint {
	font-size: .22rem;
	line-height: 1.45;
	color: #909399;
	margin-top: .08rem;
}
.social-uc-m-hint {
	background: var(--bg-c);
	font-size: .26rem;
	padding: .1rem;
	border-radius: .08rem;
}
.social-rename-coin-cost {
	color: #ff5722;
	font-weight: 700;
}

.social-rename-free-badge {
	margin-left: .08rem;
	color: #19be6b;
	font-weight: 600;
}
.social-uc-exchange-num {
	color: #ff5722;
	font-weight: 700;
}
.social-uc-m-alert {
	padding: .16rem;
	margin-bottom: .16rem;
	border-radius: .08rem;
	font-size: .24rem;
	color: #e6a23c;
	background: #fdf6ec;
	border: 1px solid #faecd8;
}
.social-uc-m-field {
	margin-bottom: .24rem;
}
.social-uc-m-label {
	display: block;
	margin-bottom: .08rem;
	font-size: .26rem;
	color: #606266;
}
.social-uc-m-input {
	display: block;
	width: 100%;
	padding: .2rem .2rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	font-size: .28rem;
	background: #fff;
	box-sizing: border-box;
}
.social-uc-m-input:disabled {
	background: #f5f7fa;
	border-color: #ebeef5;
	color: #c0c4cc;
	-webkit-text-fill-color: #c0c4cc;
	opacity: 1;
	cursor: not-allowed;
}
.social-uc-m-field:has(.social-uc-m-input:disabled) .social-uc-m-label {
	color: #c0c4cc;
}
.social-uc-m-input:disabled + .social-uc-m-hint {
	color: #c0c4cc;
}
.social-uc-m-btn {
	display: block;
	width: 100%;
	padding: .16rem;
	border: 0;
	border-radius: .08rem;
	font-size: .3rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: var(--pm-c);
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}
.social-uc-m-btn-outline {
	color: #303133;
	background: #fff;
	border: 1px solid #dcdfe6;
}

/* 个性签名富文本（修改资料） */
.social-uc-signature-editor {
	min-height: 3.2rem;
	overflow: visible;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	background: #fff;
}
.social-uc-signature-editor #uc-signature-aieditor {
	min-height: 3.2rem;
}
.social-uc-signature-editor .aie-container {
	min-height: 3.2rem;
	height: auto;
	border: none;
}
#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: 2.4rem;
	height: 2.4rem;
	max-height: 3.6rem;
	overflow-x: hidden;
	overflow-y: auto;
}

.social-uc-m-avatar-upload {
	display: flex;
	align-items: flex-start;
	gap: .2rem;
}
.social-uc-m-avatar-actions {
	flex: 1;
	min-width: 0;
}
.social-uc-m-avatar-actions .social-uc-m-hint {
	margin-top: .3rem;
	margin-bottom: 0;
	display: block;
}
.social-uc-m-avatar-preview {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	object-fit: cover;
}
.social-uc-m-amount-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .12rem;
}
.social-uc-m-amount-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	padding: .12rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	font-size: .26rem;
	cursor: pointer;
	position: relative;
}
.social-uc-m-amount-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.social-uc-m-amount-item:has(input:checked) {
	border-color: var(--pm-c);
	background: #f4f7ff;
	color: var(--pm-c);
}
.social-uc-recharge-custom-wrap {
	margin-top: .2rem;
}
.social-uc-m-payable {
	margin: .16rem 0;
	font-size: .28rem;
}
.social-uc-m-payable strong {
	color: #ff5722;
}
.social-uc-m-qr-panel {
	margin-top: .24rem;
	padding: .24rem;
	border: 1px solid var(--br-c);
	border-radius: .12rem;
	text-align: center;
	background: #fff;
}
.social-uc-m-qr-title {
	margin: 0 0 .12rem;
	font-size: .3rem;
}
.social-uc-m-qr-host {
	display: flex;
	justify-content: center;
	margin: .16rem 0;
}

/* 空状态 / 分页 */
.social-uc-m-empty {
	padding: .8rem .28rem;
	text-align: center;
	color: #909399;
}
.social-uc-m-empty i {
	display: block;
	font-size: .8rem;
	margin-bottom: .12rem;
	opacity: .5;
}
/* ==========================================================================
   16. 登录 / 注册 .social-auth
   ========================================================================== */

/* 登录注册（对齐 PC 布局） */
.social-auth-page {
	margin: .1rem;
    border: 1px solid var(--br-c);
    border-radius: .08rem;
    padding: .28rem;
    background: #fff;
}

.social-auth-shell {
	max-width: 7.2rem;
	margin: 0 auto;
}

.social-auth-panel {
}

.social-auth-panel-head {
	margin-bottom: .32rem;
	text-align: center;
	color: #c0c4cc;
}

.social-auth-title {
	display: inline-block;
	margin: 0 .12rem;
	font-size: .32rem !important;
	color: #c0c4cc;
	text-decoration: none;
}

.social-auth-title.is-active {
	color: #303133;
	pointer-events: none;
	font-weight: bold;
}

.social-auth-form {
	display: flex;
	flex-direction: column;
	gap: .24rem;
}

.social-auth-field {
	display: flex;
	flex-direction: column;
	gap: .12rem;
}

.social-auth-label {
	font-size: .24rem;
	color: #909399;
}

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

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

.social-auth-input {
	width: 100%;
	height: .8rem;
	padding: 0 .24rem 0 .72rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	background: #fff;
	font-size: .28rem;
	color: #303133;
	box-sizing: border-box;
}

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

.social-auth-input:focus {
	border-color: var(--pm-c);
	outline: none;
}

.social-auth-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .16rem;
	font-size: .24rem;
}

.social-auth-check {
	display: inline-flex;
	align-items: center;
	gap: .08rem;
	color: #606266;
}

.social-auth-check input {
	margin: 0;
}

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

.social-auth-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: .84rem;
	margin-top: .04rem;
	border: none;
	border-radius: .08rem;
	background: linear-gradient(135deg, #1e87f0 0%, #3d9bff 100%);
	color: #fff;
	font-size: .3rem;
	font-weight: 600;
}

.social-auth-submit:disabled,
.social-auth-submit.is-loading {
	opacity: 0.72;
}

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

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

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

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

.social-auth-oauth {
	margin-top: .28rem;
}

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

.social-auth-oauth-divider::before,
.social-auth-oauth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--br-c);
}

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

.social-auth-oauth-qq img {
	display: inline-block;
	width: 2.4rem;
	height: .48rem;
}

.social-auth-alert {
	display: flex;
	align-items: flex-start;
	gap: .12rem;
	margin-bottom: .24rem;
	padding: .16rem .2rem;
	border-radius: .08rem;
	font-size: .24rem;
	line-height: 1.5;
}

.social-auth-alert i {
	flex-shrink: 0;
	font-size: .32rem;
	line-height: 1.2;
}

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

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

.social-auth-foot {
	margin: .24rem 0 0;
	text-align: center;
	font-size: .24rem;
	color: #909399;
}

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

.social-auth-agreement {
	margin: -.08rem 0 0;
	font-size: .22rem;
	line-height: 1.6;
	color: #909399;
}

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

.social-uc-qq-bind-notice {
	margin-bottom: .16rem;
	padding: .16rem .2rem;
	border-radius: .08rem;
	font-size: .24rem;
	line-height: 1.5;
}

.social-uc-qq-bind-notice--success {
	background: #f0f9eb;
	color: #529b2e;
}

.social-uc-qq-bind-notice--error {
	background: #fef0f0;
	color: #c45656;
}

.social-uc-qq-bind-status {
	display: flex;
	align-items: center;
	gap: .1rem;
	width: 100%;
	margin-top: .12rem;
	padding: .16rem .2rem;
	border-radius: .08rem;
	background: #f0f9eb;
	color: #529b2e;
	font-size: .24rem;
	box-sizing: border-box;
}

.social-uc-qq-bind-status i {
	font-size: .32rem;
}

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

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

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

.social-uc-account-bind-wrap .social-uc-email-bind,
.social-uc-account-bind-wrap .social-uc-qq-bind {
	padding-bottom: .32rem;
	margin-bottom: .32rem;
	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;
	gap: .1rem;
	padding: .16rem .2rem;
	border-radius: .08rem;
	background: #f0f9eb;
	color: #529b2e;
	font-size: .24rem;
}

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

.social-uc-email-bind-current i {
	font-size: .32rem;
}

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

.social-uc-email-bind-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .16rem;
}

.social-uc-email-bind-action {
	margin-top: .16rem;
}

/* ==========================================================================
   17. 账号认证 .social-uc-verify
   ========================================================================== */

.social-uc-m .social-uc-verify {}

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

.social-uc-verify-phase-title {
	margin: 0 0 .12rem;
	font-size: .36rem;
	font-weight: 600;
	color: #303133;
}

.social-uc-verify-phase-desc {
	margin: 0;
	font-size: .28rem;
	color: #909399;
	margin-bottom: .3rem;
}

.social-uc-verify-flow-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .36rem;
	padding-bottom: .28rem;
	border-bottom: 1px dashed #e5e5e5;
}

.social-uc-verify-flow-title {
	font-size: .32rem;
	color: #333;
}

.social-uc-verify-flow-foot {
	display: flex;
	justify-content: center;
	margin-top: .4rem;
	padding-top: .32rem;
	border-top: 1px dashed #e5e5e5;
}

.social-uc-verify-flow-foot .social-uc-verify-link-btn {
	font-size: .28rem;
}

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

.social-uc-verify-flow-stepper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .2rem;
	width: 1.28rem;
	flex-shrink: 0;
}

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

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

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

.social-uc-verify-flow-stepper-line {
	width: .56rem;
	height: .04rem;
	margin-top: .32rem;
	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 .48rem;
	border-top: 1px dashed #e5e5e5;
}

.social-uc-verify-flow-panel {
	min-height: 2rem;
}

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

.social-uc-verify-stepper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .2rem;
	width: 1.12rem;
	flex-shrink: 0;
}

.social-uc-verify-stepper--4 .social-uc-verify-stepper-item {
	width: .96rem;
}

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

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

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

.social-uc-verify-stepper-line {
	width: .48rem;
	height: .04rem;
	margin-top: .32rem;
	background: #d9d9d9;
	flex-shrink: 0;
}

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

.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 .56rem;
	border-top: 1px dashed #e5e5e5;
}

.social-uc-verify-step-panel {
	min-height: 2.4rem;
}

.social-uc-verify-field {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: .16rem;
	margin-bottom: .36rem;
}

.social-uc-verify-field-label {
	width: auto;
	text-align: left;
	font-size: .28rem;
	color: #333;
}

.social-uc-verify-field-input {
	flex: 1;
	min-width: 0;
	padding: .24rem;
	border: 1px solid var(--br-c);
	border-radius: .08rem;
	font-size: .28rem;
	color: #333;
	background: #fff;
	box-sizing: border-box;
}

.social-uc-verify-field-input:focus {
	outline: none;
	border-color: var(--pm-c);
}

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

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

.social-uc-verify-actions-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .24rem;
	margin-top: .56rem;
}

.social-uc-verify-default-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: .8rem;
	padding: 0 .48rem;
	border: 1px solid #d9d9d9;
	border-radius: .08rem;
	background: #fff;
	color: #666;
	font-size: .28rem;
	cursor: pointer;
}

.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: .12rem;
	height: .8rem;
	padding: 0 .48rem;
	border: none;
	border-radius: .08rem;
	background: var(--pm-c, #1890ff);
	color: #fff;
	font-size: .28rem;
	cursor: pointer;
}

.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 .32rem;
	font-size: .28rem;
	line-height: 1.6;
	color: #666;
	text-align: center;
}

.social-uc-verify-type-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .24rem;
	margin-bottom: .16rem;
}

.social-uc-verify-type-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: .24rem;
	padding: .28rem .28rem .28rem .32rem;
	border: 1px solid #e8e8e8;
	border-radius: .08rem;
	background: #fff;
	cursor: pointer;
}

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

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

.social-uc-verify-type-item.is-active-done {
	background: #f6ffed;
	border-color: #67c23a;
	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: .8rem;
	height: .8rem;
	border-radius: .16rem;
	background: #f5f7fa;
	color: var(--pm-c);
	font-size: .4rem;
	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: .08rem;
	min-width: 0;
}

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

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

.social-uc-verify-type-badge {
	font-style: normal;
	font-size: .22rem;
	font-weight: 500;
	padding: .02rem .12rem;
	border-radius: .06rem;
}

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

.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: .4rem;
	padding: .32rem .36rem;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	border-radius: .08rem;
}

.social-uc-verify-download-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .24rem;
}

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

.social-uc-verify-file-label {
	font-size: .26rem;
	color: #606266;
	display: none;
}

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

.social-uc-verify-file-url {
	margin: 0;
	font-size: .26rem;
	color: #606266;
	text-align: center;
	display: none;
	word-break: break-all;
}

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

.social-uc-verify-file-details {
	margin-top: .24rem;
	text-align: center;
	display: none;
}

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

.social-uc-verify-code {
	margin: .16rem auto 0;
	max-width: 100%;
	padding: .2rem .24rem;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: .08rem;
	white-space: pre-wrap;
	word-break: break-all;
	font-size: .26rem;
	text-align: left;
}

.social-uc-verify-secondary-actions {
	display: flex;
	justify-content: center;
	gap: .32rem;
	margin-top: .24rem;
}

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

.social-uc-verify-alert {
	margin: .32rem 0 0;
	padding: .2rem .28rem;
	border-radius: .08rem;
	font-size: .28rem;
	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: .24rem 0 .16rem;
	text-align: center;
}

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

.social-uc-verify-success-title {
	margin: 0 0 .4rem;
	font-size: .36rem;
	font-weight: 600;
	color: #333;
}

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

.social-uc-verify-success-row {
	display: flex;
	gap: .24rem;
	margin-bottom: .2rem;
	font-size: .28rem;
}

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

.social-uc-verify-success-row dt {
	width: 1.44rem;
	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-active {
	margin: 0 auto;
}

.social-uc-verify-active-head {
	display: flex;
	align-items: center;
	gap: .28rem;
	margin-bottom: .4rem;
	padding: .36rem .4rem;
	background: #f6ffed;
	border: 1px solid #67c23a;
	border-radius: .08rem;
}

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

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

.social-uc-verify-active-title {
	margin: 0 0 .12rem;
	font-size: .36rem;
	font-weight: 600;
	color: #303133;
}

.social-uc-verify-active-badge {
	display: inline-block;
	padding: .04rem .2rem;
	border-radius: .08rem;
	background: #f6ffed;
	color: #389e0d;
	border: 1px solid #b7eb8f;
	font-size: .24rem;
	font-weight: bold;
}

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

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

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

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

.social-uc-verify-active-row dt {
	width: 1.76rem;
	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-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-coin-num {
	color: #ff5722;
}

.user-site-owner-name {
	color: #ff9800 !important;
	font-weight: bold;
}

