.chooseCitys{
    display: none;
    position: absolute;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    top: 35px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    z-index: 1111;
    padding-top: 20px;
}
.chooseCitys .dept_select{
    width: 100%;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
}
.chooseCitys #submitCityName{
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
    width: 50px;
    float: right;
    border-radius: 3px;
    border: 0;
    background: #444;
    color: #fff;
    text-align: center;
}
.chooseCitys .chosen-container{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}