@font-face {
  font-family: "PingFang SC";
  src: url("./PingFang Medium.woff") format("truetype");
}

.ant-checkbox-wrapper {
  margin-left: 0px !important;
}

.check-item-icon {
  /* filter: hue-rotate(200deg); */
}
.check-item-info .title {
  color: #000 !important;
}
.check-item:hover .check-item-info .title {
  color:#4B74FF !important;
}
.ant-btn-primary {
  background-color: #4B74FF !important;
  border-color: #4B74FF !important;
}
.ant-btn-link {
  color: #4B74FF !important;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled){
  background-color: #ccc !important;
}

