body 
{
  background-color: #eaeced;
  padding: 0;
  margin: 0;
}
a 
{
  text-decoration: none;
}
ul 
{
  padding: 0;
  margin: 0;
}

li 
{
  list-style: none;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}

.circle-home-banner 
{
  height: 45px;
  width: 100%;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.hot-threads .circle-home-banner {
  position: fixed;
  top: 0;
  z-index: 100;
}
.banner-top 
{
  font-size: 14px;
  font-weight: bold;
  line-height: 43px; 
}
.banner-title 
{
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  color: #999;
  border: none;
  font-weight: normal;
}
.banner-title.active
{
  border-bottom: 2px solid #4ECDC4;
  color: #4ecdc4;
  font-weight: bold;
}
.recommend-top 
{
  font-size: 14px;
  font-weight: bold;
  color: #999;
  padding: 12px;
}
.circle-classification 
{
  background: #f1f1f1;
  padding: 12px;
  overflow: hidden;
}
.circle-classification a {
  overflow: hidden;
  display: inline-block;
  float: left;
  padding: 10px;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
  background-color: #fff;
}

.circle-classification a:nth-child(even) li{
  margin-right: 0 !important;
  margin-left: 2%
}
.circle-image 
{
  float: left;
}
.circle-image img 
{
  width: 42px;
  margin-right: 5px;
}
.circle-name
{
  width: 65%;
  line-height: 1.4;
  margin-left: 47px;
}
.circle-name .title
{
  font-size: 14px;
  font-weight: bold;
  color: #2b2b2b;
  display: block;
}
.circle-name span 
{
  font-size: 12px;
  color: #b8b8b8;
  display: block;
}

/*new version*/
.banner-slider,
.banner-slider li{
  /*height: 100px;*/
  overflow: hidden;
  position: relative;
}
.banner-slider li .mask{
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, .55);

}
.banner-slider .desc {
  color: #fff;
  padding-left: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  padding-top: 10px;
}
.banner-slider .desc .tag-text {
  font-size: 12px;
}
.banner-slider .desc .title {
  font-size: 14px;
}
.banner-feed {
  font-size: 12px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 12px;
  letter-spacing: 1px;
}
.banner-feed .title {
  display: inline-block;
  color: #4ecdc4;
}
.banner-feed .content {
  display: inline-block;
  color: #000;
}
.top-banner {
  padding-bottom: 10px;
}

/* 热门圈子begin */
.hot-group {
  background-color: #fff;
  height: 130px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.hot-group .title-wrapper {
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}
.hot-group .title{
  padding-left: 10px;
  border-left: 2px solid #4ecdc4;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.hot-group .groups-slider-wrapper {
  padding: 5px 10px !important;
  background-color: #eaeced;
}
.hot-group .groups-slider ,
.hot-group .bx-wrapper {
  height: 79px !important;
}
.hot-group .groups-slider {
  overflow: hidden;
}
.hot-group .groups-slider li .bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.hot-group .groups-slider li .mask {
  background-color: rgba(0, 0, 0, .35);
  height: 100%;
  position: relative;
  z-index: 99;
}
/*slider css*/
.hot-group .groups-slider li,
.hot-group .groups-slider a {
  width: 115px !important;
  margin-right: 10px !important;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*.hot-group .groups-slider li,
.hot-group .groups-slider a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 100%;
}
.hot-group .groups-slider a {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
}*/
/*.hot-group .groups-slider a:nth-child(3n+1){
  padding-right: 5px;
}
.hot-group .groups-slider a:nth-child(3n+2){
  padding-right: 5px;
  padding-left: 5px;
}
.hot-group .groups-slider a:nth-child(3n){
  padding-left: 5px;
}*/
/*.hot-group .groups-slider li {
  width: 100%;
}*/
.hot-group .groups-slider .tag-line{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #e5e5e5;
  width: 75px;
  height: 16px;
  z-index: 100;
  margin: auto;
  font-size: 14px;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.hot-group .groups-slider .tag-line span {
  vertical-align: middle;
  font-size: 12px;
}
.hot-group .groups-slider .tag-line .icon {
  color: #fff;
  margin-right: 6px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
/* 热门圈子end */

.group-menu {
  background-color: #fff;
  margin-top: 12px;
  height: 45px;
  line-height: 1;
  border-top: 1px solid #e5e5e5;
}

.group-menu .sub-menu-wrap,
.group-menu .scrollable-menu-bar {
  border: none;
  height: auto;
  line-height: 1;
  /*overflow: auto !important;*/
}
.group-menu .sub-menu-wrap{
  height: 44px;
  border-bottom: 1px solid #e5e5e5;
  overflow: visible;
}
.group-menu .scrollable-menu-list a{
  margin: 0;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  /*width: 16.6%;*/
  width: 25%;
  text-align: center;
}
.group-menu .scrollable-menu-list a.active {
  color: #4ECDC4;
  border-bottom: 2px solid #4ECDC4;
}
.group-menu .scrollable-menu-list {
  font-size: 0;
}

.group-feed-list, .bx-wrapper,.bx-wrapper .bx-viewport {
  background-color: #eaeced;
  height: 100% !important;
  /*overflow: visible !important;*/
}
.group-feed-list .loading-hint {
  padding-top: 40px;
}
.group-feed-list .loading-hint img{
  margin-right: 7px;
}
.news-slider .hack-block {
  width: 320px;
  height: 100px;
}
.news-slider > li {
  min-height: 314px;
  background-color: #eaeced;
}
.bx-wrapper img {
  display: inline !important;
}
.loading-hint {
  padding-top: 12px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
}
.loading-hint img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.loading-hint span {
  vertical-align: sub;
}
.news-slider [data-id="0"] .post:last-child{
  margin-bottom: 15px;
}
.sort-btn {
  display: inline-block !important;
}

