﻿
.allcity-header {
    width: 100%;
    /*background: #FF552E;
    border-bottom: 0.02rem solid #FF6C00;*/
    background: #FFFFFF;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem;
}
.cut-city-title {
    line-height: 0.9rem;
    font-weight: 800;
    font-size: 0.32rem;
    color: #242424;
}
.return {
    width: 0.26rem;
    height: 0.32rem;
}
    .return img {
        width: 100%;
        height: 100%;
    }

.search_container{
    width:100%;
    background:#fff;
    position:relative;
}
.search_ajax {
    width: 100%;
    height: 3.2rem;
    overflow-y: auto;
    position: absolute;
    top: 0.92rem;
    display: none;
}
.groupli {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #000;
    font-size: 0.3rem;
    border-bottom: 0.02rem solid #e5e5e5;
    background: #fff;
    padding-left: 0.3rem;
}
.search_container form {
    display: -webkit-box;
    padding: 0.16rem 0.2rem;
    background: #fff;
}


.search_container .search_input {
    background: #F3F3F3;
    border-radius: 0.1rem;
    overflow: hidden;
    -webkit-box-flex: 1;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
}

.search_input img {
    width: 0.3rem;
    height: 0.3rem;
}

.search_input {
    background: #FFF;
    border: 0.02rem solid #B6B6B6;
    /*border-right: none;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 0;
    position: relative;
}
.search_container .input_keys {
    -webkit-appearance: none;
    -webkit-user-select: text;
    color: #999;
    display: block;
    font-size: 0.24rem;
    line-height: 0.58rem;
    margin: 0;
    padding: 0.02rem 0;
    text-indent: 0.2rem;
    width: 100%;
    background: #F3F3F3;
}

.search_but {
    box-sizing: border-box;
    border: 0.02rem solid #BEBEBE;
    height: 0.66rem;
    width: 1.1rem;
    vertical-align: top;
}
.search_but:after {
    display: block;
    content: '取消';
    width: 100%;
    text-align:center;
    height: 0.66rem;
    line-height: 0.66rem;
}
/*现在定位*/
.curr_city {
    height: 0.76rem;
    line-height: 0.76rem;
    padding-left: 0.2rem;
    padding-bottom: 0.1rem;
    color: #000;
    font-size: 0.25rem;
}

.local-city {
    height: 0.98rem;
    line-height: 0.98rem;
    font-size: 0.28rem;
    color: #0E0E0E;
    background: #fff;
    margin: 0.2rem 0 0;
    border: 0.02rem solid #EBEBEB;
    padding: 0 0.3rem;
}
    .local-city > a {
        color: #FE552E;
        font-size: 0.28rem;
    }

/*热门城市*/
.city_box {
    background: #F8F8F8;
    padding: 0 0.2rem;
}
.city_box h3 {
    font-weight: 500;
    font-size: 0.32rem;
    color: #0E0E0E;
    height: 0.89rem;
    padding-left: 0.1rem;
    line-height: 0.76rem;
}
    .city_box .city_lst {
        overflow: hidden;
        width: 100%;
        background: #fff;
        border: 0.02rem solid #EBEBEB;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
        .city_box .city_lst li {
            height: 0.96rem;
            line-height: 0.96rem;
            text-align: center;
            font-size: 0.32rem;
            font-weight: 500;
            color: #394b59;
            border-right: 0.02rem solid #EBEBEB;
            border-bottom: 0.02rem solid #EBEBEB;
            box-sizing: border-box;
            background: #fff;
            background-clip: padding-box;
        }
            .all_city_list.city_box .city_lst li a {
                display: block;
                color: #3F4358;
                -webkit-border-radius: 0px;
                background: #fff;
            }

    .city_box .hot li a {
        font-weight: 500;
        font-size: 0.28rem;
        color: #0E0E0E;
    }

.city_box .city_lst li a.nobor {
    border-left: 0;
}

.all_city_list .city_lst li:nth-child(1) {
    color: #FE552E;
}
.all_city_list .city_lst {
    border-bottom: none;
}

.letters_lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.letters_lst li {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #394B59;
}
.letters_lst li a {
    display: block;
    height: 0.8rem;
    color: #394b59;
    -webkit-border-radius: 0px;
    font-size:0.28rem;
}
.city_box h4 {
    clear: both;
    height: 0.88rem;
    border-bottom: 0.02rem solid #FF6C00;
    font-weight: normal;
}
.city_box h4 p {
    background: #FFF;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #999;
    line-height: 0.8rem;
    overflow:hidden;
}
.city_box h4 p span {
    color: #3F4358;
    font-size: 0.3rem;
    font-weight: bold;
    margin-right: 0.2rem;
}

.city_box .city-list {
    width: 100%;
    background: #fff;
    border: 0.02rem solid #EBEBEB;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
    .city_box .city-list li {
        height: 0.96rem;
        line-height: 0.96rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.28rem;
        color: #0E0E0E;
        border: 0.01rem solid #EBEBEB;
        box-sizing: border-box;
    }