.city-wrap {
    width: 520px;
    height: 270px;
    position: absolute;
    /* display: none; */
    z-index: 99;
    background: #fff;
    border: solid 1px #dfdfdf;
    border-top:none;
    background: #fff;
}

.city-wrap .city-header {
    margin: 10px;
    border-bottom: solid 2px #009cef;
    height: 30px;
    line-height: 30px;
}

.city-wrap .city-header span {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    border: solid 1px #dfdfdf;
    border-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-wrap .city-header .cur {
    color: #009cef;
    border: solid 2px #009cef;
    border-bottom: 0;
    background: #fff;
    font-weight: bold;
    height: 30px;
}

.city-wrap .city-box {
    margin: 10px;
}

.city-wrap .city-box span {
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px 0;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    padding: 0 4px;
    cursor: pointer;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-right: 5px;
}

.city-wrap .city-box span:hover {
    background-color: #e2e2e2;
}

.city-wrap .has-store::after {
    display: inline-block;
    text-align: center;
    content: '店';
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #009cef;
    color: #fff;
    font-size: 10px;
    position: relative;
    left: 2px;
}

.city-wrap .close {
    position: absolute;
    display: inline-block;
    text-align: center;
    text-indent:1px;
    width: 20px;
    height: 20px;
    top:10px;
    right: 10px;
    color: #009cef;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}
