.comment {
  background-color: #FFF;
}
.comment .comment-inside {
  background-color: #CCC;
  padding: 0 0 25px 0;
}
.comment .commentbac {
  width: 90%;
  background-color: #FFF;
  box-shadow: 1px 5px 5px rgba(100,100,100,0.5);
  padding: 10px 0 20px 0;
  margin: 0 auto;
}
.comment .innertext .rounded-circle {
  max-width: 80px;
  margin: 0 auto;
}
.comment .commentbac .commentList {
  width: 90%;
  margin: 0 auto;
}
.comment .innertext {
  padding: 15px 5px 0 5px;
  background-color: white;
  height: 100%;
  max-width: 95%;
  /* width: 99%; */
  margin: 10px 0 15px 0;
  box-shadow: 1px 1px 5px rgba(100,100,100,0.4);
}
.comment .innertext h2 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding: 0 10px;
}
.comment .innertext .commentSubTit {
  font-size: 13px;
}
.comment .innertext .commentSubTag {
  width: 100%;
  margin: 0 auto;
}
.comment .innertext .commentSubTag span {
  display: -webkit-inline-box;
  font-weight: bold;
  font-size: 15px;
}
.comment .innertext .commentSubTag .colorB {
  color: #31368a;
}
.comment .innertext .commentSubTag .colorR {
  color: #d61419;
}
.comment .innertext .commentSubTag img {
  width: 20px;
}
.comment .innertext p {
  color: #666;
  font-size: 13px;
  padding: 0 5%;
  text-align: left;
}
.comment .innertext .comment_Inner::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/icons/commentBG.png);
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  left: 2%;
}
.comment .shareBTN-content {
  width: 100%;
  margin: 0;
}
.comment .shareBTN-content button {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin: 25px 0;
  /* width: 100px; */
  background: #FFF;
  border: 2px solid #333;
  padding: 2px 20px;
  outline: none;
  cursor: pointer;
}
.comment .shareBTN-content button:active,
.comment .shareBTN-content button:hover {
  color: #FFF;
  background: #2e45ac;
  border: 2px solid #333;
}
@media screen and (max-width:1400px) {
  .comment .commentbac {
    width: 90%;
  }
  .comment .commentbac .commentList {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:991px) {
  .comment .comment-inside {
    background-color: #FFF;
    padding: 0;
  }
  .comment .commentbac {
    width: 100%;
    background-color: #FFF;
    box-shadow: none;
    padding: 10px 0;
    margin: 0 auto;
  }
  .comment .commentbac .commentList {
    width: 100%;
    margin: 0 auto;
  }
  .comment .innertext {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
  .comment .content-title {
    background-color: transparent;
  }
}

.slick-prev {
  left: -50px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: #8d0404;
}
