.main-sidebar{
    padding-top: 0;
    width: 250px;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    z-index: 1000001;
}
.sidebar{
    height: calc(100% - 79px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
    font-size: 14px;
}
.sidebar::-webkit-scrollbar {
    width: 6px;
   background-color: transparent;
}
.sidebar::-webkit-scrollbar-thumb {
  background: transparent; /* 设置滑块的背景颜色 */
}
.sidebar:hover::-webkit-scrollbar {
  background-color: rgba(0,0,0,0);
}
.sidebar:hover::-webkit-scrollbar-thumb {
  background: rgb(169,169,169); /* 设置滑块的背景颜色 */
}
.submenu-menu{
    display: none;
    list-style: none;
}
.submenu-menu li{
    color: #333;
    cursor: pointer;
}
.submenu-menu li:hover{
    background: #eee;
}
.active_cate{
    font-weight: bold;
}
.submenu-menu li a{
    display: inline-block;
    padding-left: 10px;
    line-height: 28px;
    width: 100%;
    box-sizing: border-box;
    color: #333;
}
.main_menu{
    position: relative;
}
.right_icon{
    position: absolute;
    right: 10px;
    top: 5px;
    transition: 0.2s;
}
.menu_active .right_icon{
    transform: rotate(90deg);
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
}
.content-wrapper{
    margin-left: 250px;
    padding-top: 54px;
    background: #f4f6f9;
    overflow: hidden;
}
.content{
    padding: 0 0 !important;
    overflow-x: hidden !important;
}
.main-header{
   position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1037;
    padding-left: 250px;
    box-sizing: border-box;
    transition: padding-left .3s ease-in-out;
}
.auto-hide-show{
    
}
.main-header .top_navbar{
    margin-left: 0;
    background: #a00;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 8px;
    box-sizing: border-box;
}
.nav-link {
    color: rgba(255, 255, 255, .75);
    padding:.5rem 1rem !important;
    position: relative;
    float: none;
}
body{
    padding-top:0;
        font-size: 16px;
}
.top_daohang{
    background:#000;
    height:40px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}
.top_daohang_list{
    overflow:auto; 
    scrollbar-width: none; 
    white-space: nowrap;
}
.top_daohang_list::-webkit-scrollbar { display: none; }
.top_daohang_item{
    white-space: nowrap;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: 16px;
}
.dh_span{
    display: inline-block !important;
}
.navbar-nav{
    flex: 1;
    width: 20px;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.navbar-nav_left {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.navbar-brand{
    font-size: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: .5rem;
    line-height: inherit;
    white-space: nowrap;
    height: auto;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-outline-light {
    color: #bdc6d0;
    border-color: #bdc6d0;
}
.btn-outline-light:hover {
    color: #1f2d3d;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}
.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23) !important;
}
.img-circle {
    border-radius: 50%;
}
.layout-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*=navbar]) {
    background-color: #fff;
}

.layout-navbar-fixed .wrapper .brand-link {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width .3s ease-in-out;
    width: 100%;
    z-index: 1035;
}
[class*=sidebar-light] .brand-link, [class*=sidebar-light] .brand-link .pushmenu {
    color: rgba(0, 0, 0, .8);
}
[class*=sidebar-light] .brand-link {
    border-bottom: 1px solid #dee2e6;
}
.layout-fixed .brand-link {
    width: 100%;
}
.brand-link {
    display: block;
    line-height: 1.5;
    padding: 15px 10px;
        color: rgba(0, 0, 0, .8);
    transition: width .3s ease-in-out;
    white-space: nowrap;
    font-size: 22px;
        font-weight: 300 !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.nav-sidebar>.nav-item {
    margin-bottom: 0;
    float: none;
    width: 100%;
}
.nav-link {
    display: block !important;
    padding: 2px 18px !important;
    color: #343a40 !important;
    font-size: 17px;
    line-height: 1.5;
}

.right_navbar{
    list-style: none;
    padding-left: 0;
}
.right_navbar .nav-link {
    color: #c2c7d0 !important;
    padding: 6px 18px !important;
}
.right_navbar .nav-link:hover {
    color: #fff !important;
}
.main-header .sidebar-toggle{
    color: rgba(255,255,255,.75) !important;
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.control-sidebar{
    position: fixed; max-height: 100%; overflow: auto;bottom: 0;top: 54px;padding-top: 15px;
}
.nav-flat .nav-item>.nav-link>.nav-icon {
    margin-left: 8px;
}
.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
}
.line_wrap {
    padding: 6px 12px;
}
.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1) !important;
}
.nav-pills > li > a{
    border-top: none !important;
}
.nav-pills > li > a:hover {
    background-color: #eee !important;
}
footer.footer{
    background: #fff;
    color: #869099;
    padding: 20px 16px;
}
.copy_a{
    user-select: text;
    cursor: auto;
}

