:root {
    --theme-color: var(--theme-color);
}

body,
html {
    background: #f8f8f8;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: break-all;
    box-sizing: border-box;
    height: auto
}

button:focus {
    outline: 0
}

a {
    color: #175199;
    text-decoration: none;
    cursor: pointer;
    outline-style: none;
    -moz-outline-style: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.strong {
    font-weight: 700
}

.box-shadow {
    box-shadow: 0 8px 33px 0 rgba(30, 35, 42, .05);
    border-radius: 8px;
    background: #fff
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: var(--theme-color);
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px var(--theme-color), 0 0 5px var(--theme-color);
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: var(--theme-color);
    border-left-color: var(--theme-color);
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.bm-burger-button {
    display: none;
    position: fixed;
    width: 20px;
    height: 18px;
    left: 15px;
    top: 15px
}

.bm-burger-bars {
    background: #323232
}

.bm-burger-bars-hover {
    opacity: .7
}

.bm-cross-button {
    height: 24px;
    width: 24px
}

.bm-cross {
    background: #bdc3c7
}

.bm-menu-wrap {
    position: fixed;
    height: 100%
}

.bm-menu {
    background: #323232;
    padding: 2.5em 0;
    font-size: 16px
}

.bm-morph-shape {
    fill: #373a47
}

.bm-item {
    display: inline-block;
    cursor: pointer
}

.bm-overlay {
    background: rgba(0, 0, 0, .3)
}

.allstar50 {
    background-position: 0 0 !important
}

.allstar45 {
    background-position: 0 -11px !important
}

.allstar40 {
    background-position: 0 -22px !important
}

.allstar35 {
    background-position: 0 -33px !important
}

.allstar30 {
    background-position: 0 -44px !important
}

.allstar25 {
    background-position: 0 -55px !important
}

.allstar20 {
    background-position: 0 -66px !important
}

.allstar15 {
    background-position: 0 -77px !important
}

.allstar10 {
    background-position: 0 -88px !important
}

.allstar05 {
    background-position: 0 -99px !important
}

.allstar0 {
    background-position: 0 -110px !important
}

.allstar0,
.allstar05,
.allstar10,
.allstar15,
.allstar20,
.allstar25,
.allstar30,
.allstar35,
.allstar40,
.allstar45,
.allstar50 {
    display: inline-block;
    zoom: 1;
    background: url(../images/12.png) no-repeat;
    background: -webkit-image-set(url(../images/12.png) 1x, url(../images/11.png) 2x) no-repeat;
    background: -moz-image-set(url(../images/12.png) 1x, url(../images/11.png) 2x) no-repeat;
    background: -o-image-set(url(../images/12.png) 1x, url(../images/11.png) 2x) no-repeat;
    background: -ms-image-set(url(../images/12.png) 1x, url(../images/11.png) 2x) no-repeat;
    width: 55px;
    height: 11px;
    margin: 0 3px 0 0;
    overflow: hidden
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    opacity: .5 !important;
    background: #fff !important
}

.swiper-pagination-bullet-active {
    width: 15px !important;
    border-radius: 100px !important;
    opacity: 1 !important
}

.fade-enter {
    opacity: .01
}

.fade-enter-active {
    opacity: 1;
    transition: opacity .5s ease-in
}

.fade-exit {
    opacity: 1
}

.fade-exit-active {
    opacity: .01;
    transition: opacity .3s ease-in
}

.load-message {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 20px
}

.movie-list-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 2
}

.Lazy {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.txtHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*----------------
    统一浏览器样式
----------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body,
p {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;;
    appearance: textfield;;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;;
    appearance: button;;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

textarea {
    outline: none
}

/*----------------
    主体公用
----------------*/
.bj {
    background: #fff
}

.movie-list-item:hover,
.wide-movie-list-item:hover,
.fixed-nav-content:hover {
    background-color: #fafafc
}

.cr1,
.cr1 .iconfont,
.cr1 .nav-title {
    color: var(--theme-color) !important;
}

.cr2 {
    color: #333 !important;
}

.cr3 {
    color: #888
}

a {
    color: #333
}

.cor3 {
    color: #22ce6b
}

.cor4 {
    color: rgba(0, 34, 77, .7)
}

.br {
    border-radius: 8px
}

.bo {
    border: 1px solid #f2f2f2;
}

.cf:before,
.cf:after {
    display: table;
    content: " ";
    clear: both;
}

.l {
    float: left
}

.r {
    float: right
}

.active,
.active:hover,
.page-current {
    color: #fff !important;
    background: var(--theme-color) !important
}

.img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover
}

.container {
    width: 1200px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto
}

.mobile-main {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    padding-left: 0;
}

.border-shadow {
    box-shadow: 0 8px 33px 0 rgb(30 35 42 / 5%);
    box-sizing: border-box
}

.card,
.home-box {
    margin-top: 10px;
    min-height: 0;
    padding: 5px 10px 10px;
    box-sizing: border-box
}

.btn {
    border: 0;
    border-radius: 30px;
    display: inline-block;
    background-color: #e9eef5;
    padding: 8px 30px;
    font-size: 12px
}

.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.input {
    outline: 0;
    padding: 4px 10px;
    background-color: #f3f3f4;
    border-radius: 23px;
    border: 0
}

/*----------------
    搜索列表
----------------*/
.vod-search-list {
    margin-bottom: 30px;
    width: 100%
}

.vod-search-list .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.vod-search-list .cover-link {
    position: relative;
    overflow: hidden;
    color: transparent;
    width: 45%;
    margin-right: 15px
}

.vod-search-list .detail {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.vod-search-list .Lazy {
    height: auto
}

.vod-search-list .movie-info .movie-title {
    font-size: 16px;
    margin-bottom: 10px
}

.vod-search-list .getop {
    margin-top: 10px
}

.vod-search-list .meta {
    height: 20px;
    max-width: 100%;
    color: #999;
    font-size: 14px;
    line-height: 20px
}

.vod-search-list .iconfont {
    font-size: 12px;
    margin-right: 3px
}

.vod-search-list .margin {
    margin: 40px 0 0 0
}


/*----------------
    动画库
----------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

/*----------------
    头部样式
----------------*/
.header {
    box-shadow: 0 8px 33px 0 rgb(30 35 42 / 5%);
    width: 100%
}

.header .header-box {
    width: 1200px;
    height: 74px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .logo-wrapper {
    width: 230px;
    height: 100%;
    display: flex;
    align-items: center
}

.header .logo {
    max-width: 100%;
    height: 40px;
    margin: 0;
    padding-left: 10px;
    cursor: pointer
}

.header .search-box {
    box-shadow: 0 2px 2px 0 rgb(0 34 77 / 10%), 0 0 0 1px rgb(30 35 42 / 5%);
    margin-right: 70px;
    width: 500px;
    height: 44px;
    border-radius: 2px;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1)
}

.header .search-field {
    width: 520px;
    border: none;
    padding: 0 0 0 15px;
    outline: 0;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333
}

.header .search-button {
    text-align: center;
    width: 54px;
    height: 100%;
    padding: 0;
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    cursor: pointer;
    display: block;
    outline: 0
}

.header .icon-sousuo {
    font-size: 22px
}

.header .navs,
.subnavs {
    list-style: none;
    padding: 0;
    top: 0;
    right: 0;
    font-size: 16px;
    height: 100%
}

.header .navs {
    padding-left: 28px;
    margin-left: auto
}

.header .nav {
    position: relative;
    height: 100%
}

.header .nav-b .iconfont {
    font-size: 24px
}

.header .nav-b {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    height: 100%
}

.header .icon-rehot {
    position: absolute;
    top: 9px;
    right: -7px
}

.header .portrait {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .service-icon {
    border-radius: 100%;
    width: 35px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    color: #8590a6;
    cursor: pointer;
    position: relative;
    height: 100%
}

.header .nav .bo {
    display: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 318px;
    height: 156px;
    position: absolute;
    top: 74px;
    right: -71px
}

.header-top {
    z-index: 99999;
    position: sticky;
    top: 0
}

/*----------------
    搜索记录/内含通用属性
----------------*/
.history_box {
    display: none;
    width: 300px;
    left: -174px
}

.history_box:before {
    right: 128px
}

.record .txtHide {
    width: 230px
}

.nodata {
    text-align: center;
    color: #888
}

.record li {
    height: 34px;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px
}

.header .nav .bj {
    position: absolute;
    top: 64px;
}

.nav .shadow:before {
    content: "";
    position: absolute;
    top: -8px;
    left: auto;
    border-color: transparent transparent #fff;
    z-index: 1;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid
}

.shadow {
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
    padding: 15px 20px
}

/*----------------
    搜索下拉
----------------*/
.suggestions {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 9;
    width: 470px;
    padding: 1px 15px 20px 15px
}

.suggestions .cr2 {
    font-size: 15px
}

.suggestions .movie-list-header {
    font-size: 14px;
    line-height: 30px;
    color: #828994;
    margin: 0;
    padding: 0
}

/*----------------
    首页顶部广告分类
----------------*/
.head {
    margin-bottom: 10px
}

.head .banner {
    /* width: 43.8%; */
    width: 100%;
}

.head .banner-box {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer
}

.head .head-guide {
    margin-left: 15px;
    width: 100%
}

.head .head-promotion {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr)
}

.head .left {
    margin-right: 5px
}

.head .right {
    margin-left: 5px
}

/* .head .banner-box{width:429px;height:232px} */
.head .banner-box {
    width: auto;
    height: 100%
}

.home-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    width: 100%;
    font-size: 12px
}

.home-nav .nav {
    text-align: center;
    width: 33.3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer
}

.home-nav img {
    width: 40px;
    height: 40px
}

.banner-box .swiper-slide {
    background-image: url(../images/img-bj.png);
    aspect-ratio: 1200 / 400;
}

/*----------------
  大幻灯片
----------------*/
.largeSlide .banner {
    width: 100%
}

.largeSlide .banner-box {
    width: 100%;
    height: 320px
}

/*----------------
  分类标题
----------------*/
.movie-list-header {
    width: 100%;
    margin: 0 -10px 0;
    padding: 0 10px 0;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px)
}

.movie-list-more {
    float: right;
    padding: 2px 6px 2px 10px;
    margin-top: 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: center;
    cursor: pointer;
    text-align: center;
    border: 1px solid silver;
    border-radius: 2px;
    font-size: 12px;
    color: #505050;
    -webkit-transition: all .2s;
    transition: all .2s;
    line-height: 16px
}

.movie-list-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 2
}

