.comment-block .comment-block-title{
  width:100%;
}
.comment-list{
  padding:0 .32rem;
}
.comment_item {
  margin-bottom: .32rem;
}
.comment_info {
  /* padding-top: .2rem; */
  padding-bottom: .4rem;
  border-bottom: 1px solid rgba(253, 81, 78, 0.05);
}
.is_blue .comment_info {
  border-bottom: 1px solid #E9F5FF;
}
.comment-list .comment_item:last-child .comment_info{
  border-bottom: none;
}
.comment_title {
  height: .5rem;
  line-height: .5rem;
}
.comment_avatar {
  width: 0.7rem;
  height: 0.7rem;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right:.2rem;
}
.icon_dianzan_comment {
  width: .4rem;
  height: .4rem;
  background-image: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/lhdc2021/images/zan.png);
  background-size: 100% 100%;
  float: right;
  /* margin-top: .05rem; */
  margin-right: .08rem;
}
.icon_dianzan_comment.clicked {
  background-image: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/lhdc2021/images/zan_red.png);
  background-size: 100% 100%;
}
.icon_pinglun_comment {
  color: #343A40;
  font-size: .28rem;
  margin-right: .1rem;
  float: right;
}
.icon_pinglun_comment.clicked{
  color:red;
}
.comment-nickname {
  color: #343A40;
  font-size: .32rem;
  line-height:.44rem; 
  font-weight:bold;
}
.comment_content_content {
  color: #343A40;
  font-size: .32rem;
  font-weight: normal;
  line-height: .44rem;
  margin-left: .9rem;
}
.comment_foot_comment {
  margin: .2rem 0 0 .9rem;
  /* padding-bottom: .1rem; */  
}
.comment_time_comment {
  color: #868E96;
  font-size: .28rem;
  float: left;
  /* margin-left:.1rem; */
}
.view_more_comment{
  font-size: .32rem;
  line-height: .6rem;
  background-color: #E52B2B;
  width: 2.12rem;
  height: .6rem;
  border-radius: .36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  margin-bottom:.2rem;
  cursor: pointer;
}

.comment-fix-block{
  position:fixed;
  width:100%;
  left:50%;
  transform: translateX(-50%);
  bottom:0;
  padding-bottom:calc(0.2rem + env(safe-area-inset-bottom));
  padding-top:.2rem;
  background-color:#ffffff;
  z-index: 1000;
  max-width: 7.5rem;
  margin: 0 auto;
}
.comment-fix-block .comment-btn-image{
  width:6.86rem;
  height:.68rem;
  margin-left:.32rem;
  cursor: pointer;
}
.comment-fix-block .comment-btn-image img{
  width:100%;
  height:100%;
}
.overlay-dark{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.6);
  display:none;
  z-index:1000;
}
.overlay-white{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.6);
  opacity:0;
  display:none;
  z-index:1000;
}
.comment-input-fix-block{
  position:fixed;
  width:100%;
  left:0;
  bottom:0;
  height:1rem;
  background-color:#ffffff;
  /* padding-bottom:calc(0.1rem + env(safe-area-inset-bottom)); */
  padding-bottom:calc(env(safe-area-inset-bottom));
  /* display:none; */
  z-index:-1;
}

.comment-input-fix-block .comment-input-fix-content{
  position:absolute;
  left:0;
  top:.16rem;
  width:100%;
  height:.68rem;
}
.comment-input-fix-block .comment-input{
  position:absolute;
  left:.2rem;
  top:0;
  height:.68rem;
  width:6rem;
}
.comment-input input{
  width:5.6rem;
  height:.64rem;
  line-height:.64rem;
  color:#370E0E;
  padding:0 .2rem;
  outline: none;
  border:1px solid #CED4DA;
  border-radius:4px;
  display:block;
  font-size:.28rem;
  caret-color:red;
}
.blue-input .comment-input input {
  caret-color: #3879D0;
}
.comment-input-fix-block .comment-btn-send{
  position: absolute;
  width: 1.48rem;
  height: 1.08rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/lhdc2021/images/send.png) center center no-repeat;
  background-size: .52rem auto;
  right: 0;
  top: -.14rem;
  cursor: pointer;
}
.comment-input-fix-block.focus{
  padding-bottom:0;
}
.comment-btn-send.active{
  background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/lhdc2021/images/send-red.png) center center no-repeat;
  background-size:.52rem auto;
}
.blue-input .comment-btn-send.active {
  background:url(../images/send-blue.png) center center no-repeat;
  background-size:.52rem auto;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  color: #ADB5BD;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ADB5BD;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ADB5BD;
}
.is_blue .icon_dianzan_comment{
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5activity/lhdc2021/images/zan.png) no-repeat center;
  background-size: 100% 100%;
}
.is_blue .icon_pinglun_comment {
  color: #3B4C5D;
}
.is_blue .icon_pinglun_comment.clicked {
  color: #3879D0;
}
.is_blue .icon_dianzan_comment.clicked {
  background-image: url(../images/zan_blue.png);
  background-size: 100% 100%;
}