@charset "utf-8";
.area_input {
    border: 1px solid #cad0dd;
    outline: none;
    font-size: 14px;
    height: 30px;
    width: 270px;
    padding-left: 10px;
    cursor: pointer;
    background-image: url(toDown.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

.area_content {
    width: 335px;
    border: 1px solid #cad0dd;
    border-top: none;
    padding-bottom: 10px;
    position: absolute;
    display: none;
    background-color: #fff;

}

.area_menu {
    overflow: hidden;
    font-size: 14px;
    color: #35393e;
}

.area_menu ul {
    margin: 0px;
    padding: 0px;
}

.area_menu ul li {
    float: left;
    width: 25%;
    list-style: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cad0dd;
}
.area_menu ul span {
    float: left;
    width: 25%;
    list-style: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cad0dd;
}
.area_data ul li a:hover{ color:#fff}
.area_data ul li:hover a{ color:#fff}
.area_menu ul li:nth-child(2) {
    border-right: 1px solid #cad0dd;
    border-left: 1px solid #cad0dd;
}

.area_menu ul .isClick {
    background-color: #fff;
    color: #269fff;
    border-bottom: none;
}

.area_data_content {
    padding: 10px;
    overflow: hidden;
}

.area_data {
    display: none;
    overflow: hidden;
}

.area_data .data_Part {
    overflow: hidden;
}

.area_data .part_type {
    float: left;
    font-size: 12px;
    padding-top: 5px; line-height:20px;
}

.area_data_content .isBlock {
    display: block;
}

.area_data ul {
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

.area_data ul li {
    float: left;
    list-style: none;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
	min-width: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height:30px
}

.area_data ul li:hover {
    background-color: #46A4FF;
    color: #fff;
}

.area_data ul .isClick {
    background-color: #88c4f4;
    color: #fff;
}

.isBlock {
    display: block!important;
    z-index: 999;
}

#btnclocity {
        right: 20px;
        display: block;
        width: 20px;
        height: 20px; cursor:pointer;
        background: url(/static/img/button_pm_close.png) center no-repeat;
		margin-top:8px; margin-right:8px; float:right;
}
    
#btnclocity:hover {
        background: url(/static/img/button_pm_close_hover.png) center no-repeat;
}
    
