.city_dq_btn{
    width:2.6rem;
    height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:.2rem;
    background: #E24535;
    border-radius: .24rem;
    margin: .2rem auto;
    transition: all .5s ease;
}
.city_dq_btn i{
    width: .15rem;
    height: .15rem;
    margin-right: .05rem;
    background: url(/images/city_icon01.png)no-repeat center/100%;
}
.city_dq_btn:hover{
    transform: scale(1.05);
}

.city_content{
    width:12rem;
    margin: .2rem auto;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.city_content .city_title{
    font-size: .18rem;
    background: #F8F8F8;
    border-bottom: 1px solid #ddd;
    padding: .1rem;
}
.city_list{
    padding: .1rem;
    box-sizing: box-sizing;
}
.city_list_li{
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    padding: .05rem 0;
    font-size: .14rem;
}
.city_list_li .sheng_box{
    width:1.25rem;
    font-weight: bold;
    color:#000;
    flex-shrink: 0;
}
.city_list_li .shi_child{
    margin-right: .15rem;
}
.city_list_li .shi_child a{
    transition: all .5s ease;
}
.city_list_li .shi_child a:hover{
    color:#E24535;
}
@media screen and (max-width: 1200px) {
    .city_content{
        width:100%;
    }
}