* {
    box-sizing: border-box;
}
.aplayer_channel-title {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    padding: 17px 17px 17px 85px;
    max-width: 100%;
    height: 80px;
    font: 400 normal 46px 'PT Sans', 'Roboto Condensed', sans-serif;
    line-height: 46px;
    text-overflow: ellipsis;
    color: #b10000 !important;
    background: #000;
}
.aplayer__wrap {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 380px;
}
.aplayer__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5);
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
}
.aplayer__wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.aplayer_channel-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 7;
    width: 56px;
    height: 56px;
}
.aplayer_button {
    position: absolute;
    top: 113px;
    left: 29px;
    z-index: 3;
    width: 152px;
    height: 152px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.3;
}

.notouch .aplayer_button:hover {
    opacity: 1;
}

.aplayer_button_play {
    background-image: url('control-play-page.png');
}
.aplayer_button_pause {
    background-image: url('control-pause-page.png');
}
.aplayer-track-title {
    position: absolute;
    top: 50%;
    left: 220px;
    right: 275px;
    z-index: 2;
    font: 700 normal 26px 'PT Sans', 'Roboto Condensed', sans-serif;
    line-height: 30px;
    color: #fff !important;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}
.aplayer-track-title__song,
.aplayer-track-title__singer {
    overflow: hidden;
    text-overflow: ellipsis;
}
.aplayer-track-title__song {
    font-weight: 400;
}
.aplayer-next-track-title {
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 15px 20px;
    width: 48%;
    font: 400 normal 15px 'PT Sans', 'Roboto Condensed', sans-serif;
    line-height: 20px;
    color: #fff !important;
    text-overflow: ellipsis;
}
.aplayer-next-track-title__singer {
    font-weight: 700;
}

.aplayer_track-title {
    display: none;
}

.aplayer__volume {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 240px;
    height: 50px;
}
.aplayer-volume {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    width: 32px;
    margin-top: -17px;
    font-size: 34px !important;
    color: #fff !important;
    cursor: pointer;
}
.aplayer-volume__bar {
    position: absolute;
    width: 155px;
    height: 10px;
    z-index: 0;
    top: 50%;
    left: 63px;
    margin-top: -5px;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}
.aplayer_track-icon {
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 2;
    width: 200px;
    height: 200px;
    border: 5px solid #fff;
}

.aplayer__progress-bar {
    position: absolute;
    top: 114px;
    left: 30px;
    z-index: 2;
    width: 150px;
    height: 150px;
}
.aplayer__progress-bar canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
.aplayer-volume__bar-indicator {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
#player-volume-scrubber-vertical {
    display: none!important;
}

.aplayer__ad {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.aplayer__ad:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.aplayer__ad-header {
    position: absolute;
    left: 25px;
    top: 110px;
    z-index: 1;
    margin: 0;
    font: 700 normal 25px 'PT Sans', 'Roboto Condensed', sans-serif;
    line-height: 1;
    color: #fff !important;
    text-transform: uppercase;
}
.aplayer__ad-text {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 170px;
    z-index: 1;
    margin: 0;
    max-width: 600px;
    font: 200 normal 25px 'PT Sans', 'Roboto Condensed', sans-serif;
    line-height: 30px;
    color: #fff !important;
    word-wrap: break-word;
}
.aplayer__ad-skip {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: 1;
}
.aplayer__ad-skip-info,
.aplayer__ad-skip-action,
.aplayer__ad-skip-close {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fff !important;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.aplayer__ad-skip-close {
    margin-left: 5px;
    vertical-align: middle;
}
.aplayer__ad-skip-info,
.aplayer__ad-skip-action {
    font: 200 normal 15px 'PT Sans', 'Roboto Condensed', sans-serif;
    vertical-align: middle;
}
.aplayer__ad-duration {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 1;
    font: 200 normal 15px 'PT Sans', 'Roboto Condensed', sans-serif;
    line-height: 1;
    color: #fff !important;
}
@media screen and (max-width: 1200px) and (min-width: 451px) {
    .aplayer__ad-text {
        max-height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 900px) and (min-width: 601px) {
    .aplayer-track-title {
        font-size: 22px;
    }
}
@media screen and (max-width: 600px) and (min-width: 451px) {
    .aplayer-track-title {
        box-sizing: border-box;
        top: 95px;
        left: auto;
        right: 25px;
        height: 190px;
        width: 190px;
        background: rgba(0,0,0,0.4);
        padding: 10px 15px;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        font-size: 20px;
    }
    .aplayer-track-title__singer,
    .aplayer-track-title__song {
        max-height: 90px;
    }
}
@media screen and (max-width: 450px) and (min-width: 0px) {
    .aplayer__wrap {
        height: 425px;
    }
    .aplayer_track-icon {
        display: none !important;
    }
    .aplayer_button {
        box-sizing: border-box;
        top: 95px;
        left: 50%;
        right: 25px;
        height: 199px;
        width: 199px;
        padding: 10px 15px;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        opacity: 0.7;
    }
    .aplayer__progress-bar {
        top: 120px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .aplayer-next-track-title {
        display: none;
    }
    .aplayer__volume {
        left: 50%;
        right: auto;
        bottom: 10px;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .aplayer_channel-title {
        width: 100%;
        font-size: 30px;
    }
    .aplayer-track-title {
        top: 300px;
        left: 20px;
        right: 20px;
        z-index: 2;
        height: 60px;
        text-align: center;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        font-size: 20px;
    }
    .aplayer__ad-text {
        overflow: hidden;
        max-height: 200px;
        font-size: 20px;
        line-height: 25px;
        text-overflow: ellipsis;
    }
    .aplayer__ad-duration {
        top: 110px;
        bottom: auto;
    }
    .aplayer__ad-skip {
        right: 25px;
    }
}
@media screen and (max-width: 10000px) and (min-width: 320px) {
  .aplayer_channel-title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 319px) and (min-width: 0px) {
  .aplayer_channel-title {
      padding-left: 80px;
      padding-right: 10px;
      font-size: 25px;
      line-height: 25px;
  }
}