@charset "utf-8";
/* --------------------- 城市列表 --------------------- */
.selectbox,.btn-city-search,.citylist dd.list li,.citylist dd.hidemore,.citylist dd.showmore{background-image:url(../images/city_list.png);background-repeat:no-repeat;background-color:transparent;}
.city-layout{ width:938px;padding:25px 20px 35px;margin:0 auto;border:1px solid #e6e6e6;border-radius:2px;background:#fff;}
.city-top{ line-height:28px;padding:0 0 28px;}
.city-top h4{ display:inline;padding:0 15px 0 0;font-size:18px;font-weight:normal;float:left;}
.selectbox{width:113px;height:26px;line-height:26px;padding:0 10px;border:1px solid #bebebe;float:left;margin:0 8px 0 0;font-size:14px;position:relative;background-color:#fff;background-position:right 11px;cursor:pointer;}
.select-wraper{ display:inline;float:left;position:relative;z-index:222;}
.select-wraper select{display:none;}
.select-menu{width:123px;padding:5px;border:1px solid #bebebe;background:#fff;position:absolute;left:0;top:27px;}
.select-menu li{padding:0 5px;cursor:default;font-size:14px;}
.select-menu li.hover{background:#eee;}
.menu-scroll{ height:300px;overflow:hidden;overflow-y:scroll;}
.btn-city-search{width:85px;height:28px;line-height:28px;text-align:center;border:0;background-position:0 -82px;background-repeat:repeat-x;font-size:16px;color:#fff;cursor:pointer;}
.citylist h4{width:140px;height:32px;line-height:32px;background:#FF6800;color:#fff;font-weight:bold;text-align:center;margin-bottom:22px;position:relative;}
.citylist .arrow{ display:block;width:0;height:0;font-size:0;border-width:6px;border-style:solid dashed dashed dashed;border-color:#FF6800 transparent transparent transparent;position:absolute;left:12px;top:32px;}
.citylist dl{padding:0 0 12px;position:relative;z-index:22;    overflow: hidden;}
.citylist dt,.citylist dt span{ width:30px;height:30px;line-height:30px;float:left;}
.citylist dt {text-align:center;border:1px solid #ddd;background:#f7f7f7;padding:1px;margin:0 15px 0 0;float:left;}
.citylist dt span{background:#f1f1f1;font-size:14px;font-weight:bold;}
.citylist dd{line-height:32px;padding:6px 0 0;}
.citylist dd.list{width:830px;height:30px;overflow:hidden;float:left;}
.citylist dd.list li{float:left;padding:0 10px 0 0;margin:0 10px 0 0;font-size:13px;background:url(../images/city_line.png) right 4px no-repeat;white-space:nowrap;}
.citylist dd.list li a{color:#9A5B00;}
.citylist dd.showmore{display:inline;float:right;padding-right:14px;background-position:right -121px;color:#666;cursor:pointer;}
.citylist dl.show dd.list{height:auto;}
.citylist dl.show .showmore {background-position:right -153px;}
.citylist dl.hover dt,.citylist dl.first dt{ border:1px solid #DA600D;background:#FF6800;color:#fff;}
.citylist dl.hover dt span,.citylist dl.first dt span{background:#FF6800;}
