@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
li,
form,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 auto;
    padding: 0;
    font-family: "微软雅黑";
    color: #333333
}

ul,
li,
dl,
dt,
dd {
    display: block;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}
body{
    background-color: #f5f5f5;
}
.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: #ff6f49;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: #ff6f49 1px solid;
    text-align: center;
    display: none;
}

.showLetter span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

/*城市弹层*/
.container {
    width: 100%;
    background: #ffffff;
}

.letter {
    width: auto;
    position: fixed;
    top: 6%;
    right: 10px;
    text-align: center;
}

.letter ul {
    list-style-type: none;
}
.letter ul li {
    margin-bottom: 5px;
}
.letter ul li a {
    text-decoration: none;
    color: #ff6f49;
    font-size: 15px
}

.city {
    width: 90%;
    overflow: hidden;
    padding:0 18px 18px 18px;
}

.city-list {
    width: 100%;
}

.city-list .city-letter {
    font-size: 20px;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8ecf1;
    width: 100%;
    color: #666666;
}

.city-list p {
    color: #333333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8ecf1;
    cursor: pointer;
}

.UISelect {
    margin-top: 5px
}
.remen{
    padding: 18px;
}
.remen .title{
    font-size: 16px;
}
.remen .con_remen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.remen .con_remen span {
    width: 30%;
    height: 34px;
    font-size:15px;
    color: #333;
    box-sizing: border-box;
    line-height:34px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    margin: 0 10px 10px 0;
}
.city_nav{
    padding: 10px 0;
    display: flex;
}
.city_nav span{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: -15px;
    line-height: 1.5;
}

