body{
    background-color: #FAFAFA;
}
.play-content{
    background-color: #FFFFFF;
    border:1px solid #D2D2D2;
    border-radius: 5px;
    margin-bottom: 2em;
}
.play-box{
    margin:1em;
    
}
.play-title{
    /* font-weight: bold; */
    font-size: 1.5rem;
    padding-top:2px;
    padding-bottom: 12px;
}
.play-info{
    margin-top:12px;
}
.player-limit{
    background-color: black;
    /* max-width: 1136px; */
}

.dplayer{
    /* max-height: 568px; */
    width: 100%;
}
@media screen and (min-width: 992px) {
    .dplayer{
        height: 568px;
        width: 100%;
    }
}
.play-content{
    margin-bottom: 2em;
}
.similar-sidebar .card-body{
    font-size: 13px;

}
.similar-sidebar img{
    border-radius: 5px;
    max-width: 100%;
    margin-bottom: 1em;
}
.similar-sidebar a{
    color:#666;
}
.navbar img{
    max-height: 50px;
}
.subtitle{
    font-size: 14px;
    color:#FAFAFA;
    margin-bottom:-16px;
}
@media screen and (max-width: 768px) {
    .subtitle{
        font-size: 14px;
        color:#FAFAFA;
        margin-bottom:-16px;
        display: none;
    }
}
footer{
    width:100%;
    background-color: #eeeeee;
    position: fixed;
    bottom: 0;
    
}
.footer{
    line-height: 14px;
}
.footer p{
    margin-top:auto;
    margin-bottom:auto;
    line-height: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media screen and (max-width: 768px) {
    .pc-footer{
        display: none;
    }
}
.wap-footer{
    display: none;
}
@media screen and (max-width: 768px) {
    .wap-footer{
        display: inline;
        font-size: 14px;
    }
}
.wap-footer p{
    text-align: center;
    margin-top: 12px;
    margin-top: 10px;
    line-height: 2px;
}
.wap-footer i{
    font-size: 20px;
}
.wap-footer a{
    color:#393D49;
}

.index-video img{
    border-radius: 5px;
    border:1px solid #e2e2e2;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .index-video img{
        border-radius: 5px;
        border:1px solid #e2e2e2;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.index-video a{
    color:rgb(24, 25, 28);
}
.index-video a:hover{
    color:#1E9FFF;
}

.index-video-title{
    /* line-height: 38px; */
    padding-top:8px;
    padding-bottom: 4px;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.index-video-info{
    padding-bottom: 1.2em;
    color:rgb(148, 153, 160);
}

.cat-video a{
    color:#212529;
}
.cat-video a:hover{
    color:#1E9FFF;
}

.cat-video-title{
    padding-top:8px;
    padding-bottom: 4px;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.cat-video-info{
    padding-bottom: 8px;
    color:rgb(148, 153, 160);
}


.play-info{
    color:rgb(148, 153, 160);
}
.index-video-info{
    padding-bottom: 1em;
    color:rgb(148, 153, 160);
}

.cat-video img{
    border-radius: 5px;
    border:1px solid #e2e2e2;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
}

/* 屏幕像素小雨768时，视为手机 */
@media screen and (max-width: 768px) {
    .cat-video img{
        border-radius: 5px;
        border:1px solid #e2e2e2;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    .cat-video-info span:first-child{
        display: none;
    }
    .index-video-info span:first-child{
        display: none;
    }
    .hide-element{
        display: none;
    }
}

.index-cat a{
    width: 100%;
    margin-top:8px;
    margin-bottom: 8px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.top{
	position:fixed;
	right:10px;
	bottom:50px;
    z-index:1000;
    border-radius: 40px;
    /* border:1px solid red; */
}
@media screen and (max-width: 768px) {
    .top{
        bottom:70px;
    }
}
.top i{
    font-size: 40px; color: #1E9FFF;
    font-weight: bold;
}

.index-content h3{
    font-size: 1.4rem;
    color:#333333;
}