.hap-fixed{
position:fixed;
width:100%;
max-width: none;
bottom:-500px;
left:0;
line-height:normal!important;
z-index:999999;
display: none;
margin: 0;
transition: bottom 0.5s ease-out;
max-width: none!important;
}
.hap-fixed .hap-player-outer{
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
.hap-fixed .hap-player-holder{
position: relative;
left:0;
background:#27363b;
width: 100%;
float: left;
max-height: 60px;
}
.hap-fixed .hap-btn{
display: none;
height:100%;
}
.hap-fixed .hap-contr-btn{ }
.hap-fixed .hap-contr-btn svg{
color:#eee;
}
@media (hover: hover) {
.hap-fixed .hap-btn:hover svg,
.hap-fixed .hap-contr-btn:hover > svg,
.hap-fixed .hap-contr-btn-hover svg{
color:#ffa48f;
} 
}
.hap-fixed .hap-contr-btn svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 15px;
fill:currentColor;
transition: color .3s ease-out;
}
.hap-fixed .hap-range-toggle svg{
height:19px;
}
.hap-fixed .hap-volume-toggle svg{
height:20px;
}
.hap-fixed .hap-playback-toggle-ex{
position: absolute;
width:30px;
height:30px;
top:-34px;
right:35px;
background-color: #27363b;
border-top: 1px solid #444;
border-left: 1px solid #444;
border-right: 1px solid #444;
cursor: pointer;
z-index: 2;
display: none;
}
.hap-fixed .hap-player-toggle-ex{
position: absolute;
width:30px;
height:30px;
top:-34px;
right:0px;
background-color: #27363b;
border-top: 1px solid #444;
border-left: 1px solid #444;
border-right: 1px solid #444;
cursor: pointer;
z-index: 2;
}
.hap-fixed .hap-btn-player-toggle{
transition: transform 0.3s ease-out;
height: 100%;
display: block;
}
.hap-fixed .hap-btn-player-toggle svg{
height: 18px;
}
.hap-fixed .hap-btn-player-toggle-rotate{
transform: rotate(180deg);
}
.hap-fixed .hap-right-controls{
position: relative;
float: right;
height: 25px;
top:17px;
display: flex;
margin-right: 15px;
}
.hap-fixed .hap-right-controls .hap-contr-btn{
float: left;
margin-left: 10px;
width: 25px;
position: relative;
}
.hap-fixed .hap-playlist-bar-controls-right{
position: relative;
float: right;
height: 100%;
display: flex;
margin-right: 15px;
}
.hap-fixed .hap-playlist-bar-controls-right .hap-contr-btn{
float: left;
margin-left: 10px;
height: 100%;
min-width: 25px;
position: relative;
}
.hap-fixed .hap-left-controls{
position: relative;
}
.hap-fixed .hap-player-thumb{
position: relative;
width:60px;
height:60px;
float: left;
overflow: hidden;
background-position: 50% 50%;
background-size: cover;
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
.hap-fixed .hap-info{
width: calc(50% - 135px);
float: left;
height: 60px;
margin-left: 10px;
flex-direction: column;
overflow: hidden;
justify-content: center; 
display: flex;
}
.hap-fixed .hap-player-title{
font-size:15px;
color:#fff;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.hap-fixed .hap-player-artist{
font-size:13px;
color:#ffa48f;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.hap-fixed .hap-center-controls{
position: absolute;
display: inline-block;
height: 30px;
bottom:15px;
left: 50%;
transform: translateX(-50%);
}
.hap-fixed .hap-prev-toggle{
position:relative;
left:0px;
top:2px;
width:25px;
height:25px;
float:left;
margin-right:20px;
}
.hap-fixed .hap-playback-toggle{
position:relative;
top:0px;
width:30px;
height:30px;
float:left;
margin-right:20px;
}
.hap-fixed .hap-playback-toggle svg{
height:25px;
}
.hap-fixed .hap-next-toggle{
position:relative;
top:2px;
width:25px;
height:25px;
float:left;
}
.hap-fixed .hap-volume-toggle{
position:relative;
width:25px;
height:25px;
float:right;
cursor: pointer;
}
.hap-fixed .hap-volume-seekbar{
position:relative;
left:0px;
top:5px;
width:100px;
height:16px;
float:right;
cursor: pointer;
touch-action: none;
}
.hap-fixed .hap-volume-bg{
position:absolute;
top:6px;
left:10px;
width:80px;
height:3px;
background:#ccc;
}
.hap-fixed .hap-volume-level{
position:absolute;
top:0;
left:0;
height:100%;
background:#ffa48f;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; 
}
.hap-fixed .hap-seekbar{
position:absolute;
top:-14px;
left:0px;
width: 100%;
height:20px;
cursor: pointer;
touch-action: none;
z-index: 1;
}
.hap-fixed .hap-progress-bg{
position:relative;
background:#ccc;
width:100%;
top:11px;
height:3px;
}
.hap-fixed .hap-load-level{
position:absolute;
background:#ccc;
top:0;
height:100%;
}
.hap-fixed .hap-progress-level{
position:absolute;
background:#ffa48f;
top:0;
height:100%;
}
.hap-fixed .hap-ad-progress-level{
background: #ffeb3b;
}
.hap-fixed .hap-media-time-ad{
position: absolute;
background: #e91e63;
color: #ffffff;
bottom: 9px;
padding: 3px;
left: 0;
font-size: 13px;
display: none;
}
#hap-playlist-list{
display:none;
}
.hap-fixed .hap-playlist-holder{
position:relative;
width:100%;
background:rgb(39 54 59);
overflow:hidden;
height: 280px;
border-top: 2px solid #444;
}
.hap-fixed .hap-playlist-inner{
margin:20px 20px 10px 20px;
max-height: 210px;
position: relative;
height: 100%;
}
.hap-fixed .hap-playlist-item{
font-size:15px;
padding: 4px;
margin-bottom: 5px;
transition: background-color 0.3s ease-out;
}
.hap-fixed .hap-playlist-item:last-child{
margin-bottom: 0;
}
.hap-fixed .hap-playlist-item-content {
color:#aaa;
}
.hap-fixed .hap-playlist-thumb{
height:40px;
width: 40px;
border:1px solid #aaa;
margin-right: 10px;
}
.hap-fixed .hap-thumbimg{
-webkit-backface-visibility: hidden;
filter: grayscale(100%);
}
@media (hover: hover) {
.hap-fixed .hap-playlist-item:hover .hap-playlist-thumb img{
filter: grayscale(0%);
}
}
.hap-fixed .hap-playlist-item-selected{
background: #ddd;
}
.hap-fixed .hap-playlist-item-selected .hap-playlist-title-wrap{
color:#fff;
}
.hap-fixed .hap-playlist-description{
font-size: 13px;
}
.hap-fixed .hap-playlist-description{
color: #555;
}
.hap-fixed .hap-playlist-duration{
font-size: 12px;
}
.hap-fixed .hap-playlist-duration{
color: #ccc;
}
.hap-fixed .hap-playlist-date{
font-size: 11px;
}
.hap-fixed .hap-playlist-date{
color: #787878;
}
.hap-fixed .hap-playlist-icons{
margin-right: 20px;
}
.hap-fixed .hap-playlist-icon svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 16px;
fill: currentColor;
transition: color .1s ease-out;
}
.hap-fixed .hap-playlist-icon svg {
color: #666;
}
@media (hover: hover) {
.hap-fixed .hap-playlist-icon:hover svg {
color: #fff;
}
}
.hap-fixed .hap-playlist-filter-msg span{
color: #fff;
}
.hap-fixed .hap-playlist-bar{
position:relative;
top:0px;
clear:both;
height:40px;
width:100%;
overflow:hidden;
}
.hap-fixed .hap-search-filter{
position:relative;
width:125px!important;
height:18px!important;
top:50%;
margin:-9px 0 0 20px!important;
padding:0 2px!important;
border:0!important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
border-radius:0 !important;
background:#ddd !important;
color:#333 !important;
box-shadow:none!important; 
line-height:1!important; 
float: left;
outline: none;
}
.hap-fixed .hap-voice-search-microphone-btn-main,
.hap-fixed .hap-sort-alpha{
position:relative;
left:5px;
top:0px;
width:25px;
height:100%;
text-align: center;
float: left;
}
.hap-fixed .hap-sort-alpha svg{
height: 17px;
} .hap-fixed .hap-dialog-header{
background: #27363b;
} .hap-fixed .hap-range-bg{
top:14px;
height:3px;
}
.hap-fixed .hap-range-handle-a-hit{
border-bottom-color:#ccc;
}
@media (hover: hover) {
.hap-fixed .hap-range-handle-a-hit:hover{
border-bottom-color:#ffa48f;
}
}
.hap-fixed .hap-range-handle-b-hit{
border-top-color:#ccc;
}
@media (hover: hover) {
.hap-fixed .hap-range-handle-b-hit:hover{
border-top-color:#ffa48f;
}
}
.hap-fixed .hap-range-min-time,
.hap-fixed .hap-range-max-time{
color: #999;
}
.hap-fixed .hap-range-bg{
background:#ccc;
}
.hap-fixed .hap-range-level{
background:#ffa48f;
} .hap-fixed .hap-playback-rate-min,
.hap-fixed .hap-playback-rate-max{
color: #aaa;
}
.hap-fixed .hap-playback-rate-bg{
height: 3px;
top:13px;
}
.hap-fixed .hap-range-holder,
.hap-fixed .hap-playback-rate-holder,
.hap-fixed .hap-embed-holder,
.hap-fixed .hap-pwd-holder,
.hap-fixed .hap-seekbar-comment-input-wrap,
.hap-fixed .hap-share-holder{
background: #27363b; 
border: 1px solid #444;
box-shadow: 1px 1px 6px rgba(40,40,40,0.3);
} .hap-fixed .hap-redirect-login-holder-inner{
background: rgb(39,54,59); 
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.hap-fixed .hap-redirect-login-btn{
background: #ffa48f;
color: #fff;
}
.hap-fixed .hap-redirect-login-header{
color: #fff;	
}
.hap-fixed .hap-redirect-login-title{
color: #ccc;
} .hap-fixed .hap-pwd-title{
color: #666;
}
.hap-fixed .hap-pwd-close svg{
color: #666;
} .hap-fixed .hap-embed-field-wrap-selected{
background: #ddd;
color: #fff;
}
.hap-fixed .hap-playback-rate-bg{
background:#ccc;
}
.hap-fixed .hap-playback-rate-level,
.hap-fixed .hap-playback-rate-drag{
background:#ffa48f;
}
.hap-fixed .hap-tooltip{
background:#ffa48f;
color:#fff;
}
.hap-fixed .hap-preloader {
background-color: #ffa48f;
} .hap-fixed .hap-dialog-content{
background-color: #ddd;
} .hap-fixed .hap-stat-icon{
transition: color 0.3s ease-out;
}
.hap-fixed .hap-stat-icon{
color:#777;
}
@media (hover: hover) {
.hap-fixed .hap-stat-icon:hover{
color:#fff;
}
}
.hap-fixed .hap-playlist-item-selected .hap-playlist-duration{
color: #aaa;
} .hap-fixed .hap-playback-rate-toggle-inner{
color: #fff;
background: #ffa48f;    
} .hap-fixed.hap-has-comments .hap-player-holder {
max-height: 87px;
}
.hap-fixed .hap-input-comment-header{
color: #eee;
}
.hap-fixed .hap-comment-input-info{
color: #ccc;
}
.hap-fixed .hap-seekbar-comment-wrap{
margin-top: 7px;
} .hap-fixed .hap-voice-search-popup-inner{
background: rgb(39, 54, 59);
}
.hap-fixed .hap-voice-search-popup-info{
color: #ddd;
}
.hap-fixed .hap-voice-search-popup-close{
width: 30px;
height: 30px;
}
.hap-fixed .hap-voice-search-microphone-btn-popup svg{
height: 20px;
} .hap-fixed.hap-breakpoint-650 .hap-info{
width: calc(100% - 265px);
position: absolute;
left: 60px;
}
.hap-fixed.hap-breakpoint-650 .hap-center-controls{
right: 60px;
transform: none;
left: auto;
}
.hap-fixed.hap-breakpoint-650 .hap-right-controls {
position: absolute;
right: 0;
}
.hap-fixed.hap-breakpoint-650 .hap-right-controls .hap-volume-seekbar,
.hap-fixed.hap-breakpoint-650 .hap-right-controls .hap-volume-toggle  {
display: none;
}
.hap-fixed.hap-breakpoint-650 .hap-search-filter{
display: none;
}