﻿._citys {
    width: 465px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
    background: #fff;
    box-shadow: 5px 5px 5px #ccc;
}

    ._citys span {
        color: #0078ff;
        height: 15px;
        width: 15px;
        line-height: 15px;
        text-align: center;
        border-radius: 3px;
        position: absolute;
        right: 10px;
        top: 10px;
        border: 1px solid #0078ff;
        cursor: pointer;
    }

._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #0078ff;
    padding: 0;
    margin: 0;
}

    ._citys0 li {
        display: inline-block;
        line-height: 34px;
        font-size: 15px;
        color: #888;
        min-width:80px;
        padding: 0px 10px;
        text-align: center;
        cursor: pointer;
        float: left;
    }

.citySel {
    background-color: #0078ff;
    color: #fff !important;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

    ._citys1 a {
        width: 105px;
        min-width: 105px;
        height: 35px;
        display: inline-block;
        background-color: #f5f5f5;
        color: #666;
        margin-left: 6px;
        margin-top: 3px;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        font-size: 13px;
        overflow: hidden;
    }

        ._citys1 a:hover {
            color: #fff;
            background-color: #0078ff;
        }

.AreaS {
    background-color: #0078ff !important;
    color: #fff !important;
}
