.toggleFollow {
  background-color: #A5C6EB !important;
}
.toggleReplay {
  color: #1450EB !important;
}
.toggleLike {
  color: #1450EB !important;
}
.main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .left .one {
  margin-top: 20px;
  padding: 26px 20px 18px 24px;
  position: relative;
}
.main .left .one > button {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 140px;
  height: 40px;
  background-color: #3669EC;
}
.main .left .one > button i,
.main .left .one > button span {
  color: white;
  font-size: 14px;
}
.main .left .two {
  padding: 20px 24px;
}
.main .left .two .head {
  font-size: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEBEB;
}
.main .left .two .head span {
  font-family: pingFangBold;
}
.main .left .two .head i {
  color: #999999;
}
.main .left .two .public-comment {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .left .two .public-comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
}
.main .left .two .public-comment textarea {
  width: 800px;
  background-color: #F5F5F5;
  padding: 10px 14px;
  height: 76px;
}
.main .left .three {
  padding: 20px 25px;
}
.main .left .three .head {
  margin-bottom: 18px;
  font-size: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEBEB;
}
.main .left .three .head span {
  font-family: pingFangBold;
}
.main .left .three .head i {
  color: #999999;
}
.main .left .three .comment-outer {
  margin-top: 18px;
}
.main .left .four {
  padding: 20px 25px;
}
.main .left .four .head {
  font-size: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.main .left .four .head span {
  font-family: pingFangBold;
}
.main .left .four .head div span {
  font-family: pingFangRegular;
  font-size: 14px;
  cursor: pointer;
}
.main .left .four .head div span:first-child {
  margin-right: 57px;
}
.main .left .four .head div span:first-child::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #BBBBBB;
  transform: translate(27px, 1.5px);
}
.main .left .four .comment-outer {
  margin-top: 18px;
}
.main .left .five {
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .left .five span,
.main .left .five i {
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.main .left .five i {
  font-size: 12px;
  margin-left: 5px;
}
.main .right {
  width: 260px;
  margin-top: 20px;
  padding: 16px 6px 23px 13px;
}
.main .right > span {
  font-size: 18px;
  color: #333333;
  font-family: pingFangBold;
  margin-bottom: 24px;
  padding-left: 10px;
}
.main .right > a {
  display: flex;
  justify-content: space-between;
  padding: 8px 7px 13px 10px;
  cursor: pointer;
}
.main .right > a:hover {
  background-color: #F5F5F5;
}
.main .right > a:hover .dot2 {
  color: #1450EB;
}
.main .right > a > img {
  width: 64px;
  height: 64px;
  margin-left: 13px;
}
.main .right > a > div p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
}
.main .right > a > div span {
  color: #818EAF;
  font-size: 14px;
}
.headActive {
  color: #1450eb;
}
.toprepla .replaspan {
  display: none !important;
}
.bottom_rep {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.addCommect {
  width: 100px;
  height: 34px;
  line-height: 36px !important;
  border-radius: 4px;
  color: #fff !important;
  background-color: #1450EB !important;
  padding: 0 !important;
}
.three .comment {
  box-shadow: none !important;
}
.four .comment {
  box-shadow: none !important;
}
