.ap{position:fixed;left:0;right:0;bottom:0;width:100%;height:64px;font-family:inherit;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(177,180,186,.6901960784);padding-top:6px;z-index:99999}.ap__inner{background:#0c131f;display:flex}.ap__item{display:flex;flex:1;justify-content:center;align-items:center}.ap__item--playback>.ap__controls,.ap__item--settings>.ap__controls{flex:0 25%}@-webkit-keyframes fs{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}@keyframes fs{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:scale(1)}}.ap__item--track{flex:1 40%;padding:0 20px}.track{position:relative;width:100%;align-self:flex-start;padding:5px 0 0}.track__title{position:absolute;width:100%;color:#fff;top:10px;overflow:hidden;padding-right:80px;text-align:left;white-space:nowrap;text-overflow:ellipsis}.track__time{position:absolute;top:10px;right:0;color:#fff}.progress-container{position:relative;padding:7px 0;margin-top:25px;overflow:hidden;cursor:pointer}.progress-container:hover .progress__bar:after{opacity:1}.progress{height:5px;border-radius:5px;background:#4570bb}.progress__bar,.progress__preload{position:absolute;width:0;height:5px;border-radius:5px 0 0 5px}.progress__bar{background:#1c355f;z-index:1}.progress__bar:after{position:absolute;top:0;right:-10px;width:10px;height:10px;margin-top:-3px;content:"";border-radius:6px;background:#4570bb;opacity:0;transition:opacity .3s ease}.progress__bar--active:after{transform:scale(1.4)}.progress__preload{background:#375a96;z-index:0}.ap__controls,.ap button{margin:0;padding:0;border:0;outline:0;background:rgba(0,0,0,0);position:relative;display:block;height:58px;text-align:center;cursor:pointer;transition:background .3s ease}.ap__controls svg,.ap button svg{fill:#fff}.ap__controls:active,.ap button:active{background:rgba(0,0,0,.1)}.ap__controls:hover,.ap button:hover{opacity:1}.icon-play>path{transition:all .3s ease}.is-playing .icon-play{fill:#1a1d23;margin-left:-1px}.ap button.ap__controls--toggle{width:30px;max-width:30px;height:30px;max-height:30px;background-color:#4570bb;border-radius:50%}.ap button.ap__controls--toggle svg{width:32px;margin-top:-2px}.volume-btn{display:block;text-align:center;width:100%}.volume{position:absolute;left:50%;bottom:53px;width:40px;margin-left:-20px;height:120px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(0.17, 0.72, 0.26, 1.23);background:#0c131f;border:1px solid #ccc;border-radius:1px;z-index:88888}.volume::before,.volume::after{content:"";position:absolute;bottom:-12px;border:7px solid rgba(0,0,0,0);border-top:7px solid #0c131f;left:50%;margin-left:-7px}.volume::after{bottom:-14px;z-index:-1;border-top:7px solid #ccc}.volume-container:hover .volume{opacity:1;transform:translateY(0);visibility:visible}.volume__track{position:relative;display:block;width:5px;height:100px;margin:10px auto;background:#4570bb;border-radius:5px;overflow:hidden}.volume__bar{position:absolute;left:0;right:0;bottom:0;background:#1c355f;height:50%}.icon-volume-off{display:none}.has-muted .icon-volume-on{display:none}.has-muted .icon-volume-off{display:inline;opacity:.7}.ap__controls.is-active>svg{fill:#4570bb;filter:drop-shadow(0 0 3px rgba(69, 112, 187, 0.4))}@media(max-width: 1024px){.ap__item>.ap__controls{flex:1}}@media(max-width: 580px){.ap{min-width:250px}.ap,.ap__inner{height:auto}.ap__inner{flex-wrap:wrap}.ap__item--track{margin-bottom:10px;padding:0 20px;order:1;flex:1 1 100%}.ap__item--playback,.ap__item--settings{flex:1 1 50%;order:2}}.pl-container{display:none;position:fixed;top:0;right:0;bottom:58px;left:0;overflow:auto;font-family:inherit;font-size:14px;background:#fff;z-index:77777}.pl-ul{width:100%;max-width:550px;margin:0 auto;padding:30px 10px 100px 10px}.pl-list{display:flex;align-items:center;height:40px;line-height:40px}.pl-list svg{fill:#4570bb}.pl-list+.pl-list{border-top:1px solid #eee}.pl-list:not(.pl-list--current):hover{background:#f6f6f6}.pl-list__track,.pl-list__remove{flex:0 50px;text-align:center}.pl-list__icon{display:inline-block;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-left:8px solid #555}.pl-list__title{overflow:hidden;padding-right:10px;cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1}.pl-list__remove{height:100%;background:rgba(0,0,0,0);border:0;outline:0;cursor:pointer;opacity:0;transition:opacity .2s ease}.pl-list__remove>svg{width:16px;height:16px}.pl-list__eq{display:none}.pl-list--current{background:#4570bb;color:#fff}.pl-list--current svg{fill:#fff}.pl-list--current .pl-list__eq{display:block}.pl-list--current .pl-list__icon{display:none}.pl-list:hover .pl-list__remove,.pl-list--current .pl-list__remove{opacity:1}.pl-list--current .pl-list__remove:hover{background:#3e65a9}.pl-list--empty{position:absolute;top:50%;left:50%;font-size:2rem;transform:translate(-50%, -50%);letter-spacing:2px;color:#ccc}@-webkit-keyframes eq{0%{height:3px}50%{height:20px}100%{height:3px}}@keyframes eq{0%{height:3px}50%{height:20px}100%{height:3px}}.eq{display:flex;width:20px;height:20px;margin:0 auto;justify-content:space-between;align-items:flex-end}.eq__bar{width:4px;background:#fff;filter:drop-shadow(0 0 5px #fff)}.eq__bar:nth-child(1){-webkit-animation:eq .8s ease-in-out infinite 0s;animation:eq .8s ease-in-out infinite 0s}.eq__bar:nth-child(2){-webkit-animation:eq .8s ease-in-out infinite .2s;animation:eq .8s ease-in-out infinite .2s}.eq__bar:nth-child(3){-webkit-animation:eq .8s ease-in-out infinite .4s;animation:eq .8s ease-in-out infinite .4s}.h-hide{display:none}.h-show{display:block}/*# sourceMappingURL=podcast.min.css.map */