.AddCustomerServicescore .title {
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: bold;
}
.AddCustomerServicescore .description {
  padding: 10px 20px;
}
.AddCustomerServicescore .itemTopic {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  margin: 10px;
  padding: 5px;
}
.AddCustomerServicescore .itemTopic .tit {
  height: 45px;
  padding: 7px 0;
}
.AddCustomerServicescore .itemTopic .tit > i {
  width: 45px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  font-weight: bold;
  font-style: normal;
}
.AddCustomerServicescore .itemTopic .tit .name {
  width: 550px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.AddCustomerServicescore .itemTopic .tit .action {
  float: left;
}
.AddCustomerServicescore .itemTopic .tit .action .ant-btn {
  text-align: center;
  margin-left: 10px;
}
.AddCustomerServicescore .itemTopic .tit .action .ant-btn svg {
  width: 20px;
  height: 20px;
}
.AddCustomerServicescore .itemTopic .choice1 {
  padding: 5px 30px;
}
.AddCustomerServicescore .itemTopic .choice2 {
  padding: 5px 10px;
}

