html {
    font: 400 14px/1.5 -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none
}

a {
    text-decoration: none
}

.clr {
    zoom: 1
}

.none {
    display: none !important
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row>.col {
    position: relative;
    min-height: 1px;
    float: left
}

.row>.col.r {
    float: right
}

.gm-head {
    width: 100%;
    height: 65px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .1);
    background: #fff
}

.gm-head>.wrap {
    position: relative;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.gm-head>.wrap>.logo {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-align: center;
}

.gm-head>.wrap>.logo.cn::before {
    content: "大象影视";
}

.gm-head>.wrap>.logo.tw::before {
    content: "大象影视";
}

.gm-head>.wrap>.logo:active {
    margin-top: 3px
}

.gm-head>.wrap>.btn-nav {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    background: url(../img/btn-nav.png) no-repeat;
    background-size: 24px;
    background-position: center center
}

.gm-head>.wrap>.btn-search {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background: url(../img/btn-search.png) no-repeat;
    background-size: 24px;
    background-position: center center
}

.gm-head>.wrap>.nav {
    display: none;
    margin-left: 30px
}

.gm-head>.wrap>.nav>ul {
    display: flex
}

.gm-head>.wrap>.nav>ul>li>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    margin-right: 6px;
    animation: all .3s;
    color: #111;
    animation: all .3s
}

.gm-head>.wrap>.nav>ul>li>a>i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
    background-size: 20px !important;
}

.gm-head>.wrap>.nav>ul>li>a>i.t1 {
    background: url(../img/cat0.png) no-repeat center;
}

.gm-head>.wrap>.nav>ul>li>a>i.t2 {
    background: url(../img/cat10.png) no-repeat center;
}

.gm-head>.wrap>.nav>ul>li>a>i.t3 {
    background: url(../img/cat11.png) no-repeat center;
}

.gm-head>.wrap>.nav>ul>li>a>i.t4 {
    background: url(../img/cat12.png) no-repeat center;
}

.gm-head>.wrap>.nav>ul>li>a>i.t5 {
    background: url(../img/cat13.png) no-repeat center;
}

.gm-head>.wrap>.nav>ul>li>a>i.t6 {
    background: url(../img/cat14.png) no-repeat center;
}

.gm-head>.wrap>.nav>ul>li>a>span {
    font-size: 14px;
    line-height: 28px
}

.gm-head>.wrap>.nav>ul>li>a.on {
    background: #f3f3f3;
    color: #d9534f;
    font-weight: 700
}

.gm-head>.wrap>.nav>ul>li>a:hover {
    background: #ededed;
    color: #d9534f
}

.gm-head>.wrap>.nav>ul>li>a:hover>i {
    opacity: 1
}

.gm-head>.wrap>.search {
    display: none;
    width: 200px;
    position: relative;
    margin-left: auto
}

.gm-head>.wrap>.search input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 16px
}

.gm-head>.wrap>.search button {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
    background: url(../img/btn-search.png) no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: #d9534f;
    cursor: pointer;
    border: 0;
    -webkit-user-select: none;
    user-select: none;
    color: transparent;
    transition: all .2s;
    border-radius: 0 16px 16px 0
}

.gm-head>.wrap>.search button:hover {
    background-color: #ff183e
}

.mi-pop-search {
    display: none;
    padding: 20px 15px
}

.mi-pop-search>.wrap {
    position: relative
}

.mi-pop-search>.wrap input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 16px
}

.mi-pop-search>.wrap button {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
    background: url(../img/btn-search.png) no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: #d9534f;
    cursor: pointer;
    border: 0;
    -webkit-user-select: none;
    user-select: none;
    color: transparent;
    transition: all .2s;
    border-radius: 0 16px 16px 0
}

.mi-pop-search>.wrap button:hover {
    background-color: #ff183e
}

.mi-pop-search.on {
    display: block
}

.mi-pop-nav {
    display: none;
    position: absolute;
    width: auto;
    top: 65px;
    left: 8px;
    z-index: 100;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.mi-pop-nav ul::after {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px
}

.mi-pop-nav a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    padding-left: 30px;
    color: #111;
    white-space: nowrap;
    min-width: 90px
}

.mi-pop-nav a>i,
.gm-list .more a>i{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/cat0.png) no-repeat;
    background-size: contain
}

.mi-pop-nav a>i.t1,
.gm-list .more a>i.t1{
    background-image: url(../img/cat10.png)
}

.mi-pop-nav a>i.t2,
.gm-list .more a>i.t2{
    background-image: url(../img/cat11.png)
}

.mi-pop-nav a>i.t3,
.gm-list .more a>i.t3{
    background-image: url(../img/cat12.png)
}

