﻿.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
    background-color: #fff;
    color: #5d5d5d;
    cursor: pointer;
}

.city-picker-span > .placeholder {
    color: #5d5d5d;
    padding-left: 12px;
}

.city-picker-span > .arrow {
    width: 10px;
    height: 11px;
    position: absolute;
    background: url(../images/sanjiao.png);
    right: 6px;
    top: 50%;
    margin-top: -5px;
    transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;-moz-transition:all 0.3s linear 0s;-o-transition:all 0.3s linear 0s;-ms-transition:all 0.3s linear 0s;
}

.city-picker-span.focus,
.city-picker-span.open {
    border-bottom-color: #46A4FF;
}

.city-picker-span.open > .arrow {
    bac-kground-position: -10px -10px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}
.city-picker-span > .title{
    display: block;
    width: 173px;
    padding-left: 7px;
}

.city-picker-span > .title > span {
    color: #5d5d5d;
    padding: 5px;
    border-radius: 3px;
    overflow: hidden;
    white--space: nowrap;
    text-overflow:ellipsis;
}

/*.city-picker-span > .title > span:hover {
    background-color: #fff;
}*/

.city-picker-dropdown {
    position: absolute;
    width: 290px;
    right: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    margin-bottom: 20px;
    border:1px solid #e4e4e4;
}

.city-select-wrap {
    padding: 0 10px;
    background-color: #fff;
    padding-top: 12px;
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 3px 21px;
    padding-bottom: 4px;
    color: #5d5d5d;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: -1px;
    border-top: 2px solid #fff;
    bor-der-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
    margin-right: 1px;

}

.city-select-tab > a.active {
    border-left: 1px solid #ccc;
    border-top: 2px solid #f6a229;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #ccc;
}

.city-select-tab > a:first-child {
    border--left: none;
}

.city-select-tab > a:last-child.active {
    borde-r-right: 1px solid #ccc;
    bord-er-left: transparent;
}

.city-select-content {
   width: 270px;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 0;
}

.city-select {
    font-size: 12px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: -2px;
    margin-right: -12px;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 4px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #5d5d5d;
    cursor: pointer;
}

.city-select.city dl dd a {
    margin-right: 5px;
    padding: 0 6px;
}
.city-select a:hover,
.city-select a:focus {
    backg-round-color: #f1f8ff;
    border-radius: 2px;
    color: #f6a229;
}

.city-select a.active {
    background-color: #ffc454;
    color: #fff;
    border-radius: 2px;
}
.xian{width:200px;height:1px;background: #fff;border-bottom: 1px solid #fff;position: absolute;top:-2px;right:0;}
