.scroll-wrapper {
  padding-bottom: 0.2rem !important;
}

.iphoneX {
  padding-bottom: 0.4rem;
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.forum-detail-vote > div.ani > i {
  -webkit-animation: bounce2 0.6s 1;
  animation: bounce2 0.6s 1;
}

.forum-detail-footer > div.ani > i {
  -webkit-animation: bounce2 0.6s 1;
  animation: bounce2 0.6s 1;
}

.line1px {
  width: 7.5rem;
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
  .comment-section .head .title .red-line {
    top: 0;
  }
}
.comment-section {
  background-color: #fff;
}
.comment-section.hot.forum {
  margin-top: 0.2rem;
}
.comment-section.mt.forum {
  margin-top: 0.2rem;
}
.comment-section .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.6rem;
  padding: 0.35rem 0.32rem 0;
}
.comment-section .head .red-line {
  width: 0.06rem;
  height: 0.28rem;
  background-color: #f74645;
  margin-right: 0.12rem;
  position: relative;
  top: -1px;
}
.comment-section .head .title {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 0.3rem;
}
.comment-section .go-comment {
  width: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.3rem 0;
  box-sizing: border-box;
  margin-top: 0.2rem;
}
.comment-section .go-comment img {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
}
.comment-section .go-comment .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5.96rem;
  height: 0.64rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding: 0 0.1rem 0 0.3rem;
  box-sizing: border-box;
}
.comment-section .go-comment .input .edit {
  width: 0.28rem;
  height: 0.28rem;
  background: url("../assets/images/edit.png") no-repeat center;
  background-size: contain;
  margin-right: 0.2rem;
}
.comment-section .go-comment .input .tip {
  width: 4.62rem;
  font-size: 0.3rem;
  color: #999;
}
.comment-section .go-comment .input .emoji {
  width: 0.46rem;
  height: 0.46rem;
  background: url("../assets/images/emoji2.png") no-repeat center;
  background-size: contain;
}
.comment-section .comment-list .moreHotCommentPrompt {
  width: 100%;
  position: relative;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  background: url("/themes/baiqiang_v4_mobile/Public/img/comment/bg-line.png") repeat-x 100%;
}
.comment-section .comment-list .moreHotCommentPrompt span {
  background-color: #fff;
  font-size: 0.28rem;
  padding: 0 0.28rem;
}
.comment-section .comment-list .empty {
  background-color: #fff;
  padding: 1.2rem 0;
}
.comment-section .comment-list .empty .icon {
  display: block;
  width: 1.94rem;
  height: 1.58rem;
  margin: 0 auto;
  background: url("../assets/images/empty.png") no-repeat center;
  background-size: contain;
}
.comment-section .comment-list .empty .tip {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.3rem;
  text-align: center;
}
.comment-section .comment-list .list .line1px {
  width: 7.2rem;
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden;
  margin-left: 0.3rem;
}
.comment-section .comment-list .list .line1px:last-child {
  display: none;
}
.comment-section .comment-list .list .line1px.hide {
  display: none;
}
.comment-section .comment-list .list .comment-item {
  display: flex;
  justify-content: space-between;
  width: 7.2rem;
  margin-left: 0.3rem;
  padding: 0.36rem 0 0.4rem;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item.hide {
  display: none;
}
.comment-section .comment-list .list .comment-item.disable .content {
  color: #999 !important;
}
.comment-section .comment-list .list .comment-item .left-part {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
}
.comment-section .comment-list .list .comment-item .right-part {
  width: 5.94rem;
  margin-right: 0.32rem;
}
.comment-section .comment-list .list .comment-item .right-part .username {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.2rem;
}
.comment-section .comment-list .list .comment-item .right-part .username .name {
  font-size: 0.28rem;
  color: #48689B;
  font-weight: 500;
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-section .comment-list .list .comment-item .right-part .username .more {
  position: absolute;
  right: 0;
  top: -0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../assets/images/more.png") no-repeat center;
  background-size: 0.28rem 0.06rem;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item .right-part .content {
  font-size: 0.28rem;
  color: #333;
  margin-top: 0.15rem;
  padding-right: 0.2rem;
  word-break: break-all;
}
.comment-section .comment-list .list .comment-item .right-part .content img {
  display: block;
  max-width: 4.58rem;
  max-height: 4.58rem;
  margin-top: 0.24rem;
}
.comment-section .comment-list .list .comment-item .right-part .content .emoji {
  display: inline-block;
  margin-top: 0;
  vertical-align: bottom;
  width: 0.45rem;
}
.comment-section .comment-list .list .comment-item .right-part .detail {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-right: 0.2rem;
}
.comment-section .comment-list .list .comment-item .right-part .detail .l {
  font-size: 0.24rem;
  color: #999;
  position: relative;
  top: 0.1rem;
  display: flex;
  align-items: center;
}
.comment-section .comment-list .list .comment-item .right-part .detail .comment {
  cursor: pointer;
  margin-left: 0.3rem;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.24rem;
}
.comment-section .comment-list .list .comment-item .right-part .detail .r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-section .comment-list .list .comment-item .right-part .detail .r .praise {
  position: absolute;
  right: 0.6rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item .right-part .detail .r .praise span {
  font-size: 0.24rem;
  color: #999;
  margin-right: 0.16rem;
}
.comment-section .comment-list .list .comment-item .right-part .detail .r .praise i {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../assets/images/praise.png") no-repeat center;
  background-size: contain;
  margin-top: -0.07rem;
}
.comment-section .comment-list .list .comment-item .right-part .detail .r .praise.on span {
  color: #f74645;
}
.comment-section .comment-list .list .comment-item .right-part .detail .r .praise.on i {
  background: url("../assets/images/praise-on.png") no-repeat center;
  background-size: contain;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list {
  background-color: #F5F5F5;
  margin-top: 0.35rem;
  border-radius: 0.04rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .line1px {
  width: 5.94rem;
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden;
  margin-left: 0;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item {
  padding: 0.2rem 0 0.3rem 0.24rem;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .username {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .username .name {
  font-size: 0.28rem;
  color: #48689B;
  font-weight: 500;
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .username .more {
  position: absolute;
  right: 0;
  top: -0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../assets/images/more.png") no-repeat center;
  background-size: 0.28rem 0.06rem;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .username .separate {
  color: #333;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .content {
  font-size: 0.28rem;
  color: #333 !important;
  word-break: break-all;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .content img {
  display: block;
  max-width: 4.58rem;
  max-height: 4.58rem;
  margin-top: 0.24rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .content .emoji {
  display: inline-block;
  margin-top: 0;
  vertical-align: bottom;
  width: 0.45rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item.disable .content {
  color: #999 !important;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .l {
  font-size: 0.24rem;
  color: #999;
  position: relative;
  top: 0.1rem;
  display: flex;
  align-items: center;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .comment {
  cursor: pointer;
  margin-left: 0.3rem;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.24rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .r .praise {
  position: absolute;
  right: 0.6rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .r .praise span {
  font-size: 0.24rem;
  color: #999;
  margin-right: 0.16rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .r .praise i {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../assets/images/praise.png") no-repeat center;
  background-size: contain;
  margin-top: -0.07rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .r .praise.on span {
  color: #f74645;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .reply-item .detail .r .praise.on i {
  background: url("../assets/images/praise-on.png") no-repeat center;
  background-size: contain;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .see-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 0.8rem;
  padding-left: 0.24rem;
  cursor: pointer;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .see-more span {
  font-size: 0.28rem;
  color: #48689B;
  margin-right: 0.1rem;
}
.comment-section .comment-list .list .comment-item .right-part .reply-list .see-more i {
  width: 0.11rem;
  height: 0.21rem;
  background: url("../assets/images/arrow.png") no-repeat center;
  background-size: contain;
  margin-top: -0.05rem;
}
.comment-section .comment-list .line1px {
  width: 7.5rem;
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden;
}
.comment-section .comment-list .see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.88rem;
  cursor: pointer;
}
.comment-section .comment-list .see-more span {
  font-size: 0.28rem;
  color: #999;
  margin-right: 0.1rem;
}
.comment-section .comment-list .see-more i {
  width: 0.2rem;
  height: 0.12rem;
  background: url("/themes/baiqiang_v4_mobile/Public/img/jiantou-down5.png") no-repeat center;
  background-size: contain;
  margin-top: -0.05rem;
}

.layer-comment-add {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  background-color: #fff;
  transform: translateZ(0px) translateX(1000px);
  transition: all 0.3s;
  perspective: 1000px;
}
.layer-comment-add .container .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.88rem;
  padding-right: 0.3rem;
  position: relative;
  z-index: 2;
}
.layer-comment-add .container .nav-bar .back {
  width: 0.79rem;
  height: 0.88rem;
  background: url("/themes/baiqiang_v4_mobile/Public/img/forum-new/head/back.png") no-repeat center;
  background-size: 0.19rem 0.36rem;
  cursor: pointer;
}
.layer-comment-add .container .nav-bar .title {
  font-size: 0.36rem;
  color: #333;
  font-weight: 600;
}
.layer-comment-add .container .nav-bar .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.46rem;
  background-color: #d0d1d6;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  line-height: normal;
  color: #fff;
  cursor: pointer;
}
.layer-comment-add .container .nav-bar .submit.on {
  background-color: #F74645;
}
.layer-comment-add .container .line1px {
  width: 7.5rem;
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden;
}
.layer-comment-add .container textarea {
  width: 7.5rem;
  min-height: 3rem;
  padding: 0.32rem 0.24rem;
  box-sizing: border-box;
  border: 0;
  font-size: 0.3rem;
  color: #333;
  position: relative;
  z-index: 1;
}
.layer-comment-add .container textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.layer-comment-add .container textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.layer-comment-add .container textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.layer-comment-add .container textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.layer-comment-add .container .emoji-box {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}
.layer-comment-add .container .btns {
  display: flex;
}
.layer-comment-add .container .emoji-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: url("../assets/images/emoji-btn.png") no-repeat center;
  background-size: contain;
  margin-bottom: 0.34rem;
  margin-left: 0.3rem;
  cursor: pointer;
  margin-right: 0.6rem;
}
.layer-comment-add .container .img-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: url("../assets/images/img-btn.png") no-repeat center;
  background-size: contain;
  position: relative;
}
.layer-comment-add .container .img-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.layer-comment-add .container .emoji-list {
  display: none;
  width: 7.5rem;
  padding-bottom: 0.4rem;
}
.layer-comment-add .container .emoji-list .swiper-container {
  width: 100%;
  height: 100%;
}
.layer-comment-add .container .emoji-list .swiper-slide {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.layer-comment-add .container .emoji-list .swiper-slide:after {
  content: "";
  display: table;
  clear: both;
}
.layer-comment-add .container .emoji-list .comment-swiper-pagination {
  text-align: center;
  bottom: 0rem;
  position: relative;
}
.layer-comment-add .container .emoji-list .swiper-pagination-bullet {
  background-color: #EEEEEE;
  width: 0.14rem;
  height: 0.14rem;
  opacity: 1;
  border-radius: 50%;
}
.layer-comment-add .container .emoji-list .swiper-pagination-bullet-active {
  background-color: #F74645;
}
.layer-comment-add .container .emoji-list .icon {
  position: relative;
  float: left;
  width: 0.97rem;
  height: 1.23rem;
}
.layer-comment-add .container .emoji-list .icon img {
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.comment-pic {
  display: none;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #f5f5f5;
  position: relative;
  margin-left: 0.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.18rem;
  overflow: hidden;
}
.comment-pic img {
  max-width: 2.1rem;
  max-height: 2.1rem;
}
.comment-pic .del {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 0.52rem;
  height: 0.52rem;
  z-index: 4;
  background: url(/themes/baiqiang_v4/Home/Forum/images/close2.png) no-repeat center;
  background-size: 0.32rem 0.32rem;
  cursor: pointer;
}

.iphoneX2 {
  padding-bottom: 0.6rem;
  box-sizing: initial;
  background-color: #fff;
}

.layer-comment-more {
  border-radius: 0.18rem 0.18rem 0 0;
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important;
}
.layer-comment-more .line1px {
  display: none;
  width: 7.5rem;
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  overflow: hidden;
}
.layer-comment-more .source {
  height: 0.88rem;
  line-height: 0.88rem;
  padding: 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
  color: #666;
  border-bottom: 0.5px solid #e5e5e5;
  text-align: center;
}
.layer-comment-more .reply {
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.4rem;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-bottom: 0.5px solid #e5e5e5;
}
.layer-comment-more .tread {
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.4rem;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-bottom: 0.5px solid #e5e5e5;
}
.layer-comment-more .copy {
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.4rem;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.layer-comment-more .cancel {
  height: 1.14rem;
  line-height: 1.14rem;
  font-size: 0.4rem;
  color: #999;
  text-align: center;
  border-top: 0.2rem solid #F5F5F5;
  cursor: pointer;
}

.comment-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.8);
}
.comment-img-pop img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