.mi-pop-nav a>i.t4,
.gm-list .more a>i.t4{
    background-image: url(../img/cat13.png)
}

.mi-pop-nav a>i.t39 {
    background-image: url(../img/cat14.png)
}

.mi-pop-nav a>i.t15 {
    background-image: url(../img/cat14.png)
}

.mi-pop-nav a.on {
    color: #d9534f;
    font-weight: 700
}

.mi-pop-nav.on {
    display: block
}

@media(min-width:1200px) {
    .gm-head>.wrap {
        max-width: 1140px;
        justify-content: flex-start
    }

    .gm-head>.wrap>.btn-nav {
        display: none
    }

    .gm-head>.wrap>.btn-search {
        display: none
    }

    .gm-head>.wrap>.nav {
        display: block
    }

    .gm-head>.wrap>.search {
        display: block
    }
}

@media(min-width:1300px) {
    .gm-head>.wrap {
        max-width: 1200px
    }
}

@media(min-width:1400px) {
    .gm-head>.wrap {
        max-width: 1220px
    }
}

.gm-main {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    box-sizing: border-box
}

@media(min-width:1200px) {
    .gm-main {
        max-width: 1140px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(min-width:1300px) {
    .gm-main {
        max-width: 1200px
    }
}

@media(min-width:1400px) {
    .gm-main {
        max-width: 1220px
    }
}

.gm-meta {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.gm-meta > h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #333;
    float: left;
}

.gm-meta>h4 {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0
}

.gm-meta>a {
    float: left;
    padding: 0 10px;
    margin: 5px 5px 0 0;
    border-radius: 17px;
    background-color: #f8f8f8;
    color: #111;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    text-decoration: none
}

.gm-meta>a.on, .gm-meta>a:hover {
    text-decoration: none;
    background: linear-gradient(90deg, #ffb821 0, #d9534f 45%, #ff1459);
    background-color: #ff183e;
    color: #fff
}

.gm-list {
    display: flex;
    flex-wrap: wrap
}

.gm-list>.item {
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px
}

.gm-list>.item>.link {
    *zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    user-select: none;
    margin-bottom: 10px;
    background: url(../img/play1.png) no-repeat;
    background-size: cover
}

.gm-list>.item>.link>.img {
    -o-object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8f8f8;
    background-color: #ececec;
    background-color: rgba(236, 236, 236, .1);
    overflow: hidden;
    border-radius: 4px;
    transition: box-shadow .15s linear, -webkit-filter .3s ease-out
}

.gm-list>.item>.link>.tag1 {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #d9534f;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    max-width: 64%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gm-list>.item>.link>.tag2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 20px;
    overflow: hidden;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    color: #fff;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 10px;
    border-radius: 4px
}

.gm-list>.item>.link>.play {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1) center no-repeat;
    background-size: 50px
}

.gm-list>.item>.link:hover>.play {
    display: block
}

.gm-list>.item>.link:hover>.img {
    box-shadow: 0 4px 8px rgba(40, 40, 40, .2)
}

.gm-list>.item>.info {
    height: 44px
}

.gm-list>.item>.info>.title {
    display: block;
    font-size: 13px;
    color: #111;
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    white-space: nowrap
}

.gm-list>.item>.info>.title>b {
    color: #d9534f;
    margin-right: 8px
}

.gm-list>.item>.info>.title:hover {
    text-decoration: none;
    color: #d9534f
}

.gm-list>.item>.info>.desc {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    line-height: 22px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    white-space: nowrap
}

@media(min-width:320px) {
    .gm-list>.item>.link {
        height: 120px
    }
}

@media(min-width:360px) {
    .gm-list>.item>.link {
        height: 138px
    }
}

@media(min-width:375px) {
    .gm-list>.item>.link {
        height: 145px
    }
}

@media(min-width:480px) {
    .gm-list>.item>.link {
        height: 194px
    }
}

@media(min-width:768px) {
    .gm-list>.item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 25px
    }

    .gm-list>.item>.link {
        height: 328px
    }

    .gm-list>.item>.link>.tag1 {
        font-size: 13px
    }

    .gm-list>.item>.info>.title {
        font-size: 15px
    }

    .gm-list>.item>.info>.desc {
        font-size: 13px
    }
}

@media(min-width:992px) {
    .gm-list>.item {
        width: 25%
    }

    .gm-list>.item>.link {
        height: 320px
    }
}

@media(min-width:1200px) {
    .gm-list>.item {
        width: 16.666%
    }

    .gm-list>.item>.link {
        height: 250px
    }
}

.gm-bread {
    margin-top: 10px;
    margin-bottom: 10px
}

.gm-bread>ol {
    padding: 8px 15px;
    list-style: none
}

.gm-bread>ol>li {
    display: inline-block
}

.gm-bread>ol>li+li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.gm-bread>ol>li>a {
    color: #111
}

.gm-bread>ol>li>a:hover {
    color: #d9534f
}

.gm-bread>ol>li.on {
    color: #777
}

.gm-page {
    padding-bottom: 20px;
    text-align: center
}

.gm-page>ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px
}

