﻿.city-wrapper .city-header, .city-wrapper .city-body {
    display: flex;
}
.city-wrapper .city-header .city-title,
.city-wrapper .city-body .item {
    flex: 1;
}
.city-wrapper {
    position: absolute;
    width: 300px;
    border: 1px solid #DFDEDE;
    background: #fff;
    z-index: 99;
}
.city-wrapper .city-header {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.city-wrapper .city-header .city-title {
    border-bottom: 2px solid #DFDEDE;
}
ul {
    padding: 0;
}
.city-wrapper .city-body {
    height: 210px;
}
.city-wrapper .city-body .item {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}
.city-wrapper .city-body .item li {
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
}
.city-popup {
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    box-shadow: 0px 0px 20px #999;
    position: absolute;
    width: 280px;
    height: 190px;
    z-index: 1;
    font-size: 12px;
}

.city-head {
    border-bottom: 1px solid #ddd;
    height: 32px;
}

.city-tab, .city-contenting, .city-content-item, .city-search-item {
    margin: 0;
    list-style: none;
    padding: 0;
}
.city-content-item,.province-content-item,.area-content-item {
    width: 33%;
    height: 160px;
    float: left;
    padding: 0 10px;
    overflow-y: auto;
}

    .city-tab li {
        float: left;
        height: 31px;
        line-height: 31px;
        position: relative;
        text-align: center;
        width: 33%;
    }

        .city-tab li:hover {
            color: #016B9F;
            cursor: pointer;
        }

.city-tab-active {
    color: #ff799e;
    border-bottom: 1px solid #ff799e;
}


.city-content {
    height: 160px;
    overflow: hidden;
}

.city-contenting li {
    float: left;
    position: relative;
}

.city-content-center {
    background-color: #fff;
    padding: 0;
    height: 100%;
    width: 100%;
}

.city-action-prev, .city-action-next {
    background-color: #016B9F;
    color: #fff;
    padding: 70px 10px;
}

    .city-action-next:hover, .city-action-prev:hover {
        cursor: pointer;
    }

.city-content-item li {
    float: left;
    height: auto;
    position: relative;
}

.city-item-center {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 65px;
    padding: 0 4px;
}

    .city-item-center a {
        color: #5FA3D4;
        text-decoration: none;
    }

        .city-item-center a:hover {
            color: #016B9F;
        }

.city-search {
    background-color: #fff;
    border: 1px solid #016B9F;
    position: absolute;
    font-size: 12px;
    z-index: 1;
}

.city-search-item li {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

    .city-search-item li:hover, .city-search-checked {
        background-color: #016B9F;
        color: #fff;
        cursor: pointer;
    }


.text-sub {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.action-disabled {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}
