@charset "utf-8";
.banenr-switch-carousel{position:relative;width:100%;overflow:hidden;touch-action:pan-y}
.banenr-switch-track{display:flex;width:100%;position:relative}
.banenr-switch-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity 0.8s ease,transform 0.8s ease;user-select:none;overflow:hidden}
.banenr-switch-slide.active{opacity:1;z-index:1;position:relative}
.banenr-switch-btn{position:absolute; top:50%; transform: translateY(-50%); background:none; border:none; color:#333; line-height:1; font-size:2rem; cursor:pointer; text-shadow: 0 0 10px rgba(255,255,255,1); transition:all 0.3s ease; pointer-events:all; display:flex;align-items:center;justify-content:center;z-index:9}
.banenr-switch-btn:hover{color: var(--bg-hover);}
.banenr-switch-prev{left:-2%;}
.banenr-switch-next{right:-2%;}
.banenr-switch-carousel:hover .banenr-switch-prev{left:1%;}
.banenr-switch-carousel:hover .banenr-switch-next{right:1%;}
.banenr-switch-dots{position:absolute; bottom:20px; left:0; right:0; display:flex; justify-content:center; z-index:4; gap:10px}
.dot-indicator{width:12px; height:12px; border-radius:50%; background: rgba(255,255,255,0.5); cursor:pointer; transition:all 0.3s ease;}
.dot-indicator.active{background-color: rgba(255,255,255,1);}
