@charset "utf-8";

a{text-decoration:none;outline:none;width: 40px;display: block;}
.fl{float:left;}
.fr{float:right;}
.none{display:none;}
.loan_jm1{width:94%;margin:0 auto;}
.loan_jm_spa1{width:39%;height:40px;line-height:40px;font-size:1em;color:#666;display:block;float:left;}
.loan_jm_l1{margin-top:10px;margin-bottom:15px;height:40px;}
.wbk_srn{width:57%;height:40px;border:1px solid #ccc;background:#FFF;float:left;padding-left:3%;line-height:40px;color:#ADADAD;
font-size:1.1em; background-size:45%;background-position:center;background:#fff;}
.wbk_srn b{width:30px;height:40px;border:1px solid #ccc;background:#FFF;float:left;padding-left:3%;line-height:40px;color:#ADADAD;
font-size:1.1em;}
/*显示点击是哪个字母*/
.showLetter{
    position: fixed;
    color:#105eae;
    width: 50px;
    height:50px;
    top:45%;
    left: 45%;
    border-radius: 50%;
    border: #105eae 1px solid;
    text-align: center;
    display: none;
}
.showLetter span{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}
.seach{
    width: 90%;
    height: 45px;
    padding-top: 10px;
    background: #fff;
}
.seach input{
    width: 90%;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #eee;
    color: #000
}
/*城市弹层*/
.container{width:90%;right:20;overflow-y:scroll}
.letter{width:auto;position:fixed;top:100px;right:5px;text-align:center;}
.letter ul{list-style-type:none;}
.letter ul li a{text-decoration:none;color:#333333;font-size: 13px}
.city{
    width: 90%;
    padding: 20px 20px 20px 10px;
}
.history{margin-top: 15px;}
.hot{overflow: hidden;}
.tips{
 font-size: 15px;
}
.hot div{
    display: block;
    width: 29%;
    font-size: 15px;
    height: 36px;
    float: left;
    text-align: center;
    line-height: 36px;
    color: #afafaf;
    margin-top: 10px;
    margin-right: 3%;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clear-history{display: block;float: right;}
.city-list{width:100%;}
.city-list .city-letter{font-size:17px;display:inline-block;padding-top:15px;padding-bottom:5px;border-bottom:1px solid #e8ecf1;width:100%;}
.city-list p{font-size:13px;color:#afafaf;width:95%;min-height:30px;line-height:30px;border-bottom:1px solid #e8ecf1;cursor:pointer;}
.UISelect{margin-top:5px}