.container {
  padding-bottom: 0.46rem;
  overflow: scroll;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
}
img {
  width: 100%;
  height: 100%;
}

.scrollbox {
  padding-bottom: 0.46rem;
  
}

.title {
  text-align: center;
  background: #fff;
  padding: 0.1rem 0;
}
.title>p {
  width: 0.9rem;
  border: 1px solid #00AA9F;
  background: #CBEEEA;
  color: #00AA9F;
  padding: 0.03rem;
  margin: 0 auto;
  border-radius: 0.2rem;
}



.fs15 {
  font-size: 0.15rem;
}

.cardbox {
  background: #fff;
  margin-top: 0.1rem;
  padding: 0.2rem;
  color: #666;
}
.personInfo {
  display: flex;
}
.peoplehead {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.05rem;
}
.peoplehead img {
  width: 100%;
  height: 100%;
}
.peopleinfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.02rem 0;
}

.peopleinfodetail{
  display: flex;
  justify-content: space-between;
}

.colw {
  color: #F43180;
}
.colm {
  color: #44A7E8;
}
.litleImg {
  margin-right: 0.03rem;
  width: 0.2rem;
    height: 0.15rem;
}

.content{
  margin: 0.1rem 0 0.05rem 0 ;
}

.btnbox {
  display: flex;
}
.btnbox>div {
  width: 0.8rem;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
  padding: 0.02rem 0;
}
.btnbox>div.active {
  border-color: #00AA9F;
  background: #CBEEEA;
  color: #00AA9F;
}

.imglist {
  padding: 0.15rem 0 0.05rem 0;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  border-bottom: 1px solid #e5e5e5;
}
.imglist> .imgbox {
  width: 1.05rem;
  height: 1.05rem;
  margin-bottom: 0.1rem;
  margin-right: 0.1rem;
}
.imglist>.imgbox:nth-child(3n+0) {
  margin-right: 0;
}
.imgbox img{
  width: 1.05rem;
  height: 1.05rem;
  object-fit: cover;
}


.imglist> .imgbox.active {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition:  all .3s;
  z-index: 9999;
  text-align: center;
  margin: 0;
}
.imglist> .imgbox.active img {
  width: 3.75rem;
  height: auto;
  transition:  all .5s;
}










.bottombtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009688;
  height: 0.44rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  z-index: 99;
}

.bottombtn  i {
  transform: rotate(90deg);
  font-size: 0.2rem;
  display: inline-block;
}
.bottombtn >span:last-child {
  width: 0.44rem;
  text-align: center;
}

.bottombtn>span:first-child {
  height: 100%;
  width: 0.44rem;
  
  line-height: 0.44rem;
  text-align: center;
}
.bottombtn .tui {
  background: #888;
  color: #fff;
  font-size: 0.2rem;
}


.botinfo {
  color: #999;
  padding: 0.1rem 0;
  text-align: center;
}

.reply {
  margin-top: 0.15rem;
  padding-top: 0.15rem;
  border-top: 1px solid #e5e5e5;
}

.commentImglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.replyimg {
  height: auto;
  margin: 0.1rem 0;
}
.replyimg>img {
  height: auto;
  width: 100%;
}
.replyimg.active {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition:  all .3s;
  z-index: 9999;
  margin: 0;
}


}
.replyimg.active img {
  width: 3.75rem;
  height: auto;
  transition:  all .5s;
}




.more {
  background: #fbfbfb;
  height: 0.4rem;
  line-height: .4rem;
  font-size: .16rem;
  text-align: center;
  display: flex;
  align-items: center;
  
}
.more>span {
  margin-left: 1.4rem;
  color: #666;
}
.more>i {
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background: #00AA9F;
  color: #fff;
  font-size: .12rem;
  position: relative;
}

.more>i::before{
  position: absolute;
  top: -0.08rem;
  left: 0;
  width: .2rem;
  height: .2rem;
}


.bottomInput {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.3);
  color: #fff;
  z-index: 999;

  /* display: flex;
  align-items: flex-end; */
}

.iptbox {
  width: 100%;
  background: #fff;
  padding: 0.15rem;
  position: absolute;
  bottom: 0;
}
.iptbox>.flb1:first-child {
  align-items: flex-end;
  margin-bottom: 0.1rem;
}
.iptbox>flb1:last-child {
  color: red;
}
.txtarea {
  background: #eee;
  width: 3rem;
  height: 0.6rem;
  border-radius: 0.05rem;
  border: none;
  color: #666;
  padding: 0.05rem;
  outline: none;
  overflow-y: scroll;
}
.txtarea>img {
  max-width: .25rem;
  max-height: .25rem;
  vertical-align: sub;
}


.uplaodimg {
  display: flex;
  flex-wrap: wrap;
}

.txtimgbox {
  width: 0.788rem;
  height: 0.788rem;
  position: relative;
  margin: 0 0.1rem 0.1rem 0;

}
.txtimgbox:nth-child(4n+0) {
  margin-right: 0;
}

.txtimgbox i{
  position: absolute;
  top: -0.08rem;
  right: -0.08rem;
  color: #666;
}

.fw600 {
  font-weight: 600;
}
.txtimgbox >img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.emojibox {
  height: 1.5rem;
  overflow-y: scroll;
  background: #eee;
  margin-top: .1rem;
  padding-bottom: .3rem;
  /* position: relative; */
}
.emojibox::-webkit-scrollbar {
  width: 0;
}
.emojiitem {
  display: flex;
  flex-wrap: wrap;

}
.emojiitem > img {
    width: .2rem;
    height: .2rem;
    margin: .089rem;
}
.delEmoji {
  position: absolute;
  z-index: 9999;
  right: .3rem;
  bottom: .2rem;
  background: #fff;
  border-radius: 5px;
  padding: 0.02rem .1rem;
}

/* .emojiImg {
  width: .3rem;
  height: .3rem;
  display: inline-block;
} */

img {
  width: auto;
  height: auto;
  display: inline-block;
}