html,
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #333;
    background: #f0f2f5;
}

a {
    color: #1890ff;
    text-decoration: none;
}

a:hover {
    color: #40a9ff;
}

.pc-header {
    height: 60px;
    line-height: 60px;
    background: #001529;
    color: #fff;
    min-width: 1100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pc-logo {
    float: left;
    width: 240px;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 600;
}

.pc-user {
    float: right;
    padding-right: 24px;
}

.pc-user a {
    color: rgba(255, 255, 255, 0.85);
    margin-left: 18px;
}

.pc-user a:hover {
    color: #fff;
}

.pc-shell {
    min-width: 1100px;
}

.pc-menu {
    float: left;
    width: 220px;
    min-height: calc(100vh - 60px);
    background: #001529;
    padding-top: 12px;
}

.pc-menu-item {
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.2s;
}

.pc-menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.pc-main {
    margin-left: 220px;
    padding: 20px 24px 40px;
    min-height: calc(100vh - 60px);
}

.pc-toolbar {
    min-height: 38px;
    margin-bottom: 16px;
    overflow: hidden;
}

.pc-toolbar h2 {
    float: left;
    margin: 0;
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
    color: #262626;
}

.pc-toolbar div,
.pc-toolbar > a {
    float: right;
    margin-left: 8px;
}

.pc-search,
.pc-form,
.pc-detail,
.pc-table,
.pc-dashboard {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #e8e8e8;
}

.pc-search {
    padding: 16px 16px 0;
    margin-bottom: 16px;
}

.pc-table {
    margin-bottom: 0;
}

.pc-table th {
    background: #fafafa;
    color: #595959;
    font-weight: 500;
}

.pc-table td {
    color: #595959;
}

.pc-empty {
    text-align: center;
    color: #999;
    padding: 40px 0;
}

.pc-pager {
    text-align: right;
    padding: 16px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
}

.pc-pager span,
.pc-pager button {
    margin-left: 8px;
}

.pc-form {
    padding: 24px;
}

.pc-detail th {
    width: 150px;
    background: #fafafa;
    font-weight: 500;
}

.pc-login {
    position: relative;
    min-height: 100vh;
    background: url("/static/pc/images/login-bg.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.pc-login-wrap {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 48px 20px;
}

.pc-login-main {
    width: 600px;
    min-height: 600px;
    padding: 78px 80px 58px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff;
}

.pc-login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 25px;
}

.pc-login-logo img {
    max-width: 300px;
    max-height: 82px;
    object-fit: contain;
}

.pc-login-tabs {
    display: flex;
    justify-content: space-between;
    margin: 0 40px 24px;
    color: #303133;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.pc-login-tabs span {
    position: relative;
    padding: 10px;
}

.pc-login-tabs .active {
    color: #409eff;
}

.pc-login-tabs .active::after,
.pc-login-tabs span:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%) scaleX(0.3);
    border-bottom: 5px solid #409eff;
}

.pc-login-tabs .disabled {
    cursor: default;
}

.pc-login-form {
    margin: 0 40px;
}

.pc-login-field {
    position: relative;
    margin-bottom: 18px;
}

.pc-login-field .layui-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 1;
    width: 16px;
    height: 16px;
    color: #909399;
    font-size: 0;
    transform: translateY(-50%);
}

