.left{
    float: left;
}
.right{
    float: right;
}
.album-title{
    width: 100%;
    text-align: center;
}
.album-play-wrap{
	display: flex;
	flex-wrap: wrap;
    position: relative;
}
.album-image, .album-player{
    width: 49%;
}
.album-image{
    position: absolute;
    left: 0;
    height: 100%;
    background-size: cover;
	
}

.album-player{
    
}
.csh-album-wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.cshab__controls {
    position: relative;
    height: 15px;
}

.cshab-player{
    height: 70px;
    line-height: 70px;
    width: 100%;
    background: #252525;
    padding: 0 30px;
    clear: both;
    font-size: 20px;
}
.cshab-player i{
    cursor: pointer;
}
.cshab-player i:hover{
    color: #867461;
}
.cshab-volume-control{
    display: inline-block!important;
    position: relative;
}

.cshab-list-hide{
    display: none;
}

progress.cshab__progress__buffer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #313131;
}
progress.cshab__progress__played {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 0, 0, 0);
    z-index: 3;
}

progress.cshab__progress__played::-webkit-progress-bar {
    background: transparent;
}

progress.cshab__progress__played::-webkit-progress-value {
    background: #867461;;
}

progress.cshab__progress__buffer::-webkit-progress-value {
    background: #3d3d3d;
}

span.cshab__tooltip:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-style: solid;
    bottom: -2px;
    background: #f1f1f1;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
    border-width: 1px;
    border-color: transparent transparent rgba(0,0,0,0.2) rgba(0,0,0,0.2);
}
span.cshab__tooltip {
    position: absolute;
    top: -20px;
    z-index: 4;
    height: 0px;
    line-height: 28px;
    border: 1px solid rgba(0,0,0,0.2);
    background: #f1f1f1;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: all 10ms ease 0s;
    overflow: hidden;
    visibility: hidden;
}

.cshab__controls:hover span.cshab__tooltip {
    top: -40px;
    height: 30px;
    overflow: visible;
    max-height: 40px;
}

.cshab-volume-control i.ti-volume.cshab-volume-icon {
    float: left;
    width: 20px;
    line-height: 15px;
}
.cshab-volume-control input.cshab-volume-range {
    float: left;
    width: 0;
    padding: 0;
    height: 15px;
    overflow: hidden;
    border: none;
    transition: all 0.3s;
    background: transparent;
    -webkit-appearance: none;
    vertical-align: super;
    cursor: pointer;
}
.cshab-volume-control:hover input.cshab-volume-range {
    width: 80px;
}
.cshab-playlist-wrap {
    max-height: 400px;
    overflow: auto;
    background: #313131;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: .075em;
    color: #969696;
}
.cshab-playlist-wrap ol{
    padding-left: 20px;
    margin: 0;
}
.cshab-playlist-wrap ol li{
    line-height: 42px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.cshab-song-name{
    cursor: pointer;
}
.cshab-ad-links a{
    margin-right: 15px;
    color: #867461;
}
.cshab-ad-links a:hover{
    color: #fff;
}
.csh-album-release{
    margin-top: 30px;
}
.album-desc{
    margin-top: 30px;
}
input[type=range]{
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -5px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
label.cshab-volume-control.clearfix.cshab-mute::before {
    width: 1px;
    content: "";
    height: 20px;
    background: #ccc;
    position: absolute;
    transform: rotate(-45deg);
    left: 10px;
    top: -3px;
}
.cshab-other-controls {
    position: relative;
}
.cshab-song-active {
    color: #fff;
}
span.cshab-random.cshab-enable {
    color: #867461;
}

span.cshab-repeat.cshab-all {
    color: #867461;
}
span.cshab-repeat.cshab-one i:after {
    content: "1";
    font-size: 12px;
}

span.cshab-repeat.cshab-one i:before {
    content: "\e6bc";
}
.album-image img{
    width: 100%;
    height: auto;
}
span.cshab-show-list.csh-list-active {
    color: #867461;
}
.cshab-img-item.cshab-img-active {
    box-shadow: 0px 0px 10px 2px #00c4ff;
    display: inline-block;
    margin-bottom: 10px;
}
img.cshab-img-images {
    display: inline-block;
}
.cshab-song-title {
    padding: 10px;
    text-align: center;
}
.cshab-player-wrap {
    background: #252525;
}


/* layout 2 */
.cshab-layout2 .cshab-playlist-wrap{
    position: absolute;
    width: 100%;
    top: -400px;
    z-index: 999;
}
.cshab-layout2 .cshab-player-wrap {
    background: #6d5f47;
    color: #fff;
}
.cshab-layout2 .cshab-player {
    background: #6d5f47;
}