@charset "UTF-8";
/* 基础重置 - 合并重复选择器 */
body,form,li,ol,p,ul,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

/* 共用溢出与文本控制 - 合并重复定义 */
.container,.header .logo-bar .bar-content,.live-table li>.intel .title,.panel .panel-title,.search-box,.single-line,.sr-only,
.simple-list li,.zbw-live24-aside li,.zbw-live24-main li {
    overflow: hidden;
}
.live-table li>.intel .title,.panel .panel-title,.simple-list li,.single-line,.zbw-live24-aside li,.zbw-live24-main li {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 交互元素 - 合并点击样式 */
.clickable,.extensions-container a,.panel .collapser,.symbol,.zbw-player-loader .loader-animation .close-button,.zbw-signals a {
    cursor: pointer;
}

/* 基础盒模型与字体设置 */
*,:after,:before {
    box-sizing: border-box;
}
html {
    font-size: 14px;
}
body {
    font-size: 1rem;
    width: 100%;
    line-height: 1.428;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","微软雅黑","Hiragino Sans GB",STXihei,"STHeiti Ligh","Microsoft JhengHei",PMingLiU,NSimSun,SimSun,"宋体",Simhei,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/* 链接样式 */
a {
    text-decoration: none;
    color: #0778b8;
}
a:hover {
    color: #db2c30;
}
.active a {
    color: inherit;
}

/* 代码与时间字体 */
code,time {
    font-family: Consolas,"Microsoft YaHei","微软雅黑",SFMono-Regular,Menlo,Monaco,"Liberation Mono","Courier New",monospace;
}

/* 列表基础样式 */
li,ol,ul {
    list-style: none;
    line-height: 1.64286;
}
p+p {
    margin-top: .75rem;
}

/* HTML5元素显示 */
article,aside,footer,header,main,nav {
    display: block;
}
article {
    padding: .75rem 1.5rem;
}

/* 返回顶部按钮 */
#assist-bar {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
}
#assist-bar #go-top > .icon {
    display: block;
    height: 50px;
    width: 50px;
    background: url('/images/up.svg') no-repeat center center;
}

/* 标签页样式 */
#tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 10px 0;
}
#tab li {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 10px 10px;
    position: relative;
}
#tab li:after {
    content: "";
    background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%);
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 40%;
    opacity: 0;
    transition: all .5s ease;
}
#tab li:hover:after, #tab li.tab-current:after {
    opacity: 1;
    width: 100%;
    left: 0;
}
#tab li.tab-current {
    color: #1487f4;
}
.item {
    display: none;
}

/* 响应式表格 */
.responsive-table {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.responsive-table_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #dedede;
}
.responsive-table_hd>span {
    text-align: center;
    flex: 1;
    font-weight: 700;
}
.responsive-table_bd {
    display: block;
}
.responsive-table_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #dedede;
}
.responsive-table_row>span {
    text-align: center;
    flex: 1;
    padding: 10px 0;
}

/* 固定侧边栏 */
.moveside2 {
    position: fixed;
    top: 0;
    margin-top: 45px;
    width: 340px;
    background-color: #fff;
}

/* 容器样式 - 合并重复定义 */
.container,.container2 {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    padding: 0 0.5rem;
}
.container2 {
    padding: 0 0.1rem;
}
.container.flex {
    display: flex;
    flex-flow: column nowrap;
}
.container.spaced {
    margin-top: 1.5rem;
}

/* 辅助文本样式 */
.small {
    font-size: .85714rem;
}
.gray {
    color: gray;
}
.hot {
    color: #ff4500;
}
.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0;
}

/* 图标样式 - 精简重复定义 */
[class^="icon-"] {
    fill: gray;
}
a:hover [class^="icon-"] {
    fill: #ff4500;
}
.icon {
    width: 16px;
    height: 16px;
}
.icon-1x { width: 8px; height: 8px; }
.icon-2x { width: 16px; height: 16px; }
.icon-3x { width: 24px; height: 24px; }
.icon-4x { width: 32px; height: 32px; }
.icon-5x { width: 40px; height: 40px; }
.icon-6x { width: 48px; height: 48px; }
.icon-7x { width: 56px; height: 56px; }
.icon-8x { width: 64px; height: 64px; }
.icon-9x { width: 72px; height: 72px; }
.icon-10x { width: 80px; height: 80px; }
.icon-11x { width: 88px; height: 88px; }
.icon-12x { width: 96px; height: 96px; }

