h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #edeeef;
    font-family: roboto, microsoft jhenghei, sans-serif;
}

h6, .h6 {
    font-size: .8750625rem;
    font-weight: 500;
}

.videoList ul {display: grid;grid-template-columns: repeat(6, 1fr);gap: 1rem;}
.videoList ul li {height:auto;overflow:hidden;padding:0px;position: relative;}

.video-item {}
.video-item-cover {
    position: relative;
    margin-bottom: 13px;
    border-radius: 5px;
    overflow: hidden;
}
.video-item-cover a {
    display: block;
    background: #161a26;
    padding-bottom: 56.25%;
}
.video-item-cover img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: absolute;
    object-fit: cover;
}
.video-item-cover-bottom-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}
.video-item-cover-bottom-right label {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .8125rem;
    padding: .3rem .5rem;
    line-height: 25px;
    border-radius: .5rem;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, .38);
}
.video-item-detail {}
.video-item-detail h6 {
    color: #b8babc;
    max-width: 320px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video-item-detail h6 a {
    color: currentColor;
}

.video-item-detail h6 a:hover{color:#31C27C;}

.video-item-detail p {
    display: flex;
    color: #5e5d5a;
    align-items: center;
    font-size: .8125rem;
    gap: 1rem;
    height: 20px;
}
.video-item-detail p span {}
.video-item-detail p i {
    margin-right: .25rem;
}

.video-container {
    max-width: 1380px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 2rem auto;
    display: grid;grid-template-columns: 1fr 300px;gap: 30px;
}
.video-container-left {
    
}
.video-container-right {
    
}

.video {
    width: 100%;
    background: #000;
    aspect-ratio: 16 / 9;
    position: relative;
}
.video video,
.artplayer-app {
    width: 100%;
    height: 100%;
}
.art-video {
    z-index: 9 !important;
}

.video-detail {
    margin: 1.5rem 0;
}

.video-head-info h1 {
    font-size: 1.1253125rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.video-head-info p {
    font-size: .8750625rem;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #8e9194;
}
.video-head-info i {margin-right: .5rem;display: inline-flex;}
.video-head-info span {margin-right: 1rem;}

.video-info {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #edeeef;
    font-family: roboto, microsoft jhenghei, sans-serif;
}
.video-info dl {
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
}
.video-info dt {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    margin-right: 1px;
}
.video-info .jigou dt {
    color: #ff8382;
}
.video-info .mote dt {
    color: #6190c9;
}
.video-info dd {
    display: flex;
}
.video-info dd a {}
.video-info dd a:hover{color:#31C27C;}

.separator {
    font-size: .75rem;
    margin: 0 .5rem;
}

.video-btns {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}
.video-btns button {
    background-color: inherit;
    border: none;
    color: #b8babc;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding: 8px 16px;
}
.video-btns button.digg i,
.video-btns button:hover {
    color: #fe628e;
}
.video-btns button i {
    font-size: 20px;
}
.video-btns button span {
    font-size: 12px;
    margin-left: .5rem;
}
.video-btns button.digg {
    background: rgba(138, 128, 255, .09);
    color: #fff;
    border-radius: 16px;
    margin-right: .5rem;
}

.video-left-list h2 {color: #edeeef;font-size: 1.86875rem;font-weight: 700;margin-bottom: 1.5rem;line-height: 1.2;}
.video-left-list ul {display: grid;grid-template-columns: repeat(4, 1fr);gap: 1rem;}
.video-left-list ul li {height:auto;overflow:hidden;padding:0px;position: relative;}


.video-sidebar-ad {
    margin-bottom: 30px;
}
.video-sidebar-list {
    
}
.video-sidebar-list ul {
    
}
.video-sidebar-list li {
    margin-bottom: 10px;
    display: grid;grid-template-columns: repeat(2, 50%);gap: 15px;
}
.video-sidebar-list li .video-item-detail {
    padding-top: 8px;
}
.video-sidebar-list li h6 {
    white-space: normal;
    max-height: 2.8em;
    line-height: 1.5;
}


@media only screen and (max-width: 1480px){
    .videoList ul {grid-template-columns: repeat(4, 1fr);}
}

@media only screen and (max-width: 900px){
    .videoList ul {grid-template-columns: repeat(2, 1fr);}
    .video-left-list ul {grid-template-columns: repeat(2, 1fr);}
    
    .video-container {
        max-width: 1380px;
        padding-right: 15px;
        padding-left: 15px;
        margin: auto;
        display: grid;grid-template-columns: 1fr;gap: 1rem;
    }
    
    .video-left-list h2 {
        color: #edeeef;
        font-size: 1.37475rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }
    
    .video-sidebar-list ul {
        display: grid;grid-template-columns: repeat(2, 1fr);gap: 1rem;
    }
    .video-sidebar-list li {
        margin-bottom: 0;
        display: inline;
    }
    .video-sidebar-list li .video-item-detail {
        display: grid;
        padding-top: 0;
    }
    .video-sidebar-list li h6 {
        white-space: nowrap;
        max-height: none;
        line-height: inherit;
    }
}