html {
    background: #f3f4f6;
}

body.order-pc-jytos {
    min-height: 100vh;
    margin: 0;
    background: #f3f4f6;
    color: #1d2129;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

body.order-pc-jytos * {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.order-pc-jytos #topnav {
    min-height: 56px !important;
    height: 56px !important;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(229, 230, 235, .92) !important;
    box-shadow: 0 8px 24px rgba(29, 33, 41, .06) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.order-pc-jytos #topnav .container {
    width: min(1260px, calc(100vw - 48px)) !important;
    max-width: none !important;
    height: 56px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.order-pc-jytos #topnav .container > div {
    height: 56px !important;
    gap: 20px !important;
}

body.order-pc-jytos #topnav .logo img {
    width: auto !important;
    max-width: 116px !important;
    max-height: 30px !important;
    object-fit: contain !important;
}

body.order-pc-jytos #navigation .navigation-menu {
    gap: 10px !important;
    min-width: 0 !important;
}

body.order-pc-jytos #navigation .navigation-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 16px !important;
    background: transparent !important;
    color: #344054 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
}

body.order-pc-jytos #navigation .navigation-menu > li > a:hover,
body.order-pc-jytos #navigation .navigation-menu > li > a:focus {
    background: #f2f7ff !important;
    color: #165dff !important;
    text-decoration: none !important;
}

body.order-pc-jytos #topnav .btn {
    min-width: 112px !important;
    height: 34px !important;
    padding: 0 20px !important;
    border-radius: 17px !important;
    background: #165dff !important;
    box-shadow: 0 6px 16px rgba(22, 93, 255, .2) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    transform: none !important;
}

body.order-pc-jytos #topnav .btn:hover,
body.order-pc-jytos #topnav .btn:focus {
    background: #0e48d8 !important;
    box-shadow: 0 8px 18px rgba(22, 93, 255, .26) !important;
}

.pc-order-page {
    width: 100%;
    padding: 76px 0 52px;
}

.pc-order-container {
    width: min(1104px, calc(100vw - 48px));
    margin: 0 auto;
}

.pc-order-panel {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    background: #fff;
}

.pc-order-search-panel {
    position: relative;
    min-height: calc(100vh - 88px);
    padding: 84px 28px 40px;
}

