.customerData-CustomerEvaluate .CustomerAttestation .ant-collapse-header .anticon-right {
  color: #d9d9d9 !important;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-collapse-header span {
  margin-right: 15px;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-collapse-header .anticon-edit {
  width: 30px;
  height: 30px;
  line-height: 35px;
  margin-top: -6px;
  float: right;
  color: #1890fa;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-collapse-header .recommend {
  width: 42px;
  color: green;
  text-align: center;
  display: inline-block;
  border-radius: 13px;
  border: solid 1px green;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-row {
  min-height: 45px;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-row .ant-col {
  min-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-row .ant-col .label {
  width: 85px;
  line-height: 45px;
  text-align: right;
  padding-left: 0;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-row .ant-col .col-img-box {
  height: 112px;
  width: 222px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-row .ant-col .col-img-remark {
  text-align: center;
  width: 222px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.customerData-CustomerEvaluate .CustomerAttestation .ant-row .ant-col .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