.pc-login-field .layui-icon::before,
.pc-login-field .layui-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.pc-login-field .layui-icon-username::before {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.pc-login-field .layui-icon-username::after {
    left: 2px;
    top: 9px;
    width: 12px;
    height: 6px;
    border: 1px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.pc-login-field .layui-icon-password::before {
    left: 3px;
    top: 7px;
    width: 10px;
    height: 7px;
    border: 1px solid currentColor;
    border-radius: 2px;
}

.pc-login-field .layui-icon-password::after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 7px;
    border: 1px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.pc-login-field .layui-input {
    height: 40px;
    padding-left: 38px;
    border: none;
    border-radius: 0;
    background: #f7f7f7;
    box-shadow: none;
}

.pc-login-field .layui-input:focus {
    background: #f7f7f7;
    box-shadow: inset 0 0 0 1px #409eff;
}

.pc-login-links,
.pc-login-downloads {
    display: flex;
    justify-content: space-between;
}

.pc-login-links {
    margin: 2px 0 18px;
}

.pc-login-links a,
.pc-login-agreement a,
.pc-login-downloads a {
    color: #1890ff;
}

.pc-login-submit {
    height: 40px;
    border: 0;
    border-radius: 0;
    background-color: #1890ff;
    transition: background-color 0.3s ease;
}

.pc-login-submit:hover {
    background-color: #1080e0;
}

.pc-login-agreement {
    margin: 16px 40px 0;
    color: #606266;
    text-align: center;
}

.pc-login-downloads {
    margin: 20px 40px 0;
}

.pc-login-downloads a {
    font-size: 13px;
}

.pc-login-footer {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
}

@media (max-width: 640px) {
    .pc-login-wrap {
        min-height: calc(100vh - 44px);
        padding: 24px 14px 56px;
    }

    .pc-login-main {
        width: 100%;
        min-height: 0;
        padding: 46px 20px 36px;
    }

    .pc-login-logo img {
        max-width: 240px;
    }

    .pc-login-tabs,
    .pc-login-form,
    .pc-login-agreement,
    .pc-login-downloads {
        margin-right: 0;
        margin-left: 0;
    }

    .pc-login-tabs {
        font-size: 16px;
    }
}

.pc-dashboard {
    padding: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.pc-stat {
    float: left;
    width: 280px;
    margin-right: 16px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    border-radius: 4px;
}

.pc-stat-label {
    color: #8c8c8c;
    margin-bottom: 12px;
    font-size: 14px;
}

.pc-stat-value {
    font-size: 20px;
    color: #262626;
    font-weight: 500;
}

.pc-frame {
    width: 100%;
    height: 580px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #fff;
}

.pc-error-page {
    padding: 100px;
    text-align: center;
}

.pc-error-box {
    width: 480px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.layui-btn[disabled] {
    color: #bbb;
    cursor: not-allowed;
}

.pc-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 18px;
}

.pc-card-head {
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eef1f5;
}

.pc-tip {
    margin-left: 18px;
    color: #ff4d4f;
}

.pc-section-title {
    margin: 0 0 18px;
    padding-left: 12px;
    border-left: 3px solid #1677ff;
    color: #1677ff;
    font-size: 22px;
    font-weight: 600;
}

.pc-info-table {
    width: 100%;
    border-collapse: collapse;
}

.pc-info-table td {
    padding: 11px 10px;
    border: 1px solid #dce9f5;
    line-height: 1.6;
    color: #333;
    word-break: break-all;
}

.pc-info-table .tb {
    width: 13%;
    background: #eef6ff;
    color: #2f4258;
    font-weight: 500;
}

.pc-thumb {
    width: 80px;
    height: 80px;
    margin: 4px 8px 4px 0;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.pc-status,
.pc-status-warning,
.pc-status-success,
.pc-status-danger,
.pc-status-info,
.pc-status-primary {
    font-weight: 700;
}

.pc-status-warning {
    color: #d48806;
}

.pc-status-success {
    color: #16a34a;
}

.pc-status-danger {
    color: #dc2626;
}

.pc-status-info {
    color: #8c8c8c;
}

.pc-status-primary {
    color: #1677ff;
}

.pc-enterprise-form .layui-col-md4,
.pc-enterprise-form .layui-col-md6,
.pc-enterprise-form .layui-col-md12 {
    margin-bottom: 12px;
}

.pc-form-label {
    display: block;
    margin-bottom: 8px;
    color: #475569;
}

.pc-form-actions,
.pc-submit-row {
    margin-top: 22px;
    text-align: center;
}

.pc-steps {
    display: table;
    width: 100%;
    margin-bottom: 18px;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.pc-steps-title {
    display: table-cell;
    width: 210px;
    vertical-align: middle;
    color: #4a5dff;
    font-size: 34px;
    font-weight: 700;
}

.pc-step {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 42px;
    color: #8c8c8c;
}

.pc-step b {
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: #e5e7eb;
    color: #fff;
}

.pc-step span {
    display: block;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
}

.pc-step em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-size: 12px;
}

.pc-step.active b,
.pc-step.done b {
    background: #4a5dff;
}

.pc-product-search {
    border: none;
    box-shadow: none;
    text-align: right;
}

.pc-search-inline .layui-input {
    width: 500px;
}

.pc-product-card {
    display: table;
    width: 100%;
    min-height: 128px;
    margin-top: 18px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(74, 93, 255, 0.16);
}

.pc-product-main,
.pc-product-meta,
.pc-product-action {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.pc-product-main {
    width: 60%;
}

.pc-product-main h3 {
    margin: 0 0 18px;
    min-height: 32px;
    font-size: 20px;
    font-weight: 600;
}

.pc-product-main p,
.pc-product-meta span {
    margin: 8px 0;
    color: #666;
}

.pc-product-meta {
    width: 22%;
}

.pc-product-meta strong {
    display: block;
    margin: 8px 0 18px;
    color: #4a5dff;
    font-size: 22px;
}

.pc-product-action {
    width: 18%;
    text-align: center;
}

.pc-project-summary {
    padding: 24px 28px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(74, 93, 255, 0.1);
}

.pc-project-summary h3 {
    margin: 0 0 14px;
    padding-left: 16px;
    border-left: 5px solid #4a5dff;
    font-size: 20px;
}

.pc-project-summary p {
    margin: 8px 0 0 21px;
    color: #666;
}

.pc-apply-block {
    margin: 34px 56px 0;
}

.pc-apply-block h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
}

.pc-apply-value {
    font-size: 24px;
}

.pc-bank-grid {
    overflow: hidden;
}

.pc-bank-card {
    float: left;
    width: 23%;
    height: 210px;
    margin: 0 2% 18px 0;
    padding: 18px;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.pc-bank-card:hover,
.pc-bank-card.selected {
    border-color: #4a5dff;
    box-shadow: 0 4px 12px rgba(74, 93, 255, 0.18);
}

.pc-bank-card img {
    max-width: 100%;
    height: 140px;
    object-fit: contain;
}

.pc-bank-card p {
    margin: 10px 0 0;
    color: #595959;
}

.pc-fee-row {
    overflow: hidden;
}

.pc-fee-row > div {
    float: left;
    width: 260px;
}

.pc-money {
    color: #1677ff;
    font-size: 26px;
    font-weight: 700;
}

.pc-material-item {
    display: inline-block;
    width: 260px;
    min-height: 88px;
    margin: 0 14px 14px 0;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    vertical-align: top;
}

.pc-material-item strong,
.pc-material-item span,
.pc-material-item a {
    display: block;
    margin-bottom: 8px;
}

.pc-material-item p {
    color: #dc2626;
}

.pc-order-search-input {
    width: 500px;
}

.pc-order-table .layui-btn {
    margin: 2px 4px 2px 0;
}

.pc-pay-dialog {
    padding: 22px 24px 24px;
}

.pc-pay-head {
    overflow: hidden;
    padding: 18px 20px;
    margin-bottom: 16px;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    background: #f3f9ff;
}

.pc-pay-title {
    float: left;
    line-height: 34px;
    color: #1f3a5f;
    font-size: 18px;
    font-weight: 700;
}

.pc-pay-amount {
    float: right;
    text-align: right;
}

.pc-pay-amount span {
    display: block;
    margin-bottom: 2px;
    color: #6b7280;
    font-size: 12px;
}

.pc-pay-amount strong {
    color: #f56c6c;
    font-size: 24px;
    line-height: 1.2;
}

.pc-pay-table {
    margin: 0 0 16px;
}

.pc-pay-table td:first-child {
    width: 150px;
    background: #fafafa;
    color: #606266;
    text-align: right;
}

.pc-pay-table td {
    padding: 12px 14px;
    color: #303133;
}

.pc-pay-important,
.pc-pay-code {
    color: #f56c6c !important;
    font-weight: 700;
}

.pc-pay-code {
    font-size: 16px;
}

.pc-pay-tip {
    padding: 14px 16px 12px;
    border: 1px solid #ffe7ba;
    border-radius: 4px;
    background: #fffaf0;
}

.pc-pay-tip-title {
    margin-bottom: 8px;
    color: #ad6800;
    font-weight: 700;
}

.pc-pay-tip ol {
    margin: 0;
    padding-left: 20px;
    color: #5f6368;
    line-height: 1.9;
}

.pc-pay-tip span {
    color: #f56c6c;
    font-weight: 700;
}

/* Vue-like enterprise shell */
html,
body {
    background: #f5f6f8;
    color: #1f2937;
    font-size: 14px;
}

.pc-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 160px;
    z-index: 20;
    height: 48px;
    min-width: 0;
    line-height: 48px;
    background: #fff;
    color: #4b5563;
    border-bottom: 1px solid #eef0f3;
    box-shadow: none;
}

.pc-top-left {
    float: left;
    height: 48px;
    padding-left: 14px;
}

.pc-breadcrumb {
    margin-left: 8px;
    color: #4b5563;
    font-size: 13px;
}

.pc-user {
    float: right;
    height: 48px;
    padding-right: 18px;
    color: #606266;
}

.pc-user a {
    margin-left: 12px;
    color: #409eff;
}

.pc-user a:hover {
    color: #1677ff;
}

.pc-avatar {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    vertical-align: middle;
    border-radius: 50%;
    background: #eef0f3;
}

.pc-shell {
    min-width: 1100px;
}

.pc-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    float: none;
    width: 160px;
    min-height: 100vh;
    padding-top: 0;
    background: #fff;
    border-right: 1px solid #eef0f3;
    box-shadow: none;
}

.pc-side-logo {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 12px;
    color: #303133;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eef0f3;
    box-sizing: border-box;
}

.pc-brand-logo {
    display: block;
    max-width: 128px;
    max-height: 32px;
    object-fit: contain;
}

.pc-menu-list {
    padding: 12px 0;
}

.pc-menu-group {
    margin-bottom: 2px;
}

.pc-menu-item,
.pc-sub-menu-item {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #303133;
    transition: color 0.16s, background 0.16s;
}

.pc-menu-item {
    position: relative;
    padding: 0 20px 0 14px;
}

.pc-menu-item:hover,
.pc-menu-item.active,
.pc-sub-menu-item:hover,
.pc-sub-menu-item.active {
    color: #409eff;
    background: #ecf5ff;
}

.pc-menu-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    vertical-align: 1px;
    border: 1px solid #909399;
    border-radius: 50%;
    box-sizing: border-box;
}

.pc-menu-item:hover .pc-menu-dot,
.pc-menu-item.active .pc-menu-dot {
    border-color: #409eff;
}

.pc-menu-arrow {
    position: absolute;
    right: 12px;
    color: #909399;
    font-size: 12px;
}

.pc-sub-menu {
    padding: 0;
}

.pc-sub-menu-item {
    padding-left: 33px;
    box-sizing: border-box;
}

.pc-main {
    margin-left: 160px;
    padding: 64px 14px 36px;
    min-height: calc(100vh - 48px);
    box-sizing: border-box;
}

.pc-card,
.pc-search,
.pc-form,
.pc-detail,
.pc-table,
.pc-dashboard,
.pc-steps {
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

.pc-card {
    padding: 16px;
}

.pc-card-head {
    margin: 0 -16px 16px;
    padding: 16px 24px 14px;
    border-bottom: 1px solid #f0f2f5;
}

.pc-section-title {
    margin-top: 0;
    color: #1677ff;
    font-size: 20px;
}

.pc-info-table .tb {
    background: #eef6ff;
    color: #1f3a5f;
}

.pc-info-table td {
    border-color: #d8e7f5;
    font-size: 13px;
}

.pc-table th {
    background: #fafafa;
    color: #333;
    font-weight: 500;
}

.pc-table td {
    color: #606266;
}

.pc-search {
    padding: 16px 16px 14px;
}

.layui-btn {
    border-radius: 3px;
}

.layui-btn:not(.layui-btn-primary):not(.layui-btn-danger):not(.layui-btn-warm):not(.layui-btn-normal) {
    background-color: #409eff;
}

.layui-btn-primary {
    border-color: #dcdfe6;
    color: #606266;
    background: #fff;
}

.pc-steps {
    padding: 22px 24px;
}

.pc-product-card,
.pc-project-summary {
    border-color: #ebeef5;
    box-shadow: none;
}

.pc-login .pc-login-submit,
.pc-login .pc-login-submit:hover,
.pc-login .pc-login-submit:focus {
    border: 0;
    border-radius: 0;
    background-color: #1890ff;
}

.pc-login .pc-login-submit:hover {
    background-color: #1080e0;
}

body {
    color: #1f2937;
    background: #f5f7fa;
}

.pc-header {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.pc-breadcrumb {
    color: #1f2937;
    font-weight: 500;
}

.pc-user {
    max-width: 360px;
    white-space: nowrap;
}

.pc-user span {
    vertical-align: middle;
}

.pc-user span:not(.pc-avatar) {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-menu-item,
.pc-sub-menu-item {
    height: 42px;
    line-height: 42px;
}

.pc-menu-item:hover,
.pc-menu-item.active,
.pc-sub-menu-item:hover,
.pc-sub-menu-item.active {
    color: #1677ff;
    background: #eaf3ff;
}

.pc-menu-item.active {
    font-weight: 600;
}

.pc-menu-item.active:before,
.pc-sub-menu-item.active:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 20px;
    margin-top: 11px;
    border-radius: 0 3px 3px 0;
    background: #1677ff;
}

.pc-sub-menu-item {
    position: relative;
}

.pc-order-page {
    padding: 68px 24px 36px;
}

.pc-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.pc-page-head h1 {
    margin: 0;
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.pc-page-head p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
}

.pc-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pc-filter-panel {
    margin-bottom: 16px;
    padding: 16px 18px;
}

.pc-order-filter {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.pc-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
}

.pc-search-control {
    position: relative;
    width: 280px;
}

.pc-search-control .layui-input {
    height: 36px;
    padding-left: 34px;
    border-color: #dbe1ea;
    border-radius: 6px;
}

.pc-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 1;
    color: #94a3b8;
    font-family: layui-icon;
    transform: translateY(-50%);
}

.pc-order-filter .layui-btn,
.pc-btn-compact {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 6px;
}

.pc-query-btn {
    background: #1677ff;
}

.pc-table-panel {
    overflow: hidden;
}

.pc-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 18px;
    border-bottom: 1px solid #e5e7eb;
}

.pc-panel-head h2 {
    display: inline-block;
    margin: 0 12px 0 0;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
}

.pc-panel-head span {
    color: #64748b;
    font-size: 13px;
}

.pc-table-wrap {
    overflow-x: auto;
}

.pc-order-table {
    min-width: 1100px;
    margin: 0;
    border: 0;
}

.pc-order-table th {
    padding: 13px 16px;
    background: #f8fafc;
    border-color: #e5e7eb;
    color: #475569;
    font-weight: 600;
    white-space: nowrap;
}

.pc-order-table td {
    min-height: 64px;
    padding: 14px 16px;
    border-color: #edf1f7;
    color: #1f2937;
    vertical-align: middle;
}

.pc-order-table th:last-child,
.pc-order-table td:last-child {
    position: sticky;
    right: 0;
    z-index: 2;
    background: #fff;
    box-shadow: -8px 0 12px rgba(15, 23, 42, 0.04);
}

.pc-order-table th:last-child {
    z-index: 3;
    background: #f8fafc;
}

.pc-order-table tbody tr:hover {
    background: #f8fbff;
}

.pc-order-table tbody tr:hover td:last-child {
    background: #f8fbff;
}

.pc-copy-code {
    max-width: 150px;
    padding: 0;
    border: 0;
    color: #1677ff;
    background: transparent;
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 13px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-copy-code:hover {
    color: #0958d9;
}

.pc-project-cell {
    max-width: 460px;
}

.pc-project-name {
    display: -webkit-box;
    overflow: hidden;
    color: #1f2937;
    font-weight: 600;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc-project-no {
    margin-top: 6px;
    overflow: hidden;
    color: #64748b;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-muted-text {
    color: #64748b;
}

.pc-date-cell span,
.pc-date-cell em {
    display: block;
    line-height: 20px;
}

.pc-date-cell em {
    color: #64748b;
    font-style: normal;
    font-size: 12px;
}

.pc-status-tag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.pc-status-tag.is-warning {
    border-color: #fde68a;
    color: #b45309;
    background: #fffbeb;
}

.pc-status-tag.is-primary {
    border-color: #bfdbfe;
    color: #1d4ed8;
    background: #eff6ff;
}

.pc-status-tag.is-success {
    border-color: #bbf7d0;
    color: #16a34a;
    background: #f0fdf4;
}

.pc-status-tag.is-danger {
    border-color: #fecaca;
    color: #ef4444;
    background: #fef2f2;
}

.pc-status-tag.is-gray {
    border-color: #e5e7eb;
    color: #64748b;
    background: #f8fafc;
}

.pc-status-tag.is-info {
    border-color: #ddd6fe;
    color: #6d28d9;
    background: #f5f3ff;
}

.pc-action-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
}

.pc-action-primary {
    color: #1677ff;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.pc-action-warning {
    color: #b45309;
    background: #fffbeb;
    border-color: #fde68a;
}

.pc-action-danger {
    color: #ef4444;
    background: #fef2f2;
    border-color: #fecaca;
}

.pc-action-default {
    color: #475569;
    background: #fff;
    border-color: #dbe1ea;
}

.pc-action-btn:hover {
    opacity: 0.86;
}

.pc-table-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 0 18px;
    border-top: 1px solid #e5e7eb;
}

.pc-pager-total {
    color: #64748b;
}

.pc-pager-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pc-page-size {
    height: 30px;
    border: 1px solid #dbe1ea;
    border-radius: 6px;
    color: #475569;
    background: #fff;
}

.pc-page-current {
    color: #64748b;
}

.pc-empty-state {
    padding: 42px 0;
    text-align: center;
}

.pc-empty-state strong {
    display: block;
    color: #1f2937;
    font-size: 15px;
}

.pc-empty-state p {
    margin-top: 8px;
    color: #94a3b8;
}

.pc-skeleton-row td {
    padding: 20px 16px;
}

.pc-skeleton-row span {
    display: inline-block;
    height: 12px;
    margin-right: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 37%, #f1f5f9 63%);
    background-size: 400% 100%;
    animation: pcSkeleton 1.4s ease infinite;
}

.pc-skeleton-row span:nth-child(1) {
    width: 160px;
}

.pc-skeleton-row span:nth-child(2) {
    width: 360px;
}

.pc-skeleton-row span:nth-child(3) {
    width: 120px;
}

@keyframes pcSkeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

.pc-detail-head {
    align-items: flex-start;
}

.pc-back-link {
    display: inline-block;
    margin-bottom: 8px;
    color: #1677ff;
    font-size: 13px;
}

.pc-detail-head-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pc-overview-panel,
.pc-file-panel {
    margin-bottom: 16px;
}

.pc-overview-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #e5e7eb;
}

.pc-overview-strip > div {
    padding: 16px;
    background: #f8fafc;
}

.pc-overview-strip span {
    display: block;
    color: #64748b;
    font-size: 13px;
}

.pc-overview-strip strong {
    display: block;
    margin-top: 8px;
    color: #1f2937;
    font-size: 15px;
}

.pc-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 0 18px 20px;
}

