.widCenter { max-width: 1280px; width: 100%; padding: 0 12px; }
.card-list table { table-layout: fixed; }
.descript-cell .show-descript { background: #346CAA; border-radius: 3px; color: #fff; font-size: 12px; padding: 3px 6px; cursor: pointer; }
.desc-content { max-height: 480px; overflow: auto; padding: 12px; }

.intro { margin-top: 38px; margin-bottom: 18px; }
.intro h1 { margin: 12px 0; }
.intro p { line-height: 35px; }
.card-list, .card-submit { background: #fff; padding: 14px; padding-left: 0; border-radius: 8px; margin-bottom: 12px }
.card-list table { width: 100% }
.search-form { margin: 12px 0 10px; display: flex; }
.search-input { }
.search-input .layui-input { flex: 1; width: 300px !important; }
.search-action { margin-left: 8px; }
.result-summary { color: #888; margin-bottom: 10px; }
.status-message { margin-bottom: 12px; padding: 10px 12px; border-radius: 6px; line-height: 24px; }
.status-message.success { color: #0f5132; background: #d1e7dd; }
.status-message.danger { color: #842029; background: #f8d7da; }
.address-cell { min-width: 320px; white-space: nowrap; }
.descript-cell { line-height: 28px; }
.empty-cell { text-align: center; color: #888; padding: 30px 0 !important; }
.state-tag { display: inline-block; padding: 2px 10px; border-radius: 3px; font-size: 12px; line-height: 22px; }
.state-pending { color: #155724; background: #d4edda; }
.state-confirmed { color: #842029; background: #F8D7DA; }
.pager-box { margin-top: 16px; text-align: center; }
.pager-box a {  }
.pager-link, .pager-ellipsis { margin:0 2px; display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; border-radius: 4px; background: #f5f5f5; color: #333; }
.pager-link.active { background: #16baaa; color: #fff; }
.pager-link:hover { color: #16baaa; }
.card-submit .layui-form-label { width: 80px }
.card-submit h3 { border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding-bottom: 12px; margin-bottom: 19px; }
.card-submit { padding: 18px; border-radius: 10px; background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.08); }
.card-submit .layui-input-block { margin-left: 90px }
.hint { color: #888; margin-top: 8px }
.guides { line-height: 35px; }
.guides .panel { background: #fff; padding: 12px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.08); margin-bottom: 12px; }

@media only screen and (max-width: 768px) {
    .search-form { display:block; }
    .search-input { width: 100%; margin-bottom: 8px; }
    .search-action { margin-left: 0; }
    .pager-box { gap: 6px; }
    .card-submit .layui-form-label { width: 100%; display: block; margin-bottom: 8px }
    .card-submit .layui-input-block { margin-left: 0 }
    .intro { padding: 12px; }
    .intro p { text-indent: 2em; }
}
