weui-accordion-panel,
weui-accordion {
  display: block;
}

.weui-accordion-content {
  max-height: 0;
  &-active {
    max-height: inherit;
  }
}