/* 头部样式 - 精简响应式重复代码 */
.header {
    padding: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    background-color: #fff;
}
.header a {
    display: block;
}
.header .logo-bar,.header .navbar .navbar-nav {
    display: flex;
}
.header .logo-bar {
    justify-content: space-between;
    padding: 0 1.5rem;
    align-items: center;
}
.header .logo-bar .bar-content {
    flex-shrink: 100000;
    margin: 0 1.5rem;
    justify-content: center;
    align-items: center;
}
.header .logo-bar .bar-nav {
    flex-flow: column nowrap;
    font-size: .85714rem;
    color: gray;
}
.header .logo-bar .bar-nav a {
    color: inherit;
}
.header .logo-bar .logo {
    margin: 0 auto;
}
.header .navbar {
    display: none;
}
.header .navbar a {
    transition: text-shadow .2s linear,color .2s linear;
}
.header .navbar.navbar-main {
    font-size: 1.14286rem;
    text-shadow: 0 0 1px rgba(7,120,184,.15),0 0 2px rgba(7,120,184,.3);
}

/* 头部响应式 - 合并断点样式 */
@media screen and (min-width: 768px) {
    .header {
        background-color: transparent;
    }
    .header .logo-bar .symbol-menu,.header .logo-bar .symbol-search {
        display: none;
    }
    .header .navbar {
        display: flex !important;
    }
    .header .navbar.navbar-main {
        font-size: 1rem;
        background: linear-gradient(white,#e4f0fd 100%);
    }
    .header .navbar.navbar-sub {
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        font-size: .85714rem;
    }
}
@media screen and (min-width: 1024px) {
    .header .logo-bar .bar-content,.header .logo-bar .bar-nav {
        display: flex;
    }
    .container.flex {
        flex-flow: row nowrap;
    }
    .header {
        padding: 0 0.5rem;
        box-shadow: none;
    }
    .header .logo-bar {
        padding: .5rem 0;
    }
    .header .logo-bar .logo {
        margin: 0;
    }
    .header .navbar.navbar-main {
        border: 1px solid #adcbeb;
        border-radius: 2px;
        box-shadow: 0 2px 2px rgba(0,0,0,.15);
    }
    .header .navbar.navbar-sub {
        margin: 0 .75rem;
        border: 1px solid #adcbeb;
        box-shadow: 0 2px 2px rgba(0,0,0,.15);
        border-top: 0;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }
}
@media screen and (min-width: 1280px) {
    .header .navbar.navbar-main {
        font-size: 1.14286rem;
    }
}

/* 主内容区与侧边栏 */
.container>.main {
    width: 100%;
}
.container>.aside {
    width: 100%;
    margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
    .container>.main {
        width: 66.66667%;
        padding-right: .75rem;
    }
    .container>.aside {
        width: 33.33333%;
        padding-left: .75rem;
        margin-top: 0;
    }
}

/* 导航菜单 - 精简冗余样式 */
.header .navbar .navbar-nav {
    flex-flow: column nowrap;
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid rgba(0,0,0,.15);
}
@media screen and (min-width: 768px) {
    .header .navbar .navbar-nav {
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
        padding: 0 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .header .navbar .navbar-nav {
        border: 0;
        justify-content: flex-start;
    }
}
.header .navbar .navbar-nav li+li {
    border-top: 1px solid rgba(0,0,0,.15);
}
.header .navbar .navbar-nav li a {
    padding: .75rem .5rem;
    text-indent: 1.5rem;
}
.header .navbar .navbar-nav li.active {
    background-color: rgba(7,120,184,.15);
}
@media screen and (min-width: 768px) {
    .header .navbar .navbar-nav li {
        border-top: 0;
        flex-grow: 2;
    }
    .header .navbar .navbar-nav li+li {
        border-top: 0;
    }
    .header .navbar .navbar-nav li a {
        text-indent: unset;
        text-align: center;
        padding: .75rem 0;
    }
    .header .navbar .navbar-nav li.active {
        background: linear-gradient(to top,#ff4500,#ff4500,transparent 5%);
    }
}
@media screen and (min-width: 1024px) {
    .header .navbar .navbar-nav li {
        flex-grow: 0;
    }
    .header .navbar .navbar-nav li a {
        padding: .75rem .5rem;
    }
    .header .navbar .navbar-nav li.active {
        background: linear-gradient(to bottom,#f2f8fe,#fff);
        border-radius: .5rem .5rem 0 0;
        border: 1px solid #c2d8f0;
        border-bottom-color: transparent;
        transform: translateY(.25rem);
    }
    .header .navbar .navbar-nav li.active a {
        transform: translateY(-.25rem);
        padding-bottom: .5rem;
        color: #ff4500;
    }
    .header .navbar .navbar-nav li.active a:hover {
        text-shadow: 0 0 1px rgba(255,69,0,.3),0 0 2px rgba(255,69,0,.5);
    }
    .header .navbar .navbar-nav-content {
        padding: 0 0 0 1.5rem;
        flex-flow: row nowrap;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
.header .navbar .navbar-nav-content {
    border-top: 1px solid rgba(0,0,0,.15);
}
@media screen and (min-width: 768px) {
    .header .navbar .navbar-nav-content {
        border-top: 0;
    }
    .header .navbar .navbar-search {
        width: 25%;
        flex-shrink: 0;
        flex-grow: 0;
    }
}
@media screen and (min-width: 1024px) {
    .header .navbar .navbar-search {
        width: auto;
    }
    .header .navbar .navbar-search .search-box {
        padding: 0;
        border: 0;
        width: 186px;
    }
    .header .navbar .navbar-search .search-input {
        background-color: transparent;
    }
    .header .navbar .navbar-search .search-input:focus {
        background-color: #fff;
    }
    .header .navbar .navbar-search .search-button {
        right: .75rem;
    }
}

/* 搜索框 */
.search-box {
    padding: .75rem 1.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.search-box .search-input {
    display: block;
    padding: .75rem;
    width: 100%;
    border-color: transparent;
    font-size: .85714rem;
    outline: 0;
}
.search-box .search-button {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 1.75rem;
    fill: gray;
}
.search-box .search-button:hover {
    fill: #000;
    background-color: transparent;
}

/* 页脚 */
.footer {
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.footer p {
    text-align: center;
    font-size: -0.04286rem;
}
.footer #friend-link {
    margin-bottom: 1.5rem;
}

/* 面板组件 - 合并重复样式 */
.panel {
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    border: 1px solid #adcbeb;
    background-color: #fff;
    margin-top: 1.5rem;
}
.panel:first-child {
    margin-top: 0;
}
.panel .panel-title {
    font-size: 1.14286rem;
    margin: 0;
}
.panel .panel-title .summary {
    font-size: .85714rem;
    color: gray;
    padding: 0 .75rem;
}
.panel .panel-header,.panel .panel-heading,.panel div.panel-body,.panel p.panel-body {
    padding: .75rem 1.5rem;
}
.panel .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom,#fff,#e4f0fd 100%);
    border-bottom: 1px solid #adcbeb;
}
.panel .panel-header {
    color: gray;
    font-size: .85714rem;
}
.panel .panel-more {
    font-size: .85714rem;
    display: flex;
    align-items: center;
}
.panel .panel-more a {
    margin-left: .75rem;
}
.panel div.panel-body.panel-iframe-body,.panel p.panel-body.panel-iframe-body {
    padding: 0;
}
.panel .panel-iframe-body>iframe {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 0;
    width: 100%;
}
.panel .panel-body {
    width: 100%;
    overflow: hidden;
}
.panel .down {
    display: none;
}
.panel .up {
    display: block;
}
.panel.collapsed .panel-body,.panel.collapsed .panel-header {
    display: none;
}
.panel.collapsed .down {
    display: block;
}
.panel.collapsed .up {
    display: none;
}

/* 列表组件 */
.sparse {
    line-height: 1.64286;
}
.content-list li {
    padding: .75rem 1.5rem;
}
.content-list li+li {
    border-top: 1px solid #adcbeb;
}
.content-list li:hover {
    background-color: #fff;
}
.simple-list {
    padding: .75rem 0;
}
.simple-list li {
    padding: 0 1.5rem 0 2rem;
    line-height: 2;
    position: relative;
}
.simple-list li:before {
    position: absolute;
    content: "";
    border: 2px solid #adcbeb;
    width: 1px;
    height: 1px;
    left: 1rem;
    top: 1rem;
}
.inline-list {
    display: flex;
    padding: .75rem 1.5rem;
    flex-flow: row wrap;
}
.inline-list li {
    padding: 0 .3rem;
}
@media screen and (min-width: 768px) {
    .col-x2 {
        display: flex;
        flex-flow: row wrap;
    }
    .col-x2 li {
        width: 50%;
    }
}

/* 导航列表 */
.nav-list>li.active>a {
    color: #ff4500;
    font-weight: 600;
}

/* 响应式按钮组 */
.responsive {
    display: flex;
    flex-flow: row wrap;
    padding: .75rem 1.5rem;
}
.responsive>li {
    padding: 0;
}
.live-table li>.dropdown-toggle,.responsive-button,.responsive>a,.responsive>li>a {
    display: inline-flex;
    align-items: center;
    font-size: .85714rem;
    padding: .25rem .75rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}
.live-table li>.dropdown-toggle strong,.responsive-button strong,.responsive>a strong,.responsive>li>a strong {
    color: #ff4500;
}
.live-table li>.dropdown-toggle .symbol,.responsive-button .symbol,.responsive>a .symbol,.responsive>li>a .symbol {
    margin-right: .5rem;
}
.responsive>a,.responsive>li>a {
    margin-right: .75rem;
    margin-bottom: .75rem;
}
@media screen and (min-width: 1024px) {
    .live-table li>.dropdown-toggle,.responsive-button,.responsive>a,.responsive>li>a {
        border: 0;
        padding: 0;
        font-size: 1rem;
    }
    .responsive>a,.responsive>li>a {
        margin: 0 .75rem 0 0;
    }
}
@media screen and (min-width: 1280px) {
    .responsive>a,.responsive>li>a {
        margin-right: 1rem;
    }
}

/* 面包屑 */
.breadcrumb {
    padding: .75rem 0;
}
.breadcrumb .breadcrumb-nav {
    display: flex;
    flex-flow: row wrap;
}
.breadcrumb .breadcrumb-nav li {
    flex-shrink: 0;
}
.breadcrumb .breadcrumb-nav li:after {
    content: "»";
    color: gray;
    display: inline-block;
    padding: 0 .5rem;
}
.breadcrumb .breadcrumb-nav li.active {
    color: gray;
}
.breadcrumb .breadcrumb-nav li.active:after {
    content: "";
}
.breadcrumb .breadcrumb-nav li.active a {
    color: inherit;
}

/* 占位符 */
.placeholder {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E %3Crect x='0' y='0' width='100' height='100' fill='%23f9f9f9'/%3E %3Crect x='100' y='100' width='100' height='100' fill='%23f9f9f9'/%3E %3C/svg%3E");
    background-size: 1.5rem 1.5rem;
}

/* 直播表格 */
.live-table li {
    display: flex;
    flex-flow: column nowrap;
}
@media screen and (min-width: 1200px) {
    .live-table li {
        flex-flow: row nowrap;
        align-items: flex-start;
    }
}
.live-table li>.intel {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.live-table li>.intel a {
    text-shadow: 0 0 1px rgba(0,0,0,.1),0 0 2px rgba(0,0,0,.2);
    color: #262626;
}
.live-table li>.intel .title.recommend,.live-table li>.intel .title:hover,.live-table li>.intel .type:hover {
    color: #ff4500;
}
.live-table li>.intel .type {
    flex-shrink: 0;
    padding: 0 .75rem;
}
.live-table li>.intel .title {
    flex-shrink: 0;
}
.live-table li>.intel .title.recommend:hover {
    color: #ff6a33;
    text-shadow: none;
}
.live-table li>.intel time {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: .85714rem;
    padding: 2px 5px;
    flex-shrink: 0;
    background-color: #f0f0f0;
}
.live-table li>.dropdown-toggle {
    align-self: flex-start;
    margin-top: .75rem;
}
.live-table li>.ctx {
    padding: 0;
    margin-top: .75rem;
    display: none;
    flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
    .live-table li>.dropdown-toggle {
        display: none;
    }
    .live-table li>.ctx {
        display: flex !important;
        flex-flow: row wrap;
    }
}
@media screen and (min-width: 1024px) {
    .live-table li>.ctx .symbol {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .live-table li>.ctx {
        margin-top: 0;
        margin-left: 3rem;
        flex-shrink: 10;
    }
}
.live-table .history-date {
    font-size: .85714rem;
    color: rgba(128,128,128,.618);
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-top-color: #d0d0d0;
}
.live-table .history-date+li {
    border-top-color: #d0d0d0;
}

/* 直播内容 */
.live-content .heading {
    text-align: center;
    text-shadow: 0 0 1px rgba(0,0,0,.15),0 0 2px rgba(0,0,0,.3);
}
.live-content .title {
    font-size: 1rem;
    margin: 0;
}
.live-content .signals {
    padding: 0.5rem 0.2rem;
    line-height: 2;
    background-color: #fff;
    border-radius: .5rem;
    margin: 1.5rem 0;
}
.live-content .signals a {
    padding: 0 .5rem;
    word-break: break-all;
    white-space: nowrap;
}

/* 扩展工具 */
.extensions-container,.zbw-live24-main {
    display: flex;
    flex-flow: column nowrap;
}
.extensions-container {
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    transition: top 618ms cubic-bezier(0,0,.2,1),opacity .2s ease-in;
}
.extensions-container a {
    display: block;
    padding: .75rem;
    border-radius: 50%;
}
.extensions-container a:hover {
    background-color: #fff;
}
.extensions-container a svg {
    fill: #d3d3d3;
}
.extensions-container a svg:hover {
    background-color: transparent;
}
@media screen and (min-width: 1200px) {
    .extensions-container {
        right: calc(50% - 640px);
    }
}

/* 直播列表 */
.zbw-live24-aside li,.zbw-live24-main li {
    background: url(data:image/gif;base64,R0lGODlhDwANAPD/ACulMv///yH5BAUAAAIALAAAAAAPAA0AAAIgDI6JlgzegpxUrQMX3Rnbb3Cg0j2heEGld30PJpEuWQAAOw==) 1rem center no-repeat;
}
.panel.zbw-toolbox-panel .panel-body .iframe-context {
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 0;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    min-height: 60rem;
}
.zbw-live24-main {
    padding: 0;
}
@media screen and (min-width: 1024px) {
    .zbw-live24-main {
        padding: .75rem 1.5rem;
    }
}
.zbw-live24-main li {
    padding: .75rem 1.5rem .75rem 3rem;
}
.zbw-live24-main li+li {
    border-top: 1px solid rgba(0,0,0,.15);
}
@media screen and (min-width: 760px) {
    .zbw-live24-main {
        flex-flow: row wrap;
    }
    .zbw-live24-main li {
        width: 50%;
        flex-grow: 2;
    }
    .zbw-live24-main li:nth-of-type(2) {
        border-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .zbw-live24-main li {
        width: 33%;
        flex-grow: 0;
        padding: 0 .75rem 0 1.5rem;
        background-position-x: 0;
    }
    .zbw-live24-main li+li {
        border-top: 0;
    }
    .zbw-tv-table-main li {
        width: 25%;
    }
    .zbw-tv-table-main li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}
.zbw-live24-aside {
    padding: .75rem 1.5rem;
}
.zbw-live24-aside li {
    padding-left: 1.5rem;
    background-position-x: 0;
}
@media screen and (min-width: 1280px) {
    .zbw-live24-main li {
        width: 25%;
    }
    .zbw-tv-table-main li {
        width: 20%;
    }
}

/* 播放器相关 */
.zbw-tv-content {
    padding: 0;
}
.zbw-signals {
    font-size: .85714rem;
    border-bottom: 1px solid #adcbeb;
}
.zbw-signals .active {
    font-weight: 600;
    color: #ff4500;
}
.zbw-player-loader {
    background-color: #d3d3d3;
    height: 430px;
}
.zbw-player-loader .loader-animation,.zbw-player-loader .player-context {
    display: flex;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}
.zbw-player-loader .loader-animation {
    flex-flow: column nowrap;
    align-items: center;
    background-color: #fff;
    position: relative;
    font-size: .85714rem;
    color: gray;
}
.zbw-player-loader .loader-animation .bar-loading {
    padding: .75rem;
}
.zbw-player-loader .loader-animation .title {
    font-size: 1.28571rem;
    margin-top: 1.5rem;
}
.zbw-player-loader .loader-animation .title .name {
    padding: 0 5px;
    color: #262626;
}
.zbw-player-loader .loader-animation .placeholder {
    height: 220px;
    min-width: 350px;
    max-width: 80%;
    width: auto;
    margin: 1.5rem auto;
}
.zbw-player-loader .loader-animation .summary {
    text-align: center;
    color: gray;
}
.zbw-player-loader .loader-animation .skip {
    background-color: #fff;
    color: gray;
    padding: .5rem 1rem;
    border-radius: 3px;
    position: absolute;
    right: 3rem;
    bottom: 1.5rem;
    font-family: 'Consolas,"Microsoft YaHei","微软雅黑",SFMono-Regular, Menlo, Monaco, "Liberation Mono", "Courier New", monospace';
    transition: background-color .2s ease-in-out;
}
.zbw-player-loader .loader-animation .skip:hover {
    background-color: #def3f3;
}
.zbw-player-loader .loader-animation .skip .number {
    font-style: normal;
    margin-left: 3px;
}
.zbw-player-loader .player-context {
    justify-content: center;
    align-items: center;
}

/* 播放器扩展 */
.zbw-epg {
    padding: 0 0 0 .75rem;
    height: 40rem;
}
.zbw-chat {
    height: 33.6rem;
}
.zbw-chat.v2 {
    height: 30.6rem;
}

/* 加载动画 - 精简浏览器前缀 */
.bar-loading {
    display: flex;
    flex-flow: row nowrap;
}
.player-context.player-target-context,.player-context.unavailable {
    flex-flow: column nowrap;
}
.bar-loading var {
    display: inline-flex;
}
.bar-loading var:after,.bar-loading var:before,.bar-loading:after,.bar-loading:before {
    content: "";
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: 5px;
    animation: bar-loading none 3s infinite;
}
.bar-loading:before { animation-delay: .3s; }
.bar-loading var:first-child:before { animation-delay: .6s; }
.bar-loading var:first-child:after { animation-delay: .9s; }
.bar-loading var:last-child:before { animation-delay: 1.2s; }
.bar-loading var:last-child:after { animation-delay: 1.5s; }
.bar-loading:after { animation-delay: 1.8s; }

@keyframes bar-loading {
    80% {
        transform: scale(1);
        background-color: #d3d3d3;
    }
    95% {
        transform: scale(1.618);
        background-color: #5b97d7;
    }
}

/* 播放器上下文 */
.panel.zbw-toolbox-panel .panel-body {
    padding: 0;
}
.player-context.player-target-context {
    background-color: #fff;
    flex-flow: column wrap;
    padding: 0 1.5rem;
}
.player-context.player-target-context .target-button {
    margin: 1.5rem;
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    background-color: #0778b8;
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,.15),0 0 2px rgba(255,255,255,.3);
    translate: background-color .2s ease;
}
.player-context.player-target-context .target-button:hover {
    background-color: #0888d1;
}
.player-context.unavailable {
    position: relative;
    background-image: linear-gradient(to right,#fff,#fff 100%),linear-gradient(to right,#ff0,#ff0 100%),linear-gradient(to right,#0ff,#0ff 100%),linear-gradient(to right,#0f0,#0f0 100%),linear-gradient(to right,#f0f,#f0f 100%),linear-gradient(to right,red,red 100%),linear-gradient(to right,#00f,#00f 100%),linear-gradient(to right,#000,#000 100%);
    background-size: 14.28571% 100%;
    background-position-x: 0,14.28571%,28.57143%,42.85714%,57.14286%,71.42857%,85.71429%,100%;
    background-repeat: repeat-y;
}
.player-context.unavailable .message {
    position: absolute;
    padding: .75rem 1.5rem;
    text-align: center;
    font-size: 1.14286rem;
    border-radius: .5rem;
    color: gray;
    text-shadow: 1px 1px 0 #ddd;
    background-color: rgba(255,255,255,.618);
    line-height: 2;
}
.player-context.unavailable .message p {
    font-size: .85714rem;
}
.player-context.unavailable .message p em {
    font-weight: 600;
    font-style: normal;
}

/* 符号样式 */
.symbol {
    display: block;
    padding: .5rem;
    border-radius: 3px;
}
.symbol:hover {
    background-color: #F3f3f3;
    fill: #0778b8;
}
.symbol>svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}
/* 尺寸类 */
.x1 { width: 1rem; height: 1rem; }
.x2 { width: 2rem; height: 2rem; }
.x3 { width: 3rem; height: 3rem; }
.x4 { width: 4rem; height: 4rem; }
.x5 { width: 5rem; height: 5rem; }
.x6 { width: 6rem; height: 6rem; }
.x7 { width: 7rem; height: 7rem; }
.x8 { width: 8rem; height: 8rem; }
.x9 { width: 9rem; height: 9rem; }
.x10 { width: 10rem; height: 10rem; }
.x11 { width: 11rem; height: 11rem; }
.x12 { width: 12rem; height: 12rem; }
.symbol.x1 { padding: 0; }

/* 移动端隐藏容器2 */
@media screen and (max-width: 720px) {
    .container2 {
        display: none;
    }
}

/* 面板折叠 */
main > .panel-open a.flod {
    float: right;
    background: url(data:image/gif;base64,R0lGODlhDAARAIABADyh1gAAACH5BAEAAAEALAAAAAAMABEAAAIcjI+pywkdgGRzumdsxkcjvkjg93hbB5omxLZtAQA7) no-repeat center center;
    width: 2rem;
    height: 2rem;
}
main .panel-open > .panel-title > a.flod:hover {
    opacity: 0.68;
}
main .panel-close > .panel-title {
    border-bottom: none;
}
main > .panel-close a.flod {
    background-image: url("data:image/gif;base64,R0lGODlhCwARAIABADyh1gAAACH5BAEAAAEALAAAAAALABEAAAIbjI+pyw2Q3pGGTmjRg4xrX3lWFkhkCEbNyjIFADs=");
}
main .panel-close > .panel-body {
    display: none;
}

/* 分页 */
.pagination {
    padding: 1rem;
    padding-top: 2rem;
    text-align: center;
}
.pagination > li {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    line-height: 2.375rem;
    text-align: center;
    margin: 0 .35em;
    font-size: 1rem;
    display: inline-block;
    border: 2px solid #e3e3e3;
    overflow: hidden;
}
.pagination > li:hover {
    background-color: rgba(219, 44, 48, 0.03);
    border: 2px solid #bdbdbd;
}
.pagination > li > a {
    display: block;
}
.pagination > li.active {
    border-color: #119eda;
    color: #119eda;
    font-weight: 600;
}
.pagination-info {
    text-align: center;
    color: gray;
    font-size: .75rem;
    margin-bottom: 1rem;
}
.pagination-info em {
    font-style: normal;
    font-weight: 600;
}
.none {
    display: none;
}

/* 语言分类 */
.lanCateAll dt {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding: 8px 0 0;
}
.lanCateAll dd {
    overflow: hidden;
    padding: 0 5px;
}
.lanCateAll dd span {
    float: left;
    width: 25%;
    overflow: hidden;
    margin: 8px 0 0;
}
.lanCateAll dd span a {
    margin: 0 4px;
    line-height: 26px;
    text-align: center;
    display: block;
    height: 26px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    font-size: 13px;
    color: #222;
    font-weight: 300;
}

/* 导航栏 */
#nav ul {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    height: 40px;
    line-height: 40px;
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
}
#nav ul li {
    flex: 1;
    text-align: center;
    overflow: hidden;
}
#nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
}

/* 搜索模块 */
.search_module {
    clear: both;
    background: #f9f9f9;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 7px;
    padding: 12px 0 8px;
    font-size: 15px;
}
.search_form {
    position: relative;
    clear: both;
    display: flex;
    border: 1px solid #ccc;
    background: #fff;
    height: 38px;
    line-height: 38px;
    color: #888;
    margin: 0 12px 12px;
    padding: 0 14px 0 10px;
}
.search_input {
    width: 100%;
    border: 0;
    background: 0;
    flex: 1;
    display: block;
    height: 38px;
    color: #888;
}
.search_btn {
    position: relative;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: 0;
    color: #666;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
.search_btn em {
    font-style: normal;
}
.search_form .i_search_btn {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

/* 搜索导航 */
.search_nav_module,.lives_nav_module {
    clear: both;
    overflow: hidden;
    padding: 0 7px;
}
.lives_nav_module {
    margin-bottom: 10px;
}
.lives_nav_items_module {
    clear: both;
    overflow: hidden;
    padding: 20px 7px 14px;
}
.search_nav_items,.lives_nav_items {
    clear: both;
    text-align: center;
    font-size: 15px;
}
.search_nav_items strong,.lives_nav_items strong {
    font-weight: normal;
}
.search_nav_items li,.lives_nav_items li {
    float: left;
    width: 58px;
    padding: 0 5px;
    color: #333;
    line-height: 1.5;
}
.search_nav_items li a,.lives_nav_items li a {
    display: block;
    color: #333;
}
.search_ico_card {
    border: 1px solid #ccc;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #007aff;
    margin-bottom: 5px;
    font-size: 30px;
}
.search_ico_card img {
    width: 30px;
    vertical-align: top;
    padding-top: 14px;
}

/* 标签云 */
#tags div {
    width: 100%;
    height: 145px;
    overflow: hidden;
}
#tags div span {
    display: inline-block;
}
#tags a {
    height: 26px;
    line-height: 26px;
    padding: 2px 8px;
}
#tags .tags1 { color: #C00; font-size: 22px; }
#tags .tags2 { color: #63D563; font-size: 16px; }
#tags .tags3 { color: #00B8FF; }
#tags .tags4 { font-size: 16px; }
#tags .tags5 { color: #C00; font-size: 20px; }
#tags .tags6 { color: #F06; font-size:20px; } /* 修复语法错误 */
#tags .tags7 { color: #F8DB12; font-weight: bold; font-size: 18px; }
#tags .tags8 { color: #F06; font-weight: bold; }
#tags .tags9 { color: #BB81EF; font-weight: bold; font-size: 16px; }

/* 导航链接 */
.navs {
    padding: 15px;
}
.navs a {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    background: #f1f1f1;
    padding: 3px 10px;
    margin: 12px 5px 0 0;
    border-radius: 3px;
    transition: all .2s;
    color: #525252;
    white-space: nowrap;
}
.navs a:hover {
    background: #ccc;
    color: #fff;
}

/* 修复错误样式 */
.navs2 { /* 移除多余的点 */
    padding: 18px;
}
.navs2 a {
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    background: red;
    padding: 3px 10px;
    margin: 12px 5px 0 0;
    border-radius: 3px;
    transition: all .2s;
    color: #fff;
    white-space: nowrap;
}
.navs2 a:hover {
    background: #ccc;
    color: #fff;
}

.infos { /* 移除多余的点 */
    padding: 10px;
}

/* 俱乐部详情 */
.club-details .club-info {
    font-size: 14px;
    overflow: hidden;
}
.club-details .club-info li {
    width: 50%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.club-details .club-info ul:after {
    clear: both;
}
.club-details .club-info :last-child {
    margin-bottom: 0;
}

/* 引用样式 */
.quote {
    margin: 10px auto;
    text-align: center;
}
.quote:before,.quote:after {
    content: "";
    display: inline-block;
    width: 5%;
    margin: 5px 1%;
    border-bottom: 1px solid #019e7b;
}

/* 俱乐部Logo */
.club-logo {
    float: left;
    margin-right: .5rem;
}
.club-logo img {
    width: 3rem;
    height: 3rem;
}

/* 标题与响应式图片 */
.titles h1 {
    display: inline;
}
.responsive2 img {
    max-width: 100%;
}

/* Logo Bar 布局 */
.logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    min-height: 70px;
    box-sizing: border-box;
    width: 100%;
}

/* 移动端菜单按钮 */
.mobile-nav-trigger {
    display: block;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .mobile-nav-trigger {
        display: none;
    }
}

/* Logo 自适应 */
.logo {
    flex: 0 0 auto;
    margin: 0 1rem;
}
.logo img {
    max-height: 60px;
    width: auto;
    transition: max-height 0.3s ease;
}
@media screen and (max-width: 768px) {
    .logo {
        margin: 0 auto;
    }
    .logo img {
        max-height: 50px;
    }
}

/* 广告区域 */
.bar-content {
    flex: 1 1 auto;
    margin: 0 1rem;
    min-width: 0;
}
.responsive-ad {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.responsive-ad img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .bar-content {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bar-content {
        margin: 0 0.5rem;
    }
}

/* 导航链接响应式 */
.bar-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
}
.bar-nav li {
    margin: 0 0.5rem;
    white-space: nowrap;
}
.bar-nav li a {
    padding: 0.5rem;
    font-size: 0.857rem;
    color: var(--text-secondary);
    transition: color 0.2s ease;
}
.bar-nav li a:hover {
    color: var(--primary-color);
}
@media screen and (max-width: 768px) {
    .bar-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: var(--bg-primary);
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        z-index: 9;
    }
    .bar-nav.active {
        display: flex;
    }
    .bar-nav li {
        margin: 0.5rem 0;
        width: 100%;
        text-align: center;
    }
}

/* 搜索按钮 */
.search-trigger {
    display: none;
}
@media screen and (min-width: 768px) {
    .search-trigger {
        display: block;
    }
}

/* 极窄屏幕适配 */
@media screen and (max-width: 320px) {
    .logo-bar {
        padding: 0.5rem 0.5rem;
    }
    .logo img {
        max-height: 40px;
    }
}