.content-all .content-view .bottom-view .middle-view .center-view .row .content-left {
  padding: 0px !important;
  /*background-color: greenyellow;*/ }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .htitle {
  color: var(--color-theme);
  font-size: 20px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment {
  /*background-color: #0000cc;*/
  width: 100%;
  padding-top: 10px;
  display: flex;
  border-bottom: 1px dashed var(--color-label); }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment1 {
  /*background-color: #0000cc;*/
  width: 100%;
  padding-top: 10px;
  display: flex; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment .content, .content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment1 .content {
  margin: 10px;
  width: 100%; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment .content .text, .content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment1 .content .text {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  line-height: 27px;
  font-size: 15px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment .content .btn, .content-all .content-view .bottom-view .middle-view .center-view .row .content-left .comment1 .content .btn {
  float: right;
  display: none;
  margin-left: 10px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList {
  /*background-color: darkred;*/
  margin: 10px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item {
  width: 100%;
  border-bottom: 1px dashed var(--color-label); }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .father {
  width: 100%;
  display: flex; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .chirld {
  width: 100%;
  display: flex; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right {
  margin: 0px;
  width: 100%; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .head {
  /*background-color: red;*/
  display: flex; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .head .imageScale {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .head .right1 {
  margin: 0 10px;
  /*background-color: blue;*/ }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .head .right1 span {
  display: block;
  align-self: center;
  line-height: 30px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .middle {
  /*background-color: greenyellow;*/
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  margin-top: 5px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .middle p {
  line-height: 27px;
  font-size: 15px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .bottom {
  /*background-color: blue;*/
  width: 100%;
  height: 30px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .bottom ul {
  height: 100%;
  /*background-color: #2b669a;*/
  display: flex;
  align-items: center; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .bottom ul li {
  float: left;
  margin-right: 20px; }

.content-all .content-view .bottom-view .middle-view .center-view .row .content-left .commentList .item .right .bottom ul li a {
  color: var(--color-label); }
