﻿:root{
    --zy-radius:.25rem;
}
body{
    font-size: 14px;
}

a{
    text-decoration: none !important;
}
a.disabled{
    cursor: not-allowed;
    opacity: 0.6;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin: 0;
}
.fs-0{
    font-size: 0;
}
.fs-7{
    font-size: .875rem;
}
.fs-8{
    font-size: .75rem;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* cover */
.btn{
    border-radius: var(--zy-radius); 
    border: none;
}
hr{
    opacity: .05;
}
.card-reboot{
    border: none;
    background-color: transparent;
}
.card-reboot .card-header{
    border: none;
    background-color: transparent;
    padding: 1rem 1rem 0 1rem;
}

.z-dropdown{
    left: -100px!important;
}
.z-dropdown .item{
    width: 260px;
}
.offcanvas-backdrop{
    background-color: transparent;
}
.modal-backdrop{
    --bs-backdrop-opacity: 0.8;
}


/* header */
.header{
    padding: .75rem 0;
}
.header .logo img{
    height: 39px;
}
/* sidebar-nav */
.sidebar-nav{
    width: 240px!important;
    border: none!important;
}
.sidebar-nav .logo{
    display: block;
    text-align: center;
    height: 62px;
    line-height: 62px;
 }
.sidebar-nav .logo img{
    max-height: 45px;
}
.sidebar-nav .nav-link{
    margin: .25rem;
    border-radius: var(--zy-radius);
}
/* sidebar-search */
.sidebar-search .modal-content {
    background-color: transparent;
    border: none;
}

.sidebar-searchl  .modal-content .modal-header {
    border: none;
    margin: 0 auto;
}

.sidebar-search .modal-main li {
    float: left;
    margin: .5rem;
}

/* search web */
.search-content{
    width: 100%;
    margin: auto;
}
.search-input{
    height: 3rem;
}
.search-btn{
    width: 10rem;
}


/* type */
.screen{
    display: flex;
    margin: .5rem 0;
}
.screen .screen-tit{
    min-width: 2.7rem;
    max-width: 3.75rem;
}
.screen .screen-tit strong{
    height: 2rem;
    line-height: 2rem;
}
.screen .screen-boby{
    flex: 1;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-left: 1.125rem;
}
.screen .screen-item{
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.125rem;
    border-radius: var(--zy-radius);
}
.zy-page .page-link{
    font-size: .875rem;
    border: none;
    border-radius: var(--zy-radius);
}
/* page */
.zy-page .page-link{
    font-size: .875rem;
    border: none;
    border-radius: var(--zy-radius);
}

/* vod-box */
.pic-list .card-body{
    padding: 0.5rem 0 .5rem 0;
}
.pic-list .pic-item{
    position: relative;
    padding-top: 150%;
    background: url(../images/loading.gif) no-repeat;
    background-position: 50% 50%; 
    background-size: cover; 
    overflow: hidden;
    border-radius: var(--zy-radius);
}
.pic-list .pic-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic-list .pic-item img{
    transition: all 0.5s;
}
.pic-list .pic-item:hover >img {
    transform: scale(1.1);
}
.pic-list .pic-item .play{
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(../images/play.png) center no-repeat;
}
.pic-list .pic-item:hover .play{
    display: block;
}
.pic-list .pic-item .score{
    position: absolute;
    top: 0;
    right: 0;
    padding: .25rem;
    font-size: .75rem;
    border-bottom-left-radius:var(--zy-radius);
}
.pic-list .pic-item .tips{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: .75rem;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .5));
    padding: .125rem .5rem;
    text-align: right;
}
/* pic-list pic-num */
.pic-list .pic-item .num{
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    height: 50px;
    width: 40px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    font-size: 30px;
    font-family: impact;
    border-radius: 5px;
}
.pic-list .pic-item .num:after{
    content: '';
    position: absolute;
    left: -100%;
    top: -44%;
    z-index: -1;
    height: 150%;
    width: 150%;
    border-radius: 16px;
    transform: rotateZ(45deg);
    border-radius: 10px;
}

