/*搜索*/
.citySearBox{position: relative;}
.searchForm{
    background-color: #fff;
    padding-top: 0.2rem;
    z-index: 1200;
}
.searchForm form{
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.searchForm form input{
    display: block;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    color: #303030;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 1.56rem;.searchForm form input
}
.searchForm form .resetIco{
    right: 1.06rem;
    display: none;
}
.searchForm form .iconSear{
    position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.36rem;
    height: 0.36rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/search_ic_search.png") no-repeat;
    background-size: 100%;
}
.searchForm .VagueSearch{
    display: none;
}
.searchForm .VagueSearch li a{
    display: block;
    /*line-height: 0.45rem;*/
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    font-size: 0.32rem;
    color: #979797;
    padding-top: 0.3rem ;
    padding-bottom: 0.2rem;

}
.searchForm .VagueSearch li a{
    color: #303030;
}
.searchForm .VagueSearch li.notList,.searchForm .VagueSearch li.notSearchList{
    border-bottom:0;
    font-size: 0.28rem;
    color: #979797;
    line-height: 0.4rem;
}

.searchFormFix{
    position: fixed;
    left: 0;
    top: 0.9rem;
    width: 100%;
    background-color: #fff;
    z-index: 1020;
}
.searchFormFix form{
    margin-bottom: 0.06rem !important;
}
.searchFormFix form input{
    color: #303030;
}
.searFix .headBox{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1200;
}
.VagueSearch{
    min-height: 5.5rem;
    width: 100%;
    overflow-y: auto;
}
.citySearBox .mask{
    display: none;
    z-index: 1011;
}
.searFix .citySearBox .mask{
    display: block;
}

/*显示点击是哪个字母*/
.showLetter{
    position: fixed;
    color:#e03b36;
    width: 1rem;
    height:1rem;
    top:45%;
    left: 45%;
    border-radius: 50%;
    border: #e03b36 1px solid;
    text-align: center;
    display: none;
    z-index: 1010;
}
.showLetter span{
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
}

/*城市索引查询*/
.citySearBox .letter{
    width:auto;
    position:fixed;
    text-align:center;

    width: 100%;
    max-width: 750px;
    left: 50%;
    top: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1010;
}
.citySearBox .letter ul{
    list-style-type:none;
    display: inline-block;
    text-align: center;

    position: absolute;
    top:1.5rem;
    right:0.17rem;

}
.citySearBox .letter ul li a{
    text-decoration:none;
    color:#404B69;
    font-size: 0.24rem;
    line-height: 0.4rem;
    display: block;
    width: 0.48rem;
}
.citySearBox .letter ul li.tit a{
    line-height: 0.35rem;
    font-size: 0.2rem;
}
/*当前城市*/
.nowCity .tips{
    font-size: 0.26rem;
    line-height: 0.37rem;
    color: #979797;
}
.nowCity h3{
    font-size: 0.32rem;
    line-height: 0.45rem;
    font-weight: normal;
    color: #303030;
    margin: 0.3rem 0;
}
/*热门城市*/
.hotCityBox{
    background-color: #f8f8f8;
    padding: 0.3rem 0.7rem 0.2em 0.3rem;
}
.hotCityBox  .tips{
    font-size: 0.26rem;
    line-height: 0.37rem;
    color: #979797;
    margin-bottom: 0.3rem;
}
.hotCityBox .hot{overflow: hidden;}
.hotCityBox .hot a{}
.hotCityBox  .hot div{
    display: block;
    width: 1.14rem;
    /*height: 0.64rem;*/
    line-height: 0.4rem;
    padding: 0.12rem 0;
    background-color: #fff;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    color: #303030;
    margin-right: 0.16rem;
    border-radius:0.04rem;
    font-size: 0.28rem;
    overflow: hidden;
}
.hotCityBox  .hot a:last-of-type div{
    margin-right: 0;
}
/*城市页面*/
.container{
    /*padding: 0 0.7rem 0 0.3rem;*/
    overflow-y:scroll;
}
/*城市列表*/

.city-list .city-letter{
    font-size: 0.26rem;
    color: #979797;
    display:inline-block;
    padding: 0.3rem 0.7rem 0.2rem 0.3rem;
    width:100%;
    background-color: #f8f8f8;
;}
.city-list  p{
    height:0.98rem;
    line-height:0.98rem;
    border-bottom:1px solid #f0f0f0;
    cursor:pointer;
    font-size: 0.28rem;
    color: #303030;
    margin-left: 0.3rem;
    margin-right: 0.7rem;
}
.city-list a:last-child p{
    border-bottom: 0;
}
.UISelect{
    margin-top:5px
}