body {
    font-size: 16px;
    margin: 20px 28px;
}

h1 {
    font-size: 32px;
    margin: 12px 0 16px;
}

.form-item {
    width: 760px;
    margin: 10px 0;
    font-size: 15px;
}

.form-item input[type="text"],
.form-item input[type="number"],
.form-item select,
.form-item textarea {
    width: 320px;
    font-size: 15px;
    padding: 6px 8px;
}

.form-item input[type="button"] {
    width: auto;
    min-width: 120px;
    margin-right: 12px;
    padding: 8px 16px;
    font-size: 15px;
    cursor: pointer;
}

.form-item input.danger {
    color: #fff;
    background: #c0392b;
    border: 1px solid #a93226;
}

.left {
    height: auto;
    width: 420px;
    float: left;
}

.list-toolbar {
    margin-top: 10px;
    font-size: 15px;
}

.list-toolbar select {
    font-size: 15px;
    padding: 4px 8px;
    min-width: 72px;
}

.left ul {
    width: 100%;
    height: 620px;
    overflow-y: auto;
    float: left;
    padding: 12px 12px 12px 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 10px 0;
    font-size: 16px;
}

.left li {
    margin: 8px 0;
    padding-right: 8px;
    line-height: 28px;
}

.left li.active a {
    color: #c0392b;
    font-weight: bold;
}

.left li a {
    display: block;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#img-content {
    width: 480px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #fafafa;
}

#img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    background: #f5f5f5;
}

#noImage {
    color: #888;
    font-size: 18px;
}

.right {
    height: auto;
    width: 900px;
    float: left;
    margin-left: 28px;
}

.edit-panel {
    margin-top: 16px;
}

.hint {
    margin-left: 8px;
    color: #666;
    font-size: 13px;
}

.actions {
    margin-top: 18px;
}

#tip {
    font-size: 16px;
    margin-top: 14px;
}

.pagination {
    clear: both;
    font-size: 15px;
    line-height: 36px;
}

.pagination button {
    margin-right: 8px;
    padding: 6px 16px;
    cursor: pointer;
    border: 2px solid #666;
    background: #fff;
    border-radius: 4px;
    min-height: 36px;
    font-size: 15px;
}

.pagination button:disabled {
    cursor: not-allowed;
    color: #999;
    border-color: #bbb;
    background: #f5f5f5;
}

.page-jump {
    margin-top: 8px;
}

.page-jump input {
    width: 72px;
    height: 36px;
    padding: 4px 8px;
    border: 2px solid #666;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px;
}

.page-jump button {
    margin-left: 4px;
}
