﻿#remen {
  width: 100%;
  height: auto;
}

#zuixin {
  margin-bottom: 92px;
}

.remenTitle {
  height: 35px;
  line-height: 35px;
  padding: 0 3%;
  border-bottom: 1px solid #F2F2F2;
}

.remenTitle>img {
  width: 15px;
  height: auto;
}

#listRm>div,
#listZx>div {
  padding: 3%;
  overflow: hidden;
}

#listRm>div>img,
#listZx>div>img {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
}

.msgType {
  float: left;
  width: 88%;
}

.msgType>div {
  overflow: hidden;
  padding: 0 0 0 3%;
  margin-bottom: 3%;
}

.msgType>div>p,
.hfZan p {
  width: 20%;
  float: left;
  font-size: 14px;
  color: #1570E6;
}

.msgType>div>p:first-of-type,
.hfZan p:first-of-type {
  width: 80%;
}

.hfZan p span {
  color: #828282;
}

.msgType>div>p:last-of-type,
.hfZan p:last-of-type {
  float: right;
  font-size: 12px !important;
  color: #383838 !important;
  text-align: right;
}

.msgType>div>p>img,
.hfZan p img {
  width: 15px;
  height: auto;
  vertical-align: sub;
  margin-right: 6%;
}

.msgType>div>p>span {
  margin-left: 3%;
}

.plContent {
  word-break: break-all;
}

.plTimer {
  color: #828282;
  font-size: 12px;
}

.plTimer span {
  color: #1570E6;
}

#hfType {
  width: 92%;
  height: auto;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 3%;
  margin-left: 2%;
  overflow: hidden;
}

.hfZan {
  overflow: hidden;
}

#hfType>div {
  margin-bottom: 4%;
}

#hfType>div>div {
  margin-bottom: 2%;
}

.more {
  width: 20%;
  padding: 1% 3%;
  font-size: 12px;
  color: #ffffff;
  background: #1570E6;
  border-radius: 10px;
  float: right;
  text-align: center;
  margin-bottom: 0px !important;
}

.more a {
  color: #ffffff;
}

.nothing {
  text-align: center;
}

.nothingImg {
  width: 110px !important;
  height: auto !important;
  float: none !important;
}

.nothingP {
  font-size: 12px !important;
  float: none !important;
}

.seeMore,
.seeMore2 {
  text-align: center;
  /* display: block; */
  padding: 0 !important;
  margin-bottom: 5%;
}

.seeMore a,
.seeMore2 a {
  color: #828282;
  font-size: 12px;
}

/* 写评论 */
#writePl {
  width: 100%;
  height: 94px;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #F2F2F2;
}

#writePlKuang {
  width: 68% !important;
  height: 32px !important;
  background: #F2F2F2 !important;
  border-radius: 17px !important;
  padding: 0 15px !important;
  float: left;
  margin-top: 6px !important;
  margin-left: 3% !important;
      position: relative;
}

#writePl span{
      position: absolute;
    left: 8%;
    bottom: 66.5%;
    color: #828282;
}

#writePl div {
  width: 15%;
  height: 32px;
  float: right;
  margin-right: 3%;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  border-radius: 17px;
  margin-top: 6px;
   float: left;
  background: #1570E6;
}

#writePl div a {
  color: #ffffff;
  display: block;
}

@media only screen and (min-width: 300px) and (max-width: 320px) {

  #listRm>div>img,
  #listZx>div>img {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 760px) and (max-width: 800px) {

  #listRm>div>img,
  #listZx>div>img {
    width: 43px;
    height: 43px;
  }

  .msgType {
    float: left;
    width: 94%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1030px) {

  #listRm>div>img,
  #listZx>div>img {
    width: 48px;
    height: 48px;
  }

  .msgType {
    float: left;
    width: 95%;
  }
}