/* init */
body{
  font-size:0;
}
body #comment{
  padding-bottom:.7rem;
}
/* init */

/* #top */
#top{
  margin-top:.79rem;
  position:relative;
}
#top  img{
  width:100%;
  height:.835rem;
}
#top span{
  position:absolute;
  left:50%;
  bottom:.2rem;
  margin-left:-.5rem;
  width:1rem;
  height: 0.175rem;
  border-radius:.0875rem;
  background:#3b90be;
  font-size: 0.13rem;
  color:#fff;
  text-align:center;
  display:inline-block;
}
/* /#top */

/* #main */
#main{
  padding:0 .2rem 0.5rem .2rem;
}
#main > .list{
  margin-top:.175rem;
}
#main > .list > .item{
  margin-bottom:.19rem;
}
#main > .list > .item > a{
  display:flex;
}
#main > .list > .item > a > img{
  flex:0 0 .345rem;
  width:.345rem;
  height: 0.345rem;
  border-radius: 50%;
}
#main > .list > .item > a > .right{
  flex:1;
  margin-left:.09rem;
  overflow: hidden;
}
#main > .list > .item > a > .right > .name{
  font-size:.13rem;
  color:#0083df;
}
#main > .list > .item > a > .right > .desc{
  font-size: 0.13rem;
  color: #717171;
  margin-top:.07rem;
  word-wrap: break-word;
}
#main > .list > .item > a > .right > .imgs{
  margin-top:.1rem;
}
#main > .list > .item > a > .right > .imgs > img{
  max-width:1.15rem;
  max-height:1rem;
  display:inline-block;
  margin-right:.13rem;
  margin-top:.1rem;
}
#main > .list > .item > a > .right > .bottom{
  margin-top:.06rem;
}
#main > .list > .item > a > .right > .bottom > .time{
  font-size:.12rem;
  color:#a1a1a1;
}
#main > .list > .item > a > .right > .bottom > .icon-list{
  float:right;
}
#main > .list > .item > a > .right > .bottom > .icon-list > .icon-item{
  display:inline-block;
  margin-left:.22rem;
}
#main > .list > .item > a > .right > .bottom > .icon-list > .icon-item > img{
  vertical-align: middle;

}
#main > .list > .item > a > .right > .bottom > .icon-list > .icon-item > .num{
  vertical-align: middle;
  font-size: 0.12rem;
  color:#929292;
  margin-left:.04rem;
}
#main > .list > .item > a > .right > .bottom > .icon-list > li.weChat img{
  width:.19rem;
  height:.15rem;
}
#main > .list > .item > a > .right > .bottom > .icon-list > li.dianZan img{
  width: 0.16rem;
  height: 0.16rem;
}
/* /#main */