/*input{
  min-width: 360px;
}*/
.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    display: inline-block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   /* border: 1px solid #ccc;*/
      border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #ccc;
    width: 100%;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    border: none;
    background-color: #f1f1f2;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    padding-right: 50px;
    width: 100% !important;
}

.city-picker-span > .placeholder {
    color: #aaa;
    padding-left:15px;
}

.city-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 13px;
    margin-top: -3px;
    height: 8px;
    background: url(/uploads/image/clecity-picker/drop-arrow.png) -10px -25px no-repeat;
    background: url(/uploads/image/clecity-picker/arrow1.png) center center no-repeat;
}

/*.city-picker-span.focus,
.city-picker-span.open {
    border-bottom-color: #46a4ff;
}*/

.city-picker-span.open > .arrow {
    background-position: -10px -10px;
    background: url(/uploads/image/clecity-picker/arrow2.png) center center no-repeat;
}

.city-picker-span > .title{
    padding-left: 10px;
}
.city-picker-span > .title > span {
    color: #333;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    width: 315px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
    width: 100% !important;
    min-width: 260px;
   
}

.city-select-wrap {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
     border: 1px solid #ddd;
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
    line-height: 22px;
    background-color: #ffffff;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    /* border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent; */
    color: #4d4d4d;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    /* margin-bottom: -1px; */
}

.city-select-tab > a.active {
    position: relative;
    background: #fff;
    /* border-bottom: 1px solid #fff; */
    /*color: #46a4ff;*/
    color: #1353a2;
}
.city-select-tab > a.active::after{
    display: block;
    content: "";
    width: 36px;
    height: 1px;
    background: #00459b;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -18px;
}
.city-select-tab > a:first-child {
    border-left: none;
}

/* .city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
} */

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 0px;
    max-height: 120px;
    overflow-y: auto;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    position: relative;
    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: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #1353a2;
}

.city-select a.active {
    background-color: #1353a2;
    color: #fff;
    border-radius: 2px;
}

.icon_ca {
    background: url(/uploads/image/clecity-picker/icon_ca.png) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    z-index: 99;
    cursor: pointer;
}
