.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: transparent;
    /* border-bottom: 1px solid #ccc; */
    background-color: #fff;
    color: #333;
    cursor: pointer
}

.city-picker-span>.placeholder {
    color: #ee7551
}

.city-picker-span>.arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    /* background: url(../images/drop-arrow.png) -10px -25px no-repeat */
}

.city-picker-span.focus, .city-picker-span.open {
    border-bottom-color: #ee7551
}

.city-picker-span.open>.arrow {
    background-position: -10px -10px
}

.city-picker-span>.title>span {
    color: #333;
    padding: 5px;
    border-radius: 3px
}

/* .city-picker-span>.title>span:hover {
    background-color: #f1f8ff
} */

.city-picker-dropdown {
    position: fixed;
    width: 315px;
    left:0% !important;
    top: 0% !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
    width:100% !important;
	height:100% !important;
	background:rgba(0,0,0,0.5);
}

.city-select-wrap {
    position: absolute;
	width:548px;
	height:384px;
	left:50%;
	top:50%;
	margin-left:-274px;
	margin-top:-192px;
	background-color:#fff
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    font-size: 13px;
    height: 51px;
}

.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: 18px;
    margin-bottom: -1px;
    float: left;
    /* width: 56px; */
    margin: 10px;
    /* border: none !important; */
    border-right: none !important;
}

.city-select-tab>a.active {
    /* background: #fff; */
    border-bottom: 2px solid #ee7551;
    color: #ee7551;
}

.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: 94%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px
}

.city-select {
    font-size: 13px
}

.city-select dl {
    line-height: 20px;
    clear: both;
    padding: 3px 0;
    margin: 0;
    text-align: left;
}

.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 11px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #868686;
    cursor: pointer;
    text-align:  left;
    font-size: 14px;
    line-height: 29px;
}

.city-select a:hover, .city-select a:focus {
    background-color: #ee7551;
    border-radius: 2px;
    color: #fff
}

.city-select a.active {
    background-color: #ee7551;
    color: #fff;
    border-radius: 2px
}
.city-select-content1{
    border-top:1px solid #ddd;
    height:57px;
    position: absolute;
    bottom:0;
    width:100%;
    text-align: center
}
.city-select-content1 .btn-warning{
    width:60px;
    height:34px;
    background-color:#ee7551;
    line-height:34px;
    border:none;
    outline: none;
    text-align: center;
    font-size:16px;
    color:#ffffff;
    margin-top:11px;
    border-radius:5px;
    border:1px solid #ee7551;
    margin-right:13px
}
.city-select-content1 .btn-warning1{
    width:60px;
    height:34px;
    background-color:#fff;
    line-height:34px;
    border:none;
    outline: none;
    text-align: center;
    font-size:16px;
    color:#ee7551;
    margin-top:11px;
    border-radius:5px;
    border:1px solid #ee7551
}