.hap-fixed2{
position:fixed;
width:100%;
max-width: none;
bottom:0;
left:0;
line-height:normal!important;
z-index:999999;
display: none;
margin: 0;
transition: bottom 0.5s ease-out;
max-width: none!important;
}
.hap-fixed2 .hap-player-outer{
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
.hap-fixed2 .hap-player-holder{
position: fixed;
max-height: 60px;
left: 0;
bottom: -60px;
background: #fafafa;
width: 100%;
box-shadow: 0px -2px 3px #999;
transition: bottom 0.5s ease-out;
}
.hap-fixed2 .hap-btn{
display: none;
height:100%;
}
.hap-fixed2 .hap-contr-btn svg{
color:#5a5a5a;
}
@media (hover: hover) {
.hap-fixed2 .hap-btn:hover svg,
.hap-fixed2 .hap-contr-btn:hover > svg,
.hap-fixed2 .hap-contr-btn-hover svg{
color:#ff7e00 !important;
} 
}
.hap-fixed2 .hap-contr-btn svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 19px;
fill:currentColor;
transition: color .3s ease-out;
}
.hap-fixed2 .hap-range-toggle svg{
height: 24px;
}
.hap-fixed2 .hap-playback-toggle-ex{
position: absolute;
width:30px;
height:30px;
bottom:0;
right:35px;
box-shadow: 0px 0px 3px #999;
background-color: #5a5a5a;
cursor: pointer;
z-index: 2;
}
.hap-fixed2 .hap-player-toggle-ex{
position: absolute;
width:30px;
height:30px;
bottom:0;
right:0px;
box-shadow: 0px 0px 3px #999;
background-color: #5a5a5a;
cursor: pointer;
z-index: 2;
}
.hap-fixed2 .hap-btn-player-toggle{
transition: transform 0.3s ease-out;
height: 100%;
display: block;
}
.hap-fixed2 .hap-btn-player-toggle svg{
height: 18px;
}
.hap-fixed2 .hap-btn-player-toggle-rotate{
transform: rotate(180deg);
}
.hap-fixed2 .hap-playback-toggle-ex svg,
.hap-fixed2 .hap-player-toggle-ex svg{
color: #fff!important;
}
.hap-fixed2 .hap-ex-controls{
position: absolute;
top: -36px;
right: 0;
width: 70px;
height: 0;
overflow: hidden;
transition: height 0.3s ease-out;
}
.hap-fixed2 .hap-ex-controls-shown{
height: 34px;
}
.hap-fixed2 .hap-right-controls{
position: absolute;
right: 20px;
height: 40px;
bottom:10px;
display: flex;
}
.hap-fixed2 .hap-right-controls .hap-contr-btn{
margin-left: 10px;
width: 25px;
height: 40px;
position: relative;
}
.hap-fixed2 .hap-playlist-bar-controls-right{
position: relative;
float: right;
height: 100%;
display: flex;
margin-right: 15px;
}
.hap-fixed2 .hap-playlist-bar-controls-right .hap-contr-btn{
float: left;
margin-left: 10px;
height: 100%;
min-width: 25px;
position: relative;
}
.hap-fixed2 .hap-left-controls{
position: relative;
}
.hap-fixed2 .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-fixed2 .hap-info{
width: calc(50% - 135px);
float: left;
height: 60px;
margin-left: 10px;
flex-direction: column;
overflow: hidden;
justify-content: center; 
display: flex;
}
.hap-fixed2 .hap-player-title{
font-size:17px;
color:#111;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.hap-fixed2 .hap-player-artist{
font-size:13px;
color:#ff7e00;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.hap-fixed2 .hap-center-controls{
position: absolute;
bottom:10px;
left:50%;
height: 40px;
transform: translateX(-50%);
display: flex;
flex-direction: row;
}
.hap-fixed2 .hap-center-controls .hap-contr-btn{
position: relative;
display: inline-block;
height: 40px;
width: 40px;
top:0;
left: 0;
margin-right: 5px;
margin-left: 5px;
}
.hap-fixed2 .hap-volume-toggle{
position:relative;
width:25px;
height:25px;
float:right;
cursor: pointer;
}
.hap-fixed2 .hap-volume-seekbar{
position:relative;
left:0px;
top:0;
width:100px;
height:100%;
float:right;
cursor: pointer;
touch-action: none;
}
.hap-fixed2 .hap-volume-bg{
position:absolute;
top:18px;
left:10px;
width:80px;
height:3px;
background:#ccc;
}
.hap-fixed2 .hap-volume-level{
position:absolute;
top:0;
left:0;
height:100%;
background:#ff7e00;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; 
}
.hap-fixed2 .hap-seekbar{
position:absolute;
top:-11px;
left:0;
right: 0;
height:20px;
cursor: pointer;
touch-action: none;
z-index: 1;
}
.hap-fixed2 .hap-progress-bg{
position:relative;
background:#ccc;
width:100%;
top:11px;
height:3px;
}
.hap-fixed2 .hap-load-level{
position:absolute;
background:#ccc;
top:0;
height:100%;
}
.hap-fixed2 .hap-progress-level{
position:absolute;
background:#ff7e00;
top:0;
height:100%;
}
.hap-fixed2 .hap-ad-progress-level{
background: #ffeb3b;
}
.hap-fixed2 .hap-media-time-ad{
position: absolute;
background: #e91e63;
color: #ffffff;
bottom: 61px;
padding: 3px;
left: 0;
font-size: 13px;
display: none;
}
#hap-playlist-list{
display:none;
}
.hap-fixed2 .hap-playlist-holder{
position: absolute;
bottom: -500px;
left: 0px;
width: 100%;
height: 310px;
background: #ededed;
transition: bottom 0.5s ease-out;
}
.hap-fixed2 .hap-playlist-inner{
margin:10px 20px 10px 20px;
position: relative;
}
.hap-fixed2 .hap-playlist-content{
display: flex;
flex-direction: row;
margin-bottom: 20px; 
}
.hap-fixed2 .hap-playlist-item{
position: relative;
width: 170px;
height: 220px;
background: #fafafa;
margin-right: 10px;
box-shadow: 1px 1px 2px #999;
overflow: hidden;
flex-shrink: 0;
cursor: pointer;
padding: 10px;
box-sizing: border-box;
transition: background-color 0.3s ease-out;
}
.hap-fixed2 .hap-playlist-item:last-child{
margin-bottom: 0;
}
.hap-fixed2 .hap-playlist-item-content {
color:#ccc;
}
.hap-fixed2 .hap-playlist-thumb{
width: 150px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
height: 150px;
overflow: hidden;
}
.hap-fixed2 .hap-thumbimg{
min-width: 100%;
object-fit: cover;
min-height: 100%;
display: block;
}
.hap-fixed2 .hap-playlist-info{
font-size: 15px;
}
.hap-fixed2 .hap-playlist-item-selected{
background: #ff7e00;
}
.hap-fixed2 .hap-playlist-item-selected .hap-playlist-title-wrap{
color: #fff;
}
.hap-fixed2 .hap-playlist-description{
font-size: 13px;
}
.hap-fixed2 .hap-playlist-description{
color: #555;
}
.hap-fixed2 .hap-playlist-duration{
font-size: 12px;
}
.hap-fixed2 .hap-playlist-duration{
color: #ccc;
}
.hap-fixed2 .hap-playlist-date{
font-size: 11px;
}
.hap-fixed2 .hap-playlist-date{
color: #787878;
}
.hap-fixed2 .hap-playlist-icons{
position: absolute;
top: 132px;
display: flex;
flex-direction: revert;
right: 10px;
align-items: center;
opacity: 0;
}
.hap-fixed2 .hap-playlist-item-selected .hap-playlist-icons{
opacity: 1;
}
@media (hover: hover) {
.hap-fixed2 .hap-playlist-item:hover .hap-playlist-icons{
opacity: 1;
}
}
.hap-fixed2 .hap-playlist-icons .hap-playlist-icon{
width: 30px;
}
.hap-fixed2 .hap-playlist-icon{
color:#fff!important;
}
.hap-fixed2 .hap-playlist-icon svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 15px;
fill: currentColor;
transition: color .1s ease-out;
}
@media (hover: hover) {
.hap-fixed2 .hap-playlist-icon:hover svg{
color:#ff7e00!important;
}
}
.hap-fixed2 .hap-playlist-filter-msg span{
color: #fff;
font-size: 20px;
}
.hap-fixed2 .hap-playlist-bar{
position:relative;
top:0px;
height:40px;
width:100%;
overflow:hidden;
}
.hap-fixed2 .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-fixed2 .hap-voice-search-microphone-btn-main,
.hap-fixed2 .hap-sort-alpha{
position:relative;
left:5px;
top:0px;
width:25px;
height:100%;
text-align: center;
float: left;
}
.hap-fixed2 .hap-sort-alpha svg{
height: 17px;
} .hap-fixed2 .hap-dialog-header{
background: #333;
}
.hap-fixed2 .hap-dialog .hap-dialog-close svg {
color: #fff!important;
} .hap-fixed2 .hap-range-bg{
top:14px;
height:3px;
}
.hap-fixed2 .hap-range-handle-a-hit{
border-bottom-color:#5a5a5a;
}
@media (hover: hover) {
.hap-fixed2 .hap-range-handle-a-hit:hover{
border-bottom-color:#ff7e00;
}
}
.hap-fixed2 .hap-range-handle-b-hit{
border-top-color:#5a5a5a;
}
@media (hover: hover) {
.hap-fixed2 .hap-range-handle-b-hit:hover{
border-top-color:#ff7e00;
}
}
.hap-fixed2 .hap-range-min-time,
.hap-fixed2 .hap-range-max-time{
color: #999;
}
.hap-fixed2 .hap-range-bg{
background:#ccc;
}
.hap-fixed2 .hap-range-level{
background:#ff7e00;
} .hap-fixed2 .hap-playback-rate-min,
.hap-fixed2 .hap-playback-rate-max{
color: #aaa;
}
.hap-fixed2 .hap-playback-rate-bg{
height: 3px;
top:13px;
}
.hap-fixed2 .hap-range-holder,
.hap-fixed2 .hap-playback-rate-holder,
.hap-fixed2 .hap-embed-holder,
.hap-fixed2 .hap-pwd-holder,
.hap-fixed2 .hap-seekbar-comment-input-wrap,
.hap-fixed2 .hap-share-holder{
background: #fafafa;
box-shadow: 0px 0px 5px #99999954;
} .hap-fixed2 .hap-redirect-login-holder-inner{
background: #27363b; 
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.hap-fixed2 .hap-redirect-login-btn{
background: #5a5a5a;
color: #fff;
}
.hap-fixed2 .hap-redirect-login-header{
color: #fff;	
}
.hap-fixed2 .hap-redirect-login-title{
color: #ccc;
} .hap-fixed2 .hap-pwd-title{
color: #666;
} .hap-fixed2 .hap-embed-title{
color: #333;
}
.hap-fixed2 .hap-embed-field-wrap-selected{
background: #ff7e00;
color: #fff;
}
.hap-fixed2 .hap-share-copy, .hap-fixed2 .hap-embed-copy{
background: #5a5a5a;
color: #fff;
}
.hap-fixed2 .hap-playback-rate-bg{
background:#ccc;
}
.hap-fixed2 .hap-playback-rate-level,
.hap-fixed2 .hap-playback-rate-drag{
background:#ff7e00;
}
.hap-fixed2 .hap-tooltip{
background:#ff7e00;
color:#fff;
}
.hap-fixed2 .hap-preloader {
background-color: #ff7e00;
} .hap-fixed2 .hap-dialog-content{
background-color: #f7f7f7;
} .hap-fixed2 .hap-stats{
min-width: auto;
}
.hap-fixed2 .hap-stat-icon{
transition: color 0.3s ease-out;
filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .5));
}
.hap-fixed2 .hap-stat-icon{
color:#eee;
}
@media (hover: hover) {
.hap-fixed2 .hap-stat-icon:hover{
color:#ff7e00;
}
}
.hap-fixed2 .hap-playlist-item-selected .hap-playlist-duration{
color: #aaa;
} .hap-fixed2 .hap-playback-rate-toggle-inner{
color: #fff;
background: #ff7e00;    
} .hap-fixed2.hap-has-comments .hap-player-holder {
max-height: 87px;
}
.hap-fixed2 .hap-seekbar-comment-section-bg{
background-color: rgba(0,0,0,0);
}
.hap-fixed2 .hap-seekbar-comment-wrap{
margin-top: 7px;
} .hap-fixed2 .hap-voice-search-popup-close{
width: 34px;
height: 34px;
} .hap-fixed2.hap-breakpoint-900 .hap-left-controls{
overflow: hidden;
width:100%;
}
.hap-fixed2.hap-breakpoint-900 .hap-info{
position: absolute;
left: 60px;
width: calc(100% - 315px);
}
.hap-fixed2.hap-breakpoint-900 .hap-center-controls{
left: auto;
right: 30px;
}
.hap-fixed2.hap-breakpoint-900 .hap-center-controls .hap-contr-btn{
width: 30px;
}
.hap-fixed2.hap-breakpoint-900 .hap-random-toggle,
.hap-fixed2.hap-breakpoint-900 .hap-loop-toggle{
display: none;
}
.hap-fixed2.hap-breakpoint-900 .hap-search-filter{
width: 70px!important;
}
.hap-fixed2.hap-breakpoint-900 .hap-volume-toggle,
.hap-fixed2.hap-breakpoint-900 .hap-volume-seekbar{
display: none;
}