/*addrselector start*/
.addrselector{position:relative;float:left;font-family:"微软雅黑",Arial;font-size:12px;cursor: pointer;}
.addrselector.zi2{z-index:2;}/*防止ie7 第二个框在浮层框的上面*/
.addrselector.zi1{z-index:1;}/*如果就一个下拉框就不用加*/
.addrselector .dn{display:none;}
.addrselector .dib{font-size:0;text-justify:inter-ideograph;}
.addrselector .dib li{display:inline-block;vertical-align:top;*display:inline;*zoom:1;font-size:12px;}
.addrselector a{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;}
.addrselector dl{min-width:380px;min-height:150px;*width:380px;border:1px solid #ddd;position:absolute;margin:-1px 0 0 -30px;padding:8px 5px 30px;z-index:1;background:#fff;}
.addrselector dt{border-bottom:2px solid #1bafeb;height:24px;line-height:15px;}
.addrselector dt .tab{float:left;padding:4px 18px 4px 10px;margin-left:5px;border:1px solid #ddd;border-bottom:none;color:#005AA0;background:#fff;}
.addrselector dt .tab i{width:7px;height:5px;margin:6px 0 0 7px;position:absolute;-moz-transition:all .1s ease 0s;-webkit-transition:all .1s ease 0s;transition:all .1s ease 0s;}
.addrselector dt .tab:hover i,.addrselector dt .tab.crt i{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;}
.addrselector dt .tab.crt{padding-bottom:6px;margin:-1px -1px 0 4px;border:2px solid #1bafeb;border-bottom:none;}
.addrselector dd{margin-top:8px;line-height:1.8;overflow:hidden;}
.addrselector .hot{/* padding-left:70px; */}
.addrselector .hot li{float:left;width:61px;}
.addrselector .hot li.cl{clear:left;}
.addrselector dd li{width:75px;padding:2px 0;list-style:none;}
.addrselector dd b{position:absolute;margin-left:-65px;}
.addrselector dd a{padding:2px 1px;margin:5px 2px;color:#005AA0;}
.addrselector dd a:hover{background:rgb(156, 210, 255);color:#fff;}
.addrselector .addr{height:23px;width:247px;line-height:19px;padding:3px 0 3px 20px;border:1px solid #d5d9de;background:#fff url(../image/search_icon.png) no-repeat 5px 5px;position:relative;cursor:pointer;border-radius:3px;}
.addrselector .addr .em{min-width:110px;width:90%;float:left;border:none;color:#676767;line-height: 19px;cursor: pointer;}
.addrselector .addr i{width:20px;height:7px;float:left;position:absolute;top:12px;right:0px;background: url(../image/select_arrow.png) no-repeat !important;overflow:hidden;}
.addrselector .addr.hover{height:23px;border-bottom:none;z-index:2;}
.addrselector dd b.a{margin-top:1px;}
.addrselector dd b.b{margin-top:51px;}
.addrselector dd b.c{margin-top:101px;}
.addrselector dd b.d{margin-top:151px;}
.addrselector .reset{width:30px;height:18px;margin:-3px 10px 0 0;float:right;}
.destAddr .addrselector .addr{background-position: 5px -40px;}
.addrselector .tab_reset{float: right;z-index: 2;cursor: pointer;width: 50px;height: 20px;border: 1px solid #d5d9de;border-radius: 5px;text-align: center;line-height: 20px;}
.search-box .return {background: url(../image/search_icon.png) 0 -100px;width: 27px;height: 26px;float: left;margin: 5px 5px 0;cursor: pointer;}
.search-box .return:hover{background-position:-32px -100px;}
/*addrselector end*/