.initials ul li{float: left !important; width:24px !important; font-size: 15px !important; color: #295f9f !important; cursor: pointer;}
a,input,img,textarea,span,div{outline: 0;-webkit-tap-highlight-color:rgba(255,0,0,0);}
header{
    width:100%;
    height: 45px;
    background: #ececea;
    border-bottom: 1px solid #ddd;
}
.clear{ clear:both} 
header.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
/*.header{
    margin:0 20px;
    text-align: center;
    color: #4e4a49;
    font-size: 1em;
    height: 45px;
    line-height: 45px;
    position: relative;
}*/
#letter{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    font-size: 75px;
    color: #555;
    text-align: center;
    line-height: 100px;
    background: rgba(145,145,145,0.6);
    position: fixed;
    left: 50%;
    top: 50%;
    margin:-50px 0px 0px -50px;
    z-index: 99;
    display: none;
}
#letter img{
    width: 50px;
    height: 50px;
    float: left;
    margin:25px 0px 0px 25px;
}
.sort_box{
    width: 100%;
    /*padding-top: 45px;*/
    overflow: hidden;
    display: block;
}
.sort_list{
    padding:10px;
    position: relative;
    /*height: 80px;
    line-height: 80px;
    border-bottom:1px solid #ddd;*/
}

/*.sort_list .num_logo{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 20px;
}*/
/*.sort_list .num_logo img{
    width: 50px;
    height: 50px;
}*/
.sort_list .num_name{
    color: #000;
    font-size:12px;
}

.sort_letter{
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    /*color:#787878;*/
    font-size: 14px;
    border-bottom:1px solid #ddd;
    float: left;
    width: 100%;
    color: #295F9F;
    background-color: #ebeffa;
    height: 36px;
    border: 1px solid #d9dde8;
}
.initials{
        position: absolute;
    top: 82px;
    right: -16px;
    height: 100%;
    width: 658px;
    padding-right: 10px;
    text-align: left;
    font-size: 12px;
    z-index: 99;
    background: rgba(145,145,145,0);
 }
.initials li img{
    width: 14px;
}