#pageContainer {
  background: #eee;
  padding-bottom: .8rem;
}

.p-hd {
  background: #fff;
  overflow: hidden;
  position: sticky;
  top: .44rem;
  z-index: 9;
}

.tab-list .tab {
  padding: .15rem 0;
  position: relative;
  font-size: .14rem;
  color: #6C6D70;
  white-space: nowrap;
  line-height: 1;
  margin-right: .38rem;
}

.tab-list .tab:last-child {
  margin-right: 0;
}

.tab-list .tab.on {
  color: #3E3E3F;
  font-weight: bold;
}

.tab-list .tab::after {
  content: '';
  display: block;
  width: 0;
  height: .03rem;
  background: #EB6112;
  border-radius: .02rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s linear;
}

.tab-list .tab.on::after {
  width: .28rem;
}

.p-bd {
  padding: .2rem .15rem;
}

.list .item {
  background: #fff;
  border-radius: .1rem;
  margin-bottom: .1rem;
  border: 1px solid #DCDCDC;
  padding: .15rem .12rem;
}

.list .item .divider {
  width: 100%;
  height: 1px;
  background: #BFBFBF;
  margin: .1rem 0;
  transform: scaleY(.5);
}

.feedback .item .cover {
  width: .6rem;
  height: .4rem;
  margin-right: .1rem;
  overflow: hidden;
}

.feedback .item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback .item .title {
  font-size: .12rem;
  color: #333;
  max-width: 70%;
}

.feedback .item .data {
  font-size: .12rem;
  color: #999;
  margin-top: .04rem;
}

.feedback .item .arr {
  height: .12rem;
  width: auto;
}

.feedback .item .user img {
  width: .3rem;
  height: .3rem;
  border-radius: 100%;
  margin-right: .1rem;
  border: 1px solid #eee;
}

.feedback .item .name {
  font-size: .12rem;
  color: #6C6D70;
  max-width: 70%;
}

.feedback .item .time {
  font-size: .12rem;
  color: #6C6D70;
}

.feedback .item .content {
  margin-top: .12rem;
  font-size: .12rem;
  color: #808080;
  line-height: 1.5;
  text-align: justify;
}

.feedback .item .preview {
  margin-top: .1rem;
  margin-right: .1rem;
  width: .7rem;
  height: .7rem;
  border: 1px solid #eee;
}

.feedback .item .preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.msg-box {
  padding: 0 0 .2rem;
  overflow-x: hidden;
}

.msg-box .words-list {
  margin-top: .15rem;
}

.msg-box .item {
  padding: .2rem .1rem;
  background: #fff;
  border-radius: .1rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: .1rem;
}

.msg-box .item .avatar {
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  flex-shrink: 0;
}

.msg-box .item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.msg-box .item .infos {
  margin-left: .1rem;
  flex-grow: 1;
}

.msg-box .item .plink {
  background: #f5f6f8;
  padding: .05rem;
  border-radius: .04rem;
}

.msg-box .item .plink img {
  width: .4rem;
  height: .4rem;
  margin-right: .06rem;
}

.msg-box .item .plink .title {
  font-size: .13rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  line-height: 1.4;
  margin-bottom: 3px;
}

.msg-box .item .plink .donate {
  color: #999;
  font-size: .13rem;
}

.msg-box .item .plink .donate span {
  padding-right: .1rem;
}

.leavewords-wrapper .tabs {
  height: .4rem;
  line-height: .4rem;
  font-size: .13rem;
  border-bottom: 1px solid #f3f3f3;
}

.leavewords-wrapper .tabs .tabs-item {
  width: 33.33%;
  text-align: center;
  color: #666;
}

.leavewords-wrapper .tabs .tabs-item.on {
  color: #ff6810;
}

.leavewords-wrapper .user {
  margin: .05rem 0;
}

.leavewords-wrapper .name {
  margin-bottom: .05rem;
  font-size: .14rem;
  color: #5A8EB5;
}

.leavewords-wrapper .donate {
  color: #666;
  font-size: .13rem;
}

.leavewords-wrapper .time {
  color: #999;
  font-size: .13rem;
  margin-bottom: .05rem;
}

.leavewords-wrapper .verify {
  display: inline-block;
  width: .16rem;
  height: .16rem;
  background: url(../../../../images/h5/images/ucenter/verify.png) no-repeat 0 0 / 100% 100%;
  margin-right: .1rem;
}

.leavewords-wrapper .words {
  margin: .1rem 0;
  background: #f5f6f8;
  padding: .05rem .1rem;
  font-size: .12rem;
  position: relative;
}

.leavewords-wrapper .words::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .07rem solid transparent;
  border-right: .07rem solid transparent;
  border-bottom: .08rem solid #f5f6f8;
  position: absolute;
  left: .15rem;
  top: -.07rem;
}

.leavewords-wrapper .words .li {
  color: #666;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leavewords-wrapper .words .nick-a {
  color: #5A8EB5;
}

.leavewords-wrapper .words .nick .rep {
  color: #666;
  padding: 0 3px;
}

.leavewords-wrapper .words .more {
  font-size: .12rem;
}

.syswords-wrapper {
  padding: 0 0 .2rem;
}

.syswords-wrapper .item .time {
  color: #999;
  text-align: center;
  font-size: .13rem;
  margin-bottom: .1rem;
}

.syswords-wrapper .item .txt {
  color: #333;
  font-size: .14rem;
  line-height: 1.4;
  margin-bottom: .1rem;
}

.syswords-wrapper .item .btn {
  display: inline-block;
  margin-right: .1rem;
  margin-bottom: .1rem;
  padding: 0 .1rem;
  height: .24rem;
  line-height: .24rem;
  text-align: center;
  color: #ff6810;
  font-size: .13rem;
  border: 1px solid #ff6811;
  border-radius: .04rem;
}

.msg-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .4rem;
  border-top: 1px solid #f1f1f1;
  box-shadow: 0 -1px 3px rgba(45, 166, 243, .1);
  display: none;
}

.msg-ft .inp {
  height: .4rem;
  line-height: .3rem;
  border: none;
  outline: none;
  padding: .05rem;
  color: #333;
  font-size: .14rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
}

.msg-ft .send-btn {
  display: inline-block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 .1rem;
  background: #098945;
  color: #fff;
  font-size: .14rem;
  line-height: .4rem;
}
