@charset "utf-8";
/*显示点击是哪个字母*/
.showLetter{position: fixed;color:#3797FA;width: 0.78rem; height:0.78rem;line-height: 0.78rem;left: 50%;top: 50%;transform: translate(-50%,-50%); border-radius: 50%;border: #3797FA 1px solid;text-align: center;display: none;z-index: 111111;}
.showLetter span{width: 100%;height: 100%;font-size: 0.4rem;}
/*城市弹层*/
.containerMap{display: block; width:100%; height: auto; top: 0; left: 0; background: #fff;}
.letter{display: block; width:0.7rem;position:fixed;top:50%;right:.02rem; text-align:center; transform: translateY(-50%); z-index: 9999;}
.letter h3 {font-size: 0.28rem; color: #3797FA; line-height: 0.36rem; margin-bottom: 0.06rem;}
.letter ul{list-style-type:none;}
.letter ul li {margin-bottom: .05rem;}
.letter ul li a{text-decoration:none;color:#3797fa;font-size: .26rem}
.city{width:100%;overflow:hidden;}
.city-list{width:100%;}
.city-list .city-letter{display: block; font-size:.3rem;height: 0.52rem; line-height: 0.52rem; padding: 0 0.25rem; color: #3797FA; background: #f5f5f8; border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
.city-list p{color:#333;height:.9rem; padding: 0 0.25rem; line-height:.9rem;font-size: 0.3rem; border-bottom:1px solid #f2f2f2;cursor:pointer;}
.city-list p:last-child {border-bottom: none;}
.UISelect{margin-top:.1rem}