.gm-page>ul>li {
    display: inline
}

.gm-page>ul>li>a, .gm-page>ul>li>span {
    position: relative;
    float: left;
    min-width: 36px;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #111;
    text-align: center;
    text-decoration: none;
    background-color: #f8f8f8;
    margin: 2px;
    border-radius: 6px
}

.gm-page>ul>li.on>a, .gm-page>ul>li>a:hover {
    text-decoration: none;
    background: linear-gradient(90deg, #ffb821 0, #d9534f 45%, #ff1459);
    background-color: #ff183e;
    color: #fff
}

.gm-foot {
    margin-top: 30px;
    border-top: 2px solid #d9534f;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    text-align: center
}

.gm-foot a {
    color: #666
}

.gm-foot a:hover {
    color: #d9534f
}

#dom-player {
    min-height: 200px;
    background: #000
}

#dom-player>.tip {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding-top: 60px;
    text-align: center
}

.dplayer-notice {
    bottom: 30% !important;
    font-size: 18px !important;
    line-height: 24px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    padding: 20px !important
}

#dom-source {
    background: #fff;
    border: 2px solid #ddd;
    border-top: 0
}

#dom-source>.source {
    overflow: hidden;
    padding: 8px 6px;
    border-top: 2px solid #ddd
}

#dom-source>.source>.title {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 700
}

#dom-source>.source>.title>.res {
    color: #fff;
    background-color: #337ab7;
    border-radius: .25em;
    padding: 0 .2em
}

#dom-source>.source>.title>.ttl {
    font-size: 12px
}

#dom-source>.source>.title>.ttl.v1 {
    color: #4cae4c
}

#dom-source>.source>.title>.ttl.v2 {
    color: #ec971f
}

#dom-source>.source>.title>.ttl.v3 {
    color: #d9534f
}

#dom-source>.source>.list {
    overflow: auto
}

#dom-source>.source>.list>a {
    float: left;
    min-width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #333;
    cursor: pointer;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 3px;
    margin-bottom: 3px;
    background: #fff
}

#dom-source>.source>.list>a:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

#dom-source>.source>.list>a.on {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

#dom-source>.source>.list>a.on:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

#dom-source>.source.on {
    background: #f1f1f1
}

#dom-source>.source:hover {
    background: #f1f1f1
}

.gm-vod {
    margin-top: 10px;
    overflow: hidden
}
.gm-info-tip {
    display: inline-block;
    padding: 0 3px;
    background: #eee;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto 5px;
}
.gm-vod>.img {
    display: block;
    width: 220px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px
}

.gm-vod>.more>.title {
    color: #111;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px
}

