.user-left{
	width: 200px;
	height: auto;
	border: 1px solid #eaeaea;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}
.user-right{
	width: 880px;
	float: right;
}
.user-menu{
	font-size: 16px;
	color: #97aa69;
	padding: 15px 10px;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
}
.user-menu span{
	margin-right: 3px;
}
.user-title{
	margin: 10px 0;
	line-height: 30px;
	font-size: 20px;
	border-bottom: 1px dashed #e6e6e6;
}
.user-manage{
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #6dcdff;
}
.sum-account{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.sum-account button{
	margin-left: 0 !important;
}
.sum-account h2{
	color: #97aa69;
	font-size: 18px;
	line-height: 2em;
	padding: 0 10px;
	border-bottom: 1px solid #efefef;
}
.sum-info{
	width: 33.33%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.sum-title{
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
	display: block;
}
.sum-adb{
	font-size: 18px;
	color: red;
	display: block;
}
.sum-rmb{
	color: #888;
	line-height: 1.75em;
	display: block;
}
.user-notice{
	padding: 10px;
}
.river{
	height: 20px;
	border-bottom: 1px dashed #ff0000;
	margin-bottom: 35px;
}
.limit{
	display: none;
}
.river span{
	color: #ff0000;
	display: block;
	width: 100px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #fff;
	margin: 0 auto;
	padding-top: 10px;
	cursor: pointer;
}

.action{
	color: #1e9fff;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #1e9fff;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
}
.get-code-box{
	padding: 0 !important;
}/* ==========================================================================
   seobole.com 会员中心（user 目录）通用样式
   主色：#1296db
   ========================================================================== */

/* ---------- 布局 ---------- */
.user-left {
    width: 200px;
    float: left;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}
.user-right {
    width: calc(100% - 220px);
    float: right;
}

/* ---------- 面包屑 ---------- */
.list-crumb { padding: 12px 0 10px; font-size: 13px; color: #999; }
.list-crumb a { color: #999; transition: color .2s; }
.list-crumb a:hover { color: #1296db; }
.list-crumb span { margin: 0 6px; color: #ccc; }
.list-crumb .cur { color: #666; margin: 0; }

/* ---------- 左侧菜单 ---------- */
.user-menu {
    padding: 6px 8px 10px;
    border-bottom: 1px solid #f2f3f5;
}
.user-menu:last-child { border-bottom: none; }
.user-title {
    padding: 12px 8px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1296db;
    letter-spacing: .5px;
}
.user-title a {
    color: #1296db;
    display: block;
}
.user-menu li:not(.user-title) { margin: 1px 0; }
.user-menu li:not(.user-title) > a {
    display: block;
    padding: 0 12px;
    line-height: 38px;
    font-size: 14px;
    color: #444;
    border-radius: 5px;
    transition: background .2s, color .2s;
}
.user-menu li:not(.user-title) > a:hover {
    background: #f2f9fe;
    color: #1296db;
}
.user-menu .layui-icon { margin-right: 8px; font-size: 15px; color: #a5adb6; }
.user-menu li:not(.user-title) > a:hover .layui-icon { color: #1296db; }
.user-manage {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    font-size: 11px;
    color: #1296db;
    background: #f2f9fe;
    border-radius: 3px;
    vertical-align: middle;
}

/* ---------- 通用卡片 ---------- */
.uc-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 22px 26px 24px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}
.uc-card:last-child { margin-bottom: 0; }
.uc-card-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
}
.uc-card-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background: #1296db;
}

/* ---------- 首页 hero ---------- */
.uc-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 30px;
    background: linear-gradient(135deg, #1296db, #0d7fbb);
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 0 4px 16px rgba(18, 150, 219, .24);
}
.uc-hero-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 5px;
}
.uc-hero-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: .5px;
}
.uc-hero-rmb {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .82);
    margin-top: 5px;
}
.uc-hero-act {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 0 0 150px;
}
.uc-btn-sign {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1296db;
    background: #fff;
    border-radius: 19px;
    cursor: pointer;
    transition: transform .2s;
    user-select: none;
}
.uc-btn-sign:hover { transform: translateY(-1px); }
.uc-btn-done {
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .18);
    cursor: default;
}
.uc-btn-done:hover { transform: none; }
.uc-btn-ghost {
    display: block;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 19px;
    transition: background .2s;
}
.uc-btn-ghost:hover { background: rgba(255, 255, 255, .14); }

/* ---------- 签到状态 ---------- */
.uc-sign {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}
.uc-sign-item {
    padding: 16px 12px;
    text-align: center;
    background: #fafbfc;
    border: 1px solid #eef0f2;
    border-radius: 8px;
}
.us-num {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #1296db;
    line-height: 1.3;
}
.us-label {
    display: block;
    font-size: 12px;
    color: #9099a2;
    margin-top: 5px;
}
.uc-sign-tip {
    font-size: 13px;
    color: #9099a2;
    line-height: 1.7;
}
.uc-sign-tip a { color: #1296db; }
.uc-sign-tip a:hover { text-decoration: underline; }

/* ---------- 待办 ---------- */
.uc-todo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    margin-bottom: 8px;
    background: #fafbfc;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    transition: background .2s, border-color .2s;
}
.uc-todo-item:hover {
    background: #f2f9fe;
    border-color: #cfe7f8;
}
.ut-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.ut-dot-warn { background: #e8722a; }
.ut-dot-info { background: #1296db; }
.ut-text {
    flex: 1 1 auto;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
.ut-text em {
    font-style: normal;
    color: #e8722a;
    font-weight: 600;
}
.ut-go {
    flex: 0 0 auto;
    font-size: 13px;
    color: #1296db;
}
.uc-todo-empty {
    padding: 26px 0;
    text-align: center;
    font-size: 14px;
    color: #a5adb6;
}

/* ---------- 表单 ---------- */
.uc-form { margin: 0; }
.uc-form-tip {
    font-size: 13px;
    color: #9099a2;
    line-height: 1.7;
    margin: -8px 0 18px;
}
.uc-tip-ok { color: #0d9488; margin: 0; }
.uc-field { margin-bottom: 18px; }
.uc-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 7px;
}
.uc-input,
.uc-textarea {
    display: block;
    width: 100%;
    padding: 0 14px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #f9fafb;
    border: 1px solid #e6eaee;
    border-radius: 8px;
    outline: none;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.uc-textarea {
    height: auto;
    line-height: 1.7;
    padding: 11px 14px;
    resize: vertical;
    font-family: inherit;
}
.uc-input::placeholder,
.uc-textarea::placeholder { color: #b6bec6; }
.uc-input:focus,
.uc-textarea:focus {
    background: #fff;
    border-color: #1296db;
    box-shadow: 0 0 0 3px rgba(18, 150, 219, .1);
}
.uc-input-sm {
    width: 140px !important;
    flex: 0 0 140px;
}
.uc-static {
    display: block;
    padding: 11px 14px;
    font-size: 14px;
    color: #555;
    background: #f7f8fa;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    word-break: break-all;
}
.uc-inline-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.uc-inline-row .uc-input { flex: 1 1 auto; min-width: 0; }
.uc-unit {
    flex: 0 0 auto;
    font-size: 13px;
    color: #9099a2;
}
.uc-aux {
    flex: 0 0 auto;
    font-size: 12px;
    color: #b6bec6;
}
.uc-aux-block {
    display: block;
    margin-top: 7px;
    line-height: 1.7;
}
.uc-sendbtn {
    flex: 0 0 auto;
    padding: 0 18px;
    height: 44px;
    line-height: 42px;
    font-size: 13px;
    color: #1296db;
    background: #f2f9fe;
    border: 1px solid #cfe7f8;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background .2s, color .2s;
    user-select: none;
    white-space: nowrap;
}
.uc-sendbtn:hover { background: #e5f4fd; }
.uc-sendbtn.disabled {
    color: #a8b3bd;
    background: #f4f5f7;
    border-color: #e6eaee;
    cursor: not-allowed;
}
.uc-select-wrap .layui-form-select dl { border-radius: 8px; }
.uc-select-wrap .layui-input,
.uc-select-wrap .layui-select-title input {
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    background: #f9fafb;
    border-color: #e6eaee;
}
.uc-field-row { display: flex; gap: 20px; }
.uc-field-half { flex: 1 1 50%; min-width: 0; }
.uc-radio .layui-form-radio { margin-top: 6px; }
.uc-fee {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 14px 18px;
    background: #f2f9fe;
    border: 1px solid #dcedf9;
    border-radius: 8px;
}
.uc-fee-num {
    font-size: 22px;
    font-weight: 700;
    color: #1296db;
    line-height: 1.2;
}

/* ---------- 提示条 ---------- */
.uc-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 16px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7;
    color: #8a6d3b;
    background: #fff8ed;
    border: 1px solid #fbe3c4;
    border-radius: 8px;
}
.uc-notice em {
    font-style: normal;
    color: #e8722a;
    font-weight: 700;
}
.un-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #e8722a;
    border-radius: 50%;
    margin-top: 1px;
}

/* ---------- 操作按钮 ---------- */
.uc-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.uc-submit {
    display: inline-block;
    padding: 0 32px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #1296db, #0d7fbb);
    border: none;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(18, 150, 219, .28);
    transition: transform .2s, box-shadow .2s;
}
.uc-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(18, 150, 219, .36);
}
.uc-reset {
    display: inline-block;
    padding: 0 24px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    background: #f7f8fa;
    border: 1px solid #e6eaee;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background .2s;
}
.uc-reset:hover { background: #f0f2f4; }

/* ---------- 表格 ---------- */
.uc-tablewrap {
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
}
.uc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.uc-table thead th {
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    background: #f7f9fb;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #ececec;
}
.uc-table tbody td {
    padding: 13px 16px;
    color: #444;
    border-bottom: 1px solid #f4f5f7;
    word-break: break-word;
}
.uc-table tbody tr:last-child td { border-bottom: none; }
.uc-table tbody tr:hover { background: #f8fbfe; }
.ct-in { color: #0d9c5a !important; font-weight: 600; white-space: nowrap; }
.ct-out { color: #e04f4f !important; font-weight: 600; white-space: nowrap; }
.ct-bank { color: #1296db !important; font-weight: 600; }
.ct-txt { color: #777 !important; }
.ct-time { color: #a5adb6 !important; font-size: 13px; white-space: nowrap; }
.ct-null { color: #c5ccd3 !important; }
.ct-rate { color: #e8722a !important; font-weight: 600; }

/* ---------- 分页 ---------- */
.list-page { padding: 20px 0 0; text-align: center; }
.list-page.layui-laypage { display: inline-block; margin: 0; }
.list-page.layui-laypage a,
.list-page.layui-laypage span {
    border-radius: 6px;
    margin: 0 3px;
    border: 1px solid #e6eaee;
    color: #666;
    transition: all .2s;
}
.list-page.layui-laypage a:hover { color: #1296db; border-color: #1296db; }
.list-page.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1296db;
    border-radius: 6px;
}
.list-page.layui-laypage .layui-laypage-curr em { color: #fff; }

/* ---------- 充值汇率 ---------- */
.uc-rate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 20px;
    background: #f2f9fe;
    border: 1px solid #dcedf9;
    border-radius: 8px;
}
.uc-rate-label { font-size: 13px; color: #7d8b98; }
.uc-rate-val { font-size: 15px; color: #1a1a1a; font-weight: 600; }
.uc-rate-val em {
    font-style: normal;
    color: #1296db;
    font-size: 19px;
    font-weight: 700;
}
.uc-rate-tip { font-size: 12px; color: #a5adb6; margin-left: auto; }

/* ---------- 通用右侧栏（invite 等） ---------- */
.main-left { width: 778px; }
.main-right { width: 302px; margin-left: 20px; }
.lside {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}
.lside-title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 14px 16px 12px 28px;
    border-bottom: 1px solid #f0f0f0;
}
.lside-title::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: #1296db;
}

/* ---------- 响应式 ---------- */
@media screen and (max-width: 1200px) {
    .container { width: 100%; padding: 0 10px; box-sizing: border-box; }
    .user-right { width: calc(100% - 220px); }
    .main-left  { width: calc(100% - 320px); }
    .main-right { width: 300px; margin-left: 20px; }
}
@media screen and (max-width: 900px) {
    .user-left,
    .user-right,
    .main-left,
    .main-right {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .user-left { margin-bottom: 14px; }
    .uc-card { padding: 16px 14px 18px; }
    .uc-hero {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    .uc-hero-act { flex: 1 1 auto; }
    .uc-hero-num { font-size: 30px; }
    .uc-sign { grid-template-columns: 1fr; gap: 10px; }
    .uc-field-row { flex-direction: column; gap: 0; }
    .uc-input-sm { width: 100% !important; flex: 1 1 auto; }
    .uc-inline-row { flex-wrap: wrap; }
    .uc-tablewrap { overflow-x: auto; }
    .uc-table { min-width: 520px; }
    .uc-actions { flex-wrap: wrap; }
    .uc-submit, .uc-reset { flex: 1 1 auto; text-align: center; }
}
/* ==========================================================================
   seobole.com 会员中心（user 目录）通用样式
   主色：#1296db
   ========================================================================== */

/* ---------- 布局 ---------- */
.user-left {
    width: 200px;
    float: left;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}
.user-right {
    width: calc(100% - 220px);
    float: right;
}

/* ---------- 面包屑 ---------- */
.list-crumb { padding: 12px 0 10px; font-size: 13px; color: #999; }
.list-crumb a { color: #999; transition: color .2s; }
.list-crumb a:hover { color: #1296db; }
.list-crumb span { margin: 0 6px; color: #ccc; }
.list-crumb .cur { color: #666; margin: 0; }

/* ---------- 左侧菜单 ---------- */
.user-menu {
    padding: 6px 8px 10px;
    border-bottom: 1px solid #f2f3f5;
}
.user-menu:last-child { border-bottom: none; }
.user-title {
    padding: 12px 8px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1296db;
    letter-spacing: .5px;
}
.user-title a {
    color: #1296db;
    display: block;
}
.user-menu li:not(.user-title) { margin: 1px 0; }
.user-menu li:not(.user-title) > a {
    display: block;
    padding: 0 12px;
    line-height: 38px;
    font-size: 14px;
    color: #444;
    border-radius: 5px;
    transition: background .2s, color .2s;
}
.user-menu li:not(.user-title) > a:hover {
    background: #f2f9fe;
    color: #1296db;
}
.user-menu .layui-icon { margin-right: 8px; font-size: 15px; color: #a5adb6; }
.user-menu li:not(.user-title) > a:hover .layui-icon { color: #1296db; }
.user-manage {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    font-size: 11px;
    color: #1296db;
    background: #f2f9fe;
    border-radius: 3px;
    vertical-align: middle;
}

/* ---------- 通用卡片 ---------- */
.uc-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 22px 26px 24px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}
.uc-card:last-child { margin-bottom: 0; }
.uc-card-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
}
.uc-card-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background: #1296db;
}

/* ---------- 首页 hero ---------- */
.uc-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 30px;
    background: linear-gradient(135deg, #1296db, #0d7fbb);
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 0 4px 16px rgba(18, 150, 219, .24);
}
.uc-hero-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 5px;
}
.uc-hero-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: .5px;
}
.uc-hero-rmb {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .82);
    margin-top: 5px;
}
.uc-hero-act {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 0 0 150px;
}
.uc-btn-sign {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1296db;
    background: #fff;
    border-radius: 19px;
    cursor: pointer;
    transition: transform .2s;
    user-select: none;
}
.uc-btn-sign:hover { transform: translateY(-1px); }
.uc-btn-done {
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .18);
    cursor: default;
}
.uc-btn-done:hover { transform: none; }
.uc-btn-ghost {
    display: block;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 19px;
    transition: background .2s;
}
.uc-btn-ghost:hover { background: rgba(255, 255, 255, .14); }

/* ---------- 签到状态 ---------- */
.uc-sign {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}
.uc-sign-item {
    padding: 16px 12px;
    text-align: center;
    background: #fafbfc;
    border: 1px solid #eef0f2;
    border-radius: 8px;
}
.us-num {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #1296db;
    line-height: 1.3;
}
.us-label {
    display: block;
    font-size: 12px;
    color: #9099a2;
    margin-top: 5px;
}
.uc-sign-tip {
    font-size: 13px;
    color: #9099a2;
    line-height: 1.7;
}
.uc-sign-tip a { color: #1296db; }
.uc-sign-tip a:hover { text-decoration: underline; }

/* ---------- 待办 ---------- */
.uc-todo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    margin-bottom: 8px;
    background: #fafbfc;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    transition: background .2s, border-color .2s;
}
.uc-todo-item:hover {
    background: #f2f9fe;
    border-color: #cfe7f8;
}
.ut-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.ut-dot-warn { background: #e8722a; }
.ut-dot-info { background: #1296db; }
.ut-text {
    flex: 1 1 auto;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
.ut-text em {
    font-style: normal;
    color: #e8722a;
    font-weight: 600;
}
.ut-go {
    flex: 0 0 auto;
    font-size: 13px;
    color: #1296db;
}
.uc-todo-empty {
    padding: 26px 0;
    text-align: center;
    font-size: 14px;
    color: #a5adb6;
}

/* ---------- 表单 ---------- */
.uc-form { margin: 0; }
.uc-form-tip {
    font-size: 13px;
    color: #9099a2;
    line-height: 1.7;
    margin: -8px 0 18px;
}
.uc-tip-ok { color: #0d9488; margin: 0; }
.uc-field { margin-bottom: 18px; }
.uc-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 7px;
}
.uc-input,
.uc-textarea {
    display: block;
    width: 100%;
    padding: 0 14px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #f9fafb;
    border: 1px solid #e6eaee;
    border-radius: 8px;
    outline: none;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.uc-textarea {
    height: auto;
    line-height: 1.7;
    padding: 11px 14px;
    resize: vertical;
    font-family: inherit;
}
.uc-input::placeholder,
.uc-textarea::placeholder { color: #b6bec6; }
.uc-input:focus,
.uc-textarea:focus {
    background: #fff;
    border-color: #1296db;
    box-shadow: 0 0 0 3px rgba(18, 150, 219, .1);
}
.uc-input-sm {
    width: 140px !important;
    flex: 0 0 140px;
}
.uc-static {
    display: block;
    padding: 11px 14px;
    font-size: 14px;
    color: #555;
    background: #f7f8fa;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    word-break: break-all;
}
.uc-inline-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.uc-inline-row .uc-input { flex: 1 1 auto; min-width: 0; }
.uc-unit {
    flex: 0 0 auto;
    font-size: 13px;
    color: #9099a2;
}
.uc-aux {
    flex: 0 0 auto;
    font-size: 12px;
    color: #b6bec6;
}
.uc-aux-block {
    display: block;
    margin-top: 7px;
    line-height: 1.7;
}
.uc-sendbtn {
    flex: 0 0 auto;
    padding: 0 18px;
    height: 44px;
    line-height: 42px;
    font-size: 13px;
    color: #1296db;
    background: #f2f9fe;
    border: 1px solid #cfe7f8;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background .2s, color .2s;
    user-select: none;
    white-space: nowrap;
}
.uc-sendbtn:hover { background: #e5f4fd; }
.uc-sendbtn.disabled {
    color: #a8b3bd;
    background: #f4f5f7;
    border-color: #e6eaee;
    cursor: not-allowed;
}
.uc-select-wrap .layui-form-select dl { border-radius: 8px; }
.uc-select-wrap .layui-input,
.uc-select-wrap .layui-select-title input {
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    background: #f9fafb;
    border-color: #e6eaee;
}
.uc-field-row { display: flex; gap: 20px; }
.uc-field-half { flex: 1 1 50%; min-width: 0; }
.uc-radio .layui-form-radio { margin-top: 6px; }
.uc-fee {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 14px 18px;
    background: #f2f9fe;
    border: 1px solid #dcedf9;
    border-radius: 8px;
}
.uc-fee-num {
    font-size: 22px;
    font-weight: 700;
    color: #1296db;
    line-height: 1.2;
}

/* ---------- 提示条 ---------- */
.uc-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 16px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7;
    color: #8a6d3b;
    background: #fff8ed;
    border: 1px solid #fbe3c4;
    border-radius: 8px;
}
.uc-notice em {
    font-style: normal;
    color: #e8722a;
    font-weight: 700;
}
.un-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #e8722a;
    border-radius: 50%;
    margin-top: 1px;
}

/* ---------- 操作按钮 ---------- */
.uc-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.uc-submit {
    display: inline-block;
    padding: 0 32px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #1296db, #0d7fbb);
    border: none;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(18, 150, 219, .28);
    transition: transform .2s, box-shadow .2s;
}
.uc-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(18, 150, 219, .36);
}
.uc-reset {
    display: inline-block;
    padding: 0 24px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    background: #f7f8fa;
    border: 1px solid #e6eaee;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background .2s;
}
.uc-reset:hover { background: #f0f2f4; }

/* ---------- 表格 ---------- */
.uc-tablewrap {
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
}
.uc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.uc-table thead th {
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    background: #f7f9fb;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #ececec;
}
.uc-table tbody td {
    padding: 13px 16px;
    color: #444;
    border-bottom: 1px solid #f4f5f7;
    word-break: break-word;
}
.uc-table tbody tr:last-child td { border-bottom: none; }
.uc-table tbody tr:hover { background: #f8fbfe; }
.ct-in { color: #0d9c5a !important; font-weight: 600; white-space: nowrap; }
.ct-out { color: #e04f4f !important; font-weight: 600; white-space: nowrap; }
.ct-bank { color: #1296db !important; font-weight: 600; }
.ct-txt { color: #777 !important; }
.ct-time { color: #a5adb6 !important; font-size: 13px; white-space: nowrap; }
.ct-null { color: #c5ccd3 !important; }
.ct-rate { color: #e8722a !important; font-weight: 600; }

/* ---------- 分页 ---------- */
.list-page { padding: 20px 0 0; text-align: center; }
.list-page.layui-laypage { display: inline-block; margin: 0; }
.list-page.layui-laypage a,
.list-page.layui-laypage span {
    border-radius: 6px;
    margin: 0 3px;
    border: 1px solid #e6eaee;
    color: #666;
    transition: all .2s;
}
.list-page.layui-laypage a:hover { color: #1296db; border-color: #1296db; }
.list-page.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1296db;
    border-radius: 6px;
}
.list-page.layui-laypage .layui-laypage-curr em { color: #fff; }

/* ---------- 充值汇率 ---------- */
.uc-rate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 20px;
    background: #f2f9fe;
    border: 1px solid #dcedf9;
    border-radius: 8px;
}
.uc-rate-label { font-size: 13px; color: #7d8b98; }
.uc-rate-val { font-size: 15px; color: #1a1a1a; font-weight: 600; }
.uc-rate-val em {
    font-style: normal;
    color: #1296db;
    font-size: 19px;
    font-weight: 700;
}
.uc-rate-tip { font-size: 12px; color: #a5adb6; margin-left: auto; }

/* ---------- 通用右侧栏（invite 等） ---------- */
.main-left { width: 778px; }
.main-right { width: 302px; margin-left: 20px; }
.lside {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}
.lside-title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 14px 16px 12px 28px;
    border-bottom: 1px solid #f0f0f0;
}
.lside-title::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: #1296db;
}

/* ---------- 响应式 ---------- */
@media screen and (max-width: 1200px) {
    .container { width: 100%; padding: 0 10px; box-sizing: border-box; }
    .user-right { width: calc(100% - 220px); }
    .main-left  { width: calc(100% - 320px); }
    .main-right { width: 300px; margin-left: 20px; }
}
@media screen and (max-width: 900px) {
    .user-left,
    .user-right,
    .main-left,
    .main-right {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .user-left { margin-bottom: 14px; }
    .uc-card { padding: 16px 14px 18px; }
    .uc-hero {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    .uc-hero-act { flex: 1 1 auto; }
    .uc-hero-num { font-size: 30px; }
    .uc-sign { grid-template-columns: 1fr; gap: 10px; }
    .uc-field-row { flex-direction: column; gap: 0; }
    .uc-input-sm { width: 100% !important; flex: 1 1 auto; }
    .uc-inline-row { flex-wrap: wrap; }
    .uc-tablewrap { overflow-x: auto; }
    .uc-table { min-width: 520px; }
    .uc-actions { flex-wrap: wrap; }
    .uc-submit, .uc-reset { flex: 1 1 auto; text-align: center; }
}

/* ---------- 会员菜单（重设计版） ---------- */
.user-menu { padding: 6px 8px 10px; border-bottom: 1px solid #f2f3f5; }
.user-menu:last-child { border-bottom: none; }
.user-title {
	padding: 12px 8px 8px;
	font-size: 13px;
	font-weight: 600;
	color: #1296db;
	letter-spacing: .5px;
}
.user-title a { display: block; color: #1296db; }
.user-menu li:not(.user-title) { margin: 1px 0; }
.user-menu li:not(.user-title) > a {
	display: block;
	padding: 0 12px;
	line-height: 38px;
	font-size: 14px;
	color: #444;
	border-radius: 5px;
	transition: background .2s, color .2s;
}
.user-menu li:not(.user-title) > a:hover { background: #f2f9fe; color: #1296db; }
.user-menu .layui-icon { margin-right: 8px; font-size: 15px; color: #a5adb6; }
.user-menu li:not(.user-title) > a:hover .layui-icon { color: #1296db; }
.user-manage {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 7px;
	font-size: 11px;
	color: #1296db;
	background: #f2f9fe;
	border-radius: 3px;
	vertical-align: middle;
}

/* ---------- 修复：栏目选择下拉被 umeditor 工具栏(z-index:99999) 遮挡 ---------- */
.uc-select-wrap {
    position: relative;
    z-index: 999999;
}
.uc-select-wrap .layui-form-select dl {
    z-index: 999999;
}
/* 编辑器容器限制层叠，避免盖住表单控件 */
.uc-field .edui-container,
.uc-field .edui-toolbar {
    z-index: 1;
}
