#citys{
    position: relative;
    width: 310px;
    height: 36px;
}
#city-select {
    position: absolute;
    display:none;
    z-index: 999999;
    width: 310px;
}
#city-select-tab {
    border: 1px solid #ccc;
    width: 308px;
    height: 28px;
    background: #fff;
}
#city-select-tab a {
    float: left;
    display: inline;
    padding: 0 20px;
    width: 36px;
    height: 28px;
    line-height: 28px;
    color: #333;
    border: 1px solid transparent;
    margin: -1px 0 0 -1px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    cursor: default;
}


#city-select-tab .current {
    border-color: #3492e9;
    color: #3492e9;
}
#city-select-tab a.last{
    width: 37px;
    margin-right: -1px;
}
.city-wrapper {
    display: none;
    border: 1px #ccc solid;
    border-top: 0;
    padding: 10px 15px;
    width: 278px;
    background: #fff;
    font-size: 12px;
}
#city-select-content .current {
    display: block;
}
#city-select-content a:hover {
    background-color:#3492e9;
    color:#fff;
}
.city-wrapper dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
    overflow: hidden;
}
.city-wrapper dt {
    display: inline-block;
    width: 25px;
    float: left;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
}
.city-wrapper dd {
    width: 280px;
    display: inline;
    float: left;
    margin-left: 0;
}
#city-province dd {
    width:243px;
}
.city-wrapper a {
    display: inline-block;
    color: #333;
    padding: 0 10px;
    text-decoration: none;
    margin-right: 2px;
}
.city-wrapper .selected {
    background-color: #cb2616;
    color: #fff;
}
#city-street .dl.border-top {
    border-top: 1px solid #ccc;
}
#city-street span {
    color:#ccc;
}
.orderInfo #accountPlace{
    width:278px;
    height:29px;
    line-height:30px;
    font-size:14px;
}
.orderInfo .con .info1{
    position:relative;
    float: left;
    width: 100%;
    height: auto;
}
.orderInfo #city-select-tab a{
    padding: 0px 20px;
    width: 33px;
    line-height:30px;
}
.deleteCity{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(ico_btn_19.png) no-repeat center center;
}
.citysTxt{
    width: 308px;
    height: 34px;
    border: 1px solid #ccc;
    line-height: 34px;
    font-size: 16px;
    text-indent: 8px;
}

.city-wrapper a.allCity{
    color: #3492e9;
}
