/* citySelector */
*{margin:0;padding:0;box-sizing:border-box;}
.citySelector{
    font-size: 14px;
    background:#fff;
    text-align:left;
    position: absolute;
    left: 0;
    top: 88px;
    z-index: 999999;
    width: 508px;
    border-radius: 10px;
}
.cityslide{ list-style:none;margin:0;padding:0;border-radius: 10px;  overflow:auto;max-height:300px;}
.cityslide li{list-style:none;overflow:hidden;height:30px;padding:0px 10px;line-height:30px;}

.cityslide li b{font-weight:normal;}
.cityslide li.empty{background:#fff2e8;color:#666;}
.cityslide li.empty em{color:red;font-style:normal;}
.cityname{float:left;}
.cityspell{float:right;}
.cityBox{  border-radius: 10px;overflow:hidden;box-shadow: 1px 0px 9px 1px rgba(180, 180, 180, 0.22);}
.cityBox ul{margin:0;padding:0;overflow:hidden;display: flex;}
.cityBox ul li:first-child{margin-left:5px;}
.cityBox ul li{flex: 1;white-space: nowrap; list-style:none;padding:10px 0 ; text-align: center;cursor:pointer;display:inline;color:#999999;}
.cityBox ul li.on{position:relative;}
.cityBox ul li.on::after{
    display: block;
    content: "";
    width: 24px;
height: 3px;
background: #FF6800;
border-radius: 2px;
position: absolute;
bottom: 0;
left: calc(50% - 12px);
}
.hide{display:none;}
p.tip{color:#999;line-height:20px;padding:5px;margin:0;text-indent:3px;}
.hotCity{border-top:1px solid #DDD;margin-top:-1px;clear:left;overflow:hidden;padding-bottom:10px;padding-top:10px;_margin-bottom:8px;}
.cityTab{overflow:hidden;}
.cityTab dl{margin:0;padding:0 0 0 10px;overflow:hidden;}
.cityTab dl dt{
    padding-left:3px;margin-top:1px;text-indent:5px;font-family:"Lucida console","consolas","courier new";line-height:25px;
    font-size: 16px;
    font-weight: 400;
    color: #FF812B;
}
.cityTab dl dd{margin-left:2px;float:left;line-height: 50px; }
.cityTab dl dd a{padding-right:10px;line-height:25px;display:inline-block;color:#333;text-decoration:none;}
.cityTab dl dd a:hover{color:#FF812B;}
.cityinput{ font-size: 12px; padding-left: 2px; background: url(T1EPyLXm0hXXXXXXXX-200-100.png) no-repeat 150px 5px; border: 1px solid #D8D8D8; }
