
._citys {
    /*width: 460px;*/
    width: 100%;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
    background: #FFFFFF;
    z-index: 100;
}

._citys span {
    color: #212EBB;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #212EBB;
    cursor: pointer;
}

._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #212EBB;
    padding: 0;
    margin: 0;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.citySel {
    background-color: #212EBB;
    color: #fff !important;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

._citys1 a {
    /*width: 83px;*/
    width: 18%;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    /*margin-left: 6px;*/
    /*margin-top: 3px;*/
    margin: 2% 1% 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
}

._citys1 a:hover {
    color: #fff;
    background-color: #212EBB;
}

.AreaS {
    background-color: #212EBB !important;
    color: #fff !important;
}<!--ºÄÊ±1768457205.709Ãë-->