@charset "UTF-8";
/***垂直居中提示层**/
/**mixin**/
.main {
  height: 100%;
  background-color: #fff;
  margin-bottom: 55px;
}
.main #t_banner {
  padding-top: 44px;
}
.main #t_banner img {
  width: 100%;
  height: 100%;
}
.main .activityTitle {
  font-size: 1rem;
  color: #989898;
  padding: 0.8rem 0.625rem;
}
.main .activityTitle span {
  margin-right: 0.8rem;
}
.main .activityCont {
  font-size: 1.125rem;
  overflow: hidden;
  padding: 0 10px;
}
.main .activityCont img {
  width: 100% !important;
}
.main .activityCont p {
  margin-bottom: 20px;
}
.main .contActive {
  height: auto;
  overflow: auto;
}
.main .td_more {
  text-align: center;
}
.main .td_more a {
  display: block !important;
}
.main .icon-top-arrow {
  display: inline-block;
  -webkit-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid #b4b4b4;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main .icon-top-arrow.active {
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid #b4b4b4;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
}
.main .contentList {
  margin-top: 0.9rem;
  padding: 0.625rem;
  background: #f2f3f4;
}
.main #activityList li:nth-child(2n) {
  margin-left: 0.625rem;
}
.main #activityList .proList {
  width: 48.5%;
  height: 19.85rem;
  float: left;
  margin-bottom: 0.625rem;
  background-color: #fcfcfc;
  overflow: hidden;
}
.main #activityList .proList .proImg {
  height: 14rem;
}
.main #activityList .proList .proTitle {
  padding: 0.625rem 0.5rem;
  display: block;
  height: 3.3rem;
  line-height: 1.3rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.main #activityList .proList .userInfo {
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  margin-bottom: 1.8rem;
  overflow: hidden;
  height: 33px;
}
.main #activityList .proList .users {
  width: 73%;
  position: relative;
}
.main #activityList .proList .users img {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 50%;
}
.main #activityList .proList .users span {
  line-height: 1.875rem;
  word-wrap: break-word;
  word-break: break-all;
}
.main #activityList .proList .users .bs_type {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0px;
  left: 15px;
}
.main #activityList .proList .likes {
  margin-top: 0.3rem;
  font-size: 0.85rem;
}
.main #activityList .proList .likes img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.main .moreIndex {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
.main .topic_from {
  color: #3080af;
  background-color: #FFF;
  padding: 0.6875rem 0.75rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 90;
  font-size: 16px;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.main .topic_from .t_title {
  float: left;
}
.main .topic_from .t_content {
  width: 50%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .topic_from .openPhone {
  float: right;
}
.main .topic_from .openPhone i {
  width: 20px;
  height: 20px;
  background: url("../images/phone.png") no-repeat;
  background-size: contain;
  padding-right: 0.3125rem;
  display: inline-block;
  float: left;
}

@media only screen and (max-device-width: 320px) {
  /*iPhone 4/5 Portrait*/
  .main #activityList .proList {
    height: 18rem;
  }
  .main #activityList .proList .users {
    width: 70%;
  }

  .main #activityList .proList .proImg {
    height: 12rem;
  }
}
@media only screen and (min-device-width: 412px) {
  /*iphone6P Portrait*/
  .main #activityList .proList {
    height: 21.5rem;
  }

  .main #activityList .proList .proImg {
    height: 15rem;
  }
}
@media only screen and (min-device-width: 768px) {
  /*iPad Portrait*/
  .main #activityList .proList {
    height: auto;
  }
}