.gm-vod>.more .info {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    word-break: break-all
}
.info-box {
    margin-top: 5px;
    max-height: 150px;
    background: #efefefb3;
    padding: 5px;
    font-size: 13px;
    overflow-y: auto;
}
.info-box .info {
    color: #666;
    font-size: 13px;
}
.link-douban {background: #008000b8;color: #fff;padding: 1px 3px;border-radius: 1px;}
@media(min-width:768px) {
    .gm-vod>.img,
    .gm-vod>.gm-thumb {
        float: left;
        margin-right: 20px
    }
}

.traffic1 {
    border: 0;
    width: 160px;
    height: 600px;
    position: absolute;
    top: 40px;
    left: -160px
}

.traffic2 {
    border: 0;
    width: 160px;
    height: 600px;
    position: absolute;
    top: 40px;
    right: -160px
}

.traffic3 {
    display: block;
    border: 0;
    width: 728px;
    height: 90px;
    margin: 10px auto 0
}

.traffic4 {
    display: block;
    width: 300px;
    height: 100px;
    margin: 10px auto 0
}



/* Balloon相关样式已删除 - 未使用 */
/* 未使用的动画已移除 */

    8% {
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    10% {
        transform: translateY(2.5px) rotate(1.5deg)
    }

    12% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    14% {
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    16% {
        transform: translateY(-.5px) rotate(-1.5deg)
    }

    18% {
        transform: translateY(.5px) rotate(-1.5deg)
    }

    20% {
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    22% {
        transform: translateY(.5px) rotate(-1.5deg)
    }

    24% {
        transform: translateY(1.5px) rotate(1.5deg)
    }

    26% {
        transform: translateY(.5px) rotate(.5deg)
    }

    28% {
        transform: translateY(.5px) rotate(1.5deg)
    }

    30% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    32% {
        transform: translateY(1.5px) rotate(-.5deg)
    }

    34% {
        transform: translateY(1.5px) rotate(-.5deg)
    }

    36% {
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    38% {
        transform: translateY(1.5px) rotate(-1.5deg)
    }

    40% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    42% {
        transform: translateY(2.5px) rotate(-1.5deg)
    }

    44% {
        transform: translateY(1.5px) rotate(.5deg)
    }

    46% {
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    48% {
        transform: translateY(-.5px) rotate(.5deg)
    }

    50% {
        transform: translateY(.5px) rotate(.5deg)
    }

    52% {
        transform: translateY(2.5px) rotate(2.5deg)
    }

    54% {
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    56% {
        transform: translateY(2.5px) rotate(2.5deg)
    }

    58% {
        transform: translateY(.5px) rotate(2.5deg)
    }

    60% {
        transform: translateY(2.5px) rotate(2.5deg)
    }

    62% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    64% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    66% {
        transform: translateY(1.5px) rotate(-.5deg)
    }

    68% {
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    70% {
        transform: translateY(1.5px) rotate(.5deg)
    }

    72% {
        transform: translateY(2.5px) rotate(1.5deg)
    }

    74% {
        transform: translateY(-.5px) rotate(.5deg)
    }

    76% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    78% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    80% {
        transform: translateY(1.5px) rotate(1.5deg)
    }

    82% {
        transform: translateY(-.5px) rotate(.5deg)
    }

    84% {
        transform: translateY(1.5px) rotate(2.5deg)
    }

    86% {
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    88% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    90% {
        transform: translateY(2.5px) rotate(-.5deg)
    }

    92% {
        transform: translateY(.5px) rotate(-.5deg)
    }

    94% {
        transform: translateY(2.5px) rotate(.5deg)
    }

    96% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    98% {
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    0%,
    to {
        transform: translate(0) rotate(0deg)
    }
}

/* 未使用的动画已删除 */

/* 未使用的动画已删除 */

    8% {
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    10% {
        transform: translateY(2.5px) rotate(1.5deg)
    }

    12% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    14% {
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    16% {
        transform: translateY(-.5px) rotate(-1.5deg)
    }

    18% {
        transform: translateY(.5px) rotate(-1.5deg)
    }

    20% {
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    22% {
        transform: translateY(.5px) rotate(-1.5deg)
    }

    24% {
        transform: translateY(1.5px) rotate(1.5deg)
    }

    26% {
        transform: translateY(.5px) rotate(.5deg)
    }

    28% {
        transform: translateY(.5px) rotate(1.5deg)
    }

    30% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    32% {
        transform: translateY(1.5px) rotate(-.5deg)
    }

    34% {
        transform: translateY(1.5px) rotate(-.5deg)
    }

    36% {
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    38% {
        transform: translateY(1.5px) rotate(-1.5deg)
    }

    40% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    42% {
        transform: translateY(2.5px) rotate(-1.5deg)
    }

    44% {
        transform: translateY(1.5px) rotate(.5deg)
    }

    46% {
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    48% {
        transform: translateY(-.5px) rotate(.5deg)
    }

    50% {
        transform: translateY(.5px) rotate(.5deg)
    }

    52% {
        transform: translateY(2.5px) rotate(2.5deg)
    }

    54% {
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    56% {
        transform: translateY(2.5px) rotate(2.5deg)
    }

    58% {
        transform: translateY(.5px) rotate(2.5deg)
    }

    60% {
        transform: translateY(2.5px) rotate(2.5deg)
    }

    62% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    64% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    66% {
        transform: translateY(1.5px) rotate(-.5deg)
    }

    68% {
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    70% {
        transform: translateY(1.5px) rotate(.5deg)
    }

    72% {
        transform: translateY(2.5px) rotate(1.5deg)
    }

    74% {
        transform: translateY(-.5px) rotate(.5deg)
    }

    76% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    78% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    80% {
        transform: translateY(1.5px) rotate(1.5deg)
    }

    82% {
        transform: translateY(-.5px) rotate(.5deg)
    }

    84% {
        transform: translateY(1.5px) rotate(2.5deg)
    }

    86% {
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    88% {
        transform: translateY(-.5px) rotate(2.5deg)
    }

    90% {
        transform: translateY(2.5px) rotate(-.5deg)
    }

    92% {
        transform: translateY(.5px) rotate(-.5deg)
    }

    94% {
        transform: translateY(2.5px) rotate(.5deg)
    }

    96% {
        transform: translateY(-.5px) rotate(1.5deg)
    }

    98% {
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    0%,
    to {
        transform: translate(0) rotate(0deg)
    }
}


.gm-index .gm-list .item {
    display: none;
}
.gm-index .gm-list .item:nth-child(-n+6) {
    display: block;
}
.gm-list .more {
    margin: 15px 0;
    text-align: center;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gm-list .more a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    color: #fff;
    background-color: #ff6b6b;
    border-radius: 20px;
    transition: all 0.3s;
}

.gm-list .more a:hover {
    background-color: #ff5252;
}

.more i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -3px;
    background-size: 16px !important;
}

.more i.t1 {
    background: url(../img/cat0.png) no-repeat center;
}

.more i.t2 {
    background: url(../img/cat10.png) no-repeat center;
}

.more i.t3 {
    background: url(../img/cat11.png) no-repeat center;
}

.more i.t4 {
    background: url(../img/cat12.png) no-repeat center;
}

.more i.t5 {
    background: url(../img/cat13.png) no-repeat center;
}

.quick-type {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.quick-type a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    color: #666;
    background-color: #f5f5f5;
    border-radius: 15px;
    transition: all 0.3s;
}

.quick-type a:hover {
    background-color: #ff6b6b;
    color: #fff;
}

.openall-button {
    cursor: pointer;
    background-color: #f5f5f5 !important;
    color: #666 !important;
}

.openall-button:hover {
    background-color: #e0e0e0 !important;
}

.tab-tit-box {
    float: right;
    line-height: 30px;
    margin-top: 0;
}

.tab-tit-box a {
    margin-left: 10px;
    color: #999;
}

.tab-tit-box a.on {color: #333;}

/* 分页样式 */
.pagination {
    text-align: center;
    margin: 30px 0;
    padding: 20px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #f5f5f5;
    color: #333;
}

.pagination .current {
    background-color: #d9534f;
    color: #fff;
    border-color: #d9534f;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}

/* 筛选条件样式 */
.filter-bar {
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.filter-group {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.filter-group label {
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.filter-group a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 8px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.filter-group a:hover {
    background-color: #e9ecef;
    color: #333;
}

.filter-group a.active {
    background-color: #d9534f;
    color: #fff;
    border-color: #d9534f;
}

/* 空状态样式 */
.no-results,
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.empty-state h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.empty-state p {
    margin-bottom: 20px;
}

.suggestions {
    text-align: left;
    display: inline-block;
    margin-top: 20px;
}

.suggestions h4 {
    margin-bottom: 10px;
    color: #333;
}

.suggestions ul {
    list-style: none;
    padding: 0;
}

.suggestions li {
    padding: 5px 0;
    color: #666;
}

/* 搜索统计样式 */
.search-stats {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #666;
}

.search-stats strong {
    color: #d9534f;
}

/* 热门搜索样式 */
.hot-search {
    margin-bottom: 30px;
}

.search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-tags .tag {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f8f9fa;
    color: #666;
    text-decoration: none;
    border-radius: 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.search-tags .tag:hover {
    background-color: #d9534f;
    color: #fff;
}

/* 播放器样式 */
.player-container {
    margin-bottom: 20px;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
}

.video-player {
    width: 100%;
    min-height: 400px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-placeholder {
    color: #fff;
    text-align: center;
    padding: 40px;
}

.player-placeholder p {
    margin: 10px 0;
    font-size: 16px;
}

/* 播放列表样式 */
.play-list-container {
    margin-bottom: 30px;
}

.play-group {
    margin-bottom: 20px;
}

.play-group h4 {
    background: #f8f9fa;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    border-left: 4px solid #d9534f;
    font-size: 16px;
    color: #333;
}

.play-urls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 15px;
}

.play-url {
    display: inline-block;
    padding: 8px 15px;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.play-url:hover {
    background: #e9ecef;
    color: #333;
}

.play-url.current {
    background: #d9534f;
    color: #fff;
    border-color: #d9534f;
}

/* 影片信息样式 */
.video-info {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.info-left {
    flex-shrink: 0;
}

.info-left .poster {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.info-right {
    flex: 1;
}

.info-right h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #333;
}

.info-right p {
    margin: 8px 0;
    color: #666;
    line-height: 1.6;
}

.info-right strong {
    color: #333;
    margin-right: 8px;
}

.actions {
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #d9534f;
    color: #fff;
}

.btn-primary:hover {
    background: #c9302c;
}

.btn-secondary {
    background: #6c757d;
    color: #fff;
}

.btn-secondary:hover {
    background: #5a6268;
}

/* 详情页样式 */
.detail-info {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-info .poster {
    flex-shrink: 0;
    position: relative;
}

.detail-info .poster .img {
    width: 200px;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
}

.detail-info .poster .tag1 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(217, 83, 79, 0.9);
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.detail-info .info {
    flex: 1;
}

.meta-info p {
    margin: 10px 0;
    color: #666;
    line-height: 1.6;
}

.meta-info strong {
    color: #333;
    margin-right: 8px;
    display: inline-block;
    min-width: 60px;
}

.form_actor {
    display: inline-block;
    margin-right: 6px;
    color: #666;
}

.form_actor:after {
    content: "/";
    margin-left: 6px;
    color: #999;
}

.form_actor:last-child:after {
    display: none;
}

.play-buttons {
    margin-top: 20px;
}

.description {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.description h3 {
    margin: 0 0 15px 0;
    color: #333;
    border-left: 4px solid #d9534f;
    padding-left: 15px;
}

.description p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .detail-info,
    .video-info {
        flex-direction: column;
    }

    .detail-info .poster .img,
    .info-left .poster {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .play-urls {
        padding: 0 10px;
    }

    .filter-group {
        display: block;
        margin-bottom: 15px;
    }

    .search-tags {
        justify-content: center;
    }
}

/* 详情页布局样式 */
.detail-container {
    padding: 20px 0;
}

.detail-main {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-main .poster {
    flex: 0 0 200px;
    position: relative;
}

.detail-main .poster img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.detail-main .info {
    flex: 1;
}

.detail-main .info h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.detail-main .meta-info p {
    margin: 8px 0;
    color: #666;
    line-height: 1.5;
}

.detail-main .meta-info strong {
    color: #333;
    margin-right: 5px;
}

.description {
    margin: 30px 0;
}

.description h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.description p {
    color: #666;
    line-height: 1.6;
}

/* 移动端详情页布局 */
@media (max-width: 767px) {
    .detail-main {
        flex-direction: column;
        gap: 15px;
    }

    .detail-main .poster {
        flex: none;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* 详情页播放按钮样式 */
.detail-main .poster {
    position: relative;
}

/* 移动端播放按钮（图片下方） */
.detail-main .poster .play-buttons {
    margin-top: 10px;
}

.detail-main .poster .play-buttons .btn {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #d9534f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
}

.detail-main .poster .play-buttons .btn:hover {
    background: #c9302c;
}

/* PC端播放按钮（右侧信息区） */
.detail-main .info .play-buttons-pc {
    margin-top: 20px;
    display: none;
}

.detail-main .info .play-buttons-pc .btn {
    display: inline-block;
    padding: 12px 24px;
    background: #d9534f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
}

.detail-main .info .play-buttons-pc .btn:hover {
    background: #c9302c;
}

/* PC端显示右侧按钮，隐藏图片下方按钮 */
@media (min-width: 768px) {
    .detail-main .poster .play-buttons {
        display: none;
    }

    .detail-main .info .play-buttons-pc {
        display: block;
    }
}

/* 分页样式 */
.pagination {
    text-align: center;
    margin: 30px 0;
    padding: 20px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination .current,
.pagination .active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: none;
    color: #ccc;
    border-color: #ddd;
}

/* 筛选功能样式 - 原版UI */
.gm-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 20px 0;
    border-radius: 4px;
    overflow: hidden;
}

.filter-line {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    min-height: 40px;
}

.filter-line:last-child {
    border-bottom: none;
}

.filter-line dt {
    flex: 0 0 80px;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    position: relative;
}

.filter-line dt:after {
    content: ":";
    position: absolute;
    right: 8px;
    top: 0;
    color: #999;
}

.filter-line dd {
    flex: 1;
    padding: 8px 15px;
    margin: 0;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter-line dd a {
    display: inline-block;
    padding: 3px 10px;
    margin: 2px 8px 2px 0;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all 0.2s ease;
    background: #f8f9fa;
}

.filter-line dd a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.filter-line dd a.on {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: 500;
}

/* 结果统计样式 */
.result-info {
    padding: 15px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.result-info .total {
    margin-right: 20px;
}

.result-info .current-filter {
    color: #007bff;
    font-weight: 500;
}

/* 移动端筛选样式 */
@media (max-width: 767px) {
    .filter-line {
        flex-direction: column;
    }

    .filter-line dt {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        line-height: 32px;
    }

    .filter-line dt:after {
        display: none;
    }

    .filter-line dd {
        padding: 10px 15px;
    }

    .filter-line dd a {
        margin: 3px 8px 3px 0;
        padding: 4px 10px;
        font-size: 12px;
    }

    .result-info {
        padding: 10px 0;
        font-size: 13px;
    }

    .result-info .total {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

/* 面包屑导航样式 */
.breadcrumb {
    padding: 15px 0;
    color: #666;
    font-size: 14px;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #333;
}

/* 热门搜索样式 */
.hot-search {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
}

.hot-search h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}

.hot-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hot-keywords a {
    display: inline-block;
    padding: 6px 12px;
    background: #fff;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.hot-keywords a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.hot-keywords .show-more {
    background: #6c757d !important;
    color: #fff !important;
    border-color: #6c757d !important;
}

.hot-keywords .show-more:hover {
    background: #5a6268 !important;
    border-color: #5a6268 !important;
}





/* 首页热门搜索样式 */
.gm-search {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.gm-search a {
    display: inline-block;
    padding: 6px 12px;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.gm-search a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* 分页样式 */
.mac_pages {
    margin: 30px 0;
    text-align: center;
}

.page_tip {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.page_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.page_link {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page_link:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.page_current {
    background: #007bff !important;
    color: #fff !important;
    border-color: #007bff !important;
}

.page_input {
    padding: 8px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 60px;
    text-align: center;
    font-size: 14px;
}

.page_btn {
    padding: 8px 15px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

.page_btn:hover {
    background: #0056b3;
}

/* 移动端样式 */
@media (max-width: 767px) {
    .gm-search a {
        font-size: 13px;
        padding: 5px 10px;
    }

    .page_info {
        gap: 3px;
    }

    .page_link {
        padding: 6px 8px;
        font-size: 12px;
        margin: 0 1px;
    }

    .page_input {
        width: 50px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .page_btn {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* 播放页面样式 */
.gm-play {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 播放器区域 */
.gm-player {
    margin-bottom: 30px;
}

.player-header {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.player-header h1 {
    font-size: 20px;
    color: #333;
    margin: 0 0 8px 0;
}

.player-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.current-episode {
    color: #007bff;
    font-weight: 500;
}

.player-container {
    background: #000;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.video-player {
    width: 100%;
    min-height: 500px;
    background: #000;
    position: relative;
}

.video-player iframe,
.video-player video {
    width: 100%;
    height: 100%;
    border: none;
}

/* 播放器加载状态 */
.video-player:before {
    content: "正在加载播放器...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    z-index: 1;
}

/* 内容区域布局 */
.gm-content {
    display: flex;
    gap: 20px;
}

.content-left {
    flex: 2;
}

.content-right {
    flex: 1;
}

/* 播放列表样式 */
.gm-playlist {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.playlist-header {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-header h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.total-episodes {
    font-size: 14px;
    color: #666;
}

.playlist-group {
    border-bottom: 1px solid #f0f0f0;
}

.playlist-group:last-child {
    border-bottom: none;
}

.group-title {
    background: #f8f9fa;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.episode-list {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.episode-item {
    display: inline-block;
    padding: 6px 12px;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 13px;
    transition: all 0.2s ease;
    min-width: 60px;
    text-align: center;
}

.episode-item:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.episode-item.current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: 500;
}

/* 影片信息样式 */
.gm-info {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.info-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-header h2 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.header-actions .btn {
    display: inline-block;
    padding: 6px 16px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.header-actions .btn:hover {
    background: #0056b3;
}

.info-content {
    padding: 20px;
}

.info-details {
    width: 100%;
}

.detail-list {
    margin-bottom: 20px;
}

.detail-item {
    display: flex;
    margin-bottom: 8px;
    font-size: 14px;
}

.detail-item .label {
    flex: 0 0 60px;
    color: #666;
    font-weight: 500;
}

.detail-item .value {
    flex: 1;
    color: #333;
}

.info-desc h4 {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
}

.info-desc p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 播放页面移动端样式 */
@media (max-width: 767px) {
    .gm-play {
        padding: 10px;
    }

    .player-header {
        padding: 10px 15px;
    }

    .player-header h1 {
        font-size: 16px;
    }

    .player-info {
        flex-direction: column;
        gap: 5px;
        font-size: 13px;
    }

    .video-player {
        min-height: 250px;
    }

    .gm-content {
        flex-direction: column;
        gap: 15px;
    }

    .playlist-header {
        padding: 10px 15px;
    }

    .playlist-header h3 {
        font-size: 14px;
    }

    .group-title {
        padding: 8px 15px;
        font-size: 13px;
    }

    .episode-list {
        padding: 10px 15px;
        gap: 6px;
    }

    .episode-item {
        padding: 5px 10px;
        font-size: 12px;
        min-width: 50px;
    }

    .info-header {
        padding: 10px 15px;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .info-header h2 {
        font-size: 16px;
    }

    .info-content {
        padding: 15px;
    }

    .detail-item {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .detail-item .label {
        flex: 0 0 50px;
    }

    .info-desc h4 {
        font-size: 14px;
    }

    .info-desc p {
        font-size: 13px;
    }
}

/* 未使用的推荐样式已删除 */

/* 未使用的推荐样式已删除 */
    transition: all 0.3s ease;
}

.recommend-item:hover .item-overlay {
    opacity: 1;
}

.play-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon:before {
    content: "▶";
    color: #007bff;
    font-size: 16px;
    margin-left: 2px;
}

.item-info {
    padding: 12px;
}

.item-title {
    font-size: 14px;
    color: #333;
    margin: 0 0 6px 0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-meta {
    font-size: 12px;
    color: #999;
    margin: 0 0 4px 0;
}

.item-actor {
    font-size: 12px;
    color: #666;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 相关推荐移动端样式 */
@media (max-width: 767px) {
    .gm-recommend {
        margin-top: 20px;
    }

    .recommend-header {
        padding: 10px 15px;
    }

    .recommend-header h3 {
        font-size: 14px;
    }

    .recommend-list {
        padding: 15px;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }

    .item-poster {
        height: 180px;
    }

    .item-info {
        padding: 10px;
    }

    .item-title {
        font-size: 13px;
    }

    .play-icon {
        width: 30px;
        height: 30px;
    }

    .play-icon:before {
        font-size: 12px;
    }
}

/* 视频信息样式 */
.video-info {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
}

.video-info .info-left {
    flex: 0 0 150px;
}

.video-info .info-left .poster {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.video-info .info-right {
    flex: 1;
}

.video-info .info-right h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.video-info .info-right p {
    margin: 8px 0;
    color: #666;
    line-height: 1.5;
}

.video-info .info-right strong {
    color: #333;
    margin-right: 5px;
}

.video-info .actions {
    margin-top: 20px;
}

.video-info .actions .btn {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.video-info .actions .btn:hover {
    background: #0056b3;
}

/* 移动端视频信息样式 */
@media (max-width: 767px) {
    .video-info {
        flex-direction: column;
        gap: 15px;
    }

    .video-info .info-left {
        flex: none;
        max-width: 150px;
        margin: 0 auto;
    }
}

/* 筛选功能相关样式 */
.gm-meta {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    box-sizing: border-box;
}

.gm-meta > h1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.gm-meta > h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.gm-meta > a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    color: #666;
    font-size: 14px;
    border-radius: 15px;
    background: #f5f5f5;
    transition: all 0.3s;
}

.gm-meta > a.on, .gm-meta > a:hover {
    background: #ff6b6b;
    color: #fff;
}

/* 面包屑导航 */
.gm-bread {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.gm-bread > ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gm-bread > ol > li {
    display: inline-block;
}

.gm-bread > ol > li + li::before {
    content: ">";
    padding: 0 8px;
    color: #ccc;
}

.gm-bread > ol > li > a {
    color: #666;
}

.gm-bread > ol > li > a:hover {
    color: #ff6b6b;
}

.gm-bread > ol > li.on {
    color: #ff6b6b;
}

/* 分页样式 */
.gm-page {
    margin-top: 20px;
    text-align: center;
}

.gm-page > ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}

.gm-page > ul > li {
    display: inline;
}

.gm-page > ul > li > a, .gm-page > ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gm-page > ul > li.on > a, .gm-page > ul > li > a:hover {
    color: #fff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
    z-index: 2;
}

/* 结果统计 */
.result-info {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 14px;
}

.result-info .total {
    font-weight: bold;
    color: #ff6b6b;
}

.result-info .current-filter {
    margin-left: 10px;
}

/* 响应式调整 */
@media (max-width: 767px) {
    .gm-meta > a {
        padding: 3px 8px;
        margin: 3px 5px 3px 0;
        font-size: 12px;
    }
    
    .gm-bread {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .result-info {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .gm-page > ul > li > a, .gm-page > ul > li > span {
        padding: 4px 8px;
        font-size: 12px;
    }
}

.more i.t1 {
    background: url(../img/cat0.png) no-repeat center;
    background-size: 16px;
}

.more i.t2 {
    background: url(../img/cat10.png) no-repeat center;
    background-size: 16px;
}

.more i.t3 {
    background: url(../img/cat11.png) no-repeat center;
    background-size: 16px;
}

.more i.t4 {
    background: url(../img/cat12.png) no-repeat center;
    background-size: 16px;
}

.more i.t5 {
    background: url(../img/cat13.png) no-repeat center;
    background-size: 16px;
}

/* 加载状态样式 */
.gm-loading {
    text-align: center;
    padding: 20px 0;
    display: none;
}

.loading-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #ff5f00;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
}

.loading-text {
    display: inline-block;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

/* 从base_common.css整合的额外样式 */
@media (min-width: 640px){
    #dx_kf,.dxGbox {
        display:none!important;
    }
}

#playerCnt > div.tip:first-child {
    text-align: center;
    line-height: 1.8;
    color: #ffffffc2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* Grid Layout Fixes */