.pc-info-item label {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
}

.pc-info-item div {
    color: #1f2937;
    line-height: 1.6;
    word-break: break-word;
}

.pc-info-span-2 {
    grid-column: span 2;
}

.pc-info-item .pc-money-strong {
    color: #1677ff;
    font-size: 20px;
    font-weight: 700;
}

.pc-file-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 18px;
}

.pc-file-card {
    display: flex;
    gap: 14px;
    min-height: 96px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fbfdff;
}

.pc-file-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    color: #1677ff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: #eff6ff;
}

.pc-file-body {
    min-width: 0;
    flex: 1;
}

.pc-file-body h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
}

.pc-file-body p {
    max-width: 100%;
    margin: 0 0 12px;
    overflow: hidden;
    color: #64748b;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-file-body .pc-file-empty {
    color: #94a3b8;
}

.pc-pay-dialog {
    padding: 18px;
}

.pc-pay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.pc-pay-title {
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
}

.pc-pay-amount span {
    margin-right: 8px;
    color: #64748b;
}

.pc-pay-amount strong {
    color: #1677ff;
    font-size: 20px;
}

.pc-pay-important,
.pc-pay-code {
    color: #1677ff;
    font-family: Consolas, Monaco, "Courier New", monospace;
}

.pc-pay-tip {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 8px;
    color: #64748b;
    background: #f8fafc;
}

