@charset "UTF-8";
#bd{
    padding: 10px 0 65px;
}
.choosecitys{
    border: 1px solid #ddd;
    box-shadow: 0 0 1px #d3ebee;
    background: #fff;
    padding-bottom: 60px;
}
.city_province {
    border-bottom: 1px #eee solid;
    padding: 16px 20px;
    background: #eee;
}
.city_province form {
    display: inline-block;
    vertical-align: middle;
}
.ui-select-small {
   font-size: 12px;
   padding: 2px 5px;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
    color: #666;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.btn-mini {
    padding: 1px 10px 4px;
    background-color: #2db3a6;
    color:#fff;
}
.city_province .label {
    vertical-align: middle;
    font-size: 16px;
}
.city_province .lb_2{
    margin-left: 50px;
}
.cc_search_box{
    display: inline-block;
}
.cc_search_box input{
    width: 180px;
    border: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    outline: 0;
}
.city_list {
    padding: 20px;
    border-bottom: 1px #E5E5E5 solid;
    font-size: 16px;
}
.city_list h3, .city_list p {
    display: inline-block;
    vertical-align: top;
}
.city_list p {
    width: 1040px;
}
.city_list a {
    margin: 0px 17px 10px 0px;
    display: inline-block;
    zoom: 1;
    width: 4.5em;
    color: #2bb8aa;
    cursor: pointer;
}
.borderwbk {
    display: block;
    height: 28px;
    text-align: center;
    background: #eee;
    border: 1px solid #F7F7F7;
    border-radius: 0;
    font-size: 16px;
    width: 3.5em!important;
    font-weight: 500;
}
.citieslist h2 {
    display: inline-block;
    zoom: 1;
    height: 32px;
    margin: 20px 20px 12px;
    padding: 0 14px;
    line-height: 30px;
    border-radius: 0;
    background: #2bb8aa;
    position: relative;
    color: #fff;
}
.citieslist h2 span {
    float: none;
    display: block;
    position: absolute;
    top: 32px;
    left: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #2bb8aa #fff #fff;
}
.citieslist li, .citieslist p {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}
.citieslist p {
    padding: 6px 10px 6px 30px;
}
.citieslist .label {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 0;
    color: #666;
    line-height: 24px;
}
.citieslist a {
    display: inline-block;
    height: 20px;
    padding: 0 2px 1px;
    margin: 5px 10px;
    border-radius: 0;
    line-height: 20px;
    color: #2bb8aa;
    cursor: pointer;
    font-size: 16px;
}
.tiaozhuanga {
    width: 0px!important;
    height: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
}
.citieslist .label strong {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    background: #eee;
    border: 1px solid #F7F7F7;
    border-radius: 0;
    font-size: 16px;
}
.citieslist span {
    display: inline-block;
    width: 1080px;
    vertical-align: top;
}
.cc-search-suggest {
    position: absolute;
    top: 20;
    left: 600;
    z-index: 51;
    background: #fff;
    width: 178px;
    border: 1px solid #c1c1c1;
}

.cc-search-suggest>li{
	margin-top: 5px;
    font-size: 15px;
    padding-left: 5px;
    color: #000;
}