.city_plug_box{
    position: absolute;
    z-index: 3000;
    width: 500px;
    display: none;
    color: #333;
    box-sizing:border-box;
}
.city_plug_box div{
    box-sizing:border-box;
}
.city_plug_box .cp_content{
    border-radius:4px;
    font-size:12px;
    background-color: white;
    position: relative;
    border: 1px #BFD6E8 solid;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
}
.city_plug_box .cp_content .cp_header{
    background-color: #06c;
    height:31px;
    font-size:16px;
    text-align: left;
}
.city_plug_box .cp_header_item{
    height: 31px;
    width: 50%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 31px;
}
.city_plug_box .cp_header_item.current{
    background-color: white;
    color: black;

}
.city_plug_box .cp_body{
    padding: 10px 10px;
    overflow: hidden;
    text-align: left;
    border-top: 0px;

}
.cp_body_filter{
    border-bottom: 1px #afb5f2 solid;
    font-size: 0px;
}
.cp_body_filter a{
    margin: 0px 5px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}
.cp_a_mg5 a{
    margin: 0px 5px;
}

.cp_body_filter a.current{
    border-bottom: 2px #6f84ff  solid;
}
.city_plug_box .city_content{
    margin-top: 10px;

}
.city_plug_box .city_list{
    padding:0px 10px ;
}
.city_plug_box .citylist_right{
    overflow: hidden;
}
.city_plug_box .citylist_left {
    font-size: 16px;
    color: #e99f1f;
}
.city_plug_box .citylist_right a{
    float: left;
    font-size: 14px;
    display: block;
    text-align: left;
    color: #333;
    padding: 0px 20px 5px 0px;
    min-width: 76px;
}
.ahottag a{
    padding: 0px 5px;
    font-size: 13px;
}
.ahottag a.currentxb{
    color:#FF6600;
}
.cp_body_filter a.currentxb{
    border-bottom: 2px #0C5Ec3 solid;
}
.cp_header_inner{
    width: 20px;
    height: 22px;
    border-bottom: 31px white solid;
    border-right: 30px #06c solid;
    position: absolute;
    right: 249px;
    top: 0px;
}
.cp_header_inner.left{
    border-left: 30px #06c solid;
    border-right: 0px;
}

.acitylist{
    padding-left: 5px;
}