.pc-pay-tip-title {
    margin-bottom: 8px;
    color: #1f2937;
    font-weight: 700;
}

.pc-pay-tip ol {
    padding-left: 18px;
}

.pc-pay-tip li {
    margin: 6px 0;
    list-style: decimal;
}

.pc-pay-tip span {
    color: #1677ff;
    font-weight: 700;
}

@media screen and (min-width: 1441px) {
    .pc-detail-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1440px) {
    .pc-detail-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pc-info-span-2 {
        grid-column: span 2;
    }
}

@media screen and (max-width: 1024px) {
    .pc-order-page {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pc-detail-grid,
    .pc-file-grid,
    .pc-overview-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .pc-page-head,
    .pc-detail-head-actions,
    .pc-table-pager,
    .pc-pay-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pc-search-control {
        width: 100%;
    }

    .pc-filter-field {
        width: 100%;
    }

    .pc-detail-grid,
    .pc-file-grid,
    .pc-overview-strip {
        grid-template-columns: 1fr;
    }

    .pc-info-span-2 {
        grid-column: span 1;
    }
}

.pc-select-page {
    padding-bottom: 96px;
}

.pc-select-container {
    max-width: 1400px;
    margin: 0 auto;
}

.pc-page-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.pc-page-heading h1 {
    margin: 0;
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.pc-page-heading p {
    margin: 4px 0 0;
    color: #64748b;
    line-height: 22px;
}

.pc-heading-tag,
.pc-soft-tag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    color: #3568f4;
    background: #f0f5ff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.pc-select-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
    padding: 18px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.pc-select-steps .pc-step {
    display: block;
    flex: 1;
    min-width: 0;
    padding-left: 44px;
}

.pc-select-steps .pc-step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    left: 170px;
    height: 1px;
    background: #e5e7eb;
}

.pc-select-steps .pc-step:last-child::after {
    display: none;
}

.pc-select-steps .pc-step b {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    border: 1px solid #e5e7eb;
    color: #94a3b8;
    background: #f1f5f9;
}

.pc-select-steps .pc-step.done b {
    border-color: #3568f4;
    color: #fff;
    background: #3568f4;
}

.pc-select-steps .pc-step.active b {
    border-color: #3568f4;
    color: #fff;
    background: #3568f4;
    box-shadow: 0 0 0 4px #eef4ff;
}

.pc-select-steps .pc-step span {
    color: #334155;
    font-size: 15px;
}

.pc-select-steps .pc-step.active span {
    color: #1f2937;
}

.pc-select-steps .pc-step em {
    color: #94a3b8;
}

.pc-select-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
    align-items: start;
}

