.register-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.register-item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  /* ... 其他样式 ... */
}