html, body {
  overflow-x: hidden;
}
body {
  padding-top: 66px;
  color: #6c757d;
  background-color: #2a2a2a;
}
a {
  color:gray;
}
a:hover{
  color:#ffc107;
}
/*滚动条样式*/
.overflow-auto::-webkit-scrollbar{
	width: 5px;
	background-color: #1c1b1e;
}
.overflow-auto::-webkit-scrollbar-thumb{
	background-color: #434145;
}
/*下拉菜单*/
.dropdown-menu{
	min-width:100%;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: gray;
}
/*分页信息*/
.pager {
  list-style: none;
}
.pagination {
  font-size: 1.1rem;
}
.pagination .page-item {
  margin: auto 0.35rem;
}
.pagination .page-item .page-link {
  color: #eee;
  border-color: #333;
  background-color: #333;
  border-radius: .25rem;
}
.pagination .page-item .page-link:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
.pagination .page-item.disabled {
}
.pagination .page-item.disabled .page-link {
  color: #ffc107!important;
}
.pagination .page-item.active {
}
.pagination .page-item.active .page-link {
  color: #000;
  background-color: #e4bd18;
  border-color: #e4bd18;
}
.pagination .page-item:first-child .page-link {
}
.pagination .page-item:last-child .page-link {
}
/*主题图片*/
:hover.bg-play {
  background: rgba(0,0,0,0.1) url(/images/play.png) center no-repeat;
}
.h-slide {
  height: 175px;
}
img.h-row {
  height: 200px !important;
}
img.h-auto {
  height: 135px !important;
}
@media (min-width: 768px) {
.h-slide {
  height: 375px;
}
img.h-row {
  height: 322px !important;
}
img.h-auto {
  height: 250px !important;
}
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
	/*opacity: 0.9;*/
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-collapse .navbar-nav{
	  flex-direction: row;
	  flex-wrap: wrap;
	  border:1px solid #333;
	  /*text-align:center*/
  }  
  .offcanvas-collapse .navbar-nav .nav-item{
	  width:33.33333%;
  }
  .offcanvas-collapse .navbar-nav .nav-link{
	  padding: 1rem;
  }
}
/*feifeicms.theme*/
.bg-theme {
  background-color: #333 !important;
}
.border-theme {
  border-color: #343a40 !important;
}
.text-theme, .text-theme a { 
	color: #343a40 !important;
}
/*feifeicms.filter*/
.gallery-active{
  color:#ffc107;
}
/*feifeicms.totop*/
.ff-totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  z-index: 1;
  display: block;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  border-color: #444;
}
.ff-totop:hover {
  background-color: gray;
  border-color: gray;
  text-decoration: none;
}
.ff-totop i {
  color: #efefef;/*padding: 5px 10px;*/
}
.ff-totop i:after {
  content: "▲";
}
/*jquery.autocomplete*/
.autocomplete-suggestions {
  font-size: 0.9rem;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #ffc107;
}
/*vod/detail.tpl*/
.vod-read a{
  color:#333;
}
/*vod/play.tpl*/
body.vod-play{
  padding-top: 56px;
}
body.vod-play .nav-tabs .nav-item.show .nav-link,body.vod-play  .nav-tabs .nav-link.active {
    color: #ffc107;
    background-color: transparent;
    border-color: transparent transparent #ffc107;
}
body.vod-play .overflow-auto{
	max-height:470px;
}