﻿/* 城市选择器 */
.gf-select {float: left; width: 135px; margin-right:6px; position: relative;}
.gf-select span {width:100px; padding: 0 25px 0 10px;line-height:26px;display: block; border: 1px solid #ccc; background:#fff;cursor: pointer;font-size:14px;}
.gf-select span em {font-style: normal;}
.gf-select .icon-jt {background: url(city_down.jpg) center right no-repeat; width: 12px; height: 6px;position: absolute;right: 10px;top: 50%; margin-top: -3px;}
.gf-select ul {border: 1px solid #ddd; position: absolute; width: 100%; top: 27px; overflow-y :auto; display: none; background: #fff;}
.gf-select ul li {border-bottom: 1px solid #ddd; line-height: 30px; padding-left: 10px;font-size:12px;cursor: pointer;}
.gf-select ul li:hover{background:#f2f2f2;}
.gf-select ul li:last-child{border-bottom: none; }