html {
    font-size: 14px;
}
button {
    border: none;
    outline: none;
    cursor: pointer;
}
.movie-header {
    display: flex;
}
.movie-base {
    width: 1740px;
    margin: 0 auto;
}
.movie-bottom {
    margin-bottom: 100px;
}
.to-search {
    color: #fff !important;
}
.bg-gray {
    background: #eaedf1;
}
.bg-gray a {
    color: #111 !important;
}
.bg-black {
    background: rgba(7, 7, 10, .92);
}
.bg-black a {
    color: #fff;
}
.user-headimg img {
    border: 2px solid #956b30;
}
.nav {
    margin-right: 50px;
}

.movie-search {
    height: 210px;
}

.search-box {
    max-width: 680px;
    margin: auto;
    position: relative;
    top: 50px;
}
.search-box-s {
    max-width: 680px;
    margin: auto;
    position: relative;
    top: 50px;
}

.box-logo {
    height: 130px;
    text-align: center;
    line-height:130px;
}


.search-main {
    height: 56px;
    display: flex;
    width: 100%;
    position: absolute;
    box-shadow: 0 7px 21px rgb(149 157 165 / 22%);
    border-radius: 10px;
}

.search-main input {
    width: 100%;
    padding: 0 3%;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-main button {
    width: 15%;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.search-main button img {
    width: 20px;
}

.list-content {
    display: flex;
    margin-bottom: 20px;
}

.c-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}

.box-item {
    width: 200px;
    margin: 0 20px 20px 0;
    display: inline-block;
}

.c-left {
    width: 1520px;
}

.c-right {
    margin-left: 20px;
    width: 200px;
}

.c-title {
    margin-bottom: 15px;
    font-size: 0;
    vertical-align: baseline;
    position: relative;
}
.c-title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}
.c-title .more {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 18px;
    background: #f3f5f7;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
}

.box-item-pic img {
    width: 100%;
    height: 280px;
}


.box-item-title {
    line-height: 35px;
}
.box-item-title a {
    font-size: 15px;
    font-weight: bold;
}
.box-item-title a:hover {
    color: red;
}

.box-item-text {
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
}

.box-item-cover {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 7px 21px rgb(149 157 165 / 22%);
}
.box-item-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent);
}
.box-item-caption span {
    max-width: 58px;
    background: rgba(0, 0, 0, .51);
    color: #c2c6d0;
    margin: 0 5px 0 0;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block !important;
}

.box-item-content {
    width:100%;
    padding: 12px 10px;
    font-size: 12px;
    background: #fff;
    z-index: 2;
    position: absolute;
    transition:all 0.4s ease;
    bottom:calc(-100% - 1px);
}

.video-name {
    font-size: 16px;
    font-weight: 700;
}

.video-author {
    padding: 8px 0;
    color: rgba(0, 0, 0, .62);
    font-size: 0;
}
.video-author span {
    background: #eaedf1;
    max-width: 24%;
    margin: 0 5px 0 0;
    color: rgba(0, 0, 0, .62);
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block !important;
}

.video-author span:nth-child(n+4) {
    display: none !important;
}

.video-desc {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
    display: -webkit-box;
    max-height: 58px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}


.box-item-cover:hover .box-item-pic>img {
    opacity: 0.8;
}
.box-item-cover:hover .box-item-content {
    bottom: 0;
}

.m-20 {
    margin-right: -20px;
}

.c-scroll {
    overflow: hidden;
    border-radius: 5px;
}

.text-list-item {
    overflow: hidden;
    display: flex;
    padding: 12px 10px 11px;
    align-items: center
}