.pc-select-main {
    min-width: 0;
}

.pc-select-aside {
    position: sticky;
    top: 68px;
}

.pc-select-card,
.pc-summary-card {
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.pc-select-page .pc-card {
    box-sizing: border-box;
}

.pc-select-page .pc-project-summary,
.pc-select-page .pc-apply-block {
    margin: 0 0 20px;
}

.pc-section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.pc-section-head h2 {
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.pc-section-head p {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 20px;
}

.pc-section-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #3568f4;
    background: #f0f5ff;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
}

.pc-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pc-info-item {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #edf1f7;
    border-radius: 8px;
    background: #f8fafc;
}

.pc-info-wide {
    grid-column: 1 / -1;
}

.pc-info-item span {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 13px;
}

.pc-info-item strong {
    display: block;
    min-height: 22px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    word-break: break-all;
}

.pc-two-line {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc-single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-select-page .pc-bank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    overflow: visible;
}

.pc-select-page .pc-bank-card {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    min-height: 186px;
    margin: 0;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-align: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.pc-select-page .pc-bank-card:hover,
.pc-select-page .pc-bank-card.selected {
    border-color: #3568f4;
    box-shadow: 0 8px 18px rgba(53, 104, 244, 0.12);
    transform: translateY(-1px);
}

.pc-bank-top {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.pc-bank-logo {
    display: flex;
    flex: 0 0 86px;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 52px;
    border: 1px solid #edf1f7;
    border-radius: 8px;
    background: #fff;
}

.pc-bank-logo img {
    max-width: 74px;
    max-height: 40px;
    object-fit: contain;
}

.pc-bank-logo span {
    color: #3568f4;
    font-size: 22px;
    font-weight: 700;
}

.pc-bank-title {
    min-width: 0;
}

.pc-bank-title strong {
    display: block;
    overflow: hidden;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-bank-title span,
.pc-bank-meta span {
    color: #64748b;
    font-size: 12px;
}

.pc-bank-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.pc-bank-meta div {
    min-width: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f8fafc;
}

.pc-bank-meta strong {
    display: block;
    margin-top: 4px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
}

.pc-bank-phone,
.pc-bank-desc {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 20px;
}

.pc-bank-selected {
    display: none;
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: #16a34a;
    font-size: 13px;
    font-weight: 700;
}

.pc-bank-card.selected .pc-bank-selected {
    display: block;
}

.pc-select-page .pc-material-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pc-select-page .pc-material-item {
    margin: 0;
    background: #fbfdff;
}

.pc-select-page .pc-material-item a {
    color: #1677ff;
    font-weight: 600;
}

.pc-select-page .pc-material-thumb-link {
    display: block;
    margin-bottom: 8px;
}

.pc-select-page .pc-material-thumb {
    display: block;
    width: 150px;
    height: 150px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    object-fit: cover;
}

.pc-select-page .pc-material-empty {
    width: 100%;
    padding: 24px 0;
}

.pc-summary-metrics {
    display: grid;
    gap: 12px;
}

.pc-summary-metric {
    padding: 16px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: #f0f5ff;
}

.pc-summary-metric span,
.pc-summary-list span {
    display: block;
    color: #64748b;
    font-size: 13px;
}

.pc-summary-metric strong {
    display: block;
    margin-top: 8px;
    color: #1677ff;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    word-break: break-all;
}

.pc-summary-list {
    margin-top: 18px;
    border-top: 1px solid #eef2f7;
}

.pc-summary-list div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #eef2f7;
}

.pc-summary-list strong {
    max-width: 190px;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    word-break: break-all;
}

.pc-summary-tip {
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
    color: #64748b;
    background: #f8fafc;
    font-size: 13px;
    line-height: 20px;
}

.pc-select-actions {
    position: sticky;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 14px 0 0;
    background: #f5f7fa;
}

.pc-select-actions .layui-btn {
    min-width: 108px;
    border-radius: 6px;
}

@media (max-width: 1000px) {
    .pc-select-layout {
        grid-template-columns: 1fr;
    }

    .pc-select-aside {
        position: static;
    }

    .pc-select-steps {
        display: block;
    }

    .pc-select-steps .pc-step {
        min-height: 44px;
        margin-bottom: 12px;
    }

    .pc-select-steps .pc-step::after,
    .pc-select-steps .pc-step em {
        display: none;
    }
}
