html, body {
  overflow-x: hidden;
}
body {
  padding-top: 0;
  background-color: #29262d;
  color: #6c757d;
  background: -webkit-linear-gradient(top, #26cab3, #000000);
  background: -o-linear-gradient(top, #29262d, #000000);
  background: -moz-linear-gradient(top, #29262d, #000000);
  background: linear-gradient(top, #29262d, #000000);
}
a {
  color: darkcyan;
}
:hover.bg-play {
  background: rgba(0,0,0,0.1) url(../images/play.png) center no-repeat;
}
/*滚动条样式*/
.overflow-auto::-webkit-scrollbar{
	width: 5px;
	background-color: #1c1b1e;
}
.overflow-auto::-webkit-scrollbar-thumb{
	background-color: #434145;
}
/*分页信息*/
.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: darkcyan;
}
.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 {
}
.h-slide {
  height: 175px;
}
img.h-row {
  height: 135px !important;
}
img.h-auto {
  height: 135px !important;
}
@media (min-width: 768px) {
.col-md-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.h-slide {
  height: 375px;
}
img.h-row {
  height: 200px !important;
}
img.h-auto {
  height: 250px !important;
}
}
/*feifeicms.theme*/
.bg-theme {
  background-color: darkcyan !important;
}
.border-theme {
  border-color: darkcyan !important;
}
.text-theme, .text-theme a { 
	color: darkcyan !important;
}
.gallery-active{
  color: rgba(0,0,0,.9);
}
/*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: #20c997;
  border-color: #17a2b8;
}
.ff-totop:hover {
  background-color: #333;
  border-color: #333;
  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: #20c997;
}