.select-city{
    padding-right: 20px!important;
    background-image: url("../images/city_icon.png");
    background-position: right -2px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.select-city.up{
    background-position: right -32px;
}
.city-select-warp{
    width: 274px;
    border: 1px solid #174992;
    border-radius: 5px;
}
.city-select-tab{
    height: 30px;
    background-color: #ecf2f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.city-select-tab a{
    float: left;
    display: inline-block;
    width: 33.3%;
    line-height: 30px;
    text-align: center;
    color: #666666;
}
.city-select-tab a:hover{
    color: #666666;
}
.city-select-tab a.active{
    color: #164992;
    background-color: #fff;
}
.province-tab.active{
    border-top-left-radius: 5px;
}
.district-tab.active{
    border-top-right-radius: 5px;
}
.city-select-content{
    padding: 9px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.city-select{
    overflow: hidden;
    line-height: 24px;
}
.city-select a{
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px;
}
.city-select a:hover{
    background-color: #fcf0f0;
}
.city-select a.current{
    color: #ffffff;
    background-color: #164992;
}
.city-select dt{
    float: left;
    display: inline-block;
    width: 30px;
    margin-right: 5px;
}
.city-select dd{
    float: left;
    display: inline-block;
    width: 220px;
}
.city-city dd,
.city-district dd{
  width: 234px;
}
.baomingjsqyd{display:none}