.cif-comment .el-pagination__total {
  margin-left: 10px; }

.cif-comment .input__btn,
.cif-comment .comment__reply__submit {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 40px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ff6600;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .cif-comment .input__btn:hover,
  .cif-comment .comment__reply__submit:hover {
    background: #ff8739; }

.cif-comment .comment__line {
  height: 22px;
  display: none; }

.cif-comment .comment__null {
  text-align: center;
  margin-top: 80px; }
  .cif-comment .comment__null .comment__null__image::before {
    content: "";
    display: inline-block;
    width: 106px;
    height: 129px;
    background-image: url("https://img.cifnews.com/dev/20220104/c19884bb9cfb4624ad4d26cdc6aa8e9a.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat; }
  .cif-comment .comment__null .comment__null__text {
    margin-top: 10px;
    font-size: 14px;
    color: #999; }

.cif-comment .comment__pagination {
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cif-comment .comment__pagination .btn-next,
  .cif-comment .comment__pagination .btn-prev {
    padding: 0 10px !important;
    color: #999 !important; }
  .cif-comment .comment__pagination .el-pager li {
    color: #999 !important;
    font-weight: normal; }
    .cif-comment .comment__pagination .el-pager li:hover {
      color: #f60 !important; }
  .cif-comment .comment__pagination .el-pager .active {
    background: #f60 !important;
    color: #fff !important; }
    .cif-comment .comment__pagination .el-pager .active:hover {
      color: #fff !important; }

.cif-comment .comment__morePage {
  cursor: pointer;
  color: #f60;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cif-comment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px; }
  .cif-comment__title .text {
    font-size: 16px; }
    .cif-comment__title .text span {
      color: #999999;
      margin-left: 5px; }
  .cif-comment__title .sort {
    cursor: pointer;
    font-size: 14px;
    color: #f60; }

.cif-comment__input {
  border: 1px solid #e8e8e8;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .cif-comment__input textarea {
    height: 130px;
    width: 100%;
    line-height: 24px;
    padding: 6px 35px 6px 12px;
    font-size: 14px;
    color: #666;
    outline: 0;
    resize: none;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-comment__input .input__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background: #f2f4f6;
    padding: 0 10px 0 19px;
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    font-size: 14px;
    color: #999; }
  .cif-comment__input .input__clear {
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    color: #666;
    right: 13px;
    top: 0; }
  .cif-comment__input .input__tips {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-comment__input .input__limit {
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cif-comment__input .input__limit.max {
      color: #f63f3f; }

.cif-comment__list {
  margin-top: 10px; }
  .cif-comment__list:last-child .cif-comment__item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.cif-comment__item {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8; }
  .cif-comment__item.is-sub {
    padding: 0;
    border: 0;
    margin-top: 20px; }
    .cif-comment__item.is-sub:first-child {
      margin-top: 0; }

.cif-comment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cif-comment__head .is-author {
    display: inline-block;
    font-size: 12px;
    color: #aaaaaa;
    vertical-align: middle;
    margin-top: -3px;
    font-weight: normal;
    margin-left: 5px; }
  .cif-comment__head .is-observe {
    font-weight: normal;
    font-size: 12px;
    margin-left: 6px;
    background-image: url("https://img.cifnews.com/dev/20190925/2627c25680ae424a9ba9ec2cbf3a5a1a.png");
    background-color: #fff1e5;
    color: #fe6d00;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px 0 27px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-position: 8px center;
    background-repeat: no-repeat; }
  .cif-comment__head .is-settop {
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #ff0000;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fffefe; }
  .cif-comment__head .item__head__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden; }
    .cif-comment__head .item__head__image img {
      width: 40px;
      height: 40px; }
  .cif-comment__head .item__head__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 14px; }
  .cif-comment__head .item__head__name {
    font-size: 14px;
    font-weight: bold;
    color: #333; }
  .cif-comment__head .item__head__date {
    margin-top: 5px;
    font-size: 12px;
    color: #aaa; }
  .cif-comment__head .item__head__handle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #666; }
  .cif-comment__head .item__head__like {
    cursor: pointer; }
    .cif-comment__head .item__head__like.active {
      color: #ff6600; }
    .cif-comment__head .item__head__like:hover {
      color: #ff8739; }
  .cif-comment__head .item__head__reply {
    margin-left: 30px;
    cursor: pointer; }
    .cif-comment__head .item__head__reply:hover {
      color: #ff8739; }

.cif-comment__body {
  padding-left: 55px;
  margin-top: 10px;
  font-size: 14px;
  color: #666; }
  .cif-comment__body .comment__content {
    line-height: 22px; }
    .cif-comment__body .comment__content.has-expend {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
  .cif-comment__body .comment__tag {
    display: inline-block;
    font-size: 14px;
    color: #999; }
  .cif-comment__body .comment__reply__con {
    margin-top: 15px; }
  .cif-comment__body .comment__reply__input {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #ff6500;
    padding: 0;
    background: #fff;
    position: relative; }
  .cif-comment__body .comment__reply__inp {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
    height: 108px;
    line-height: 24px;
    outline: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    resize: none;
    padding: 6px 85px 6px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-comment__body .comment__reply__limit {
    font-size: 14px;
    color: #999;
    text-align: right;
    width: 65px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 20px;
    bottom: 7px; }
  .cif-comment__body .comment__reply__op {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    margin-top: 10px; }
  .cif-comment__body .comment__reply__cancel {
    color: #999;
    cursor: pointer; }
  .cif-comment__body .comment__sub__list {
    background: #f5f6f6;
    padding: 20px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .cif-comment__body .comment__reply__more {
    padding-left: 55px;
    cursor: pointer;
    color: #ff6600;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px; }
    .cif-comment__body .comment__reply__more:hover {
      color: #ff8739; }
  .cif-comment__body .comment__expend__btn {
    font-size: 14px;
    color: #ff6600;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    width: 48px;
    margin-left: calc(100% - 53px); }
    .cif-comment__body .comment__expend__btn:hover {
      color: #ff8739; }
  .cif-comment__body .comment__relation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
    background: #fff; }
    .cif-comment__body .comment__relation .comment__relation__cont {
      margin-left: 25px;
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .cif-comment__body .comment__relation .comment__relation__cont .title {
        font-size: 14px;
        line-height: 24px;
        color: #666; }
        .cif-comment__body .comment__relation .comment__relation__cont .title:hover {
          color: #f60; }
      .cif-comment__body .comment__relation .comment__relation__cont .date {
        position: absolute;
        font-size: 12px;
        color: #999;
        left: 0;
        bottom: 5px; }
    .cif-comment__body .comment__relation.is-article .comment__relation__image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 140px;
      height: 80px;
      overflow: hidden; }
      .cif-comment__body .comment__relation.is-article .comment__relation__image img {
        width: 140px;
        height: 80px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .cif-comment__body .comment__relation.is-article .comment__relation__image img:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
    .cif-comment__body .comment__relation.is-channel .comment__relation__image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 60px;
      height: 60px;
      overflow: hidden; }
      .cif-comment__body .comment__relation.is-channel .comment__relation__image img {
        width: 60px;
        height: 60px; }
  .cif-comment__body .be-reply-user {
    color: #333;
    font-weight: bold; }

.cif-comment.is-fixed {
  width: 100%;
  padding: 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-comment.is-fixed .cif-comment__list {
    margin-top: 0px; }
  .cif-comment.is-fixed .cif-comment__input {
    position: fixed;
    bottom: 30px;
    width: calc(100% - 60px);
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 30px; }
