.city-pop{
	margin-left:100px;
	position:relative;
	}
.city-name {
    cursor: pointer;
    font-size: 14px;
	width
}
.citylist {
    border: 1px solid #ececec;
    left: -100px;
	box-shadow:1px 2px 3px #ececec;
}
.citylist {
    display: none;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    width: auto;
    position: absolute;
    left: -16px;
    background-color: #fff;
    z-index: 20;
    top: 53px;
}
.citylist:before {
    content: '';
    left: 196px;
    clear: both;
    position: absolute;
    top: -14px;
    margin-left: -10px;
    background: url(../images/arr-up.7bc6621d.png);
    height: 15px;
    width: 24px;
    background-size: contain;
}
.citylist .nav {
         position:absolute;
       left:30px;
        overflow:hidden;
         width:0;
        height:0;
        border-width:10px;
         border-style:solid dashed dashed dashed;
   }
.citylist .nav-border {
        top:-20px;
        border-color:transparent transparent #DACE7C transparent;
    }
.citylist  .nav-background {
        top:-19px;
        border-color:transparent transparent #F6F1B3 transparent;
   }
.citylist .top-rows {
    padding-bottom: 6px;
}
.top-rows .row {
    overflow: hidden;
}
.top-rows .row .title {
    font-weight: 700;
    float: left;
    color: #000;
    font-size: 12px;
    width: 70px;
}
.top-rows .row ul .selected {
    padding: 3px 8px;
    background-color: #fff5f8;
    color: #ff2661;
}
.top-rows .row ul {
    margin: 0;
    padding: 0;
    color: #333;
	float:left;
}
 .top-rows .row ul li {
	 list-style-type: none;
    cursor: pointer;
    color: #333;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.5;
}
.top-rows .row #sum{width:75px; height:22px; text-align:center; border:none; background-color:#dff3fe; border-radius: 5px;color: #367cee;}
.top-rows .row #sum:hover{background-color:#367cee; color: #fff;}	
.top-rows .row select{ padding:auto 3px; border:1px solid #dff3fe; border-radius: 5px;}