/*!
 * WheelPicker v1.0.5
 * https://cople.github.io/WheelPicker
 * Licensed under the MIT License
 */
.audio-player-box {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .3s ease;
    background-color: #fff;
    z-index: 999;
}
body, html {
    height: 100%;
}
.wheelpicker {
    position: absolute;
    top: 2.3rem;
    left: 0;
    width: 100%;
    z-index: 77
}

.wheelpicker-backdrop {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: .4s;
    transition: .4s;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-tap-highlight-color: transparent
}

.wheelpicker-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff
}

.wheelpicker-actions {
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6
}

.wheelpicker-actions button {
    font-size: 14px;
    color: inherit;
    border: none;
    background: none;
    padding: 0 1em;
    height: 44px
}

.wheelpicker-actions .btn-cancel {
    float: left
}

.wheelpicker-actions .btn-set {
    float: right;
    color: #1078fc;
    font-weight: 700
}

.wheelpicker-title {
    text-align: center;
    font-size: 1em;
    line-height: 44px;
    margin: 0
}

.wheelpicker-main {
    position: relative
}

.wheelpicker-wheels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wheelpicker-wheel {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.wheelpicker-wheel-scroller {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.wheelpicker-item {
    color: #adadad;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
}
[data-dpr="2"] .wheelpicker-item {
    font-size: 48px;
}
[data-dpr="3"] .wheelpicker-item {
    font-size: 72px;
}
.wheelpicker-item-disabled {
    cursor: default;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.wheelpicker-item-selected {
    color: #000;
    cursor: default;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.wheelpicker-mask {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.wheelpicker-mask-top {
    top: 0;
    height: 50%;
}

.wheelpicker-mask-btm {
    bottom: 0;
    height: 50%;
}

.wheelpicker-mask-current {
    height: 1px;
    top: 50%;
    width: 20%;
    background-color: #f59693;
    background-position: top,bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat
}

.wheelpicker-mask-current-right {
    left: 80%
}

.wheelpicker.shown .wheelpicker-backdrop {
    opacity: 1
}

.wheelpicker.shown .wheelpicker-panel {
    -webkit-transform: none;
    transform: none
}
.logo {
    position: absolute;
    width: 1.875rem;
    height: 0.796875rem;
    left: 4.0625rem;
    top: 0.390625rem;
    background: url("../img/logo.png");
    background-size: 100% 100%;
}

audio {
    position: absolute;
    z-index: -999;
    opacity: 0;
}
.input-slider {
    position: absolute;
    top: 8.90625rem;
    left: 1.40625rem;
    width: 71.875%;
}
.input-slider:before {
    position: absolute;
    content: "+";
    right: -0.8rem;
    top: -0.55rem;
    color: #fff;
    opacity: 0.5;
    line-height: 1;
    color: #bb0511;
    font-size: 32px;
}
.input-slider:after {
    position: absolute;
    content: "-";
    left: -0.8rem;
    top: -0.55rem;
    color: #fff;
    opacity: 0.5;
    line-height: 1;
    color: #bb0511;
    font-size: 32px;
}
[data-dpr="2"] .input-slider:before, [data-dpr="2"] .input-slider:after {
    font-size: 64px;
}
[data-dpr="3"] .input-slider:before, [data-dpr="3"] .input-slider:after {
    font-size: 96px;
}
.input-slider .rangeslider--horizontal {
    height: 1px;
    width: 100%;
    opacity: 0.5;
    background: #f9c0be;
}
.input-slider .rangeslider .rangeslider__fill  {
    background: #f9c0be;
    opacity: 0.5;
}
.input-slider .rangeslider .rangeslider__handle {
    top: -0.31rem;
    width: 0.625rem;
    height: 0.625rem;
    background: url("../img/yinliang-btn.png") no-repeat ;
    background-size: 100% 100%;
}
.input-slider .rangeslider .rangeslider__handle:after {
    display: none;
}
.controll-audio-box {
    position: absolute;
    top: 10.1875rem;
    width: 100%;
    height: 2.125rem;
}
.audio-gif {
    position: absolute;
    bottom: 0;
    left: 1.09375rem;
    height: 0.96875rem;
    background: none;
    background-color: #fff;
}
.audio-gif li {
    height: 100%;
    background-color: #eb2d27;
}
.play-btn {
    position: absolute;
    right: 0.9375rem;
    top: 0;
    width: 2.125rem;
    height: 2.125rem;
    background: url("../img/bofang-btn.png") no-repeat;
    background-size: 100% 100%;
}
.play-btn.pause {
    background: url("../img/pause-btn.png") no-repeat;
    background-size: 100% 100%;
}
.show-channel {
    position: absolute;
    left: 1.09375rem;
    font-size: 18px;
    color: #eb2d27;
}
[data-dpr="2"] .show-channel {
    font-size: 36px;
}
[data-dpr="3"] .show-channel {
    font-size: 54px;
}
aside {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
    background: #eb2d27;
    text-align: center;
    font-size: 24px;
    line-height: 1.8rem;
    color: #fff;
}
[data-dpr="2"] aside {
    font-size: 48px;
}
[data-dpr="3"] aside {
    font-size: 72px;
}
.more-news {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.375rem;
    width: 0.625rem;
    height: 0.625rem;
    background: url("../img/more-news.png") no-repeat;
    background-size: 100% 100%;
}
.pre {
    background: url("../img/pause-btn.png") no-repeat;
    display: none;
}













