* {
    padding: 0;
    margin: 0;
    color: #333;
}
html {
    background: #f6f6f6;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    opacity: 0.85;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: auto;
}
/* 首页/搜索列表：固定列宽，不随内容拉伸 */
.vod-table {
    table-layout: fixed;
    width: 100%;
}
.vod-table col.col-year,
.vod-table .col-year {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}
.vod-table col.col-type,
.vod-table .col-type {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.vod-table col.col-time,
.vod-table .col-time {
    width: 188px;
    min-width: 188px;
    max-width: 188px;
}
.vod-table col.col-actor,
.vod-table .col-actor {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}
.vod-table .col-year,
.vod-table .col-time {
    white-space: nowrap;
}
.vod-table .col-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vod-table .col-type,
.vod-table .col-actor {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vod-table td.col-time {
    color: red;
}
.vod-table th.col-time {
    color: #fff;
}
td, th {
    border: 1px solid #ccc;
    padding: 10px;
}
th {
    background: #607d8b;
    color: #fff;
    font-weight: bold;
}
tr:nth-child(even) {
    background: #fafafa;
}
tr:hover {
    background: #f0f7fa;
}
ul, li {
    list-style: none;
}
.wrap {
    margin: auto;
    width: 80%;
    max-width: 1000px;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
header {
    background: #607d8b;
    margin-bottom: 15px;
}
header > .wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: none;
    margin-bottom: 0;
}
header > .wrap > div > p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
#logo {
    max-height: 50px;
    max-width: 200px;
}
.site-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
input, button, textarea, img {
    vertical-align: middle;
    border: 0;
    outline: none;
}
input[type="text"], input[type="search"], input[type="button"], input[type="submit"], input[type="reset"], button {
    -webkit-appearance: none;
    outline: 0;
}
input::-webkit-input-placeholder {
    color: #bbb;
}
input[type="search"] {
    height: 30px;
    width: 180px;
    border-radius: 10px;
    border: 0;
    text-align: center;
    padding: 0 12px;
}
nav {
    margin-bottom: 15px;
}
nav > a {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    padding-right: 20px;
}
h2, h3 {
    margin-bottom: 15px;
}
.notice {
    background: #f6f6f6;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.notice > p {
    line-height: 30px;
}
.notice .api-url {
    color: green;
    word-break: break-all;
}
.notice .divider {
    color: #999;
    font-size: 13px;
    margin: 10px 0;
}
.banner-img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}
footer {
    text-align: center;
    padding: 20px;
    color: #999;
    font-size: 12px;
}
.breadcrumb {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.8;
}
.breadcrumb a {
    color: #607d8b;
}
.back-link {
    float: right;
    color: #999;
    font-size: 13px;
}
.place {
    margin-bottom: 15px;
    font-size: 14px;
}
.place a {
    color: #607d8b;
}
article {
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
}
article > img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}
article > ul {
    flex: 1;
    padding-left: 25px;
}
article li {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
article li.title-row {
    height: auto;
    line-height: 1.4;
    margin-bottom: 5px;
    align-items: flex-start;
}
article h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    flex: 1;
}
article em {
    font-style: italic;
    color: #e74c3c;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 10px;
}
.content {
    text-indent: 2em;
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}
.box {
    background: #f0f0f0;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}
.box > h3 {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}
.box > li {
    height: auto;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    list-style: none;
}
.box > li a {
    color: #607d8b;
}
.hide-tip {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}
.hide-tip a {
    color: #607d8b;
}
.paging {
    margin-top: 20px;
    text-align: center;
}
.page-tip {
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}
.page-links a, .page-links button {
    display: inline-block;
    padding: 5px 12px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
}
.page-links a.current {
    background: #607d8b;
    color: #fff;
    border-color: #607d8b;
}
.page-input {
    width: 40px;
    height: 28px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.empty-tip {
    text-align: center;
    padding: 40px;
    color: #999;
}
.msg-box {
    margin-top: 50px;
    text-align: center;
    padding: 40px 20px;
}
.msg-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.msg-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.msg-jump {
    color: #999;
    font-size: 14px;
}
.msg-jump a {
    color: #607d8b;
}
@media (max-width: 768px) {
    .wrap {
        width: 95%;
        padding: 10px;
    }
    header > .wrap {
        flex-wrap: wrap;
        gap: 10px;
    }
    input[type="search"] {
        width: 140px;
    }
    table {
        font-size: 13px;
    }
    td, th {
        padding: 6px;
    }
    article {
        flex-direction: column;
    }
    article > img {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin-bottom: 15px;
    }
    article > ul {
        padding-left: 0;
    }
    article li {
        height: auto;
        line-height: 28px;
        flex-wrap: wrap;
    }
}