.pc-order-map {
    position: absolute;
    top: 36px;
    left: 56px;
    right: 56px;
    height: 360px;
    opacity: .75;
    background-image: radial-gradient(#e9edf3 1.6px, transparent 1.8px);
    background-size: 12px 12px;
    border-radius: 8px;
    -webkit-mask-image: radial-gradient(ellipse at 22% 38%, #000 0 18%, transparent 28%),
        radial-gradient(ellipse at 66% 28%, #000 0 31%, transparent 42%),
        radial-gradient(ellipse at 81% 54%, #000 0 20%, transparent 32%),
        radial-gradient(ellipse at 45% 70%, #000 0 22%, transparent 34%);
    mask-image: radial-gradient(ellipse at 22% 38%, #000 0 18%, transparent 28%),
        radial-gradient(ellipse at 66% 28%, #000 0 31%, transparent 42%),
        radial-gradient(ellipse at 81% 54%, #000 0 20%, transparent 32%),
        radial-gradient(ellipse at 45% 70%, #000 0 22%, transparent 34%);
}

.pc-search-inner {
    position: relative;
    z-index: 1;
    max-width: 592px;
    margin: 0 auto;
    text-align: center;
}

.pc-search-title {
    margin: 0 0 20px;
    color: #1d2129;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.28;
}

.pc-search-subtitle {
    margin: 0 0 34px;
    color: #86909c;
    font-size: 14px;
    line-height: 1.7;
}

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

.pc-search-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.pc-search-input {
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #c9cdd4;
    border-radius: 2px;
    background: #fff;
    color: #1d2129;
    font-size: 14px;
    outline: none;
    transition: border-color .18s, box-shadow .18s;
}

.pc-search-input:focus {
    border-color: #165dff;
    box-shadow: 0 0 0 2px rgba(22, 93, 255, .12);
}

.pc-search-input::placeholder {
    color: #86909c;
}

.pc-primary-btn,
.pc-outline-btn,
.pc-text-btn,
.pc-muted-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background .18s, border-color .18s, color .18s;
}

.pc-primary-btn {
    height: 36px;
    padding: 0 20px;
    border-radius: 2px;
    background: #165dff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.pc-primary-btn:hover,
.pc-primary-btn:focus {
    background: #0e48d8;
    color: #fff;
    text-decoration: none;
}

.pc-outline-btn {
    min-width: 68px;
    height: 26px;
    padding: 0 14px;
    border: 1px solid #165dff;
    border-radius: 14px;
    background: #fff;
    color: #165dff;
    font-size: 12px;
}

.pc-outline-btn:hover,
.pc-outline-btn:focus {
    background: #f2f7ff;
    color: #165dff;
    text-decoration: none;
}

.pc-text-btn {
    padding: 0;
    background: transparent;
    color: #165dff;
    font-size: 13px;
}

.pc-text-btn:hover,
.pc-text-btn:focus {
    color: #0e48d8;
    text-decoration: none;
}

.pc-muted-btn {
    height: 26px;
    padding: 0 12px;
    border-radius: 4px;
    background: #f2f3f5;
    color: #86909c;
    font-size: 12px;
}

.pc-disclaimer {
    margin: 0 0 14px;
    color: #86909c;
    font-size: 13px;
    line-height: 1.65;
    text-align: left;
}

.pc-disclaimer i {
    color: #ff7d00;
}

.pc-rich-warning {
    margin-top: 10px;
    padding: 12px 16px 16px;
    border-radius: 8px;
    background: rgba(255, 250, 240, .86);
    color: #4e5969;
    text-align: left;
}

.pc-warning-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #ff7d00;
    font-size: 13px;
    font-weight: 700;
}

.pc-warning-main {
    margin: 0 0 12px;
    color: #ff5722;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.pc-warning-green {
    margin: 0 0 10px;
    color: #52c41a;
    font-size: 19px;
    line-height: 1.16;
}

.pc-warning-red {
    margin: 0 0 10px;
    color: #f53f3f;
    font-size: 20px;
    line-height: 1.22;
}

.pc-warning-list {
    margin: 0 0 8px;
    padding-left: 18px;
    color: #4e5969;
    font-size: 12px;
    line-height: 1.75;
}

.pc-warning-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    color: #f53f3f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.85;
}

.pc-warning-contact-text {
    min-width: 0;
}

.pc-warning-qrcode {
    flex: 0 0 104px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    color: #86909c;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
}

.pc-warning-qrcode img {
    width: 82px;
    height: 82px;
    border: 1px solid #fde0c7;
    border-radius: 6px;
    background: #fff;
    object-fit: cover;
}

.pc-panel-section {
    padding: 14px;
}

.pc-page-title,
.pc-detail-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #1d2129;
    font-size: 16px;
    font-weight: 700;
}

.pc-page-title i,
.pc-detail-title i,
.pc-section-title i {
    color: #165dff;
    font-size: 18px;
}

.pc-tabs {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 16px;
    border-bottom: 1px solid #edf0f5;
}

.pc-tab {
    position: relative;
    height: 36px;
    border: 0;
    background: transparent;
    color: #4e5969;
    font-size: 14px;
    cursor: pointer;
}

.pc-tab.active {
    color: #165dff;
    font-weight: 600;
}

.pc-tab.active:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #165dff;
    content: "";
}

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

.pc-order-table {
    width: 100%;
    margin: 12px 0 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.pc-order-table th {
    height: 42px;
    padding: 0 12px;
    background: #f2f3f5;
    color: #1d2129;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.pc-order-table td {
    min-height: 72px;
    padding: 12px;
    border-bottom: 1px solid #e5e6eb;
    color: #344054;
    font-size: 13px;
    vertical-align: middle;
    word-break: break-word;
}

.pc-order-table td:nth-child(2) {
    word-break: break-all;
}

.pc-order-table td:nth-child(3) {
    white-space: nowrap;
}

.pc-col-goods {
    width: 20%;
}

.pc-col-no {
    width: 24%;
}

.pc-col-money {
    width: 12%;
}

.pc-col-status {
    width: 12%;
}

.pc-col-rights {
    width: 16%;
    text-align: center !important;
}

.pc-col-actions {
    width: 16%;
    text-align: center !important;
}

.pc-order-goods {
    margin-bottom: 4px;
    color: #344054;
    line-height: 1.45;
}

.pc-order-time,
.pc-order-quantity {
    color: #86909c;
    line-height: 1.45;
}

.pc-order-money {
    color: #f53f3f;
    font-size: 16px;
    font-weight: 700;
}

.pc-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 22px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
}

.pc-status.status-1 {
    background: #e8ffea;
    color: #00b42a;
}

.pc-status.status-0,
.pc-status.status-2,
.pc-status.status-3 {
    background: #f2f3f5;
    color: #86909c;
}

.pc-pay-status-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pc-complaint-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    background: #165dff;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
}

.pc-complaint-btn:hover,
.pc-complaint-btn:focus {
    background: #0e48d8;
    color: #fff;
    text-decoration: none;
}

.pc-action-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pc-empty-state {
    display: none;
    padding: 24px 12px;
    color: #86909c;
    text-align: center;
}

.pc-pager {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 10px 4px 4px;
}

.pc-page-btn {
    border: 0;
    background: transparent;
    color: #165dff;
    cursor: pointer;
}

.pc-page-btn:disabled {
    color: #c9cdd4;
    cursor: default;
}

.pc-page-info {
    min-width: 24px;
    color: #165dff;
    text-align: center;
}

.pc-contact-panel {
    margin-top: 12px;
    padding: 14px;
}

.pc-contact-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.pc-contact-head .pc-online {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 24px;
    border-radius: 2px;
    background: #e8ffea;
    color: #00b42a;
    font-size: 12px;
}

.pc-contact-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 12px;
    border: 1px solid #d8f2df;
    border-radius: 8px;
    background: linear-gradient(120deg, #f4fbff 0%, #f8fff5 100%);
}

.pc-contact-box.has-qrcode {
    grid-template-columns: minmax(0, 1fr) 130px;
}

.pc-contact-intro {
    margin: 0 0 10px;
    color: #4e5969;
    font-size: 13px;
    line-height: 1.6;
}

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

.pc-contact-item {
    min-height: 64px;
    padding: 10px;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    background: rgba(255, 255, 255, .86);
}

.pc-contact-label {
    margin-bottom: 6px;
    color: #86909c;
    font-size: 12px;
}

.pc-contact-value {
    color: #1d2129;
    font-size: 13px;
    line-height: 1.55;
    word-break: break-word;
}

.pc-qrcode-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #86909c;
    font-size: 12px;
    text-align: center;
}

.pc-qrcode-box img {
    width: 92px;
    height: 92px;
    border-radius: 6px;
    object-fit: cover;
}

.pc-detail-panel {
    min-height: calc(100vh - 88px);
    padding: 14px 22px 22px;
}

.pc-info-detail-panel {
    padding: 14px;
}

.pc-detail-title {
    height: 28px;
}

.pc-detail-title a {
    display: inline-flex;
    align-items: center;
    color: #1d2129;
    text-decoration: none;
}

.pc-detail-title a:hover {
    color: #165dff;
    text-decoration: none;
}

.pc-detail-body {
    padding-top: 18px;
}

.pc-section {
    margin-bottom: 22px;
}

.pc-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}

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

.pc-section-head .pc-section-title {
    margin: 0;
}

.pc-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 12px;
    border: 1px solid #165dff;
    border-radius: 13px;
    background: #fff;
    color: #165dff;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}

.pc-copy-btn:hover,
.pc-copy-btn:focus {
    background: #f2f7ff;
    color: #0e48d8;
}

.pc-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 78px;
    max-width: 890px;
}

.pc-info-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #4e5969;
    font-size: 14px;
    line-height: 1.45;
}