@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar>.nav-header {
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .content-wrapper{
        padding-top: 50px;
    }
    .content-wrapper, .right-side, .main-footer{
        margin-left: 0;
    }
    .main-header{
        padding-left: 0;
    }
    .control-sidebar{
            top: 50px;
    }
}
@media (max-width: 767px) {
    .main-sidebar, .left-side {
        -webkit-transform: translate(-250px, 0);
        -ms-transform: translate(-250px, 0);
        -o-transform: translate(-250px, 0);
        transform: translate(-250px, 0);
        box-shadow: none !important;
    }
    .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .brand-text, .sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
        margin-left: -10px;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: hidden;
    }
}
@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar>.nav-header {
        white-space: nowrap;
    }
}
@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-link p {
        width: 0;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 71px !important;
        z-index: 850;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer{
        margin-left: 71px !important;
        z-index: 840;
    }
    
   .sidebar-mini.sidebar-collapse .main-header{
        padding-left: 71px !important;
        z-index: 840;
    }
}

@media (min-width: 992px) {
    .sidebar-collapse .sidebar_hover:hover{
        width: 250px !important;
    }
    .sidebar-collapse .sidebar_hover .sidebar .nav-sidebar .nav-link p{
         margin-left: 0 !important;
         visibility: visible !important;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-light {
    color: #bdc6d0;
    border-color: #bdc6d0;
}
.d-none {
    display: none !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: default;
}
@media (min-width: 768px) {
    .top_navbar .d-md-block {
        display: flex !important;
        align-items: center;
    }
    .d-md-block {
        display: flex !important;
        align-items: center;
    }
}
.sub_navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: auto !important;
    list-style: none;
    align-items: center;
}
.sub_navbar-nav .nav-link {
    font-size: 16px;
    color: rgba(255, 255, 255, .75) !important;
}
.sub_navbar-nav .nav-link:hover {
    color: #fff !important;
    background: transparent !important;
}
.sub_navbar-nav .nav-link:focus {
    color: #fff !important;
    background: transparent !important;
}
/*首页*/
.btn_search{
    color: #6c757d;
    border: 1px solid #6c757d;
    box-sizing: border-box;
    height: 38px;
}
.breadcrumb {
   
}
.search_wrap{
    margin-bottom: 0;
}
.search_ipt{
  height:38px !important;
}
.adimg_list{
    margin: 0;
}
.adimg_item{
   padding: 0;
}
.video_list{
    margin: 0;
    margin-top: 5px;
}
.video_item{
   padding: 0;
}
.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 6px;
}
.embed-responsive {
    position: relative;
    background: #000;
}
.embed-responsive img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.p-2 {
    padding: 8px !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
}
.two-lines {
    display: block;
    text-overflow: hidden;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.5em;
}
.lines {
    display: block;
    text-overflow: hidden;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.5em;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ad_item{
    white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
    padding-left: 0;
    padding-right: 0;
}
.ad_btn{
    border-radius: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
}
.ad_item:nth-child(4n+1) .ad_btn{
    background-color: #dc3545;
}

.ad_item:nth-child(4n+2) .ad_btn{
    background-color: #28a745;
}

.ad_item:nth-child(4n+3) .ad_btn{
    background-color: #17a2b8;
}

.ad_item:nth-child(4n+0) .ad_btn{ 
    background-color: #007bff;
}

.ad_item:nth-child(4n+1) .ad_btn:hover{
    background-color: #c82333;
    border-color: #bd2130;
}

.ad_item:nth-child(4n+2) .ad_btn:hover{
    background-color: #218838;
    border-color: #1e7e34;
}

.ad_item:nth-child(4n+3) .ad_btn:hover{
    background-color: #138496;
    border-color: #117a8b;
}

.ad_item:nth-child(4n+0) .ad_btn:hover{ 
    background-color: #0069d9;
    border-color: #0062cc;
}
.ad_hname:hover {
    color: #0056b3;
    text-decoration: none;
}
@media ( min-width : 600px) {
	.two-lines {
		height: 4.5em;
	}
	.lines2 {
		height: 3.0em;
	}
    .video_item{
        padding-right: 5px;
    }
}
/*首页结束*/
/*标签页*/
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.w-100 {
    width: 100% !important;
}
.h1, h1 {
    font-size: 35px;
}
.btn-outline-secondary {
    color: #6c757d;
    font-size: 16px;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.tag_list{
    margin: 0;
    margin-top: 5px;
}
.tag_item{
    padding: 5px;
}
/*标签页结束*/
/*搜索*/
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.search_tag_list{
    display: flex;
    flex-wrap: wrap;
}
.search_tag {
    margin: 3px;
}
/*搜索*/
/*收藏*/
.list_page{
    margin-top: 10px;
}
.list_page .nav-tabs .nav-link{
    font-size: 16px;
    padding: 10px 16px !important;
    color: #007bff !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.block-title {
    margin: 3px 0px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 4.5em;
    line-height: 1.5em;
}
/*收藏*/
.site_info_wrap{
    display: flex;
    align-items: center;
}
.site_info_wrap .brand-image{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.site_info_wrap .navbar-brand{
        font-size: 16px;
}
.control-sidebar{
    position: absolute;
    right: -100%;
    overflow-x: hidden;
    height: 100vh;
}
.main-header{
    padding-left:0;
}
.content-wrapper{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
.main-header{
    max-width: 1280px;
}
.botdata_info{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.bot_time{
    
}
.bot_viewnum{
    margin-left:10px;
}
.bot_viewnum .fa{
    margin-right: 3px;
}
.sub_navbar-nav .nav-link{
    padding: 2px 12px !important;
}
.tjcard-header{
    padding: 10.5px 17.5px;
    margin-bottom: 0;
    font-size: 16px;
    background-image: linear-gradient(180deg, #dee2e6, #f8f9fa);
    border-radius:4px 4px 0 0;
}
.tj_wrap{
    
}
.tj_data_list{
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    background: #fff;
    margin-right: 0;
    gap: 8px;
    padding: 8px;
}
.tj_data_item{
    width: calc(calc(100% - 8px)/2);
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    box-shadow: 2px 2px 3px rgba(173, 181, 189, 0.25);
    display: inline-block;
    border-radius: 2px;
}
.tj_data_a{
    text-decoration: none;
}
.tj_data_imgwap{
    width: 100%;
    padding-bottom: 67.3%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.tj_data_pinfo{
    width: 100%; height: 18px; overflow: hidden; text-overflow: ellipsis; margin-top: 6px; margin-bottom: 0px; font-size: 12px; color: rgb(51, 51, 51);
}
.tj_img-info{
    width: 100%;
    padding: 3px 6px;
    font-size: 12px;
}

.kandyCover{
    height: 100%;
    position: absolute;
    border-radius: 2px;
    width: 100%;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    border-radius: 2px; width: 100%;
    object-fit: cover;
}
