/* */
.btn-related {
    margin: 0 auto 17px;
}

.btn-click {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    padding: 13px 15px;
    text-transform: uppercase;
    background-color: #4f4f4f;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.btn-click:hover {
    color: #fff !important;
    background-color: #000;
}

.list-comments .item.hidden {
    display: none;
}
.btn-more-comments {
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    background-color: #4f4f4f;
    padding: 12px 5px;
    font-size: 14px;
    display: block;
    text-align: center;
}
.btn-more-comments:hover {
    background-color: #276fdb;
    color: #fff !important;
}

/* */
.b-dropdown-videos_select {
position: absolute;
z-index: 100;
overflow: hidden;
background: #4f4f4f;
border-radius: 0 0 15px 15px;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
padding: 5px 10px 10px;
display: none;
text-align: left;
}

.navigation .primary .b-dropdown-videos_select a {
    padding: 5px;
}

.videos_select li {
  display: inline-block;;
}

.videos_select li:hover {
  background: #2c2c2a;
}

.videos_select:hover .b-dropdown-videos_select,
.videos_select li:hover
  {

  /*display: block;*/
}

.btn-load-more {
    display: inline-block;
padding: 1.2rem 1.4rem;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
background-color: #343434;
border-radius: 20px;
min-width: 20rem;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
border: none;
color: #959595;
text-decoration: none;
cursor: pointer;
}

.btn-more {
    display: inline-block;
    position: absolute;
    right: 10px;
}
.btn-related {

    margin: 10px auto;
    text-align: center;

}


.mob-player-adv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121315;
    z-index: 10000;
}
.mob-player-adv .adv-head {
    overflow: hidden;
    margin: 10px;
}
.mob-player-adv .adv-logo {
    float: left;
    width: 60%;
}
.mob-player-adv .adv-logo img {
	max-width: 100%;
	margin-top: 5px;
}
.mob-player-adv .adv-close {
    float: right;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    background: #333;
    color: #ccc;
    border: 1px solid #777;
    padding: 5px 15px 5px 30px;
    margin: 8px 0 0 5px;
    position: relative;
    box-sizing: border-box;
    height: 38px;
}
.mob-player-adv .adv-close:after,
.mob-player-adv .adv-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #ccc;
}
.mob-player-adv .adv-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mob-player-adv .adv-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mob-player-adv .adv-spot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mob-player-adv .adv-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 16px;
    text-align: left;
    color: #c5c1c1;
}
.mob-player-adv .adv-go-video {
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: top;
    background: #02bc8f;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.mob-player-adv .adv-holder .in-bnr{
    border: 2px solid #777;
}

.mob-player-adv .adv-holder iframe {
    display: block;
}

.mob-player-adv.ios .in-cams {
    transform: scale(0.6);
    width: 300px;
    height: 235px;
    transform-origin: 0 0;
    margin-top: -9px;
    margin-left: 1px;
}

.adv-wide.ios .in-cams{
    transform: scale(0.6);
    width: 300px;
    height: 190px;
    transform-origin: 0 0;
}
.mob-player-adv.ios .adv-go-video {
    position: relative;
    z-index: 10010;
}
.select{
    display: inline-block;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
    height: 34px;
}
.book-list {
    background: #2c2c2c;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #505050;
    border-radius: 5px;
}
.book-list ul a:hover{
    text-decoration: none;
    color: #ff9f16;   
}
.book-list ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: #CCC 1px dashed;
}
.book-list .book-name {
    width: 66.66666667%;
    float: left;
}
.book-list .book-time {
    width: 33.33333333%;
    float: right;
}
.layui-table a{
    color: #666;
}
.layui-table a:hover{
    color: #ff9f16;
}
.table-container
{
width: 100%;
overflow-y: auto;
}
.nav-block{
    display: block!important;
}

@media screen and (max-width: 1152px) {

.videos_select .b-dropdown-videos_select {
    position: relative;
    text-align: center;
      display: block;
  }
  .videos_select {width: 100%;}
  }

  @media screen and (max-width: 701px) {
.btn-more {
    display: block;
    margin: 10px auto;
    width: 250px;
position: inherit;
}
.videos_select {
    width: 50%;
}
.logo-footer{
    display: none;
}
.footer-wrap .copyright{
    display: none;
}
.footer-wrap .txt{
    display: none;
}
.mb-nav{
    width: 100%;
    height: 90%;
    top: 12%;
    position: fixed;
    z-index: 9999;
    overflow: scroll;
    display: none;
    background: #2c2c2a;
}
.block-video .player{
    margin: 0;
}
}











            .hulian {
                display: none;
                width: 100%;
                overflow: auto;
                text-align: center;
            }

            .hulian a {
                padding: 8px 0px;
                background: #2a2a2c;
                color: #eee;
                font-size: 14px;
                line-height: 1;
                text-align: center;
                display: inline-block;
                border-radius: 5px;
                margin: 1px;
                width: 70px;
                white-space: nowrap;
                overflow: hidden;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

            .hulian_active {
                background: rgba(30,159,255,0.7) !important;
                color: #efefef !important;
                font-weight: bold !important;
            }
            .yongjiu{margin: 15px auto; text-align:center;color:#fff;}

            @media screen and (max-width: 840px) {
                .hulian {
                    display:block;
                }

                .hulian a {
                    width: calc(16.66% - 2px);
                }
                .yongjiu{margin-top: 55px;}
            }

            @media screen and (max-width: 640px) {
                .hulian {
                    display:block;
                }

                .hulian a {
                    width: calc(20% - 2px);
                }
                .yongjiu{margin-top: 55px;}
            }
    .active{color: #ccc !important;width: 100% !important;}
    
    
        .fancybox-margin {
            margin-right: 17px;
        }