/* detail */
.vod-bj {
    background-size: 100% 437px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.vod-bj img {
    transform-origin: 100% 0;
    width: 100%;
    object-fit: cover;
    max-height: 260px;
    filter: blur(10px);
}

.vod-bj .this-gradient {
    background: #1ad29cc;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
.vod-pic {
    width: 240px;
}
.vod-pic-itme {
    position: relative;
    display: block;
    padding-top: 150%;
    background: url(../images/loading.gif) no-repeat;
    background-position: 50% 50%; 
    background-size: cover; 
    box-shadow: 0 2px 16px rgba(0, 0, 0, .6);
    overflow: hidden;
    border-radius: var(--zy-radius);
}
.vod-pic-itme img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vod-detail-guild{
    flex: 1;
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.vod-detail-guild .tag-link {
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.125rem;
    border-radius: var(--zy-radius);
}
.vod-detail .vod-doc{
    border-radius: var(--zy-radius);
}

.vod-detail-palyico .btn{
    width: 6.25rem;
    margin-right: .5em;
    border: none;
}
.slash:not(:last-of-type) {
	padding: 0 .25rem;
}

.slash:last-of-type {
	display: none
}

/*play-list*/
.vod-list ul li,
.vod-palylist li {
    float: left;
}

.vod-list ul li a,
.vod-palylist li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.vod-list .btn-dark{
    border: none;
    border-radius: var(--zy-radius);
}
/* down */
.zy-tab .zy-tab-box{

}

.zy-tab .nav-tabs{
    border: none;
}
.zy-tab .nav-tabs .nav-link{
    margin-left: 3px;
    border: none;
}
/* play-dj */
.player {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: .5rem;
}

.player .player-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: left, right .2s ease;
    overflow: hidden
}


.player-left {
    background: #000;
    z-index: 999;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    margin-right: 400px;
    transition: margin .2s ease
}

.player-right {
    z-index: 999;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
}
.play-list li{
    float: left;
}
.play-list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.dj-list{
    width: 100%; 
    border-radius: 0 0 8px 8px;
}
/* play-dj-list */
.play-list .btn-dark{
    border: none;
}
.play-like{
    max-height:1010px;
}
/* paly-tool */
.paly-tool{
    border-radius: var(--zy-radius);
}
/* play-dh */
.play-on {
    display: block;
    height: 8px;
    position: absolute;
    left: calc(50% - 11px);
    bottom: 0
}

.play-on i {
    width: 4px;
    height: 6px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.play-on i:nth-last-child(1) {
    animation: playon .8s .3s infinite
}

.play-on i:nth-last-child(2) {
    animation: playon .8s .1s infinite;
    left: 6px
}

.play-on i:nth-last-child(3) {
    animation: playon .6s .2s infinite;
    left: 12px
}

.play-on i:nth-last-child(4) {
    animation: playon 1s .3s infinite;
    left: 18px
}
@keyframes playon {
    0% {
        height: 70%
    }

    50% {
        height: 100%
    }

    100% {
        height: 35%
    }
}
.episode-box{
    border-radius: var(--zy-radius);
}

/* foot */
/* up */
.up {
    position: fixed;
    right: 0;
    bottom: 6.25rem;
    width: 34px;
    z-index: 999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.up a {
    position: relative;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
}
/*gbook*/
.gbook-form{
    width: 120px;
}
/* sizes */
@media (min-width: 2048px){
    .container{
        max-width: 1948px;
    }
}
@media (max-width:767px){
    .fs-4{
        font-size: 1rem!important;
    }
    .px-2{
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    p {
        margin-bottom: .5rem!important;
        
    }
    .mt-4{
    margin-top: 1rem!important;
    }
    .header .nav-link{
         padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .sidebar{
        display: none;
    }
    .screen {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .screen .screen-boby{
        flex: 1;
        display: flex;
        gap: .25rem;
        flex-wrap: nowrap!important;
    }
    .screen .screen-item{
        white-space: nowrap;
    }
    .vod-pic {
        width: 40%;
        margin: 0 auto;
    }
    .vod-detail .vod-header{
        margin: 0 auto;
        text-align: center;
    }
    .vod-detail-guild{
        justify-content: center;
    }
    .player .player-box {
        position: initial;
    }
    .player-left{
        width: 100%;
        margin-left: 0;
    }
    .z-dropdown{
    left: -76px!important;
    }
    .z-dropdown .item{
    width: 200px;
    }
    .gbook_form .gbook-form{
        width: 99%;
        height: 40px;
        padding: 2px;
    }
    #verify_img{
        width: 99%!important;
        height: 40px;
    }
        /* search web */
    .search-input{
        height: 2.5rem;
    }
    .search-btn{
        width: auto;
    }
}
