@charset "UTF-8";
.ifh-wap-footer {
  margin-bottom: .9rem;
}

.masker {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.fixed-comment {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  font-size: 0;
}

.fixed-comment .emoji-wrapper {
  box-sizing: border-box;
  height: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-in-out;
  /* Opera */
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll;
}

.fixed-comment .emoji-wrapper.show {
  height: 3rem;
  padding: 0 0 .15rem .3rem;
}

.fixed-comment .emoji-wrapper .emoji {
  width: .6rem;
  height: .6rem;
  overflow: hidden;
  margin: 0 .18rem .15rem 0;
}

.fixed-comment .emoji-wrapper .emoji img {
  width: 100%;
  height: 100%;
  float: left;
}

.fixed-comment .input-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0.12rem 0 0.12rem 0.3rem;
  font-size: 0;
  background: white;
}

.fixed-comment .input-wrapper .input-content {
  background: #F5F5F5;
  border-radius: .35rem;
  width: 4.5rem;
  height: .7rem;
  line-height: .7rem;
  padding: 0 .3rem;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  box-sizing: border-box;
  margin-right: .25rem;
  color: #666666;
  display: inline-block;
  vertical-align: top;
}

.fixed-comment .input-wrapper .comment,
.fixed-comment .input-wrapper .getLike,
.fixed-comment .input-wrapper .share {
  display: inline-block;
  vertical-align: top;
  height: .7rem;
  width: .7rem;
  margin-right: .1rem;
}

.fixed-comment .input-wrapper .comment,
.fixed-comment .input-wrapper .getLike {
  position: relative;
}

.fixed-comment .input-wrapper .comment span,
.fixed-comment .input-wrapper .getLike span {
  position: absolute;
  color: white;
  font-size: .2rem;
  background: #F54343;
  border-radius: .32rem;
  padding: 0 .1rem;
  line-height: .32rem;
  top: .03rem;
  left: .32rem;
  vertical-align: top;
  font-family: PingFangSC-Regular;
  display: inline-block;
  vertical-align: top;
}

.fixed-comment .input-wrapper .emoji {
  display: none;
  height: .7rem;
  width: .4rem;
  margin-right: .2rem;
  background: url(https://x0.ifengimg.com/house/static/wap/images/Emoji_7a00e973.png) center/0.4rem 0.4rem no-repeat;
}

.fixed-comment .input-wrapper .comment {
  background: url(https://x0.ifengimg.com/house/static/wap/images/comment_3aa0cad4.png) center/0.3rem 0.3rem no-repeat;
}

.fixed-comment .input-wrapper .getLike {
  background: url(https://x0.ifengimg.com/house/static/wap/images/dz_12f9de81.png) center/0.3rem 0.3rem no-repeat;
}

.fixed-comment .input-wrapper .getLike.disable {
  background: url(https://x0.ifengimg.com/house/static/wap/images/haslike_1d58f83e.png) center/0.3rem 0.3rem no-repeat;
}

.fixed-comment .input-wrapper .share {
  background: url(https://x0.ifengimg.com/house/static/wap/images/fx_5aae3399.png) center/0.3rem 0.3rem no-repeat;
  position: unset !important;
}

.fixed-comment .input-wrapper .send {
  display: none;
  border-radius: .26rem;
  width: .94rem;
  height: .52rem;
  line-height: .52rem;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: .28rem;
  margin-top: .1rem;
  background: #F54343;
  color: #FFFFFF;
}

.fixed-comment .input-wrapper .send.disable {
  background: #F5F5F5;
  color: #999999;
}

.fixed-comment.bubble .input-wrapper {
  padding: .3rem;
  border-radius: .28rem .28rem 0 0;
}

.fixed-comment.bubble .input-wrapper .emoji,
.fixed-comment.bubble .input-wrapper .send {
  display: inline-block;
  vertical-align: top;
}

.fixed-comment.bubble .input-wrapper .input-content {
  width: 5.06rem;
}

.fixed-comment.bubble .input-wrapper .comment,
.fixed-comment.bubble .input-wrapper .getLike,
.fixed-comment.bubble .input-wrapper .share {
  display: none;
}

.toastr {
  position: fixed;
  z-index: 999;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2rem;
  max-width: 6rem;
  background: white;
  border-radius: .3rem;
  font-size: .34rem;
  padding: .3rem;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0.02rem 0.2rem 0.02rem rgba(0, 0, 0, 0.2);
}

.toastr img {
  width: .46rem;
  height: .46rem;
  vertical-align: top;
  margin-right: .2rem;
}