.pc-info-label {
    color: #86909c;
    white-space: nowrap;
}

.pc-info-value {
    color: #344054;
    word-break: break-all;
}

.pc-order-info-table {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e5e6eb;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
}

.pc-order-info-table th,
.pc-order-info-table td {
    height: 28px;
    padding: 5px 12px;
    border-right: 1px solid #e5e6eb;
    border-bottom: 1px solid #e5e6eb;
    color: #1d2129;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    word-break: break-all;
}

.pc-order-info-table tr:last-child th,
.pc-order-info-table tr:last-child td {
    border-bottom: 0;
}

.pc-order-info-table th:last-child,
.pc-order-info-table td:last-child {
    border-right: 0;
}

.pc-order-info-table th {
    width: 96px;
    background: #f7f8fa;
    color: #86909c;
    text-align: center;
    white-space: nowrap;
}

.pc-order-info-table td {
    width: calc((100% - 192px) / 2);
}

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

.pc-card-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.pc-card-list {
    display: grid;
    gap: 8px;
}

.pc-card-item {
    overflow: hidden;
    border-radius: 4px;
    background: #f7f8fa;
}

.pc-card-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    padding: 0 12px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.pc-card-item-content {
    padding: 0 12px 10px;
    color: #344054;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
}

.pc-card-loading {
    padding: 12px;
    border-radius: 4px;
    background: #f7f8fa;
    color: #86909c;
    font-size: 13px;
}

