@charset "utf-8";
/* CSS Document */
.sel-city{ width:560px; position:absolute; top:0px; left:0px; z-index:9999; display:none;-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);}

.sel-city-hd,.list-city-hd{ background-color:#fff;padding:10px 16px;}
.sel-city-hd ul { display: flex;}
.sel-city-hd ul li{ flex: 1;}
.sel-city-hd ul li:first-child{ margin-right: 10px;}
.sel-city-hd li a{ display:block; padding: 0 12px; text-align:center;  line-height:50px; font-size:18px;color:#EE2934;; border: 1px solid #EE2934; box-sizing: border-box;}
.sel-city-hd li a:hover{ color:#EE2934;}
.sel-city-hd li .on{ background:#EE2934; color:#fff;}
.sel-city-hd li .on:hover{ color:#fff;}
.sel-city-bd{ background:#fff;background-position:0 -30px; display:none;min-height: 120px;}
.city-top{ line-height:30px; padding-left: 20px; position: relative;}
.city-top span{ display:inline-block; min-width:90px;}
.city-top span a{font-size:16px;line-height: 36px;}
.city-top:after{
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e9e9e9;
}
.city-con{ padding: 10px 0 10px 30px;}
.city-con li{ width:106px; float:left; line-height:36px;}
.city-con li a{font-size:16px}
.city-con li a:hover{color:#ee2934}
.sel-city .hot{ color:#DF1F12}
/* add by yujia neb-130 uiue start*/
.sel-city .noclick{ color:#0595ff}
/* add by yujia neb-130 uiue  end*/
/* modify by lizy  behavior: url(pie.htc)*/
.list_city { width:340px; border:1px solid #AFAF9E; position:absolute; top:0px; left:0px; z-index:9999;-webkit-box-shadow: #333 0px 0px 5px;-moz-box-shadow: #333 0px 0px 5px;box-shadow: #333 0px 0px 5px;}
.list-city-hd { height:20px; padding-left:10px; color: #FFFFFF;}
.list_city .list_city_container {
    background: none repeat scroll 0 0 #FFFFFF;
    /*height: 257px;*/
    margin: 0;
    min-height: 257px;
    padding: 0;
}
.list_city .list_city_container a {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #0055AA;
    cursor: pointer;
    display: block;
    height: 22px;
    line-height: 22px;
    min-height: 22px;
    overflow: hidden;
    padding: 1px 9px 0;
    text-align: left;
    text-decoration: none;
}
.list_city .list_city_container a b {
    font-weight: normal;
}
.list_city .list_city_container a:hover {
    background: none repeat scroll 0 0 #E8F4FF;
    border-bottom: 1px solid #7F9DB9;
    border-top: 1px solid #7F9DB9;
}
.list_city .list_city_container span {
    float: right;
    font: 10px/22px verdana;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    width: 110px;
}
.list_city .selected {
    background: none repeat scroll 0 0 #E8F4FF;
    border-bottom: 1px solid #7F9DB9;
    border-top: 1px solid #7F9DB9;
}
input::-ms-clear{display:none;}