@font-face {
    font-family: aplayer-fontello;
    src: url(font/aplayer-fontello.eot?72550380);
    src: url(font/aplayer-fontello.eot?72550380#iefix) format("embedded-opentype"), url(font/aplayer-fontello.woff?72550380) format("woff"), url(font/aplayer-fontello.ttf?72550380) format("truetype"), url(font/aplayer-fontello.svg?72550380#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}


.aplayer-narrow {
    width: 66px
}
.aplayer-narrow .aplayer-info {
    display: none
}
.aplayer-withlrc.aplayer-narrow {
    width: 106px
}
.aplayer-withlrc.aplayer .aplayer-pic {
    height: 96px;
    width: 96px;
    margin:10px 0 0 10px;
}
.aplayer-withlrc.aplayer .aplayer-info {
    margin-left: 106px;
    height: 106px;
}
.aplayer-withlrc.aplayer .aplayer-lrc {
    display: block
}
.aplayer {
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: initial
}
.aplayer * {
    box-sizing: content-box
}
.aplayer [class*=" aplayer-icon-"]:before,
.aplayer [class^=aplayer-icon-]:before {
    font-family: aplayer-fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}
.aplayer .aplayer-icon-play:before {
    content: '\e806';
    color:#797979;
}
.aplayer .aplayer-icon-pause:before {
    content: '\e807';
    color:#797979;
}
.aplayer .aplayer-icon-to-start:before {
    content: '\e808'
}
.aplayer .aplayer-icon-to-end:before {
    content: '\e809'
}
.aplayer .aplayer-icon-loop:before {
    content: '\e803'
}
.aplayer .aplayer-icon-menu:before {
    content: '\e80b'
}
.aplayer .aplayer-icon-volume-off:before {
    content: '\e800'
}
.aplayer .aplayer-icon-volume-down:before {
    content: '\e801'
}
.aplayer .aplayer-icon-volume-up:before {
    content: '\e802'
}
.aplayer .aplayer-lrc-content {
    display: none
}
.aplayer .aplayer-pic {
    position: relative;
    float: left;
    height: 66px;
    width: 66px;
    background-image: url(default.jpg);
    background-size: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.aplayer .aplayer-pic .aplayer-button {
    position: absolute;
    color: #fff;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2);*/
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}
.aplayer .aplayer-pic .aplayer-button:hover {
    opacity: 1
}
.aplayer .aplayer-pic .aplayer-hide {
    display: none
}
.aplayer .aplayer-pic .aplayer-play {
    width: 19px;
    height: 19px;
    border: 2px solid #797979;
    bottom:10%;
    right:0;
    margin:0 -30px -15px 0;
}
.aplayer .aplayer-pic .aplayer-play .aplayer-icon-play {
    position: absolute;
    top: 1px;
    left:3px;
    font-size: 14px;
}
.aplayer .aplayer-pic .aplayer-pause {
    width: 16px;
    height: 16px;
    border: 2px solid #797979;
    bottom: -3px;
    right: -26px;
}
.aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause {
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 12px;
    line-height: 14px
}
.aplayer .aplayer-info {
    margin-left: 66px;
    padding: 14px 7px 0 10px;
    height: 66px;
    box-sizing: border-box
}
.aplayer .aplayer-info .aplayer-music {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 17px
}
.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 14px;
    font-family: "encode_sans_compressedextrabold", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    color:#011b53;
    margin-left:2px;
}
.aplayer .aplayer-info .aplayer-music .aplayer-author {
    font-size: 12px;
    color: #666
}
.aplayer .aplayer-info .aplayer-controller {
    position: relative;
    margin-left: 30px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0 10px 0 5px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    position: relative;
    height: 2px;
    width: 85%;
    background: #cdcdcd;
    cursor: pointer!important
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #aaa;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 2px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: -4px;
    margin-right: -10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer!important
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time {
    /*position: absolute;
    right: 0;
    bottom: -5px;*/
    float: right;
    margin-top: -14px;
    height: 17px;
    color: #999;
    font-size: 11px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time i {
    color: #666;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time i.aplayer-icon-loop {
    margin-right: 4px
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time i.aplayer-noloop {
    color: #ddd
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time i.aplayer-noloop:hover {
    color: #bbb
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time i:hover {
    color: #000
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-loop,
.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu {
    display: none
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer!important
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap {
    display: block
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
    display: none;
    position: absolute;
    bottom: 17px;
    right: -5px;
    width: 25px;
    height: 40px;
    z-index: 2
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 35px;
    background: #aaa
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}
.aplayer .aplayer-lrc {
    display: none;
    position: relative;
    height: 50px;
    text-align: center;
    overflow: hidden;
    margin: -10px 0 10px
}
/*
.aplayer .aplayer-lrc:before {
    top: 0;
    height: 10%;
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}*/
.aplayer .aplayer-lrc:after,
.aplayer .aplayer-lrc:before {
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    content: ' '
}
/*
.aplayer .aplayer-lrc:after {
    bottom: 0;
    height: 33%;
    background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}*/
.aplayer .aplayer-lrc p {
    font-size: 12px;
    font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif !important;
    color: #666;
    line-height: 13px !important;
    padding: 0!important;
    margin: 0!important;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: .4;
    overflow: hidden
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
    opacity: 1
}
.aplayer .aplayer-lrc .aplayer-lrc-contents {
    width: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}
.aplayer .aplayer-list {
    max-height: 350px;
    overflow: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.aplayer .aplayer-list.aplayer-list-hide {
    max-height: 0
}
.aplayer .aplayer-list ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.aplayer .aplayer-list ol li {
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
    border-top: 1px solid #e9e9e9;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.aplayer .aplayer-list ol li:hover {
    background: #efefef
}
.aplayer .aplayer-list ol li.aplayer-list-light {
    background: #e9e9e9;
    min-height: 32px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    height:auto;
}

.aplayer .aplayer-list ol li{
    min-height: 32px;
    line-height: 20px;
    height:auto;
    padding-bottom: 5px;
    padding-top: 5px;
}

.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur {
    display: inline-block
}
.aplayer .aplayer-list ol li .aplayer-list-cur {
    display: none;
    width: 3px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer
}
.aplayer .aplayer-list ol li .aplayer-list-index {
    color: #666;
    margin-right: 12px;
    cursor: pointer
}
.aplayer .aplayer-list ol li .aplayer-list-author {
    color: #666;
    float: right;
    cursor: pointer
}

.aplayer .vejamais{
	color:#011b53;
	font-family: "encode_sans_compressedmedium", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	margin:7px 10px 10px -13px;
	font-size: 12px;
}

.aplayer > .download{
    margin:10px 5px 0 10px;
    font-family: "encode_sans_compressedregular", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

	.aplayer .vejamais{
		font-weight: bold;
	}

#player4 .download, #player4 .vejamais{
	display:none;
}


.listacompleta{
	text-align: center;
	color:#011b53;
	font-family: "encode_sans_compressedlight", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time{
    background:#fff;
}

#player-home .aplayer-pic:hover,
#player-home .aplayer-pic .rlink:hover{
    cursor:pointer !important;
}

.rlink{
    width:77px;
    height:45px;
    z-index: 0;
}