.city_history {
  width: 100%;
  height: auto;
  color: #333;
  font-size: 16px;
  line-height: 38px;
}
.city_til {
  margin-right: 10px;
  color: #333;
  font-size: 16px;
  line-height: 38px;
}
.city_history ul {
  width: auto;
  float: left;
  max-width: 90%;
}
.city_history ul li {
  width: auto;
  height: auto;
  float: left;
  margin-right: 20px;
  color: #ea5515;
  font-size: 14px;
}
.letter_p {
  color: #333;
  font-size: 16px;
  line-height: 46px;
}
.loan_jm1 {
  width: 94%;
  margin: 0 auto;
}
.loan_jm_spa1 {
  display: block;
  width: 39%;
  height: 40px;
  float: left;
  color: #666;
  font-size: 1em;
  line-height: 40px;
}
.loan_jm_l1 {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.wbk_srn {
  width: 57%;
  height: 40px;
  float: left;
  padding-left: 3%;
  border: 1px solid #ccc;
  background: #fff;
  background-size: 45%;
  background-position: center;
  color: #ADADAD;
  line-height: 40px;
  font-size: 1.1em;
}
.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;
  top: 50%;
  left: 50%;
  display: none;
  width: 40px;
  height: 40px;
  border: 2px solid #ea5515;
  border-radius: 50%;
  color: #ea5515;
  text-align: center;
}
.showLetter span {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 36px;
}
/*城市弹层*/
.letter {
  position: fixed;
  top: 10%;
  right: 0;
  width: 30px;
  text-align: center;
}
.letter ul {list-style-type: none;}
.letter ul li a {
  display: block;
  color: #ea5515;
  font-size: 14px;
  line-height: 26px;
}
.city {
  width: 92%;
  overflow: hidden;
}
.city-list {
  position: relative;
  width: 1090px;
  margin-bottom: 15px;
  padding-left: 50px;
}
.city-list .city-letter {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 26px;
  float: left;
  color: #cccccc;
  font-size: 14px;
  line-height: 26px;
}
.city-list p {
  width: auto;
  float: left;
  margin-right: 20px;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
}
.city-list .hot {color: #ea5515;}
.city-list p:hover {color: #ea5515;}
.UISelect {margin-top: 5px}