/* 城市代码搜索框 */
.ui-city-code-search-box{
    display: none;
    position: absolute;
    z-index: 9999;
    width: 170px;
    box-sizing: border-box;
    /* border: 1px solid #174992; */
    border: 1px solid #D1D9E0;
    border-radius: 5px;
    background-color: #fff;
}
.ui-city-code-search-box ul{
    max-height: 180px;
    overflow-y: auto;
    border-radius: 5px;
}
.ui-city-code-search-box li{
    height: 30px;
    overflow: hidden;
}
.ui-city-code-search-box a{
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.ui-city-code-search-box a:hover,.ui-city-code-search-box li.active a{
    background-color: #ecf2f9;
}
.ui-city-code-search-box span{
    float: left;
}
.ui-city-code-search-box em{
    float: right;
    max-width: 78px;
    overflow: hidden;
    font-size: 12px;
    font-style: normal;
    color: #ccc;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
.ui-city-code-search-box .has-error a{
    color: #cc3333;
    background-color: #ecf2f9;
}


/* 城市代码选择框 */
.city-container{
    position: relative;
}
.ui-city-code-box{
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 9999;
    width: 450px;
    /* border: 1px solid #174992; */
    border: 1px solid #D1D9E0;
    border-radius: 5px;
    background-color: #fff;
}
.ui-city-code-box a,.ui-city-code-box a:hover{
    color: #666666;
}
.ui-tab{
    float: left;
    display: block;
    text-align: center;
}
.ui-content{
    display: none;
    clear: both;
}
.ui-content.active{
    display: block;
}
.ui-city-list{
    padding-bottom: 10px;
    line-height: 24px;
    clear: both;
    overflow: hidden;
}
.ui-city-list:first-child{
    padding-top: 10px;
}
.ui-city-list dt{
    float: left;
    width: 20px;
    height: 24px;
    color: #cc3333;
    text-align: center;
}
.ui-city-list dd{
    float: left;
    width: 420px;
}
.ui-city-list dd a{
    float: left;
    display: block;
    width: 84px;
    color: #333333;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 3px;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.ui-city-list dd a:hover{
    color: #164992;
    background-color: #eeeeee;
}

/* 一级标签 */
.stair-tab{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #ecf2f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.stair-tab-nav{
    width: 50%;
    font-weight: bold;
    border-top-right-radius: 5px;
}
.stair-tab-nav.active{
    color: #164992;
    background-color: #fff;
}
.stair-tab-nav.active:hover{
    color: #164992;
}
.stair-tab-nav:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}

/* 二级标签 */
.second-tab{
    padding: 0 6px;
}
.second-tab-nav{
    width: 73px;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #cccccc;
}
.second-tab-nav.active{
    color: #cc3333;
    border-bottom: 2px solid #cc3333;
}
.second-tab-nav.active:hover{
    color: #cc3333;
}

/* 三级标签 */
.three-tab{
    width: 430px;
    height: 20px;
    line-height: 20px;
    padding: 4px 0;
    margin: 0 auto;
    border-bottom: 1px dashed #cccccc;
}
.three-tab-nav{
    width: 86px;
}
.inland .three-tab-nav{
    width: 71px;
}
.three-tab-nav.active{
    color: #cc3333;
    border-radius: 3px;
    background-color: #eeeeee;
}
.three-tab-nav.active:hover{
    color: #cc3333;
}