.provSelector
{
    font: 12px/1.5 tahoma,arial,\5b8b\4f53;
    background: #fff;
    margin-top: 1px;
    position:relative;
}
.cityslide
{
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #777777;
    border-right-color: #3485C0;
    border-bottom-color: #3485C0;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    margin-top: -2px;
}
.cityslide li
{
    list-style: none;
    overflow: hidden;
    height: 16px;
    padding: 4px 5px;
}
.cityslide li.on
{
    background: #9CD9FF;
    color: #fff;
}
.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
{
    margin-left:-1px;
    position: absolute;
    width: 320px;
    border: 1px solid #777777;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.cityBox ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.cityBox ul li
{
    float: left;
    list-style: none;
    padding: 2px 4px;
    border: 1px solid #777777;
    cursor: pointer;
    margin-left: 4px;
    display: inline;
    background: #d5d5d5;
}
.cityBox ul li.on
{
    background: #fff;
    border-bottom-color: #fff;
    position: relative;
}
.hide
{
    display: none;
}
p.tip
{
    color: #666;
    line-height: 20px;
    padding: 5px;
    margin: 0;
    text-indent: 3px;
}
.hotCity
{
    border-top: 1px solid #777777;
    margin-top: -1px;
    clear: left;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    _margin-bottom: 8px;
}
.cityTab
{
    overflow: hidden;
}
.cityTab dl
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.cityTab dl dt
{
    float: left;
    padding-left: 3px;
    color: #F30;
    text-indent: 5px;
    font-family: "Lucida console" , "consolas" , "courier new";
    line-height: 22px;
    font-size: 14px;
    width: 20px;
}
.cityTab dl dd
{
    margin-left: 2px;
    float: left;
    width: 290px;
}
.cityTab dl dd a
{
    padding-left: 5px;
    width: 66px;
    line-height: 22px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.cityTab dl dd a:hover
{
    text-decoration: underline;
    color: red;
}
