.run-feedback-con {
  .ivu-form-item {
    margin-bottom: 15px;
    display: block !important;
  }
}

.feedback-tips {
  font-size: 16px;
  color: #999;
  text-align: center;
  display: block;
  margin: 30px 0 10px 0;
  font-weight: normal;
}

.feedback-type {
  span {
    border: 1px solid #ddd;
    text-align: center;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    transition: all .2s;
    .ivu-icon {
      display: none;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #ffb403;
      color: #fff;
      font-size: 10px;
      padding: 1px 2px;
    }
    &.active {
      border-color: #ffb403;
      .ivu-icon {
        display: block;
      }
    }
  }
}

.feedback-addfile {
  .ivu-btn {
    color: #ffb403;
    display: inline-block;
    background: #fff;
  }
}

.feedback-addfile-show {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: 8px;
  width: 80px;
  height: 80px;
  background-size: cover;
  .feedback-addfile-item {
    // width: 150px;
    border: 1px solid #eaeaea;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    .close .ivu-icon {
      width: 12px;
      font-size: 18px;
      position: absolute;
      right: -4px;
      top: -8px;
      display: none;
      z-index: 2;
    }
    .feedback-addfile-detail {
      margin: 2px;
      background: #eaeaea;
      position: relative;
      text-align: center;
      padding: 5px 15px;
      .file-text {
        display: block;
        overflow: hidden;
        span {
          width: 140px;
          float: left;
        }
      }
      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
    &:hover {
      .close .ivu-icon {
        display: block;
      }
    }
  }
}

.feedback-btn {
  background: #fbfbfb;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 100px;
}

// 历史反馈
.feedback-mes-con {
  margin: 20px 30px;
}

.feedback-mes-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  h2 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: normal;
    word-wrap:break-word;
  }
}

.feedback-mes_info {
  color: #999;
  margin-top: 10px;
  span {
    color: #4195fc;
    margin-right: 10px;
  }
}

.feedback-mes_answer {
  // background: #f7f7f7;
  // padding: 11px 10px;
  position: relative;
  margin-top: 10px; // margin-top: 5px;
  // overflow: hidden;
  .toggle-expand {
    position: absolute;
    right: 6px;
    top: 5px;
    color: #9c9c9c;
    font-size: 20px;
    cursor: pointer;
  }
  .feedback-addfile {
    margin-top: 10px;
  }
}

.feedback-mes_answer-light {
  height: 0;
  .feedback-explain {
    // padding:10px 0;
  }
}

.answer-item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  word-wrap: break-word;
  &:first-child {
    margin-top: 10px;
  }
  .answer_info {
    color: #999;
  }
}

.feedback-showImg {
  width: 200px;
}

.feedback-img-item {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-right: 3px;
  cursor: pointer;
  &:not(:first-child) {
    // margin-left: 0px;
  }
}

.showBtn-item {
  i {
    &:after {
      content: " 展开" !important;
    }
  }
}

.feedback_mes {
  position: absolute;
  top: -29px;
  right: 10px;
  color: #999;
  i {
    background: #fff;
    color: #4a97fd;
    border: none; // margin-top: 5px;
    cursor: pointer;
    margin-left: 5px;
    &:hover {
      background: #fff;
    }
    &:after {
      content: " 收起";
    }
  }
}

.feedback_mesShow {
  background: #fff7e4;
  padding: 0 10px;
  margin: 5px 0;
  overflow: hidden;
  .feedback-explain {
    margin-top: 10px;
  }
  &>button {
    margin-top: 10px;
    margin-bottom: 10px;
    background:#fff; 
    &>i {
      // border: 1px solid #ffb403;
      color: #ffb403;
    }
  }
}