.music_fon{

padding: 10px;
height: 52px;

}
.prev_music{
padding: 8px 8px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}
.prev_music:hover{
opacity: 0.5;
}
.music_name{
color: #4682B4;
    height: 25px;
    text-align: left;
    overflow: hidden;
    font-size: 11px;
}
.music_name a { color: #4682B4; }
.small_player .t-padd_left {
padding-left: 0;
}
.small_player .t-padd_right {
padding-right: 0;
}
.small_player .playing .p_i_overlay {
width: 23px;
}
.small_player{
padding: 2px 5px 2px 5px;
}
.player_item, .p_i_tools, .p_i_progress, .p_i_t_playButton {
position: relative;
}
.player_item {
margin: 0 auto;
display: none;
}
.p_i_overlay {
position: absolute;
top: 0;
left: 0;
width: 10%;
height: 100%;
cursor: pointer;
z-index: 1;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.playing .p_i_overlay {
width: 35px;
}
.tools_table {
margin: 0;
border-spacing: 0;
border-collapse: collapse;
}
.tools_table td {
vertical-align: top;padding: 0;
}
.button_tr {
text-align: center;
width: 60px;
vertical-align: middle !important;
}
.p_i_t_playButton {
width: 30px;
height: 30px;
cursor: pointer;
}
.p_i_t_pb_image { 
text-align: center;
display: block;
width: 20px;
height: 20px;
cursor: pointer;
position: absolute;
top: 5%;
}
.small_player .p_i_t_pb_image {
background: url(img/play.svg) transparent no-repeat;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: #4682B463;
}
.small_player .playing .p_i_t_pb_image {
background: url(img/stop.svg) transparent no-repeat;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: #859BA663;
}
.text_right, .right_text {
text-align: right
}
.p_i_progress {
width: 105%;
height: 2px;
padding: 13px 0 12px 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
.p_i_p_lines_bg {
width: 100%;
height: 2px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
.p_i_p_lines {
height: 10px;
top: 0;
margin: 13px 0 12px 0;
position: absolute;
display: block;
width: 0;
left: 0;
cursor: pointer;
border-radius: 4px;
}
.p_i_p_loadLine {
width: 0;
background-color: #859BA6;
}
.p_i_p_progressLine {
width: 0;
background-color: #cecece;
}
.p_i_p_progressLineVolume {
width: 50%;
}
.p_i_p_lines_bg {
width: 100%;
background: #859BA6;
}
.volume_td {
width: 38px;
}
.p_i_t_timeShow {
overflow: hidden;
white-space: nowrap;

color: #859BA6;
}