#areaCodeSelector{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
}
.head-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.head-wrap .aui-bar{
    top: 0 !important;
}
.head-wrap .aui-iconfont{
    position: relative;
    top: 2px;
    font-size: 17px;
    color: rgb(0, 151, 255) !important;
}
.head-wrap .aui-bar-nav{
    position: relative;
    border-bottom: none;
}
.head-wrap .sch-wrp{
    width: 100%;
    padding: 0 15px 10px;
}
.sch-ipt-fl{
    position: relative;
    flex: 1;
    padding: 8px 15px 8px 33px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}
.sch-ipt-fl .sch-tag{
    position: absolute;
    left: 15px;
    top: 8px;
    color: #9C9C9D;
    font-size: 15px;
}
.sch-ipt-fl .sch-tag #searchTxt{
    display: none;
}
.sch-ipt-fl .sch-tag.center{
    left: 50%;
    transform: translateX(-50%);
}
.sch-ipt-fl .sch-tag.center #searchTxt{
    display: inline;
}
.sch-ipt-fl .sch-tag img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.sch-ipt-fl .sch-tag span{
    position: relative;
    top: 2px;
}
.sch-ipt-fl .sch-ipt{
    margin-bottom: 0;
    padding: 0;
    font-size: 15px;
    border: none;
    background: none;
}
.ccl-fl{
    display: none;
    padding-left: 15px;
    color: #7E7E80;
    font-size: 16px;
}
.m-ctnr{
    height: 100%;
    padding-top: 92px;
    background: #EFEFF4;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.hot-area-pnl{
    padding: 30px 15px 20px;
}
.ctry-tt{
    position: relative;
    padding-left: 8px;
    font-size: 13px;
}
.ctry-tt::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #00A2FF;
    border-radius: 2px;
}
.ctry-ly-h{
    margin-top: 15px;
}
.ctry-ly-h > span{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
    font-size: 15px;
    text-align: center;
    background: #fff;
}
.dist-it > h3{
    line-height: 36px;
    padding-left: 15px;
    font-size: 13px;
}
.dist-it > ul{
    padding-left: 15px;
    background: #fff;
}
.dist-it > ul > li,
.sch-ul > li{
    border-bottom: 1px solid #E1E1E1;
}
.dist-it > ul > li:last-child{
    border-bottom: none;
}
.area-name-flx{
    flex: 8;
    font-size: 17px;
    text-align: left;
}
.area-code-flx{
    flex: 2;
    padding-right: 15px;
    color: #666;
    font-size: 17px;
    text-align: right;
}
.area-sch-wrp{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 92px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
}
.sch-ul{
    padding-left: 15px;
}
.none-sch-res{
    padding: 30px;
    text-align: center;
    color: #666;
    font-size: 17px;
    background: #EFEFF4;
}