.city_container_layout{
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.city_main{
    width: 1156px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 120px;
}

.city_main .qrcode_c{
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 32px;
}

.city_main .qrcode_c .pic_c{
    width: 148px;
    height: 148px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px;
}

.city_main .qrcode_c .pic_c img{
    width: 100%;
    height: 100%;
}

.city_main .qrcode_c > p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 8px;
}

.city_main .search_content{
    display: flex;
    margin-top: 40px;
    width: calc(100% - 240px);
    box-sizing: border-box;
    height: 68px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    font-size: 16px;
    background: #fff;
}

.search_content .search_c{
    display: flex;
    align-items: center;
    width: 100%;
    padding-right:10px;
    box-sizing: border-box;
}

.search_content .search_c > span{
    font-size: 24px;
    color: #999;
    width: 64px;
    text-align: center;
}

.search_content .search_c > button{
    width: 100px;
    height: 46px;
    background-color: #17234b;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.search_content .search_c input{
    flex: 1;
    height: 50px;
    font-size: 16px;
    color: #333;
}

.hot_city{
    display: flex;
    align-items: center;
    margin: 32px 0;
}

.hot_city > p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 32px;
}

.hot_city .hot_city_list{
    display: flex;
}

.hot_city .hot_city_list a{
    font-size: 20px;
    color: #333;
    margin-right: 24px;
}

.hot_city .hot_city_list a:last-child{
    margin-right: 0;
}

.select_city{
    display: flex;
    align-items: center;
}

.select_city > p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 32px;
}

.select_city .select_item{
    display: flex;
    width: 184px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 14px;
    position: relative;
    vertical-align: -1px;
    margin-right: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    padding: 0 12px 0 16px;
    cursor: pointer;
}

.select_city .select_item .list_city{
    position: absolute;
    width: 100%;
    max-height: 280px;
    border-radius: 4px;
    background-color: #fff;
    left: 0;
    top: 44px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 20;
}

.select_city .select_item .current_city{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.select_city .select_item .current_city p{
    font-size: 16px;
    color: #333;
}

.select_city .select_item .current_city span{
    color: #999;
    font-size: 12px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.select_city .select_item .list_city .item{
    height: 36px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    transition: all .2s;
    cursor: pointer;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
}

.select_city .select_item .list_city .item:hover{
    background-color: rgba(0,0,0,0.03);
}

.select_city .select_item .list_city .item p{
    font-size: 14px;
    flex: 1;
}

.select_city .select_item .list_city .item span{
    color: #999;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    cursor: pointer;
}

.select_city .select_item .list_city .item span:hover{
    color: #17234b;
}

.city_table{
    display: flex;
    flex-direction: column;
    margin-top: 90px;
}

.city_table > p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 32px;
}

.city_table_c{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.city_table_c > .item_sheng{
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    align-items: center;
    box-sizing: border-box;
    padding: 12px 24px;
    display: flex;
    transition: all .2s;
}

.city_table_c > .item_sheng:hover{
    background: rgba(0,0,0,0.03);
}

.city_table_c > .item_sheng:last-child{
    border-bottom: 0;
}

.city_table_c > .item_sheng > a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    min-width: 64px;
    display: inline-flex;
}

.city_table_c > .item_sheng .item_shi{
    display: flex;
    flex-wrap: wrap;
}

.city_table_c > .item_sheng .item_shi .item_qu > a{
    color: #333;
    font-size: 14px;
    margin-left: 24px;
    line-height: 30px;
    position: relative;
}

.city_table_c > .item_sheng .item_shi .item_small{
    display: none;
    flex-wrap: wrap;
    width: 200px;
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    left: 16px;
    top: 28px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    background-color: #fff;
    z-index: 10;
}

.city_table_c > .item_sheng .item_shi .item_qu{
    position: relative;
}

.city_table_c > .item_sheng .item_qu:hover .item_small{
    display: flex;
}

.city_table_c > .item_sheng .item_qu:hover .item_small a{
    margin: 0 8px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}













