.comment-container {
  width: 100%;
  background-color: #fff;
  padding: 22px 20px 30px;
  margin-top: 10px;
}
.comment-container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-container .top .comment-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #323232;
}
.comment-container .top .btns {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.comment-container .top .btns .sc_area {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment-container .top .btns .sc_area .sc_btn {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D99A9;
}
.comment-container .top .btns .sc_area .sc_btn span {
  font-size: 16px;
}
.comment-container .top .btns .sc_area .sc_btn span.collected {
  color: #FF9333;
}
.comment-container .top .btns .sc_area p {
  line-height: 1;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D99A9;
  margin-left: 4px;
}
.comment-container .top .btns .share_area {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D99A9;
  margin-left: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.comment-container .top .btns .share_area:hover .share_btns {
  display: block;
}
.comment-container .top .btns .share_area .icon {
  width: 16px;
  height: 16px;
  background: url('/assets/images/news/detail/share.png') no-repeat center center;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-right: 4px;
}
.comment-container .top .btns .share_area .share_btns {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  padding: 20px 19px 35px 27px;
  background: url('/assets/images/news/detail/bg.png') no-repeat center center;
  background-size: 100% 100%;
  display: none;
}
.comment-container .top .btns .share_area .share_btns li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.comment-container .top .btns .share_area .share_btns li:last-child {
  margin-bottom: 0;
}
.comment-container .top .btns .share_area .share_btns li .qrcode {
  margin: 12px auto 0;
}
.comment-container .top .btns .share_area .share_btns li div .title {
  display: flex;
  align-items: center;
}
.comment-container .top .btns .share_area .share_btns li div #qrcode {
  margin-top: 12px;
}
.comment-container .top .btns .share_area .share_btns li div #qrcode img {
  margin: 0 auto;
}
.comment-container .top .btns .share_area .share_btns li .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D99A9;
}
.comment-container .top .btns .share_area .share_btns li .icon.wb {
  background: url('/assets/images/news/detail/wb.png') no-repeat center center;
  background-size: 100% 100%;
}
.comment-container .top .btns .share_area .share_btns li .icon.wx {
  background: url('/assets/images/news/detail/wx.png') no-repeat center center;
  background-size: 100% 100%;
}
.comment-container .top .btns .share_area .share_btns li .icon.cp {
  background: url('/assets/images/news/detail/cp.png') no-repeat center center;
  background-size: 100% 100%;
}
.comment-container .custom-rating {
  color: #323232;
  font-size: 14px;
  line-height: 17px;
  margin-top: 18px;
}
.comment-container .custom-rating.disabled .rating-star {
  cursor: inherit;
}
.comment-container .custom-rating .rating-star {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  color: #CBCBCB;
  cursor: pointer;
  width: 24px;
}
.comment-container .custom-rating .rating-star .iconfont {
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
}
.comment-container .custom-rating .rating-star .iconsoucang {
  font-size: 16px;
  color: #FF9333;
}
.comment-container .custom-rating .custom-rating-text {
  display: none;
  color: #919191;
  font-size: 12px;
}
.comment-container .report-title {
  margin-top: 25px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
}
.comment-container .comment-control {
  margin-top: 20px;
  position: relative;
  padding-left: 70px;
}
.comment-container .comment-control .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.comment-container .comment-control .login {
  width: 100%;
  height: 80px;
  background: #EEEEEE;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-container .comment-control .login p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.comment-container .comment-control .login p span {
  color: #06BCBA;
  cursor: pointer;
}
.comment-container .comment-control .comment-textarea {
  display: block;
  resize: none;
  background: #eee;
  border-radius: 6px;
  width: 100%;
  height: 80px;
  border: none;
  outline: none;
  font-family: inherit;
  padding: 12px 10px;
  font-size: 14px;
}
.comment-container .comment-control .comment-textarea::placeholder {
  color: #BABABA;
}
.comment-container .comment-control .comment-textarea:focus {
  background: none;
  border: 1px solid #06BCBA;
}
.comment-container .comment-control .publish-btn {
  width: 80px;
  height: 30px;
  background: #F8FAFB;
  border: 1px solid #E6E9F2;
  color: #999999;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  cursor: pointer;
}
.comment-container .comment-control .publish-btn:hover {
  border: 1px solid #06BCBA;
  background: #06BCBA;
  color: #fff;
}
.comment-container .comment-list-title {
  margin-top: 30px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323232;
}
.comment-container .comment-list {
  padding-top: 19px;
  padding-bottom: 5px;
  position: relative;
}
.comment-container .comment-list::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 1000px;
  border-bottom: 1px solid #F7F7F7;
}
.comment-container .comment-list li {
  padding-bottom: 29px;
  padding-left: 70px;
  position: relative;
  overflow: hidden;
}
.comment-container .comment-list li.null {
  text-align: center;
  padding: 88px 0 75px;
}
.comment-container .comment-list li.null .null_img {
  background: url(/assets/images/news/detail/null.png) no-repeat center center;
  background-size: 100% 100%;
  width: 152px;
  height: 103px;
  margin: 0 auto;
}
.comment-container .comment-list li.null p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #BABABA;
  margin-top: 23px;
}
.comment-container .comment-list li .comment-ls-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.comment-container .comment-list li .comment-ls-tit {
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  line-height: 14px;
  margin-top: 19px;
  position: relative;
}
.comment-container .comment-list li .comment-ls-tit .comment-ls-time {
  color: #BABABA;
  margin-left: 10px;
  font-weight: normal;
}
.comment-container .comment-list li .comment-ls-tit .tip {
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 11px;
}
.comment-container .comment-list li .comment-ls-tit .tip.error {
  background: #FAD9D1;
  color: #FF3030;
}
.comment-container .comment-list li .comment-ls-tit .tip.success {
  background: #BFE2FB;
  color: #0054EF;
}
.comment-container .comment-list li .comment-ls-tit .zan_area {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #919191;
  display: flex;
  align-items: baseline;
}
.comment-container .comment-list li .comment-ls-tit .zan_area .zan_icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(/assets/images/news/detail/zan.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.comment-container .comment-list li .comment-ls-tit .zan_area .zan_icon.active {
  background: url(/assets/images/news/detail/zan_active.png) no-repeat center center;
  background-size: 100% 100%;
}
.comment-container .comment-list li .comment-ls-text {
  font-size: 13px;
  color: #323232;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 5px;
}
.comment-container .pagination {
  margin-top: 40px;
  display: none;
}
