.song_popup{
    width:94%;
    margin:0 auto;
    border:1px solid lightgray;
    /*display: block;
    clear: both;*/
    overflow: scroll;
    height:500px;
    z-index:50504;
    /*top:30px;*/
    position:fixed;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.4);
    background-color:white;
    top: 0;
    left: 0;
    right: 6%;
}
.song_section{
    /* float:left;*/
    width:100%;
    font-size:26px;
    z-index:214777777;
    position: absolute;
    overflow-y: hidden;
}
.song_item{
    /*border:1px solid red;*/
}
.song_index{
    /*float:right;*/
    width:6%;
    font-size:12px;
    line-height:1.2;
    text-align:center;
    /* padding-bottom:30px;
     padding-right:5px;*/
    position: fixed;
    z-index:10000000;
    top:85px;
    right:0px;
    background-color: #fff;
}
.song_clear{
    clear:both;
}
.song_cell-title{
    padding:4px 4px;
    font-size:90%;
    background-color:#fff;
    color:#000;
    border-top:solid 5px lightgray;
    border-bottom:solid 1px lightgray;
    text-indent: 6px;
}
.song_cell{
    padding:5px 6px;
    font-size:16px;
    /*line-height: 45px;*/
    /*border-top:1px solid lightgray;*/
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    text-indent: 6px;
}
.song_noDate{
    width:100%;
    padding-top:50px;
    font-size:24px;
    text-align:center;
}
.song_search{
    width:100%;
    z-index:50505;
    height:51px;
    position:fixed;
    background-color:#efeff4;
    text-align:center;
    /*border:1px solid blue;*/
}
.relative{
    position: relative;
}
.song_searchInput{
    height:22px;
    font-size:16px;
    margin-top:10px;
    width:80%;
    display: inline-block;
    border:1px solid #2996d0;
    padding:2px;
    padding-left:5px;
}
.song_searchBtn{
    height:28px;
    width:10%;
    margin-top:10px;
    background-color:#2996d0;
    border:1px solid #2996d0;
    color:white;
}
.song_hidden{
    display:none;
}
.song_backgroundDiv{
    position: fixed;
    /*display:none;*/
    left:0;
    top:0;
    z-index:50500;
    background:black;
    -moz-opacity: 0.8;
    opacity:.20;
    filter: alpha(opacity=80);
}
.song_forceSrcoller{
    overflow-x:hidden;
    overflow-y:hidden;
}

.song_autoSrcoller{
    overflow-x:auto;
    overflow-y:auto;
}
.t-visible{
    display: none;
}
.icon-position{
    height: 32px;
    width: 32px;
    line-height: 32px;
    position: absolute;
    top:8px;
    right: 10px;
    color: #ccc;
    opacity: .8;
    z-index: 999;
    font-size: 140%;
}
.song_back{
    float: left;
    line-height: 50px;
    height: 50px;
}
.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}