body {
    background: #F8F8F8;
}
.public_head {
    height: 10rem;
    line-height: 10rem;
}
.city_box{
    background:#F8F8F8;
    overflow: hidden;
}
.city_head {
    padding: 2rem;
    background: #FFFFFF;
    position: relative;
}
.city_title{
    line-height: 5rem;
    font-size: 3.4rem;
}
.city_serach{
   margin: 2rem 0;
   position:relative;
}
.city_serach img{
    position:absolute;
    width:3rem;
    height:3rem;
    margin-top:1.5rem;
    left:3rem;
}
.city_serach input{
       width: 100%;
    height: 6.2rem;
    /* border: 1px solid #B4B4B4; */
    font-size: 2.8rem;
    border-radius: 1rem;
    padding-left: 8rem;
    box-sizing: border-box;
    background: #F3F3F3;
}
.city_current {
    margin: 2rem;
    background: #ffffff;
    font-size: 2.8rem;
    color: #0E0E0E;
    padding: 3.6rem 3rem;
    border: 1px solid #EBEBEB;
}
.city_current a{
    color: #038CEE;
    margin-left: 1.7rem;
}
.city_list{
    overflow: hidden;
    margin:0 2rem;
}
.city_list .city_list_title{
    font-size: 3.2rem;
    padding-left: 2rem;
    color: #0E0E0E;
    font-family: PingFang-SC, PingFang-SC;
    margin-top: 0.6rem;
}
.city_list .city_list_title span{
    font-weight: 100;
    margin-left: 2rem;
}
.city_list li .citys{
     background: #ffffff;
    border: 1px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    font-size: 2.8rem;
    overflow: hidden;
     margin-bottom: -1px;
}
.city_list li .citys a{
    font-size: 2.8rem;
    align-items: center;
    border-bottom: 1px solid #F8F8F8;
    border-right: 1px solid #EBEBEB;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 3.5rem 0;
    width: 25%;
}
.city_tab_box {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.search_ajax {
    width: 100%;
    height: 32rem;
    overflow-y: auto;
    position: absolute;
    top: 11.2rem;
    left: 0;
    display:none;
}
.groupli {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    color: #000;
    font-size: 3rem;
    border-bottom: 0.2rem solid #e5e5e5;
    background: #fff;
    padding-left: 3rem;
}









