*,:after,:before{box-sizing:border-box}.slider-container{position:relative;overflow:hidden;margin:0 auto;width:100%;background-color:#444;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider{position:relative;width:9999px}.slider:after,.slider:before{display:table;content:' '}.slider:after{clear:both}.slider__item{position:relative;float:left;margin:0;padding:0;height:100%}.slider__item img{display:block;max-width:100%}.slider__switch span{display:block;width:.3rem;height:.3rem;color:#fff}.slider__switch{position:absolute;top:50%;margin-top:-20px;padding:.2rem;border-radius:1px;border-radius:.5rem;background:#333333bd;opacity:.3;cursor:pointer;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;fill:#fff}.slider__switch--prev{left:10px}.slider__switch--next{right:10px}.slider__switch:hover{opacity:.85}.slider__switch[disabled]{visibility:hidden;opacity:0}.slider__caption{position:absolute;bottom:30px;left:30px;display:block;padding:10px;max-width:500px;background:rgba(0,0,0,.4);box-shadow:0 0 10px 10px rgba(0,0,0,.1);color:#fff}.slider__caption[disabled]{visibility:hidden;opacity:0}.slider-nav{position:absolute;bottom:0;left:0;z-index:99999;margin:0;padding:0;width:100%;height:30px;text-align:center;line-height:30px}.slider-nav__control{display:inline-block;margin:0 3px;width:.2rem;height:.2rem;border-radius:50%;background:#0f4899;transition:background .5s ease}.slider-nav__control.is-active{width:.2rem;height:.2rem;background:#fff}.slider.has-touch{cursor:move;cursor:-moz-grabbing}@media (max-width:580px){.slider__caption{display:none}}