    /* 全局样式调整 */
    body {
        background-color: #f5f5f5;
        font-family: Arial, sans-serif;
    }
    
    /* 分区导航样式 */
    .section-nav {
        max-width: 1520px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 9;
    border-radius: 25px;
    background: #fff url(https://pc.v2my.com/film/template/v2_moviestyle/static/image/popcorn-half.svg) no-repeat 100% 0px;
    background-size: 240px auto;
    box-shadow: 0 -2px 22px rgba(149, 157, 165, 0.3);
    }
    .section-nav .nav-container {
    
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;    position: relative;
}
    .section-nav .nav-container a {
    text-decoration: none;
    padding: 5px 0;
    transition: all 0.3s ease;
    display: inline-block;
    height: 36px;
    margin: 0px 15px;
    padding-bottom: 10px;
    position: relative;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    }
    .section-nav a:hover {
        color: #ff6600;
    }
    .section-nav a.active::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ff6600;
    }
    
    /* 分类板块样式 */
    .category-nav {
        background-color: white;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 10px 15px;
    }
    .category-group {
        margin-bottom: 10px;
    position: relative;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 12px 0px 5px 55px;
    }
    .category-group:last-child {
        margin-bottom: 0;
    }
    .category-title {
        display: inline-block;
        position: absolute;
        left: 8px;
        top: 13px;
        font-weight: bold;
    }
    .category-items {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .category-items a{
        font-size: 13px;
        color: #666;
        transition: all 0.5s ease;
        display: inline-block;
        padding: 1px 11px;
        position: relative;
    }
    .category-item:hover {
        color: #ff6600;
    }
    .category-item.active {
        color: #ff6600;
    }
    .category-item.active::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ff6600;
    }
    .works-action a:hover{
        color: #fff;
        transition: all 0.5s ease;
        display: inline-block;
        position: relative;
    }
    .footer {
        text-align: center;
        height: 30px;
        padding: 10px 20px;
        line-height: 30px;
        color: #b1b1b1;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
        background-image: url(/template/insafe_movie/static/image/top_bg.jpg);
    }
    /* 电影海报网格样式 */
    .movie-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 21px;
        margin-bottom: 30px;
    }
    .movie-item {
        transition: all 0.7s ease;
    }
    .movie-item:hover {
        transform: translateY(-0px);
    }
    .movie-poster {
        position: relative;
        width: 100%;
        height: 160px; /* 16:9 aspect ratio for horizontal videos */
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .movie-poster img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .movie-item:hover .movie-poster img {
        transform: scale(1.05);
    }
    .movie-poster::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }
    .movie-poster::after {
        content: '▶';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5);
        font-size: 36px;
        color: #d5d2d2;
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.5s ease;
        z-index: 2;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background: rgba(255, 102, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .movie-item:hover .movie-poster::before {
        opacity: 0.3;
        transition: opacity 0.5s ease;
    }
    .movie-item:hover .movie-poster::after {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .movie-item:hover a:hover {
        color: #d50;
    }
    .movie-info {
        padding: 8px 0;
        width: 100%;
    }
    .movie-title {
        min-height: 22px;
        max-height: 22px;
        padding: 2px 0px;
        line-height: 22px;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        display: block;
    }
    .movie-title:hover {
        color: #ff6600;
    }
    .movie-rating {
        font-size: 11px;
        color: #ff9800;
        font-weight: 500;
    }
    .movie-author {
    margin-right: 8px;
    height: 20px;
    margin-top: 2px;
    line-height: 20px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }
    .movie-time {
        white-space: nowrap;
        color: #999;
    }
    
    /* 分页导航样式 */
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .pagination a {
        padding: 4px 8px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        color: #666;
        text-decoration: none;
        font-size: 12px;
        transition: all 0.3s ease;
    }
    .pagination a:hover {
        border-color: #ff4d4f;
        color: #ff4d4f;
    }
    .pagination a.active {
        background-color: #ff4d4f;
        border-color: #ff4d4f;
        color: white;
    }
    
    /* 容器样式 */
    .auto-wrap {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff;
        border-radius: 16px;
    }
    
    /* 响应式调整 */
    @media (max-width: 1200px) {
        .movie-grid {
            grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
            gap: 12px;
        }
    }
    
    @media (max-width: 992px) {
        .movie-grid {
            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            gap: 10px;
        }
        
        .section-nav .nav-container {
            gap: 10px;
        }
        
        .section-nav a {
            font-size: 12px;
            padding: 5px 10px;
        }
    }
    
    @media (max-width: 768px) {
        .movie-grid {
            grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
            gap: 8px;
        }
        
        .category-items {
            gap: 6px;
        }
        
        .category-item {
            font-size: 11px;
            padding: 3px 8px;
        }
    }
.bgimage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background-color: #20232C;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
}

.bgimages {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 505px;
    background-color: #20232C;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
}
.xm-wp{
    max-width: 1200px!important;    background: #fff;
    border-radius: 10px;
}
.section-nav .nav-container:before {
    content: '';
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid #eee;
}
.movie-filter {
    padding: 25px 25px 20px;
}
.publish-movie-btn {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 8px 16px;
    background-color: #ff6600;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.publish-movie-btn:hover {
    background-color: #d35800;
    color: #fdfff3;
}

/* 发布电影区域 */

/* 主要内容容器 */
.publish-choice-container {
    max-width: 1200px;
    position: relative;
    margin: 0px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* 标题样式 */
.publish-choice-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* 选项容器 */
.publish-choice-options {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

/* 单个选项 */
.publish-choice-option {
    text-align: center;
    width: 220px;
    transition: all 0.3s ease;
}

/* 按钮样式 */
.publish-choice-button {
    display: block;
    padding: 30px 20px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}

/* 按钮悬停效果 */
.publish-choice-button:hover {
    background-color: #fff6f0;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(255,102,0,0.3);
    border-color: #ff6600;
}

/* 图标样式 */
.publish-choice-icon {
    font-size: 56px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* 按钮悬停时图标效果 */
.publish-choice-button:hover .publish-choice-icon {
    transform: scale(1.1);
}

/* 文本样式 */
.publish-choice-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* 描述文本 */
.publish-choice-option p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}



/* 响应式设计 */
@media (max-width: 768px) {
    .publish-choice-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .publish-choice-options {
        gap: 30px;
    }
    
    .publish-choice-option {
        width: 180px;
    }
    
    .publish-choice-button {
        padding: 20px 15px;
    }
    
    .publish-choice-icon {
        font-size: 48px;
    }
}
/* 主要内容容器 */
.publish-episode-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.publish-episode-title::after {
    content: '';
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid #eee;
}
/* 标题样式 */
.publish-episode-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    position: relative;    padding: 6px 0;
}



/* 作品列表标题 */
.works-list h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* 作品项容器样式 */
.works-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

/* 作品项样式 */
.works-item {
    flex: 0 0 calc(50% - 7.5px);
    min-width: 300px;
    box-sizing: border-box;
}

/* 作品项样式 */
.works-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    height: 140px;
    box-sizing: border-box;
    position: relative;
}

/* 作品项悬停效果 */
.works-item:hover {
    border-color: #ff6600;
    box-shadow: 0 4px 16px rgba(255,102,0,0.15);
    transform: translateY(-3px);
}

/* 作品图标样式 */
.works-icon {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 作品项悬停时图标效果 */
.works-item:hover .works-icon {
    border-color: #ff6600;
    box-shadow: 0 2px 8px rgba(255,102,0,0.2);
}

/* 图标图片样式 */
.works-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

/* 作品信息样式 */
.works-info {
    flex: 1;
    min-width: 0;
}

/* 作品头部样式 */
.works-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

/* 作品标题样式 */
.works-title {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
    margin: 0;
    flex: 1;
    line-height: 1.3;
}

/* 剧集数量容器样式 */
.works-header span {
    font-size: 12px;
    color: #a1a1a1;
    padding: 3px 8px;
    white-space: nowrap;
    align-self: center;
}

/* 作品操作按钮组样式 */
.works-action-buttons {
    display: flex;
    gap: 10px;
    align-self: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* 操作按钮样式 */
.action-button {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    color: #666;
    white-space: nowrap;
    text-align: center;
}

/* 操作按钮悬停效果 */
.action-button:hover {
    color: #ff6600;
    border-color: #ff6600;
    background-color: rgba(255, 102, 0, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(255, 102, 0, 0.2);
    text-decoration: none;
}

/* 编辑按钮样式 */
.edit-button {
    border-color: #52c41a;
    background-color: rgba(82, 196, 26, 0.1);
    color: #52c41a;
}

/* 编辑按钮悬停效果 */
.edit-button:hover {
    border-color: #52c41a;
    background-color: #52c41a;
    color: white;
    box-shadow: 0 2px 4px rgba(82, 196, 26, 0.3);
}

/* 删除按钮样式 */
.delete-button {
    border: 1px solid #ff4d4f;
    background-color: rgba(255, 77, 79, 0.1);
    color: #ff4d4f;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 500;
}

/* 删除按钮悬停效果 */
.delete-button:hover {
    background-color: #ff4d4f;
    color: white;
    box-shadow: 0 2px 4px rgba(255, 77, 79, 0.3);
    text-decoration: none;
    transform: translateY(-1px);
}

/* 发布剧集按钮样式 */
.publish-button {
    background-color: transparent;
    color: #ff6600;
    border: none;
    font-weight: bold;
}

/* 发布剧集按钮悬停效果 */
.publish-button:hover {
    background-color: transparent;
    color: #ff6600;
    text-decoration: underline;
    box-shadow: none;
}

/* 剧集数量样式 */
.thread-count {
    font-size: 12px;
    color: #ff6600;
    font-weight: bold;
    padding: 0 2px;
}

/* 作品项悬停时标题效果 */
.works-item:hover .works-title {
    color: #ff6600;
}

/* 作品描述样式 */
.works-desc {
    font-size: 13px;
    color: #bbb;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 作品操作样式 */
.works-action {
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}



/* 无作品样式 */
.no-works {
    text-align: center;
    padding: 80px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
}







/* 响应式设计 */
@media (max-width: 768px) {
    .publish-episode-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .publish-episode-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .works-list h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .works-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        text-align: center;
    }
    
    .works-icon {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 12px;
        align-self: center;
    }
    
    .works-action {
        margin-left: 0;
        margin-top: 15px;
        align-self: center;
    }
    
    .no-works {
        padding: 60px 20px;
    }
    
    .no-works-icon {
        font-size: 64px;
        margin-bottom: 20px;
    }
    
    .no-works-title {
        font-size: 20px;
    }
    
    .no-works-desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .create-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* 主要内容容器 */
.publish-movie-container {
    max-width: 800px;
    position: relative;
    margin: 30px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* 标题样式 */
.publish-movie-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}



/* 表单标签样式 */
.form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

/* 表单控件样式 */
.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 表单控件焦点效果 */
.form-control:focus {
    outline: none;
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
    transform: translateY(-1px);
}

/* 下拉选择框样式 */
.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    background-color: white;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 下拉选择框焦点效果 */
.form-select:focus {
    outline: none;
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
    transform: translateY(-1px);
}

/* 文本域样式 */
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    min-height: 150px;
    resize: vertical;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 文本域焦点效果 */
.form-textarea:focus {
    outline: none;
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
    transform: translateY(-1px);
}

/* 上传组样式 */
.upload-group {
    margin-bottom: 25px;
}

/* 上传标签样式 */
.upload-label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

/* 上传输入样式 */
.upload-input {
    margin-bottom: 12px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 上传输入悬停效果 */
.upload-input:hover {
    border-color: #ff6600;
    background-color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
}

/* 上传输入焦点效果 */
.upload-input:focus {
    outline: none;
    border-color: #ff6600;
    background-color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
}

/* 表单帮助文本样式 */
.form-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

/* 提交按钮样式 */
.submit-button {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #ff6600;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
}

/* 提交按钮悬停效果 */
.submit-button:hover {
    background-color: #ff7711;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,102,0,0.3);
}



/* 提示框样式 */
/* 发布相关页面的提示框样式 */
.publish-movie-container .alert,
.publish-episode-container .alert,
.review-movies-container .alert,
.publish-choice-container .alert,
.manage-works-container .alert {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 6px;
    border-left: 4px solid;
}

/* 成功提示框 */
.publish-movie-container .alert-success,
.publish-episode-container .alert-success,
.review-movies-container .alert-success,
.publish-choice-container .alert-success,
.manage-works-container .alert-success {
    background-color: #f0f9ff;
    color: #0c5460;
    border-left-color: #17a2b8;
    border-top: 1px solid #cce7ff;
    border-right: 1px solid #cce7ff;
    border-bottom: 1px solid #cce7ff;
}

/* 错误提示框 */
.publish-movie-container .alert-error,
.publish-episode-container .alert-error,
.review-movies-container .alert-error,
.publish-choice-container .alert-error,
.manage-works-container .alert-error {
    background-color: #fff5f5;
    color: #721c24;
    border-left-color: #dc3545;
    border-top: 1px solid #f8d7da;
    border-right: 1px solid #f8d7da;
    border-bottom: 1px solid #f8d7da;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .publish-movie-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .publish-movie-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .form-control,
    .form-select,
    .form-textarea {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .submit-button {
        padding: 14px;
        font-size: 16px;
    }
}

/* 主要内容容器 */
.review-movies-container {
    max-width: 1000px;
    position: relative;
    margin: 30px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* 标题样式 */
.review-movies-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* 主要内容容器 */
.manage-works-container {
    max-width: 1000px;position: relative;
    margin: 30px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* 标题样式 */
.manage-works-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* 作品列表样式 */
.works-list {
    margin-bottom: 40px;
}

/* 作品项样式 */
.work-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

/* 作品项悬停效果 */
.work-item:hover {
    box-shadow: 0 4px 12px rgba(255,102,0,0.15);
    border-color: #ff6600;
    transform: translateY(-2px);
}

/* 作品头部样式 */
.work-header {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

/* 作品项悬停时头部效果 */
.work-item:hover .work-header {
    border-bottom-color: #ff6600;
}

/* 作品标题样式 */
.work-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
}

/* 作品项悬停时标题效果 */
.work-item:hover .work-title {
    color: #ff6600;
}

/* 作品操作样式 */
.work-actions {
    display: flex;
    gap: 10px;
}

/* 管理页面操作按钮样式 */
.manage-action-button {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
}

/* 编辑按钮样式 */
.edit-button {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

/* 编辑按钮悬停效果 */
.edit-button:hover {
    background-color: #45a049;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(76,175,80,0.3);
    border-color: #45a049;
}



/* 作品主体样式 */
.work-body {
    padding: 20px;
}

/* 作品信息样式 */
.work-info {
    margin-bottom: 20px;
}

/* 作品描述样式 */
.work-desc {
    color: #666;
    line-height: 1.6;
}

/* 剧集列表样式 */
.episodes-section {
    margin-top: 30px;
}

/* 剧集标题样式 */
.episodes-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

/* 剧集项样式 */
.episode-item {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    background-color: #fff;
}

/* 剧集项悬停效果 */
.episode-item:hover {
    border-color: #ff6600;
    box-shadow: 0 2px 8px rgba(255,102,0,0.1);
    transform: translateY(-1px);
}

/* 剧集头部样式 */
.episode-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* 剧集标题样式 */
.episode-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
}

/* 剧集项悬停时标题效果 */
.episode-item:hover .episode-title {
    color: #ff6600;
}

/* 剧集操作样式 */
.episode-actions {
    display: flex;
    gap: 8px;
}

/* 剧集内容样式 */
.episode-content {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* 评论列表样式 */
.comments-section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* 评论标题样式 */
.comments-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
}

/* 评论项样式 */
.comment-item {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 13px;
    transition: all 0.3s ease;
}

/* 评论项悬停效果 */
.comment-item:hover {
    background-color: #f5f5f5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* 评论头部样式 */
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

/* 评论作者样式 */
.comment-author {
    font-weight: bold;
    color: #333;
}

/* 评论时间样式 */
.comment-time {
    color: #999;
    font-size: 12px;
}

/* 评论内容样式 */
.comment-content {
    color: #666;
    line-height: 1.4;
    margin-bottom: 5px;
}

/* 评论操作样式 */
.comment-action {
    text-align: right;
}



/* 无作品图标样式 */
.no-works-icon {
    font-size: 80px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

/* 无作品标题样式 */
.no-works-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 无作品描述样式 */
.no-works-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.5;
}





/* 响应式设计 */
@media (max-width: 768px) {
    .manage-works-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .manage-works-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .work-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .work-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .manage-action-button {
        flex: 1;
        text-align: center;
    }
    
    .episode-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .episode-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .no-works {
        padding: 60px 20px;
    }
    
    .no-works-icon {
        font-size: 64px;
        margin-bottom: 20px;
    }
    
    .no-works-title {
        font-size: 20px;
    }
    
    .no-works-desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .publish-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}
/* 电影列表样式 */
.movies-list {
    margin-bottom: 40px;
}


/* 主要内容容器 */
.publish-container {
    max-width: 800px;position: relative;
    margin: 30px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* 标题样式 */
.publish-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* 表单组样式 */
.form-group {
    margin-bottom: 25px;
}







/* 表单文本域样式 */
.form-textarea {
    height: 150px;
    resize: vertical;
    line-height: 1.6;
}

/* 文件上传样式 */
.file-upload {
    border: 2px dashed #e0e0e0;
    border-radius: 6px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

/* 文件上传悬停效果 */
.file-upload:hover {
    border-color: #ff6600;
    background-color: rgba(255,102,0,0.05);
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(255,102,0,0.1);
}

/* 文件上传输入样式 */
.file-upload input[type="file"] {
    display: block;
    margin: 15px auto;
    transition: all 0.3s ease;
}

/* 文件上传提示样式 */
.file-upload p {
    color: #666;
    font-size: 14px;
    margin: 0;
}





/* 当前图片样式 */
.current-image {
    margin-top: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

/* 当前图片悬停效果 */
.current-image:hover {
    transform: translateY(-1px);
}

/* 当前图片样式 */
.current-image img {
    max-width: 200px;
    max-height: 150px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 当前图片悬停效果 */
.current-image:hover img {
    border-color: #ff6600;
    box-shadow: 0 4px 8px rgba(255,102,0,0.2);
    transform: scale(1.02);
}

/* 当前图片文本样式 */
.current-image p {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    transition: color 0.3s ease;
}

/* 当前图片悬停时文本效果 */
.current-image:hover p {
    color: #ff6600;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .publish-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .publish-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-label {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .form-control {
        padding: 10px;
    }
    
    .form-textarea {
        height: 120px;
    }
    
    .file-upload {
        padding: 20px;
    }
    
    .submit-button {
        padding: 12px;
        margin-top: 30px;
    }
    
    .back-link {
        margin-top: 25px;
        padding-top: 15px;
    }
}



/* 电影头部样式 */
.movie-header {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 电影项悬停时标题效果 */
.movie-item:hover .movie-title {
    color: #ff6600;
}


/* 电影状态样式 */
.movie-status {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ff9800;
    color: white;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

/* 电影主体样式 */
.movie-body {
    padding: 20px;
}


/* 电影描述样式 */
.movie-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* 电影元信息样式 */
.movie-meta {
    flex-wrap: wrap;
}
.movie-meta a{
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
/* 电影操作样式 */
.movie-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

/* 审核页面操作按钮样式 */
.review-action-button {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
}

/* 审核通过按钮样式 */
.approve-button {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

/* 审核通过按钮悬停效果 */
.approve-button:hover {
    background-color: #45a049;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(76,175,80,0.3);
    border-color: #45a049;
}

/* 拒绝按钮样式 */
.reject-button {
    background-color: #f44336;
    color: white;
    border-color: #f44336;
}

/* 拒绝按钮悬停效果 */
.reject-button:hover {
    background-color: #da190b;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(244,67,54,0.3);
    border-color: #da190b;
}

/* 无待审核电影样式 */
.no-pending {
    text-align: center;
    padding: 80px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
}

/* 无待审核电影图标样式 */
.no-pending-icon {
    font-size: 80px;
    margin-bottom: 25px;
}

/* 无待审核电影标题样式 */
.no-pending-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 无待审核电影描述样式 */
.no-pending-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* 返回链接样式 */
.back-link {
    display: block;
    text-align: center;
    margin-top: 35px;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

/* 返回链接悬停效果 */
.back-link:hover {
    color: #ff6600;
    text-decoration: underline;
    transform: translateY(-1px);
}

/* 管理剧集页面样式 */
.manage-episodes-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.manage-episodes-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.movie-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.movie-icon {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    flex-shrink: 0;
}

.movie-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    font-size: 48px;
}

.movie-details {
    flex: 1;
}

.movie-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.movie-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.episodes-list {
    margin-bottom: 40px;
}

.episode-item {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.episode-item:hover {
    border-color: #ff6600;
    box-shadow: 0 4px 12px rgba(255,102,0,0.15);
    background-color: #fff;
    transform: translateY(-2px);
}

.episode-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.episode-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    flex: 1;
}

.episode-actions {
    display: flex;
    gap: 10px;
}

.episode-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.no-episodes {
    text-align: center;
    padding: 80px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
    margin-bottom: 40px;
}

.no-episodes-icon {
    font-size: 80px;
    margin-bottom: 25px;
}

.no-episodes-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.no-episodes-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.error-message {
    text-align: center;
    padding: 60px 0;
    background-color: #fff3f3;
    border-radius: 8px;
    border: 2px dashed #ffcccc;
    margin-bottom: 40px;
}

.error-message h3 {
    color: #ff6600;
    margin-bottom: 10px;
}

.error-message p {
    color: #666;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .manage-episodes-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .manage-episodes-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .episode-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .episode-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .episode-meta {
        flex-direction: column;
        gap: 5px;
    }
    
    .no-episodes {
        padding: 60px 20px;
    }
    
    .no-episodes-icon {
        font-size: 64px;
        margin-bottom: 20px;
    }
    
    .no-episodes-title {
        font-size: 20px;
    }
    
    .no-episodes-desc {
        font-size: 14px;
    }
}

/* 审核页面响应式设计 */
@media (max-width: 768px) {
    .review-movies-container {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .review-movies-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .movie-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .movie-status {
        align-self: flex-start;
    }
    
    .movie-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .movie-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .review-action-button {
        width: 100%;
        text-align: center;
    }
    
    .no-pending {
        padding: 60px 20px;
    }
    
    .no-pending-icon {
        font-size: 64px;
        margin-bottom: 20px;
    }
    
    .no-pending-title {
        font-size: 20px;
    }
    
    .no-pending-desc {
        font-size: 14px;
    }
}

.likes-list {padding: 20px 0 40px;}
.like-wrap {display: flex;justify-content: center;font-size: 4px;font-weight: 400;color: #505459;transition: color .3s;}
.avatarWrap {margin: 0 auto;display: grid;grid-template-columns: repeat(8, 28px);grid-gap: 12px;justify-content: center;align-items: center;overflow: hidden;}
.avatarwrap8 {display: flex;justify-content: center;align-items: center;}
.circle {height: 28px;width: 28px;background-color: #ccc;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.circle8 {height: 24px;width: 24px;background-color: #ccc;border-radius: 50%;display: flex;justify-content: center;margin: 3px;align-items: center;}
.likes-list .avatar {height: 100%;width: 100%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;}

.topics-wrap {display: flex;flex-wrap: wrap;}
.topics {background-color: #ebf2ff;color: #557abf;transition: all .3s;padding: 0 12px 0 8px;width: -moz-fit-content;width: fit-content;margin-right: 10px;height: 30px;line-height: 24px;border-radius: 16px;font-size: 13px;font-weight: 400;display: flex;align-items: center;cursor: pointer;}
.topics svg{margin-right: 4px;}
.topics a{color: #557abf !important;}

.head-nums .sum-item{ display: inline-block; margin-right: 10px;line-height: 40px;font-size: 24px;
    font-family: "ADM2025"; color: #888;cursor: pointer;}
.head-nums .sum-item:hover{color: #f60;}
.head-nums .sum-item i{font-size: 24px;margin-right: 4px;}
.head-tabs{display: flex;align-items: center;margin-bottom: 10px;}
.head-tabs .tag-item{color:#557abf !important;background-color: #ebf2ff;padding: 2px 8px;height: 21px;line-height: 21px;border-radius: 4px;margin-right: 10px;margin-bottom: 10px;}
.head-dzsc{position: absolute; bottom: 0px;right: 0px;}
.head-dzsc .tool{display: flex;align-items: center;}
.openplaypanel{
    width: 140px!important;
    background: linear-gradient(165deg, #f40, #c51805)!important;
    color: #fff!important;
    transition: transform 0.2s;
}
.openplaypanel em{
    display: inline-block!important;
    height: 40px!important;
    padding: 0px 5px 0px 60px!important;
    background: url(/template/insafe_movie/static/image/play_icon.png) no-repeat left center!important;
    background-size: 50px 50px!important;
}
.head-dzsc .toolbar-a{
    width: 110px;
    height: 40px;
    display: block;
    border-radius: 10px;
    background: #20232c;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ddd;
    position: relative;
    cursor: pointer; margin: 0 8px;}
.head-dzsc .toolbar-a:hover{color: #fff;}
.toolbar em{ position: absolute;
    top: -7px;
    right: -9px;
    padding: 0px 8px;
    border-radius: 10px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    font-family: "ADM2025";
    background: #ff6000;
    display: none;}
.head-dzsc .tool em.insuccess {
    display: block;
}
.head-dzsc .tool .icon-shoucangshixin{color:#ff6000;}

.rely{margin-top: 1px;    height: 50px;
    line-height: 50px;}
.contnt-right{display: none;}

.title-wrap .xmtitle{position: relative;font-size: 22px;font-weight: bold;color: #333;}
.title-wrap .xmtitle::after{content: '';position: absolute;bottom: -7px;width: 100%;height: 4px;background: linear-gradient(90deg,#173eff,#1b7dff);border-radius: 4px;left: 0;}

.user-nums{display: flex;align-items: center;margin-top: 4px;}
.user-nums .sum-item{color: #999;margin-right: 15px;display: flex;align-items: center;}

.item-wrap-hottopic{padding: 20px 28px;}
.item-wrap-hottopic .item {height: 44px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #f5f6f7;transition: border .3s;cursor: pointer;}
.item-wrap-hottopic .item .item-name {font-size: 14px;font-weight: 400;display: flex;align-items: center;}
.item-wrap-hottopic .icon {fill: currentColor;width: 18px;height: 18px;margin-right: 12px;vertical-align: middle;color: rgb(255, 201, 92);}
.item-wrap-hottopic .icon1{color: rgb(255, 65, 35);}
.item-wrap-hottopic .icon2{color: rgb(255, 109, 36);}
.item-wrap-hottopic .icon3{color: rgb(255, 145, 36);}
.item-wrap-hottopic .ellipsis {color: #191919;transition: color .3s;max-width: 270px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;}
.item-wrap-hottopic .item .item-count {font-size: 14px;font-weight: 400;color: #9da1a6;flex-shrink: 0;}
.item-wrap-hottopic .tagImage {height: 18px;width: 18px;margin-left: 6px;}


.widget-pay .pay--rateinfo {padding: 10px 20px;border-radius: 10px;margin-top: 0px;margin-bottom: 10px;display: flex;justify-content: center;align-items: center;z-index: 11;background: #ECEEF5;}
.widget-pay .pay--rateinfo b {margin: 0 10px;}
.widget-pay .pay--rateinfo b .price {font-size: 28px;margin-right: 5px;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
.widget-pay .pay--rateinfo b sup {font-size: 14px;margin-left: 3px;}
.widget-pay .pricing-options li .pricing__opt {font-weight: 600;}
.list-paybody {list-style-type: none;margin: 0;padding: 0;}
.list-paybody li {line-height: 20px;padding: 5px 0;list-style: none;}
.widget-pay .pricing-options li {padding: 10px 0;font-size: 14px;cursor: pointer;color: #8c8c8c;}
.widget-pay .pay--content {position: relative;}
.agent--contact .list-paybody {padding: 10px;background-color: #f3f7ff;}
.agent--contact ul li {display: flex;justify-content: space-between;align-items: center;color: #8c8c8c;font-size: 13px;}
.btn--danger {
    color: #814600;
	background: linear-gradient(90deg,#ffebcd,#ffd377);
    /* background: #61be33;
    background: -webkit-gradient(linear, left top, right top, from(#61be33), to(#8fce44));
    background: -webkit-linear-gradient(left, #61be33, #8fce44);
    background: linear-gradient(90deg, #61be33, #8fce44);
    -webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5);
    box-shadow: 0 3px 5px rgba(104,195,59,.5);     */
	height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
    border-radius: 6px;font-size: 16px;
}
.btn--danger:hover{opacity: 0.8;color: #814600;}

.detail-card {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #e6e9ed;
    border-radius: 8px;}
	.detail-card .card-head {
    height: 40px;
    padding: 0 17px;
    font-weight: 500;
    font-size: 14px;
    font-family: PingFang SC;
    font-style: normal;
    line-height: 40px;
}
.detail-card .card-body {
    box-sizing: border-box;
    font-size: 12px;
    border-top: 1px solid #e6e9ed;
}
.detail-card .card-item {
    display: flex;
    justify-content: flex-start;
}
.detail-card .card-item:first-child .card-item-label,.detail-card .card-item:first-child .card-item-value{padding-top: 16px;}
.detail-card .card-item:last-child .card-item-label,.detail-card .card-item:last-child .card-item-value{padding-bottom: 16px;}
.detail-card .card-item-label {
    flex-shrink: 0;
    width: 92px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    border-right: 1px solid #e6e9ed;
    color: #666;
    font-weight: 400;
}
.detail-card .card-item-value {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px 5px 13px;
}

.hide-over p{
    line-height: 20px;
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}

.tag-container a{
    float: left;
    display: inline-block;
    margin: 0px 8px 8px 0px;
    line-height: 32px;
    color: #fff;
    background: #2d3038;
    padding: 0px 15px;
    border-radius: 8px;
}
.tag-container a:hover{
    color: #fff;
    background: #f50;
}

.category-list a{
    display: inline-block;
    float: left;
    padding: 0px 11px;}