.pc-rich-text {
    color: #1d2129;
    font-size: 14px;
    line-height: 1.65;
    word-break: break-word;
}

.pc-scroll-text {
    max-height: 176px;
    overflow-y: auto;
    padding: 12px 14px;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    background: #f7f8fa;
    overscroll-behavior: contain;
}

.pc-scroll-text:focus {
    border-color: #165dff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(22, 93, 255, .1);
}

.pc-merchant-box {
    overflow: hidden;
    border-radius: 6px;
    background: #f7f8fa;
}

.pc-merchant-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 44px;
    gap: 8px;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    color: #4e5969;
    font-size: 14px;
}

.pc-merchant-row + .pc-merchant-row {
    border-top: 1px solid #eef0f4;
}

.pc-merchant-value {
    color: #1d2129;
    word-break: break-all;
}

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

.pc-hidden-copy {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pc-password-panel {
    max-width: 560px;
    margin: 0 auto;
    padding: 34px;
}

.pc-password-title {
    margin: 0 0 10px;
    color: #1d2129;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.pc-password-desc {
    margin: 0 0 28px;
    color: #86909c;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.pc-password-form {
    display: flex;
    gap: 12px;
}

.pc-password-form .pc-search-input {
    height: 38px;
}

@media (max-width: 1024px) {
    body.order-pc-jytos #topnav .container {
        width: calc(100vw - 28px) !important;
    }

    body.order-pc-jytos #navigation .navigation-menu {
        gap: 4px !important;
    }

    body.order-pc-jytos #navigation .navigation-menu > li > a {
        padding: 0 9px !important;
        font-size: 13px !important;
    }

    .pc-order-container {
        width: calc(100vw - 28px);
    }

    .pc-order-search-panel {
        padding-top: 64px;
    }

    .pc-info-grid,
    .pc-contact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pc-contact-box {
        grid-template-columns: 1fr;
    }

    .pc-contact-box.has-qrcode {
        grid-template-columns: 1fr;
    }

    .pc-warning-contact {
        flex-direction: column;
    }

    .pc-warning-qrcode {
        align-self: flex-start;
        flex-basis: auto;
    }
}
