﻿
.aInput .city-popup {
    background-color: #fff;
    border: 1px solid #016B9F;
    -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;
}

.aInput .city-head {
    border-bottom: 1px solid #016B9F;
    height: 32px;
}

.aInput .city-tab,.aInput .city-contenting, .city-content-item, .city-search-item {
    margin: 0;
    list-style: none;
    padding: 0;
}

   .aInput .city-tab li {
        float: left;
        height: 31px;
        line-height: 31px;
        position: relative;
        text-align: center;
        width: 69px;
    }

      .aInput .city-tab li:hover {
            color: #016B9F;
            cursor: pointer;
        }

.aInput .city-tab-active {
    background-color: #5FA3D4;
    color: #016B9F;
}

.aInput .city-content {
    height: 160px;
}

.aInput .city-contenting li {
    float: left;
    position: relative;
}

.aInput .city-content-center {
    background-color: #fff;
    padding: 18px 0;
    height: 121px;
    width: 223px;
}

.aInput .city-action-prev, .city-action-next {
    background-color: #016B9F;
    color: #fff;
    padding: 70px 10px;
}

    .aInput .city-action-next:hover, .city-action-prev:hover {
        cursor: pointer;
    }

.aInput .city-content-item li {
    float: left;
    height: auto;
    position: relative;
}

.aInput .city-item-center {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 74px;
    padding: 0 4px;
}

    .aInput .city-item-center a {
        color: #5FA3D4;
        text-decoration: none;
    }

        .aInput .city-item-center a:hover {
            color: #016B9F;
        }

.aInput .city-search {
    background-color: #fff;
    border: 1px solid #016B9F;
    position: absolute;
    font-size: 12px;
    z-index: 1;
}

.aInput .city-search-item li {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

    .aInput .city-search-item li:hover, .city-search-checked {
        background-color: #016B9F;
        color: #fff;
        cursor: pointer;
    }


.aInput .text-sub {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aInput .action-disabled {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}
