.license {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  cursor: pointer;
  width: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.license .check-box {
  cursor: pointer;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.license .license-item {
  text-decoration: none;
}
