.skin-black{
    padding-top: 0;
}
.welcome-bar{
    width: 100%;
    height: 22px;
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 1030;
}
.container-top{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbg{
    width: 100%;
    margin-bottom: 18px;
    padding-top: 84px;
}
.navbar-black{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #000;
    margin-bottom: 0;
}


.entry-box .media-content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.entry-box .media-content .media-item{
    width: 48%;
    min-width: 200px;
}
.appdown-buttons{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.appdown-buttons .btn-download,.appdown-buttons .btn-download:hover{
    background: #4CAF50;
    border-color:#4CAF50;
    width: 200px;
}
.appdown-buttons .btn-download .download-title{
    font-size: 16px;
}
.appdown-buttons .btn-download .number{
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    opacity: 0.8;
}

.appdown-buttons .btn-download.ios,.appdown-buttons .btn-download.ios:hover{
    background: #f0f0f0;
    border-color:#f0f0f0;
    color: #000;
}
.linkBox{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
    width:100%;
    max-width:320px;
    display: block;
}

.rightRank .item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.tag.tag1{
    background: #c00;
    color: #FFFFFF;
}
.tag.tag2{
    background: #09c;
    color: #FFFFFF;
}
.tag.tag3{
    background: #f90;
    color: #FFFFFF;
}
.rightRank .item .img{
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.rightRank .item .info{
    flex: 1;
    display: block;
}
.rightRank a:hover,.rightRank a:focus {
    text-decoration:none;
}
.rightRank .item .info .title{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.rightRank .item .bottom{
    margin-top: 10px;
    font-size: 12px;
    color: #aaa;
}
.fcontent{
    max-width: 380px;
    width: 100%;
}

.fcontent .info{
    display: flex;
    gap: 20px;
}
.fcontent .info  div{
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.fcontent .info img{
    width: 120px;
    height: 120px;
}

.drama-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    margin: 0 10px;
    gap: 18px;
}
.drama-box.h136 .hotList .coverImgBox{
    height: 136px;
}
.hotList,.hotList:hover,.hotList:focus {
    position: relative;
    width: 136px;
    overflow: hidden;
    text-decoration:none;
}
.hotList .img{
    width: 100%;
}
.hotList .coverImgBox{
    border-radius: 10px;
    overflow: hidden;
    max-height: 180px;
}
.hotList .coverTagsBox{
    display: flex;
    position: absolute;
    top: 5px;
    left: 5px;
    flex-wrap: wrap;
}
.coverImgBox .coverTagsBox .coverTags {
    display: flex;
    align-items: center;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.hotList .title{
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
}
.hotList .desc{
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.drama-box2{
    display: flex;
    flex-wrap:wrap;
    padding: 10px;
}

.newsList,.newsList:hover,.newsList:focus {
    position: relative;
    overflow: hidden;
    text-decoration:none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}
.fm .newsList{
    width: 30%;
}
.newsList .img{
    width: 100%;
}
.newsList .coverImgBox{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 120px;
    margin-right: 10px;

}
.newsList .coverTagsBox{
    display: flex;
    position: absolute;
    top: 5px;
    left: 5px;
    flex-wrap: wrap;
}
.newsList .right{
    flex: 1;
}

.newsList .title{
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    font-size: 16px;
}
.newsList .desc{
    font-size: 14px;
    color: #aaa;
}
.newsList .tags{
    display: flex;
    gap: 5px;
    height: 60px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.newsList .tags .tagsItem {
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.newsList .tags .iconColor0 {
    background-color: rgba(24, 158, 255, 0.5);
    color: #fff;
}

.newsList .tags .iconColor1 {
    background-color: rgba(255, 67, 116, 0.5);
    color: #fff;
}

.newsList .tags .iconColor2 {
    background-color: rgba(247, 108, 54, 0.5);
    color: #fff;
}

.newsList .tags .iconColor3 {
    background-color: rgba(30, 173, 25, 0.5);
    color: #fff;
}

.newsList .tags .iconColor4 {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}

.boolist .embed-responsive{
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}
.boolist .embed-responsive img{
    position: relative;
}

.boolist .book-title{
    margin: 0;
    font-size: 1.25em;
    line-height: 1.45;
    color: #000;
}
.boolist .book-intro{
    line-height: 22px;
    color: #828a92;
    margin: 10px auto;
    max-height: 132px;
    overflow: hidden;
}
@media (min-width: 1400px) {
    .container {
        width: 1250px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a{
        font-size: 16px;
    }
    .navbar-fixed-top{
        top: 22px;
    }
   .navbar .navbar-collapse .navbar-right {
        background: none;
    }

    .navbar-black .navbar-nav > li > a {
        color: #FFF;
    }
    .navbar-black .navbar-nav > li > a:hover {
     color: #5cc1f8;
    }

    .navbar-black .navbar-nav > .active > a, .navbar-black .navbar-nav > .active > a:hover, .navbar-black .navbar-nav > .active > a:focus {
        color: #5cc1f8;
        background: none;
    }
}

@media (max-width: 767px) {
    .welcome-bar{
        display: none;
    }
    .navbar-nav .open .dropdown-menu{
        background:none;
    }

    .article-content .media-left,.article-content .media-right,.article-content .media-body{
        display: block;
        max-width: 100%;
    }
    
    .article-content .media-left{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .appdown-buttons{
        gap: 10px;
    }
    .appdown-buttons .btn-download{
        flex: 1;
    }

    .topbg{
        padding-top: 52px;
    }
}