.city-all {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 22px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}
.row-block {
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.row-block:first-of-type{
    margin-top: -15px;
}
.row-block.nobrder{
    border: none;
}
.row-block-title,.row-block-province,.row-block-city,.row-block-title,.row-block-search {
    display: inline-block;
}
.row-block-title{
    color: #333;
    font-size: 16px;
}
.row-block-province,.row-block-city {
    width: 150px;
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    line-height: 40px;
    padding: 0px 0px 0px 10px;
    margin-left: 6px;
    color:#666;
    position: relative;
    cursor: pointer;
}
.row-block-city {
    margin-left: 14px
}
.row-block-search {
    height: 38px;
    width: 220px;
    margin:0px;padding:0px;
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 4px;
    padding: 0px 0px 0px 10px;
    color:#666;
}
.row-block-search:focus {
    outline: none;
}
.row-block-sel-city-img {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 8px;
}
.row-block-a {
    color: #666;
    font-weight: 500;
    margin: 0 20px;
    display: inline-block;
}
.row-block-a:hover {
    color: #222;
}
.row-block-letter {
    line-height: 25px;
    font-size: 15px;
    display: inline-block;
    margin: 0 8px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #666;
}
.row-block-letter:hover {
    color: #222222;
    background: #F8F8F8;
}


.city-row {
    padding: 10px;
    padding-bottom: 14px;
    position: relative;
}
.city-row:hover {
    background: #F8F8F8;
    border-radius: 10px;
}
.city-row-left {
    position: absolute;
    left: 10px;
    top: 10px;
}
.city-row-left span{
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #222222;
    background: #FFD000;
}
.city-row-left,.city-row-right{
    display: inline-block;
}
.city-row-right {
    padding-left: 45px;
}
.city-row-right a {
    margin: 10px 20px;
    color: #666;
    display: inline-block;
}


.row-block-province-all {
    position: absolute;
    width: 360px;
    left: 0px;
    top: 45px;
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.10);
    border: 1px solid #E5E5E5;
    background-color: white;
    z-index: 500;
    padding: 20px 0 20px 15px;
    display: none;
}
.row-block-province-all::before{
    content: "";
    position: absolute;
    top: -7px;
    left: 26px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #E5E5E5;
    border-top: 0;
}
.row-block-province-all::after {
    content:"";
    position:absolute;
    top:-5px;
    left:26px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff;
    border-top:0;
}
.row-block-province-one,.row-block-city-one {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    width: 115px;
}
.row-block-province-one.active,.row-block-city-one.active{
    color: red;
}
.row-block-province-one:hover,.row-block-city-one:hover {
    color: red;
}
.row-block-province-all.city {
    width: 550px;
}

.row-block-search-all {
    position: absolute;
    width: 216px;
    max-height: 550px;
    left: 145px;
    top: 70px;
    border-radius: 4px;
    line-height: 30px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.10);
    border: 1px solid #E5E5E5;
    background-color: white;
    z-index: 500;
    padding: 4px 0 4px 15px;
    overflow: hidden;
    overflow-y:scroll;
    display: none;
}
.row-block-search-all::before{
    content: "";
    position: absolute;
    top: -7px;
    left: 26px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #E5E5E5;
    border-top: 0;
}
.row-block-search-all::after {
    content:"";
    position:absolute;
    top:-5px;
    left:26px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff;
    border-top:0;
}
.city-search-one {
    display: block;
    color:#666;
}
.city-search-one:hover {
    color:#222;
}
