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

.city-picker-span {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 0 4% !important;
    font-weight: initial !important;
    width: 88%;
    background: 0;
    display: inline-block;
    border: 0.2rem solid #60636F;
    border-radius: 0;
    outline: none;
    margin: 1% 2%;
    color: #fff;
    font-size: 4.8rem;
    line-height: 2.8;
}
.city-picker-span:hover {
    border: 1px solid #ffffff;
}

.city-picker-span > .placeholder {
    color: #60636F;
    padding: 0;
    display: inline-block;
    font-weight: initial;
}

.city-picker-span > .arrow {
    position: absolute;
    top: 25%;
    right: 4rem;
    width: 9rem;
    height: 6rem;
    /* margin-top: -3px; */
    background: url(../Image/home/drop-arrow.png) 0rem -6rem no-repeat;
    /* background: url(../Images/home/drop-arrow.png) -10px -25px no-repeat; */
}

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

.city-picker-span.open > .arrow {
    background-position: 0rem 0rem;
}
.city-picker-span > .titles {
    padding:0px;
}
.city-picker-span > .titles > span {
    display: inline-block;
    color: #999;
    padding: 0;
    border-radius: 3px;
}

.city-picker-span > .titles > span:hover {
    color: #09f;
}

.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: 33rem;
    /* margin-top: -80px; */
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
    border-bottom: 0.2rem solid #ccc;
    background: #f0f0f0;
    font-size: 4.2rem;
    /* width: 165rem; */
}
.city-select-tab > a {
    display: inline-block;
    width: 30%;
    padding: 3% 9%;
    border-left: 0.2rem solid #ccc;
    border-bottom: 0.2rem solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 4.2rem;
    margin-bottom: -0.2rem;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 0.2rem solid #fff;
    color: #46A4FF;
}

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

.city-select-tab > a:last-child.active {
    border-right: 0.2rem solid #ccc;
}

.city-select-content {
    /* width: 100%; */
    min-height: 4%;
    background-color: #fff;
    padding: 2%;
	box-sizing: border-box;
}

.city-select {
    font-size: 4.2rem;
}

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

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

.city-select dd {
    margin-left: 0;
    line-height: 2;
    float: none;
    width: auto;
    text-align: initial;
    margin-right: 0;
}

.city-select.province dd {
    margin-left: 3em;
    float: initial;
    margin-right: 0;
    text-align: initial;
    width: auto;
}

.city-select a {
    display: inline-block;
    padding: 0 3%;
    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: 0.2rem;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 0.2rem;
}
.clearfix {
    height:auto !important;
}