.movie-list-subject-block {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding-bottom: 3px
}

.movie-list-subject {
    font-size: 13px;
    padding: 4px 8px;
    margin-right: 10px;
    background: #f3f3f4;
    border-radius: 15px;
    white-space: nowrap;
    line-height: 2.2;
    box-sizing: border-box;
    cursor: pointer
}

.movie-list-more .iconfont {
    font-size: 12px
}

/*----------------
  友情链接
----------------*/
.Links {
    margin-top: 20px
}

.Links a {
    margin-right: 10px;
    color: #8f8f8f !important;
    font-size: 14px
}

/*----------------
  版权提示
----------------*/
.copyright {
    background: #333;
    overflow: hidden;
    position: relative
}

.copyright .vague {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(60px);
    -webkit-filter: blur(60px);
    -moz-filter: blur(60px);
    -ms-filter: blur(60px);
    -o-filter: blur(60px)
}

.copyright .txt {
    color: #fff;
    font-size: 20px;
    text-shadow: 5px 5px 5px var(--theme-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 99%;
    text-align: center;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/*----------------
  列表预加载
----------------*/
.movie-list-body,
.movie-list-body2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: 0 0;
    line-height: 100%;
    margin: 0 -1% -8px;
    box-sizing: border-box
}

/* .movie-list-item{width:14.666666666666668%;padding:10px 1% 3px;font-size:15px;cursor:pointer} */
.movie-list-item {
    width: calc(100% / 4 - 20px);
    padding: 10px 10px 3px;
    font-size: 15px;
    cursor: pointer
}

.movie-post-wrapper {
    position: relative;
    overflow: hidden;
    color: transparent
}

/* .movie-post-lazyload{padding-top:140%} */
.movie-post-lazyload {
    padding-top: 66.67%
}

.movie-info .movie-title,
.titleName {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4px
}

.movie-info .movie-rating {
    line-height: 1.5;
    display: inline-block
}

.movie-rating {
    font-size: 13px
}

.wide-movie-list-body {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.wide-movie-list-item {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    padding: 0;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    height: 96px
}

.wide-movie-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: auto;
    margin: 6px 0 0 5px;
    border-radius: 8px;
    object-fit: cover
}

.wide-movie-info {
    padding: 4px 5px 5px 75px
}

.wide-movie-info .movie-title {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700
}

.wide-movie-info .movie-rating {
    display: inline-block;
    line-height: 1.5
}

.wide-movie-info .movie-text {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;;
    line-clamp: 2;;
    overflow: hidden
}

.list-w-b .movie-list-item {
    width: 31.333333333333336%
}

/*----------------
    列表空提示
----------------*/
.no-result {
    text-align: center;
    margin: 80px auto;
    width: 100%
}

.no-result img {
    width: 20%;
    margin: 20px
}

/*----------------
    广告
----------------*/
.banner-box {
    margin-top: 20px;
    margin-bottom: -10px;
    width: 100%;
    cursor: pointer
}

/*----------------
    分类滑动
----------------*/
/* .fixed-nav{position:fixed;margin-left:1050px;top:310px;z-index:5} */
.fixed-nav {
    position: fixed;
    margin-left: 1200px;
    top: 310px;
    z-index: 5
}

/* .fixed-nav-content{position:relative;-webkit-box-align:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#828994;line-height:1;padding:8px 3px;cursor:pointer;margin-bottom:1px;box-shadow:0 2px 4px 0 rgba(0,0,0,.04);height:20px;font-size:14px;width:50px} */
.fixed-nav-content {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #828994;
    line-height: 1;
    padding: 8px 6px;
    cursor: pointer;
    margin-bottom: 1px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
    height: 20px;
    font-size: 14px;
    width: auto;
    font-weight: bold;
}

.content {
    position: absolute;
    top: 140px;
    box-shadow: 0 8px 33px 0 rgba(30, 35, 42, .05);
    z-index: 999
}

.icon-shouqi {
    font-size: 30px
}

.first {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

/*----------------
    右键提示插件
----------------*/
.tipso_bubble,
.tipso_bubble>.tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tipso_bubble {
    position: absolute;
    text-align: center;
    border-radius: 6px;
    z-index: 99999;
    padding: 10px
}

.tipso_bubble>.tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none
}

.tipso_bubble.top>.tipso_arrow {
    border-color: #000 transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.bottom>.tipso_arrow {
    border-color: transparent transparent #000;
    bottom: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.left>.tipso_arrow {
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: 100%;
    margin-top: -8px
}

.tipso_bubble.right>.tipso_arrow {
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: 100%;
    margin-top: -8px
}

/*----------------
    wap菜单
----------------*/
.mobile-nav-box {
    display: none
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    box-shadow: rgb(30 35 42 / 5%) 0 8px 33px 8px;
    z-index: 99;
    padding: 5px 0;
}

.mobile-nav .nav {
    width: 33.3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.mobile-nav .iconfont {
    color: #0d253f;
    font-size: 25px
}

.mobile-nav .nav-title {
    color: #0d253f;
    font-size: 12px
}

/*----------------
    测导航
----------------*/
.bm-menu {
    z-index: 9999;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.bm-item-list {
    height: 100%;
}

.bm-menu-wrap .icon-close2 {
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #bdc3c7;
    font-size: 13px
}

.bm-menu-wrap .bm-item {
    display: block;
    padding: 0 16px 0 32px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}

.bm-item-img {
    width: 200px;
    margin: 10px 0 0 30px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px
}

.bm-overlay {
    position: fixed;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    transition: opacity .3s ease 0s
}

.bm-menu-wrap {
    transform: translate3d(-260px, 0, 0);
    display: block;
    position: fixed;
    right: inherit;
    z-index: 1060;
    width: 260px;
    height: 100%;
    transition: all .5s ease 0s
}

.bm-list-right {
    transform: translate3d(0, 0, 0)
}

.deviation {
    transform: translate3d(260px, 0, 0);
    transition: all .5s ease 0s
}

/*----------------
    影片筛选
----------------*/
.filter-zone {
    margin: 0 -10px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(180%) blur(30px)
}

.category-block {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.category {
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px;
    color: #888;
    line-height: 2;
    cursor: pointer;

}

.category-border {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: silver;
    position: relative;
    margin-right: 10px
}

.filter-block {
    display: inline-block;
    /* width: 23%; */
    width: auto;
    box-sizing: border-box;
    text-align: center;
    line-height: 2
}

.filter-name {
    font-size: 15px;
    cursor: pointer;
    display: inline-block
}

.filter-panel {
    display: none;
    position: absolute;
    box-sizing: border-box;
    transform: translateX(-10px);
    box-shadow: rgb(30 35 42 / 5%) 0 8px 33px 0;
    margin-top: 0;
    z-index: 2;
    padding: 8px;
    width: 100%
}

.filter--active {
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    background: var(--theme-color)
}

.filter_item {
    font-size: 14px
}

.filter {
    line-height: 1;
    display: inline-block;
    font-size: 13px;
    padding: 3px 4px;
    margin: 3px 4px;
    white-space: nowrap;
    cursor: pointer
}

.category:nth-child(1) .category-border {
    display: none
}

.filter-block .iconfont {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    margin-left: 4px
}

/*----------------
    分类right
----------------*/
.mobile-main-type {
    width: 690px
}

.mobile-main-type .movie-list-item {
    width: calc(100% / 4 - 20px);
}

.sidebar {
    box-sizing: border-box;
    width: 350px
}

.sidebar .items {
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
    padding: 0;
    margin-top: 15px;
    margin-left: 12px
}

.sidebar .item {
    font-size: 13px;
    color: #8590a6;
    margin-right: 15px
}

.top-sticky {
    z-index: 3;
    position: sticky;
    top: 84px
}

/*----------------
    详情页
----------------*/
.movie {
    padding: 0
}

/* .poster{width:16%;height:100%;border-top-left-radius:8px;overflow:hidden;float:left} */
.poster {
    width: 40%;
    height: 100%;
    border-top-left-radius: 8px;
    overflow: hidden;
    float: left
}

.poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block
}

.summary {
    line-height: 20px;
    text-align: justify;
    color: #8590a6;
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
    position: relative
}

.detailsTxt {
    height: 40px;
    margin: 15px
}

.ectogg {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: auto;
    background: #fff;
    padding: 0 10px;
    color: #175199;
    cursor: pointer
}

.ectogg.away {
    top: 18px
}

/* .title-block{padding:0 2%;font-size:14px;line-height:20px;float:left;width:80%} */
.title-block {
    padding: 0 2%;
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 53%
}

.title-block .movie-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 10px
}

.title-block .scroll-content a {
    background-color: #e9eef5;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 26px;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden
}

.title-block p {
    line-height: 22px
}

.details .fixed-nav {
    position: fixed;
    margin-left: -4rem;
    top: 10rem;
    z-index: 5
}

.details .fixed-nav-content {
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: .75rem;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    width: 20px
}

.s1 {
    font-size: 20px !important
}

.mama {
    width: 100%
}

.starLink a {
    color: #37a
}

/*----------------
    评论模块
----------------*/
.comment {
    margin: 20px 0;
    position: relative;
    font-size: 14px
}

.comment_content,
.gbook_content {
    width: 96%;
    height: 68px;
    overflow-y: auto;
    padding: 2%;
    background: #f3f3f4;
    border: 0;
    margin-bottom: 10px
}

.cmttext {
    float: left;
    height: 21px;
    width: 45px;
    margin-right: 10px;
    line-height: 21px
}

.comment_submit {
    padding: 0;
    height: 29px;
    width: 80px
}

.comment-list {
    margin-bottom: 15px
}

.comment-reply {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 1px
}

.anthology-wrap {
    margin-bottom: 10px
}

.comment-list .item_con {
    width: 100%
}

.comment_face_panel {
    float: left;
    margin-right: 14px;
    font-size: 26px !important
}

.comment_face_box {
    padding: 15px;
    top: 145px;
    position: absolute;
    left: 0;
    z-index: 2000;
    background: #323232;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
    border-radius: 4px;
    width: 264px;
    display: none
}

.comment_face_box img {
    width: 27px;
    height: 27px;
    margin: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    -moz-background-size: 100%;
    float: left
}

.comment .mac_verify_img,
.msg_code .mac_verify_img {
    height: 29px;
    float: left;
    margin-right: 10px;
    border-radius: 23px
}

.nfw {
    line-height: 29px;
    height: 29px;
    float: right;
    margin-left: 10px
}

.face-arrow {
    position: absolute;
    left: 10px;
    top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #323232;
    border-radius: 0 1px 0 1px;
    width: 8px;
    height: 8px
}

.comment_face_off {
    margin-bottom: 6px;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 12px
}

.comment-list .user-face {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.comment-user {
    line-height: 20px;
    padding-bottom: 6px;
    height: 20px
}

.comment-list .name,
.mac_msg_l .name {
    margin-right: 10px;
    font-weight: 600
}

.comment-list .anthology-wrap img,
.comment-reply img {
    margin: 0 10px;
    width: 30px;
    vertical-align: middle
}

.comment-list .gw-action {
    text-align: right;
    font-size: 12px;
    line-height: 26px
}

.comment-list .gw-action a {
    margin-right: 10px
}

.comment-user .cr3 {
    font-size: 12px
}

.gbookgf {
    padding: 20px 0
}

/*----------------
    选集
----------------*/
.play-select #zxdaoxu {
    position: absolute;
    top: 12px;
    font-size: 14px;
    right: 10px
}

.content_playlist {
    margin-right: -1%
}

.content_playlist li {
    width: 20%
}

.play_source {
    overflow: hidden
}

.play-select .btn {
    padding: 0;
    width: 96%;
    margin: 0 2% 4% 0;
    text-align: center;
    line-height: 32px;
    height: 32px;
    border-radius: 16px
}

.play_list_box {
    display: none
}

.show {
    display: block
}

.play_source .swiper-slide {
    width: auto;
    padding: 10px;
    border-radius: 6px 6px 0 0
}

.play_source .swiper-wrapper {
    border-bottom: 1px solid var(--theme-color)
}

.MacPlayer {
    border-radius: 10px;
    height: 377px !important
}

/*----------------
    我的主页
----------------*/
.nav-item {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 8px;
    font-size: 18px;
    cursor: pointer
}

.nav-icon {
    font-size: 25px !important;
    margin-right: 10px
}

.nav-title {
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.type-logo {
    margin-left: auto;
    font-size: 25px !important;
    color: #8590a6;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recommend-icon {
    font-size: 30px !important
}

.icon-shandian {
    color: #946ce6
}

.icon-gouwudai1 {
    color: #fb4e60
}

.icon-link-fill {
    color: #1eb2e0
}

.icon-feedback {
    color: #fdab3e
}

.model {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 999
}

.model-content {
    display: block;
    box-sizing: border-box;
    width: 90%;
    padding: 0 10px 10px;
    max-width: 400px;
    box-shadow: rgb(30 35 42 / 5%) 0 8px 33px 0
}

.icon-close {
    font-size: 30px !important;
    float: right;
    color: #000;
    margin-top: -6px;
    margin-right: -16px
}

.text {
    line-height: 1.5
}

/*----------------
    底部更多菜单
----------------*/
.ec-footer_scroll {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 3%;
    z-index: 100;
}

.ec-footer_scroll a {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}

.ec-lrmenu a {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transition: all ease-out 400ms;
    -webkit-transition: all ease-out 400ms;
    transition-timing-function: cubic-bezier(0.8, 0.84, 0.44, 1.3)
}

.ec-footer_scroll .ec-lrmenu {
    overflow: hidden;
    height: 0
}

.ec-footer_scroll .ec-lrshow {
    height: auto;
    padding-top: 10px
}

.ec-footer_scroll .ec-lrshow a {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
}

.ec-lrmenu a,
.ecReturn {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%)
}

.link li {
    font-size: .36rem;
    margin: 3%;
    float: left
}

/*----------------
    分页
----------------*/
.module-footer {
    text-align: center;
    padding: 30px 0 20px 0
}

.page-number {
    border-radius: 50px;
    min-width: 40px;
    position: relative;
    margin: 0 2px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    background: #f3f5f7;
    color: rgba(0, 0, 0, .68)
}

.page-next,
.page-previous {
    padding: 0 18px
}

@media (max-width: 767px) {

    .head,
    .mobile-nav-box,
    .bm-burger-button,
    .details .container {
        display: block
    }

    .nav5,
    .fixed-nav,
    .display {
        display: none !important
    }

    .details .sidebar {
        width: 100%
    }

    /*----------------
        头部
    ----------------*/
    .header .navs,
    .subnavs {
        display: none
    }

    .header .header-box {
        width: 100%;
        display: block;
        height: auto
    }

    .header .logo-wrapper {
        width: 100%;
        display: block
    }

    .header .logo {
        height: 30px;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
        text-align: center
    }

    .header .logo img {
        height: 100%
    }

    .header .search-box {
        width: 100%
    }

    .header .header-box {
        display: block;
        height: auto;
        padding: 0 2% 10px;
        width: 100%
    }

    .header {
        z-index: 99;
        position: sticky;
        top: 0
    }

    .suggestions {
        width: 92%;
        padding: 2% 2% 4% 2%;
        top: 96px
    }

    /*----------------
        主体
    ----------------*/
    .container {
        width: 100%;
        padding: 10px;
        flex-wrap: wrap;
    }

    .head .banner {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        cursor: pointer
    }

    /* .head .swiper-slide{width:429px;padding-top:50%} */
    .head .banner-box {
        width: 100%;
        height: auto
    }

    .img-lazyload {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
        object-fit: cover
    }

    .mobile-main {
        padding: 0;
        width: 100%
    }

    .head .head-guide {
        margin-left: 0
    }

    .movie-list-item {
        width: 31.333333333333336% !important
    }

    /*----------------
        列表
    ----------------*/
    .movie-list-subject-block {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        -webkit-scrollbar-width: none;
        -moz-scrollbar-width: none;
        -ms-scrollbar-width: none;
        scrollbar-width: none;
    }

    .vod-search-list .movie-info .movie-title {
        margin-bottom: 0
    }

    .vod-search-list .getop {
        margin-top: 0
    }

    .no-result img {
        width: 40%
    }

    .content_playlist li {
        width: 25%
    }

    .MacPlayer {
        height: 200px !important
    }

    .Links {
        margin-bottom: 60px
    }

    /*----------------
    详情页顶部
    ----------------*/
    .poster {
        width: 26%
    }

    .title-block {
        width: 70%
    }

    /*----------------
    底部右侧漂浮菜单
    ----------------*/
    .ec-footer_scroll {
        display: block
    }
}

/* Custom */
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.of-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.of-fill {
    width: 100%;
    height: 100%;
    object-fit: fill;
}


.logo-wrapper img {
    max-width: 80%;
}

.movie-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;;
    line-clamp: 2;;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.vod-search-list .margin {
    margin: 15px 0 0 0
}

.list-w-b .movie-list-item {
    width: calc(100% / 2 - 20px);
}

.mobile-main-type {
    width: 75%;
}

.sidebar {
    width: 25%;
}

.poster {
    padding: 5px;
}

.poster img {
    aspect-ratio: 100 / 58;
}

.category-block {
    white-space: nowrap;
    overflow-x: scroll;
}

@media screen and (max-width:767px) {

    .mobile-main-type {
        width: 100%;
    }

    .sidebar {
        width: 100%;
    }

    .vod-search-list .cover-link {
        width: 50%;
    }

    .vod-search-list {
        margin-bottom: 10px;
    }

    .poster {
        width: 97%;
    }

    .title-block {
        width: 97%;
    }

    .movie-list-item {
        width: calc(100% / 2 - 20px) !important
    }

    .movie-list-subject {
        margin-right: 6px;
    }
}

.MacPlayer {
    aspect-ratio: 1000 / 563;
    height: 100% !important;
}

.swiper-container-fade .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    object-fit: cover;
}

.head-guide .head-promotion img {
    aspect-ratio: 100 / 60;
}


.bm-burger-button {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}

.bm-burger-button>div {
    width: 26px;
    height: 20px;
    position: relative;
    padding: 15px 10px;
}

.bm-burger-button .bar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Footer */
.footer {
    margin-bottom: 100px;
    background: white;
    border-radius: 5px;
}

.footer .footer_text {
    /* max-width: 90%; */
    margin: 20px auto;
    text-align: center;
    line-height: 1.5rem;
}

.footer .footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .footer_contact>div {
    margin-bottom: 5px;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}