/*浮动框*/
.header-nav-share {
	position: relative;
	z-index: 999;
}
.header-nav-share .drift-fu {
	position: absolute;
	top: 35px;
	left: -271px;
	width: 375px;
	padding-bottom: 25px;
	color: #626262;
	display: none;
	/*z-index: 99;*/
}
/*小三角*/
.drift-fu-nav{
	position: relative;
}
ul .trangle-border{
	position: absolute;
	right: 33px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
}
.trangle-border-two{
	right: 59px;
}
.tb-border{
	top: -15px;
	border-color: transparent transparent #eaeaea transparent;
}
.drift-fu-nav .tb-background{
	top: -14px;
	border-color: transparent transparent #fff transparent;
}
.drift-fu .drift-choose {
	border: 1px solid #eaeaea;
	padding: 0 20px;
	width: 40px;
	cursor: pointer;
	background: #fff;
	font-size: 12px;
}
.drift-fu-nav{
	margin-bottom: -1px;
}
.drift-fu-nav .shi{
	border-color: #eaeaea #eaeaea #eaeaea #fff;
}
.drift-fu-nav .current {
	border-color: #db8000;
	border-color: #eaeaea #eaeaea #fff #eaeaea;
}
.drift-fu .drift-city a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 12px;
	color: #626262;
	border-radius: 6px;
}
.drift-fu .drift-city a:hover {
	color: #fff;
	background-color: #db8000;
}
.header-nav-share .drift-fu .city-name {
	border: 1px solid #eaeaea;
	background-color: #fff;
	padding: 10px 0 20px 0;
}
.drift-fu .city-down-name{
	display: none;
}
.select-area{
	position: relative;
}
.select-area i{
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 2;
	width: 12px;
	height: 14px;
	background: url(https://member.icbc.com.cn/icbc/html/kfswy/images/s-icon.png) no-repeat;
}