/* 五格栏目背景开关样式 */
.recommends.items.no-bg {
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
}

.recommends.items.no-bg::before,
.recommends.items.no-bg::after {
  content: none !important;
}

/* 当背景关闭时，.five-grid-section使用全局宽度 */
.five-grid-section[style*="max-width:"] {
  width: 100%;
  box-sizing: border-box;
}