.text-list-item:nth-child(1) {
    background: linear-gradient(90deg, #f7edd1, #ffecb6)
}

.text-list-item:nth-child(2) {
    background: #e9eef5
}

.text-list-item:nth-child(3) {
    background: #edece8
}

.text-list-item:nth-child(4) {
    border-radius: 5px 5px 0 0
}

.text-list-item:nth-child(-n+3) {
    border-radius: 5px;
    margin-bottom: 5px
}

.text-list-item:nth-child(n+4) {
    background: #f3f5f7;
    border-bottom: 1px solid #eaedf1
}

.text-list-item:nth-child(n+4):hover {
    background: #eaedf1
}

.text-list-item:last-child {
    border: none
}

.text-list-num {
    position: relative;
    left: -15px;
    z-index: 1;
    display: inline-block;
    height: 20px;
    width: 30px;
    text-align: center;
    line-height: 20px;
    color: rgba(0, 0, 0, .4);
    font-weight: 700;
    font-style: italic;
    margin: -16px -5px 0 0;
    text-indent: 3px
}

.text-list-num::before {
    content: '';
    height: 100%;
    width: 120%;
    border-radius: 3px;
    z-index: -1;
    transform: skewX(350deg);
    background: #d7dae1;
    position: absolute;
    top: 0;
    right: 0
}

.text-list-title {
    display: inline-block;
    max-width: 140px
}

.text-list-title h3 {
    font-weight: 700;
    font-size: 16px
}

.text-list-title p {
    font-size: 12px;
    margin-top: 5px;
    color: rgba(0, 0, 0, .51)
}

.top-main {
    color: #fff
}

.top-main {
    height: 30px;
    line-height: 30px;
    font-size: 16px
}

.top-main::before {
    content: '';
    height: 180%;
    width: 180%;
    border-radius: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: -40%;
    right: 20%;
    z-index: -1
}

.top-1::before {
    background: linear-gradient(90deg, #ffdf7d, #ffbd27)
}

.top-2::before {
    background: linear-gradient(90deg, #d0d0d0, #b0bbc6)
}

.top-3::before {
    background: linear-gradient(90deg, #ead9be, #c8be99)
}


.text-list-item:hover h3{
    color: red;
}


.nav-search {
    height: 45px;
    width: 500px;
    background: #fff;
    border-radius: 10px;
    margin: 12px 0 0 50px;
    display: flex;
}
.nav-search input {
    width: 84%;
    padding: 0 3%;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav-search button {
    width: 10%;
    border: none;
    outline: none;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.nav-search button img {
    width: 20px;
}

.m-tag {
    width: 100%;
    padding: 0;
}
.list-title {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}

.tag-box {
    padding: 25px;
    background: #fff;
    border-radius: 18px;
    margin: 10px -25px 30px;
    position: relative;
}

.library-box {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
    display: flex;
}

.library-box::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eaedf1;
}
.library-box-first::after {
    height: 2px;
    top: inherit;
    bottom: -10px
}

.library-box-first .library-list {
    margin: 0 auto
}

.library-box-first .library-item {
    font-size: 18px;
    padding: 0 15px;
    font-weight: 700
}

.library-box-first .library-item.selected {
    background: 0 0;
    position: relative
}

.library-box-first .library-item.selected::after {
    content: '';
    height: 3px;
    background: #ff2a14;
    width: 50%;
    border-radius: 50px;
    position: absolute;
    bottom: -11px;
    left: 25%;
    z-index: 1
}



.library-box .scroll-content {
    display: flex
}

.library-box:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important
}

.library .library-box:last-child {
    text-align: center;
    padding-top: 20px
}

.library .library-box:last-child::after {
    height: 3px
}

.library-list {
    display: inline-block
}

.library-item {
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
}

.library-item:hover,.library-item.selected {
    color: #ff2a14;
    background: #fef0e5;
    font-weight: 700
}

.library-item-first {
    max-height: 35px
}

.library-stat {
    font-size: 14px;
    color: rgba(0, 0, 0, .62)
}

.body-a {
    position: absolute;
    width: 100%;
    background: #eaedf1;
    top: 70px;
    height: 150px;
    z-index: -1;
}



.list-header {
    font-size: 0;
    margin: 10px 0 40px
}

.list-header .block-box-item {
    flex: 1;
    height: 80px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    overflow: hidden
}

.list-header .block-box-item:hover {
    background: #e3e6eb
}

.list-header .space-line-bold {
    background: #d7dae1;
    display: inline-block;
    float: none;
    height: auto;
    margin: 5px 10px 5px 0
}


.library-box-first::after {
    height: 2px;
    top: inherit;
    bottom: -10px
}

.library-box-first .library-list {
    margin: 0 auto
}

.library-box-first .library-item {
    font-size: 18px;
    padding: 0 15px;
    font-weight: 700
}

.library-box-first .library-item.selected {
    background: 0 0;
    position: relative
}

.library-box-first .library-item.selected::after {
    content: '';
    height: 3px;
    background: #ff2a14;
    width: 50%;
    border-radius: 50px;
    position: absolute;
    bottom: -11px;
    left: 25%;
    z-index: 1
}


.library-box .scroll-content {
    display: flex
}


.library .library-box:last-child {
    text-align: center;
    padding-top: 20px
}

.library .library-box:last-child::after {
    height: 3px
}

.library-list {
    display: inline-block
}


.view-heading {
    margin-top: 0
}

.view .video-info .page-title {
    padding-bottom: 10px;
    font-size: 38px;
    line-height: 1.3;
    color: rgba(7, 7, 10, .92)
}

.video-subtitle {
    margin-top: -5px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px
}

.video-cover {
    float: right;
    width: 200px;
    overflow: hidden;
    margin: 0 0 0 25px;
    border-radius: 10px
}

.video-cover .module-item-pic a {
    padding-top: 55%
}

.video-info {
    padding: 0 0 5px 5px
}

.video-info-aux {
    font-size: 0
}

.video-info-aux .tag-link {
    background: #eaedf1;
    margin-left: 5px;
    overflow: hidden
}

.video-info-aux .tag-link a {
    color: rgba(0, 0, 0, .68)
}

.video-info-aux .tag-link:first-child {
    background: #fef0e5;
    margin: 0
}

.video-info-aux .tag-link:first-child:hover {
    background: #fde6dd
}

.video-info-aux .tag-link:hover {
    background: #e3e6eb
}

.video-info-aux .tag-link i {
    vertical-align: -1px
}

.video-info-aux .tag-one-link:nth-child(n+2) {
    display: none
}

.video-tag-icon {
    display: inline-block;
    margin: 0 3px 0 0
}


.video-info-main {
    padding: 20px 0
}

.video-info-items {
    display: flex;
    padding-bottom: 5px;
    line-height: 1.7
}

.video-info-items .video-info-actor {
    width: 100%
}

.video-info-items:last-child {
    min-height: 50px;
    padding: 0;
    word-break: break-all
}

.video-info-itemtitle {
    display: inline-block;
    min-width: 46px;
    font-weight: 700;
    color: rgba(0, 0, 0, .51)
}

.video-info-share {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.video-info-share .icon-happy {
    position: absolute;
    font-weight: 700;
    background-image: -webkit-linear-gradient(45deg, #ff9800, #ff2a14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    right: 25px;
    bottom: 16px;
    font-size: 18px
}

.video-info-share:hover .icon-happy:before {
    content: "\e910"
}

.video-info-share .share-btn {
    height: 50px;
    padding: 0 56px 0 35px;
    z-index: 2;
    border-radius: 0 0 18px 0;
    position: relative;
    overflow: hidden;
    background: none;
}

.video-info-share .share-btn::before {
    content: '';
    border-radius: 0 0 18px 0;
    border: 1px solid #efddcb;
    border-width: 0 1px 1px 0;
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 0;
    height: 100%;
    width: calc(100% - 5px)
}

.video-info-share .share-btn::after {
    content: '';
    border: 2px solid #efddcb;
    border-width: 1px 0 0 1px;
    box-shadow: 5px 5px 2px #f6e9dc inset;
    transform: skewX(-12deg);
    background: #fef0e5;
    border-radius: 8px 0 0 0;
    position: absolute;
    z-index: -2;
    right: -10px;
    top: 0;
    height: 100%;
    width: 100%
}

.video-info-share .share-btn:hover::after {
    background: #fde6dd;
    box-shadow: 5px 5px 2px #fcdfd3 inset
}

.video-info-share i {
    font-size: 14px;
}

.more-content {
    color: #ff2a14;
    cursor: pointer
}

.more-content span {
    color: rgba(7, 7, 10, .92)
}

.video-player-handle .btn-block-o {
    cursor: pointer;
    font-size: 12px
}

.video-player-handle .handle-btn {
    margin-left: 8px;
    color: #8f8f8f
}

.video-player-handle .handle-btn em:hover
{
    color: #fff
}

.video-player-handle .handle-btn em {
    color: rgba(7, 7, 10, .92);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transform: scale(.78);
    transform-origin: top right;
    border-radius: 5px 5px 0 5px
}

.video-player-handle .drop:hover .handle-btn,
.video-player-handle .drop:hover .handle-btn i,
.video-player-handle .handle-btn:hover i,
.video-player-handle .handle-btn:hover {
    color: #ff2a14
}

.video-player-handle .handle-btn:hover em {
    color: rgba(7, 7, 10, .92)
}

.video-player-handle .handle-btn:hover i,
.video-player-handle .drop:hover .handle-btn i,
.video-player-handle .drop:hover .block-name,
.video-player-handle .handle-btn:hover .block-name {
    position: relative;
    z-index: 2
}

.video-player-handle .drop:hover .handle-btn::after,
.video-player-handle .handle-btn:hover::after {
    z-index: 1
}

.video-player-handle .drop,
.video-player-handle-more {
    display: inline-block
}

.video-player-handle .drop .drop-content {
    min-width: 365px;
    top: 55px
}

.video-player-handle .drop .drop-content-items {
    padding: 10px 20px
}

.video-player-handle .drop .drop-content-items::before {
    right: 25px
}

.handle-more-drop .btn-block-o {
    background: 0 0;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    text-align: inherit
}

.handle-more-drop .btn-block-o:hover strong {
    color: #ff2a14
}

.handle-more-drop .btn-block-o::after {
    border-width: 1px 0 0;
    border-top-color: #e3e6eb;
    border-radius: 0 !important
}

.handle-more-drop .btn-block-o i {
    width: 50px;
    line-height: 50px;
    vertical-align: 5px;
    font-size: 26px;
    color: rgba(0, 0, 0, .83);
    text-align: center;
    display: inline-block;
    border-radius: 50px
}

.handle-more-drop .block-name {
    padding-top: 4px;
    display: inline-block;
    margin-left: 10px;
    color: rgba(0, 0, 0, .51)
}

.handle-more-drop .block-name strong {
    font-size: 16px;
    color: rgba(0, 0, 0, .83)
}

.handle-more-drop .btn-block-o:first-child {
    margin: 0
}

.handle-more-drop .btn-block-o:first-child::after {
    border: none
}

.video-player-handle .qrcode-img,
.video-player-handle .btn-qrcode img {
    height: 90px;
    width: 90px
}

.video-player-handle .btn-qrcode {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.video-player-handle .btn-qrcode .block-name {
    font-size: 14px
}

.video-player-handle .btn-qrcode .block-name strong {
    font-size: 14px
}

.video-player-handle .btn-qrcode .block-name p {
    margin-bottom: 5px
}

.video-player-handle .btn-qrcode:hover {
    color: inherit
}

.view .btn-aux,
.view .btn-important {
    font-size: 16px
}

.play .module-tab,
.view .module-tab {
    height: 50px;
    overflow: hidden;
    margin: 0 0 -15px 20px;
    width: 90%
}

.view .video-info-main {
    min-height: 200px
}

.nfmsg {
    padding: 150px;
    background: #eaedf1;
    position: relative;
    overflow: hidden
}

.nfmsg::before,
.nfmsg::after {
    content: '';
    position: absolute;
    z-index: -10;
    height: 230px;
    width: 230px
}

.nfmsg::before {
    right: 10px;
    top: 15px;
    background: url(../image/logo.png);
    filter: blur(10px);
    background-size: cover;
    opacity: .18
}

.nfmsg::after {
    left: 80px;
    bottom: 100px;
    border: 10px solid #e3e6eb;
    border-radius: 50%
}

.nfmsg .content {
    max-width: 100% !important;
    padding: 0 !important
}

.nfmsg .nfmsg-box {
    margin: 0
}

.nfmsg-box {
    padding: 100px 0;
    text-align: center
}

.nfmsg .nfmsg-box {
    padding: 130px 50px
}

.nfmsg-left {
    background: url(../image/notfound.svg) no-repeat center;
    background-size: contain;
    width: 70%;
    display: inline-block;
    height: 210px
}

.nfmsg-right {
    display: inline-block;
    width: 70%
}

.nfmsg-title {
    font-size: 24px;
    font-weight: 700
}

.nfmsg-content {
    padding: 5px 0 0
}

.nfmsg-content p {
    padding-top: 30px
}

.nfmsg-content a {
    margin-right: 10px;
    border-radius: 50px
}

.player-block {
    background: #101010;
    padding: 15px 0 20px;
    margin: 0 0 30px
}

.player-box-main {
    position: relative;
    overflow: hidden
}

.MacPlayer iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.MacPlayer {
    padding-bottom: 56.25% !important;
    display: block
}

.tips-box {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0 12px;
    border-radius: 10px;
    z-index: 99;
    width: calc(100% - 16px);
    background: rgba(0, 0, 0, .38);
    backdrop-filter: saturate(0%) blur(10px);
    -webkit-backdrop-filter: saturate(100%) blur(10px)
}

.slash {
    padding: 0 7px;
    color: #d7dae1
}

.slash:first-child {
    display: none
}


.btn-small, .video-info-aux .tag-link {
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
}



.page-title {
    padding-bottom: 10px;
    font-size: 38px;
    line-height: 1.3;
    color: rgba(7, 7, 10, .92);
}

.play{
    font-size: 16px;
    border-radius: 50px;
    padding: 0 30px;
    color: #fff;
    cursor: pointer;
    background: #ff2a14;
    line-height: 40px;
    display: inline-block;
}
.p-s {
    background: linear-gradient(90deg, #ff9800, #ff2a14) !important;
}
.collect {
    font-size: 16px;
    border-radius: 50px;
    padding: 0 30px;
    cursor: pointer;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    margin-left: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
.collect:hover,.active {
    color: red;
    font-weight: bold;
}
.down {
    font-size: 16px;
    color: #34a853;
    background: #ecf9f0;
    border-radius: 50px;
    padding: 0 30px;
    margin-left: 10px;
    line-height: 40px;
    display: inline-block;
    border:1px solid #34a853;
    cursor: pointer;
}

.mobile-play {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: -1;
}

.mobile-play:before {
    content: '';
    position: absolute;
    z-index: 2;
    height: 105%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
    backdrop-filter: saturate(180%) blur(10px);
}
.mobile-play:after {
    content: '';
    position: absolute;
    z-index: 2;
    opacity: .1;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url(../images/frosted.png);
    background-size: 30%;
    filter: invert(100%);
}
.playlist-scroll {
    width: 100%;
    background: #eaedf1;
    overflow: hidden;
    border-radius: 10px;
}

.play-box {
    padding: 15px;
    background: #eaedf1;
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: scroll;
    width: calc(100% + 10px);
}


.play-box a {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px;
    background: #f7f8f9;
    text-align: center;
    margin: 5px;
    position: relative;
}
.play-box a:hover,.play-box .active {
    color: red;
    font-weight: bold;
}


.play-content {
    background: #101010;
    padding-top: 15px;
}
.p-p {
    display: flex;
    position: relative;
}
.play-content,.play-content a,.play-content span {
    color: #fff3f3;
}
.p-left {
    width: 82%;
}

.p-right {
    margin-left: 2%;
    width: 16%;
    padding: 1%;
    background: #232328;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}


.p-box {
    width: 100%;
    height: 700px;
    background: #000000;
}
.p-detail {
    margin: 10px 0;
}
.tag {
    margin-top: 10px;
}
.p-detail h1 {
    position: relative;
    z-index: 2;
}


.tag a {
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    background: #232328;
    margin-right: 10px;
    margin-bottom: 5px;
}

.p-right a {
    margin: 5px 2%;
    width: 45%;
    color: rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .18);
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px;
    float: left;
}
.p-right a:nth-child(2n){
    margin-right: 0;
}
.p-right a:hover,.p-right .active {
    color: red;
    font-weight: bold;
}


.p-fake-box {
    height: 250px;
    width: 100%;
}
.playon {
    height: 8px;
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0
}

.playon i {
    width: 4px;
    height: 6px;
    border-radius: 5px 5px 0 0;
    background-color: #ff2a14;
    position: absolute;
    bottom: 0;
    left: 0
}

.playon i:nth-last-child(1) {
    animation: playon .8s .3s infinite
}

.playon i:nth-last-child(2) {
    animation: playon .8s .1s infinite;
    left: 6px
}

.playon i:nth-last-child(3) {
    animation: playon .6s .2s infinite;
    left: 12px
}

.playon i:nth-last-child(4) {
    animation: playon 1s .3s infinite;
    left: 18px
}


.search-text {
    text-align: center;
}
.search-text h1 {
    font-size: 38px;
    font-weight: 700;
}
.search-text h2 {
    font-size: 14px;
    color: rgba(0, 0, 0, .68);
    margin-top: 10px;
}
.bg-pic {
    height: 200px;
}
.bg-pic a{
    color: #fff;
}
.bg-pic:after {
    height: 150px;
    top: 0;
    z-index: -2;
    background: url(../images/searchbg.jpg);
    background-position: center center;
    background-size: 100%;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}
.search-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.search-list-item {
    width: 49%;
    border-radius: 5px;
    background: #f7f8f9;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 1%;
    display: flex;
    position: relative;
}
.search-list-item:nth-child(2n){
    margin-right: 0;
}
.search-list-item .cover {
    width: 200px;
}
.cover img {
    width: 200px;
    border-radius: 10px;
    height: 270px;
}
.search-list-item .detail {
    width: calc(100% - 200px);
    margin-left: 2%;
    position: relative;
}
.search-list-item .detail .m-desc {
    height: 60px;
    white-space:normal;
    line-height: 20px;
}

.detail .title{
    font-size: 20px !important;
    font-weight: 700;
}
.detail .title:hover {
    color: red;
}
.detail p {
    margin: 15px 0;
}
.detail p label {
    font-weight: bold;
}
.detail p span {
    background: #eaedf1;
    margin-right: 5px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
}

.detail .buttons {
    position: absolute;
    bottom: 0;
}
.detail .buttons a {
    font-size: 15px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
}

.search-list-item .status {
    position: absolute;
    border: 3px solid #fff;
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    background: #eaedf1;
    padding: 0 12px;
    border-radius: 0 5px 0 5px;
    line-height: 35px;
    display: inline-block;
    right: 0;
    top: 0;
}

.relation {
    margin-top: 20px;
}
.relation-h1 {
    margin-bottom: 20px;
}

.wap-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    background: #333;
    color: #fff;
    overflow: hidden;
}

.wap-header .back {
    height: 50px;
    color: #fff;
    text-align: center;
    width: 40px;
}
.wap-header .back img {
    height: 20px;
}
.wap-header span {
    width: calc(100% - 40px);
    word-break: break-all;
    word-wrap: break-word;
}


.text-list-title h3,.box-item-title,.video-name,.video-author span,.video-info-items .video-info-actor,
.page-title,.detail h1,.detail p,.detail .title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wap-back {
    box-shadow: 0 0 7px 3px rgb(149 157 165 / 22%);
}






@keyframes playon {
    0% {
        height: 70%
    }

    50% {
        height: 100%
    }

    100% {
        height: 35%
    }
}


@media(max-width:1789px) {
    .movie-base {
        max-width: 1520px
    }

    .c-left {
        max-width: 1300px
    }

    .index-pass .box-item:nth-child(n+13){
        display: none
    }
    .relation .box-item:nth-child(n+15){
        display: none
    }

}

@media(max-width:1549px) {
    .movie-base {
        max-width: 1200px
    }

    .c-left {
        max-width: 1030px
    }
    .text-list-item {
        padding: 11px 10px 10px
    }

    .c-right {
        width: 190px
    }

    .box-item {
        width: 180px;
    }
    .box-item-pic img {
        height: 250px;
    }
    .index-pass .box-item:nth-child(n+11){
        display: none
    }
    .relation .box-item:nth-child(n+13){
        display: none
    }
}

@media(max-width:1200px) {
    .movie-base {
        width: auto;
    }
    .wap-wd95p {
        width: 95%;
    }
    .list-content {
        flex-direction: column;
    }
    .c-left {
        max-width: 100%;
    }
    .c-title h2,.relation-h1 {
        font-size: 18px !important;
    }
    .c-title .more {
        right: 0;
        top: -2px;
        line-height: 28px;
    }

    .box-item {
        width: 32%;
        margin: 0 2% 10px 0;
    }
    .box-item:nth-child(3n) {
        margin-right: 0;
    }

    .index-pass .box-item:nth-child(n+10){
        display: none
    }
    .relation .box-item:nth-child(n+10){
        display: none
    }
    .box-item-caption,.box-item-content {
        display: none;
    }
    .search-box {
        top: 0;
    }
    .search-box-s {
        top: 30px;
    }
    .movie-search {
        height: 100px;
    }
    .bg-pic {
        height: 150px;
    }
    .bg-pic:after {
        height: 100px;
    }
    .search-main {
        width: 80%;
        margin-left: 10%;
        height: 45px;
    }
    .search-main button img {
        width: 15px;
    }
    .box-logo {
        height: 80px;
        line-height: 80px;
    }
    .box-logo img {
        width: 150px;
    }
    .c-box {
        margin-right: 0;
    }
    .c-right {
        width: 100%;
        margin-left: 0;
    }
    .text-list-item {
        width: 33%;
        padding: 10px;
        margin-right: 10px;
    }
    .text-list-item:nth-child(-n+3) {
        margin-bottom: 0;
    }
    .c-scroll {
        display: flex;
        flex-direction: row;
    }

    .c-scroll .text-list-item:nth-child(n+4) {
        display: none;
    }
    .tag-box {
        margin: 0 0 20px 0;
        padding: 2.5%;
        border-radius: 0;
    }
    .m-tag {
        padding: 0 10px;
    }
    .library-box {
        margin: 0;
    }
    .list-title {
        margin-top: 0;
        font-size:20px !important;
        padding: 2.5%;
    }
    .body-a {
        top: 50px;
    }
    .wap-back {
        box-shadow: none;
        background: none;
    }
    .video-info-header {
        text-align: center;
        height: auto;
        padding: 100px 0 10px;
        width: 100%;
    }
    .video-info-header h1 {
        font-size: 38px !important;
    }
    .scroll-box {
        margin: 10px 0 20px 0;
    }
    .play,.down {
        display: inline-block !important;
    }
    .play-box {
        max-height: 195px;
        padding-bottom: 5px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .play-box a {
        width: 32%;
        margin: 0 2% 10px 0;
    }
    .play-box a:nth-child(3n) {
        margin-right: 0;
    }
    .play-content {
        background: #fff;
        padding: 0 !important;
        margin: 0;
        position: relative;
    }
    .p-left {
        width: 100%;

    }
    .p-detail h1 {
        color: #000000;
        font-size: 20px !important;
    }

    .p-box {
        height: 250px;
        position: absolute;
        margin: 0 -2.5%;
        top: 0;
    }
    .p-p {
        position: unset;
    }

    .search-list{
        flex-direction: column;
        margin-top: 20px;
    }

    .search-list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 10px;
    }
    .search-list-item .cover {
        width: 120px;
    }
    .search-list-item .detail {
        width: calc(100% - 150px);
    }
    .search-text h1 {
        font-size: 25px !important;
    }
    .detail p {
        margin: 10px 0;
    }
    .box-item-pic img {
        height: 40vw;
    }
    .text-list-title {
        max-width: 70px;
    }
    .video-info-content {
        max-height: 110px;
        overflow: hidden;
    }
    .video-info-main {
        padding-bottom: 0;
    }
    .tag a {
        margin-right: 5px;
        background: #eaedf1;
        color: #000000;
    }
    .tag a:first-child{
        background: #fef0e5;
    }
    .movie-bottom {
        margin-bottom: 80px;
    }
    .cover img {
        width: 120px;
        height: 170px;
    }
    .detail .title {
        font-size: 16px !important;
    }
    .detail .buttons a {
        line-height: 25px;
        padding: 0 15px;
    }
}
