.head {
  font-size: 1.2rem;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  line-height: 2rem;
  color: #333333;
  opacity: 1;
  padding-top: 2rem;
}

.head .disabled{
  color: #A8D31F !important;
}

.head a{
  color: #333333;
}

.ul-justify{
  justify-content: space-between !important;
}