h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
/*# sourceMappingURL=user.css.map */

/* ===== user left menu ===== */
.user-container {
    display: flex !important;
    align-items: stretch !important;
    padding: 30px 0;
    background: #f5f5f5;
}
.user-container::after { display: none !important; }
.user-main {
    flex: 1 !important;
    min-width: 0;
    min-height: 400px;
}
.user-main .content {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 24px 24px;
}
.user-left-menu {
    width: 220px !important;
    flex-shrink: 0 !important;
    margin-right: 25px !important;
    float: none !important;
}
.menu-list {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s;
}
.menu-item:last-child { border-bottom: none; }
.menu-item:hover { background: #fafafa; }
.menu-item.active .menu-text { color: #c9302c; font-weight: bold; }
.menu-text { flex: 1; }
.menu-arrow { color: #ccc; font-size: 14px; }

.contact-area {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px 0;
}
.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
}
.contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.contact-icon-qq { background: #333; }
.contact-icon-phone { background: #67c23a; }
.contact-label {
    flex: 1;
    font-size: 13px;
    color: #333;
}
.contact-tag {
    font-size: 11px;
    color: #409eff;
    border: 1px solid #d9ecff;
    padding: 0 6px;
    border-radius: 3px;
}

/* ===== user/index page styles ===== */
.welcome-text {
    font-size: 16px;
    color: #333;
    padding: 24px 0 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.order-list {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.order-table thead th {
    padding: 12px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px dashed #ccc;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.order-table thead th:first-child {
    border-left: none;
}
.order-table tbody td {
    padding: 16px 15px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px dashed #ccc;
    color: #666;
    vertical-align: middle;
}
.order-table tbody td:first-child {
    border-left: none;
}
.order-table tbody tr:last-child td {
    border-bottom: none;
}
.order-table tbody tr:hover td {
    background: #fafafa;
}

.order-table .col-project,
.order-table .col-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-table .col-position,
.order-table .col-time,
.order-table .col-status,
.order-table .col-type,
.order-table .col-action {
    text-align: center;
}

.status-pending,
.status-pay,
.status-info,
.status-done,
.status-fail,
.status-edit {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    margin: 0 2px;
}
.status-pending { color: #e6a23c; background: #fdf6ec; }
.status-pay { color: #c9302c; background: #fef0f0; cursor: pointer; }
.status-pay:hover { opacity: 0.8; }
.status-info { color: #409eff; background: #ecf5ff; cursor: pointer; }
.status-info:hover { opacity: 0.8; }
.status-done { color: #67c23a; background: #f0f9eb; }
.status-fail { color: #f56c6c; background: #fef0f0; }
.status-edit { color: #c9302c; background: #fef0f0; cursor: pointer; }
.status-edit:hover { opacity: 0.8; }

.empty-tip {
    text-align: center;
    padding: 60px 0;
    color: #ccc;
    font-size: 14px;
}

.pagination.page {
    padding: 25px 0 35px;
    text-align: center;
}

/* ===== user/order/ticket page styles ===== */
.order-info {
    padding: 20px 0;
}
.order-info .info-row {
    padding: 10px 16px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}
.order-info .info-row .label {
    color: #999;
    display: inline-block;
    width: 100px;
}
.order-info .info-row .value {
    color: #333;
}
.zkz { display: none; }

/* ===== user/order/prepare page styles ===== */
.fd .item2 {
    text-align: center;
    padding: 20px 0;
}
.dyzkz {
    display: inline-block;
    background: #c9302c;
    color: #fff;
    padding: 10px 40px;
    border-radius: 4px;
    font-size: 15px;
    text-decoration: none;
}
.dyzkz:hover { opacity: 0.85; }

/* ===== user/order/notice page styles ===== */
.mstzd { display: none; }
.mstzd {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex; align-items: center; justify-content: center;
}
.mstzd .cont {
    background: #fff; border-radius: 8px; width: 700px;
    max-width: 90%; box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.mstzd .ifd {
    text-align: center; padding: 18px 24px; border-top: 1px solid #eee;
}
.mstzd .ifd a {
    display: inline-block; padding: 8px 28px; margin: 0 8px;
    text-decoration: none; border-radius: 4px; font-size: 14px;
}
.mstzd .ifd .dayin {
    background: #c9302c; color: #fff;
}
.mstzd .ifd .close {
    background: #eee; color: #666;
}
.fd .item2 {
    text-align: center; padding: 15px 0;
}
.dymstzd {
    display: inline-block; background: #c9302c; color: #fff;
    padding: 10px 30px; border-radius: 4px; text-decoration: none; font-size: 14px;
}
.dymstzd:hover { opacity: 0.85; }

/* ===== user/order/achieve page styles ===== */
.bscjd {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex; align-items: center; justify-content: center;
}
.bscjd .cont {
    background: #fff; border-radius: 8px; width: 500px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.bscjd .ihd {
    text-align: center; font-size: 18px; font-weight: bold;
    color: #333; padding: 20px; border-bottom: 1px solid #eee;
}
.bscjd .ibd { padding: 20px; }
.bscjd .ifd {
    text-align: center; padding: 15px; border-top: 1px solid #eee;
}
.bscjd .close {
    display: inline-block; padding: 6px 24px; background: #eee;
    color: #666; text-decoration: none; border-radius: 3px; font-size: 13px;
}
.fd .item2 {
    text-align: center; padding: 15px 0;
}
.cjcx {
    display: inline-block; background: #c9302c; color: #fff;
    padding: 10px 30px; border-radius: 4px; text-decoration: none; font-size: 14px;
}
.cjcx:hover { opacity: 0.85; }

/* ===== notice list page styles ===== */
.notice-list .col-title { text-align: left; }
.notice-list .col-type,
.notice-list .col-time,
.notice-list .col-action {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.notice-list .col-type span,
.notice-list .col-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.notice-list .col-action a { font-size: 12px; }

/* ===== notice detail page styles ===== */
.notice-detail {
    padding: 10px 0;
}
.notice-detail-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.notice-detail-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
}
.notice-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.meta-item {
    font-size: 13px;
    color: #999;
}
.meta-label {
    color: #999;
}
.meta-value {
    color: #333;
}
.notice-detail-body {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding: 10px 0;
    min-height: 200px;
}
.notice-detail-body img {
    max-width: 100%;
    height: auto;
}
.notice-detail-action {
    padding: 30px 0 20px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    border-radius: 0 0 4px 4px;
}
.btn-action {
    display: inline-block;
    padding: 16px 48px;
    background: linear-gradient(135deg, #ff4d4f 0%, #cf1322 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(255, 77, 79, 0.45);
    transition: all 0.3s ease;
    letter-spacing: 2px;
}
.btn-action i {
    margin-right: 8px;
}
.btn-action:hover {
    background: linear-gradient(135deg, #ff7875 0%, #ff4d4f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 77, 79, 0.55);
}
.btn-pay {
    background: linear-gradient(135deg, #fa8c16 0%, #d48806 100%);
    box-shadow: 0 4px 14px rgba(250, 140, 22, 0.45);
}
.btn-pay:hover {
    background: linear-gradient(135deg, #ffa940 0%, #fa8c16 100%);
    box-shadow: 0 6px 20px rgba(250, 140, 22, 0.55);
}

.pay-container { max-width: 600px; margin: 20px auto; }
.pay-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}
.pay-card-header {
    padding: 18px 24px;
    background: linear-gradient(135deg, #fa8c16 0%, #d48806 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pay-card-header h3 { font-size: 16px; margin: 0; font-weight: bold; }
.pay-type-tag {
    background: rgba(255,255,255,0.2);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
}
.pay-card-body { padding: 24px; }
.pay-info-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 14px;
}
.pay-info-row:last-of-type { border-bottom: none; }
.pay-label { width: 90px; color: #999; flex-shrink: 0; }
.pay-value { color: #333; flex: 1; word-break: break-all; }
.pay-amount {
    text-align: center;
    padding: 24px 0 16px;
    border-top: 1px solid #f0f0f0;
    margin-top: 16px;
}
.amount-label { display: block; font-size: 14px; color: #999; margin-bottom: 6px; }
.amount-value { font-size: 28px; color: #ff4d4f; font-weight: bold; }
.amount-value em { font-size: 16px; color: #999; font-style: normal; font-weight: normal; }
.pay-card-footer { padding: 20px 24px; background: #fafafa; text-align: center; }
.btn-submit-pay {
    display: inline-block;
    padding: 14px 60px;
    background: linear-gradient(135deg, #ff4d4f 0%, #cf1322 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255, 77, 79, 0.45);
    transition: all 0.3s ease;
    letter-spacing: 2px;
}
.btn-submit-pay:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 77, 79, 0.55);
}
.btn-submit-pay:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.pay-tips { margin-top: 16px; padding: 12px 16px; background: #fffbe6; border: 1px solid #ffe58f; border-radius: 4px; font-size: 13px; color: #ad8b00; }
.pay-tips p { margin: 4px 0; }
.pay-tips i { margin-right: 5px; }
.pay-amount-text { color: #ff4d4f; font-weight: bold; font-size: 15px; }
.pay-method-select {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.pay-method-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: border-color 0.2s;
}
.pay-method-item:hover { border-color: #fa8c16; }
.pay-method-item input[type="radio"] { margin-right: 8px; }
.pay-method-item input[type="radio"]:checked + i { color: #fa8c16; }
.pay-icon-wechat { color: #07c160; font-size: 20px; margin-right: 4px; }
.pay-icon-alipay { color: #1677ff; font-size: 20px; margin-right: 4px; }