@-webkit-keyframes fadeVolume{0%{height:0}to{height:50px}}@keyframes fadeVolume{0%{height:0}to{height:50px}}@-webkit-keyframes fadeRate{0%{max-height:0}to{max-height:120px}}@keyframes fadeRate{0%{max-height:0}to{max-height:120px}}.fade-volume-enter-active{-webkit-animation:fadeVolume .5s;animation:fadeVolume .5s}.fade-volume-leave-active{animation:fadeVolume .5s reverse}.fade-rate-enter-active{-webkit-animation:fadeRate .5s;animation:fadeRate .5s}.fade-rate-leave-active{animation:fadeRate .5s reverse}.audio-player .audio__btn-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.audio-player .audio__play-icon{width:100%;height:100%;fill:currentColor;overflow:hidden}.audio-player .audio__play-volume-icon-wrap{position:absolute;width:21px;height:21px;cursor:pointer;left:50%;margin-left:80px;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap{position:absolute;width:21px;height:50px;bottom:21px;left:0;background-color:#ddd;border-radius:10px}.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap .audio__play-volume{position:absolute;right:0;bottom:0;left:0;border-radius:10px}.audio-player .audio__play-rate{position:absolute;height:21px;line-height:21px;cursor:pointer;left:50%;margin-left:-110px;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px}.audio-player .audio__play-rate__dropdown{list-style-type:none;padding:5px 10px;-webkit-transform:translateY(calc(-100% - 2.5em)) translateX(-10px);transform:translateY(calc(-100% - 2.5em)) translateX(-10px);background:#fff;border-radius:8px;overflow:hidden}.audio-player .audio__play-prev{width:21px;height:33px;cursor:pointer;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.audio-player .audio__play-prev.disable{opacity:.5}.audio-player .audio__play-start{width:42px;height:42px;margin:0 20px;cursor:pointer;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.audio-player .audio__play-next:hover,.audio-player .audio__play-pause:hover,.audio-player .audio__play-prev:hover,.audio-player .audio__play-rate:hover>span,.audio-player .audio__play-rate__dropdown li:hover,.audio-player .audio__play-start:hover,.audio-player .audio__play-volume-icon-wrap:hover{opacity:.7}.audio-player .audio__play-pause{width:42px;height:42px;margin:0 20px}.audio-player .audio__play-next,.audio-player .audio__play-pause{cursor:pointer;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.audio-player .audio__play-next{width:21px;height:33px}.audio-player .audio__play-next.disable{opacity:.5}.audio__notice{position:absolute;bottom:-15px;color:#bdb2b2;border-radius:4px;font-size:12px}.audio-player .audio__progress-wrap{position:relative;background:#ddd;height:2px;margin-top:20px;cursor:pointer;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.audio-player .audio__progress{position:absolute;left:0;top:0;bottom:0;width:0}.audio-player .audio__progress-point{position:absolute;left:-8px;top:50%;width:16px;height:16px;border-radius:50%;margin-top:-8px}.audio-player .audio__progress-point:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%}.audio-player .audio__time-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:7px}.audio-player .audio__current-time,.audio-player .audio__duration{font-size:10px;color:#888}.audio-player .audio-player__audio{display:block;margin:0 auto}.audio__play-loading{width:42px;height:42px;position:relative;margin:0 20px}.audio__play-loading span{display:inline-block;width:8px;height:8px;border-radius:50%;position:absolute;-webkit-animation:loading 1.04s ease infinite;animation:loading 1.04s ease infinite}@-webkit-keyframes loading{0%{opacity:1}to{opacity:.2}}@keyframes loading{0%{opacity:1}to{opacity:.2}}.audio__play-loading span:first-child{left:0;top:50%;margin-top:-4px;-webkit-animation-delay:.13s;animation-delay:.13s}.audio__play-loading span:nth-child(2){left:7px;top:7px;-webkit-animation-delay:.26s;animation-delay:.26s}.audio__play-loading span:nth-child(3){left:50%;top:0;margin-left:-4px;-webkit-animation-delay:.39s;animation-delay:.39s}.audio__play-loading span:nth-child(4){top:7px;right:7px;-webkit-animation-delay:.52s;animation-delay:.52s}.audio__play-loading span:nth-child(5){right:0;top:50%;margin-top:-4px;-webkit-animation-delay:.65s;animation-delay:.65s}.audio__play-loading span:nth-child(6){right:7px;bottom:7px;-webkit-animation-delay:.78s;animation-delay:.78s}.audio__play-loading span:nth-child(7){bottom:0;left:50%;margin-left:-4px;-webkit-animation-delay:.91s;animation-delay:.91s}.audio__play-loading span:nth-child(8){bottom:7px;left:7px;-webkit-animation-delay:1.04s;animation-delay:1.04s}[data-v-1d094e60] .ivu-modal-body{padding:32px 16px}.model-content[data-v-1d094e60]{display:flex;position:relative;flex-direction:column;align-items:center}.model-content .down-btn-box[data-v-1d094e60]{position:absolute;right:60px;top:50px}.model-content .down-btn-box .down-hove[data-v-1d094e60]{position:relative}.model-content .down-btn-box .down-hove .down-btn[data-v-1d094e60]{border:none;outline:none;padding:0}.model-content .down-btn-box .down-hove .down-btn+div[data-v-1d094e60]{display:none;position:absolute;background-color:#f2f4fc;top:-50px;left:-20px;padding:10px;border-radius:4px}.model-content .down-btn-box .down-hove .down-btn+div a[data-v-1d094e60]{display:inline-block;width:40px;height:30px;background-color:#f2f4fc;color:#000;line-height:30px;text-align:center}.model-content .down-btn-box .down-hove:hover .down-btn+div[data-v-1d094e60]{display:block}.rate-box[data-v-1d094e60]{display:flex;justify-content:center;align-items:center;width:255px;height:52px;margin-top:52px;background:#f2f4fc;border-radius:80px}.rate-box span[data-v-1d094e60]{margin-right:16px}[data-v-1d094e60] .audio-player{position:relative}[data-v-1d094e60] .audio-player .audio__progress-wrap{width:360px}[data-v-1d094e60] .audio-player .audio__play-volume-icon-wrap{position:absolute;margin:0;bottom:-31px;left:-78px}[data-v-1d094e60] .audio-player .audio__play-volume-icon-wrap svg{font-size:14px;font-weight:400;line-height:20px;color:#252b3a!important}[data-v-1d094e60] .audio-player .audio__play-rate{position:absolute;width:50px;margin:0;bottom:-31px;transform:translateX(237px)}[data-v-1d094e60] .audio-player .audio__play-rate span{font-size:14px;font-weight:400;line-height:20px;color:#252b3a}[data-v-1d094e60] .audio-player .audio__current-time{position:absolute;left:-50px;bottom:-3px;color:#a1a5b3;font-size:14px}[data-v-1d094e60] .audio-player .audio__duration{position:absolute;right:-50px;bottom:-3px;color:#a1a5b3;font-size:14px}[data-v-1d094e60] .audio-player .audio__play-rate__dropdown{background-color:#252b3a;color:#fff;width:64px}[data-v-1d094e60] .audio-player .audio__play-rate__dropdown li:hover{color:#2579ff}[data-v-1d094e60] .audio-player .audio__play-rate__dropdown li{text-align:center}