/* 优化banner卡片样式 */
.xun-quick-link-card {
  background-color: rgba(255, 255, 255, 0.9)
}

.xun-quick-link-title{
  color: #000;
}

.xun-quick-link-desc{
  color: #000;
}

.xun-quick-link-card:hover {
  background-color: rgba(255, 255, 255, 1)
}
