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

.city-picker-join-span {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    color: #ccc;
    cursor: pointer;
    padding: 0 !important;
    padding-left: 8px !important;
    font-weight: initial !important;
    background: 0;
    display: inline-block;
    border-radius: 0;
    outline: none;
    margin: 2px 0;
    font-size: 18px;

}
.city-picker-join-span:hover {
    border: 1px solid #ffffff;
}

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

.city-picker-join-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    background: url(../../Images/Showimg/contact/drop-arrow-join.png) -10px -25px no-repeat;
}

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

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

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

.city-picker-join-dropdown {
    position: absolute;
    width: 80%;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-top: -80px;
}

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

.city-select-join-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}

.city-select-join-tab > a {
    display: inline-block;
    padding: 10px 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: 16px;
    margin-bottom: -1px;
}

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

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

.city-select-join-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-join-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
	box-sizing: border-box;
}

.city-select-join {
    font-size: 16px;
}

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

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

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

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

.city-select-join 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-join a:hover,
.city-select-join a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

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

/* 城市选择字号大小匹配 */
@media screen and (max-width: 1440px){
    .city-picker-join-span{
        font-size: 16px;
    }
}
@media screen and (max-width: 1366px){
    .city-picker-join-span{
        font-size: 15px;
    }
}



