﻿@charset "utf-8";.w{width:1000px;margin:0 auto}.w1040{width:1040px}.bg-fff{background-color:#fff}.area{margin-top:30px}.mt30{margin-top:30px}.mt35{margin-top:35px}.backtop{position:fixed;_position:absolute;_bottom:auto;right:20px;bottom:177px;z-index:280;display:none;width:50px;height:50px;text-indent:-999em;border-radius:5px;background:url("../images/backtop_bg.png") no-repeat center top #d6d6d6}.backtop:hover{background-position:center bottom;background-color:#4da032}.topbar{height:45px;overflow:hidden;background-color:#fff}.topbar .left-logo{float:left;margin-top:6px;margin-right:20px}.topbar .logo{float:left;width:100px;height:30px;margin-top:7px;text-indent:-999em;background:url("../images/topbar_logo.png") no-repeat}.topbar .right{margin-top:6px}.topbar .search{position:relative;float:left;width:220px;height:32px;overflow:hidden;padding-right:35px;padding-left:10px;background-color:#eee}.topbar .search .key{width:100%;height:32px;font-size:14px;line-height:32px;border:0;background-color:#eee}.topbar .search .btn{position:absolute;top:8px;right:10px;width:15px;height:15px;text-indent:-999em;cursor:pointer;border:0;background:url("../images/topbar_search_btn.png") no-repeat}.topbar .links{float:left;margin-top:4px;margin-left:10px;line-height:25px}.topbar .links a{float:left;margin-left:15px;padding-left:32px;color:#999;background:url("../images/topbar_icons.png") no-repeat}.topbar .links a:hover{color:#43d480;text-decoration:none}.topbar .links a.answer{background-position:left top}.topbar .links a.user{background-position:left bottom}.header .banner{overflow:hidden;background-color:#f5f5f5}.header .banner img{display:block;width:100%}.header .menu{min-width:1270px;font-size:20px;line-height:60px;text-align:center;border-bottom:1px solid #e8e8e8;background-color:#fff}.header .menu span{display:inline-block;padding-right:15px;background:url("../images/menu_line.png") no-repeat right}.header .menu span.last,.header .menu span:last-child{padding:0;background:0}.header .menu a{display:inline-block;padding:0 10px;color:#333;border-bottom:4px solid #fff}.header .menu a:hover,.header .menu a.on{font-weight:bold;color:#333;text-decoration:none;border-color:#4da032}.header .place{width:1200px;margin:12px auto;line-height:30px}.header .place .title{float:left;margin-right:10px;font-size:20px;font-weight:bold;color:#444;letter-spacing:1px}.header .place .cont{color:#666;overflow:hidden}.header .place .cont a,.header .place .cont span{margin:0 5px;word-break:keep-all}.header .place .cont a{color:red}.header .place .cont a.on{font-size:16px;font-weight:bold}.footer{margin-top:60px;padding:30px 0;line-height:1.6;text-align:center;background-color:#eee}.footer,.footer a{color:#888}.footer a:hover{color:red}.footer a,.footer span{margin:0 1px}.footer .view{display:none;margin-top:15px;line-height:14px;color:#666}.footer .view span{display:inline-block;padding-left:20px;background:url("../images/view_icon.png") no-repeat left center}.footer .view b{margin-right:5px}

/*
 * @Author: Jason
 * @Date: 2019-12-16 14:27:52
 * @Last Modified by:   Jason
 * @Last Modified time: 2020-04-15 17:51:33
 */
@charset "utf-8";

.container {
    min-height: 450px;
}

/* show-crumbs */
.show-crumbs {
    margin-bottom: 40px;
    padding-left: 30px;
    background: url("../images/crumbs_icon.png") no-repeat 0 0;
}
.show-crumbs,
.show-crumbs a {
    color: #999;
}
.show-crumbs a:hover {
    color: #f00;
}

/* show-title */
.show-title {
    text-align: center;
}
.show-title * {
    margin-top: 15px;
    word-break: break-all;
    white-space: pre-line;
}
.show-title .title-cite {
    font-size: 20px;
    color: #666;
}
.show-title .title-main {
    font-size: 24px;
}
.show-title .title-sub {
    font-size: 20px;
    font-weight: normal;
    color: #666;
}

/* show-info */
.show-info {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.show-info span {
    margin: 0 15px;
}

/* show-summary */
.show-summary {
    margin-top: 30px;
    padding: 15px;
    font-family: "KaiTi";
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}

/* show-audio */
.show-audio {
    display: none;
    width: 770px;
    height: 50px;
    margin: 40px auto;
    padding: 15px;
    border: 1px solid #eee;
}

/* show-video */
.show-video {
    display: none;
    width: 800px;
    height: 450px;
    margin: 40px auto;
    background-color: #000;
}
.show-video * {
    -webkit-transition: none;
            transition: none;
}
.show-video video {
    display: block;
}

/* show-album */
.show-album {
    display: none;
    width: 800px;
    overflow: hidden;
    margin: 40px auto;
}
.album-image-md {
    position: relative;
    z-index: 1;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.album-image-bd {
    position: relative;
    z-index: 1;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}
.album-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.album-image-ft {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
}
.album-image-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 800px;
    height: 600px;
    overflow: hidden;
}
.album-image-nav-left-block {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
    height: 600px;
    margin: 0;
    overflow: hidden;
    list-style-type: none;
}
.album-image-btn-prev,
.album-image-btn-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 80px;
    line-height: 60px;
    margin-top: -40px;
    overflow: hidden;
    font-size: 100px;
    text-align: center;
    color: #ccc;
    background-color: #666;
    background-color: rgba(0, 0, 0, .5);
}
.album-image-btn-prev {
    left: 0;
}
.album-image-btn-next {
    right: 0;
}
.album-image-btn-prev:hover,
.album-image-btn-next:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 1);
}
.album-image-nav-right-block {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
    height: 600px;
    margin: 0;
    overflow: hidden;
    list-style-type: none;
}
.album-image-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 800px;
    height: 600px;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
}
.album-image-loading-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}
.album-carousel {
    width: 800px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.album-carousel-btn-prev,
.album-carousel-btn-next {
    width: 44px;
    height: 90px;
    line-height: 70px;
    margin: 0;
    overflow: hidden;
    font-size: 80px;
    text-align: center;
    color: #aaa;
    background-color: #eee;
}
.album-carousel-btn-prev {
    float: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.album-carousel-btn-next {
    float: right;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.album-carousel-btn-prev:hover,
.album-carousel-btn-next:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d9d9d9;
}
.album-carousel-zone {
    position: relative;
    z-index: 1;
    float: left;
    width: 700px;
    height: 90px;
    margin-left: 6px;
    overflow: hidden;
    background-color: #fff;
}
.album-carousel-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 90px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.album-carousel-thumb {
    position: relative;
    z-index: 3;
    float: left;
    width: 120px;
    height: 90px;
    margin: 0;
    margin-right: 25px;
    overflow: hidden;
    list-style-type: none;
}
.album-carousel-thumb a:link,
.album-carousel-thumb a:visited,
.album-carousel-thumb a:hover {
    display: table-cell;
    width: 120px;
    height: 90px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.album-carousel-thumb img {
    width: 100%;
    height: auto;
    opacity: .5;
    filter: alpha(opacity=50);
}
.album-carousel-thumb-selected a:link img,
.album-carousel-thumb-selected a:visited img,
.album-carousel-thumb-selected a:hover img,
.album-carousel-thumb a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* show-content */
.show-content {
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    word-break: break-all;
    text-align: justify;
}
.show-content p {
    margin: 15px 0;
}
.show-content img {
    max-width: 100%;
}
.show-content a {
    color: #ea1515;
    text-decoration: underline;
}
.show-content a:hover {
    color: #ea1515;
    text-decoration: none;
}

/* show-record */
.show-record {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.show-record li {
    overflow: hidden;
    margin: 15px 0;
    font-size: 16px;
    color: #666;
}
.show-record li span {
    float: left;
}
.show-record li .title {
    overflow: hidden;
}

/* show-series */
.show-series {
    position: relative;
    display: none;
    height: 562px;
    margin: 40px auto;
    background-color: #333;
}
.series-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 780px;
    height: 562px;
}
.series-video-full {
    width: 100%;
}
.series-video-player {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.series-video-player * {
    -webkit-transition: none;
            transition: none;
}
.series-video-player video {
    display: block;
}
.series-video-switch {
    position: absolute;
    right: -10px;
    top: 50%;
    z-index: 2;
    width: 10px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
}
.series-video-switch svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    pointer-events: none;
}
.series-video-switch .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: #1a1a1a;
}
.series-video-switch:hover .bg {
    fill: #000;
}
.series-video-switch .icon {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    fill: #fff;
}
.series-video-switch:hover .icon {
    fill: #f25b20;
}
.series-video-switch .icon-left {
    display: none;
}
.series-video-switch .icon-right {
    display: block;
    left: -5px;
}
.series-list {
    float: right;
    width: 220px;
    height: 542px;
    padding: 10px 0;
}
.series-list-scroll {
    height: 542px;
    overflow-y: auto;
}
.series-list-scroll::-webkit-scrollbar {
    width: 5px;
    background: 0 0;
}
.series-list-scroll::-webkit-scrollbar-button {
    display: none;
}
.series-list-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
    background: rgba(255,255,255,.2);
}
.series-list-scroll::-webkit-scrollbar-track {
    background: 0 0;
}
.series-list-text {
    padding: 0 15px;
}
.series-list-text li {
    overflow: hidden;
    padding: 8px 0;
}
.series-list-text li a {
    display: block;
    overflow: hidden;
    color: #eee;
}
.series-list-text li .image {
    position: relative;
    float: left;
    width: 80px;
    height: 53px;
    margin-right: 10px;
}
.series-list-text li .image img {
    width: 100%;
    height: 100%;
}
.series-list-text li .image .tag {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: right;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
}
.series-list-text li .title {
    display: -webkit-box;
    overflow: hidden;
    max-height: 53px;
    line-height: 18px;
    text-align: justify;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.series-list-text li .title a {
    color: #eee;
}
.series-list-text li .title a:hover,
.series-list-text li.on .title a {
    color: #ff5c38;
    text-decoration: none;
}
.series-list-number {
    padding-left: 10px;
    overflow: hidden;
}
.series-list-number li {
    float: left;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.series-list-number li a {
    display: block;
    color: #eee;
    border-radius: 5px;
}
.series-list-number li a:hover,
.series-list-number li.on a {
    color: #ff5c38;
    text-decoration: none;
    background-color: #0f0f1e;
}

/* show-files */
.show-files {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
}
.show-files p {
    margin-top: 10px;
}
.show-files a {
    color: #2466de;
}
.show-files a:hover {
    color: #ea1515;
}
