/* 城市选取 */
.is-city{
	width:520px;
	border:solid 1px #83cbfa;
	background:#fff;
	padding:0 20px 16px 12px;
	position: relative;
	overflow: hidden;
}
.is-city .close{
	position:absolute;
	right:0;
	top:0;
	width:16px;
	height:16px;
	margin:5px 5px 0 0;
	background:url(../../images/claimOnline/colse-icon.png) no-repeat center center;
	-webkit-transform: rotate(-360deg);-moz-transform: rotate(-360deg);-ms-transform: rotate(-360deg);transform: rotate(-360deg);
	-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;
}

.is-city .close:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.is-city .speel{
	height:32px;
	line-height:32px;
	border-bottom:solid 1px #ececec;
	width: 100%;
}
.is-city .speel input{
	outline: none;
}
.is-city .city-select{
	overflow: hidden;
}
.is-city .hot-city{
	height:32px;
	line-height:32px;
	border-bottom:solid 1px #44b4ff;
}
.is-city .hot-city,.is-city .hot-city a{
	font-size:12px;
	color:#666666;
}
.is-city .hot-city dt{
	float:left;
	margin-left:6px;
	font-size:12px;
}

.is-city .hot-city .active{
	color:#0099ff;
}
.is-city .hot-city dd{
	float:left;
	margin-left:30px;
	margin-bottom:0;
}
.is-city .city-list{
	padding-top:4px;
}
.is-city .city-list .i-c-l{
	width:260px;
	float:left;
	zoom:1;
}
.is-city .city-list .i-c-l::after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.city-list .i-c-l strong{
	display:block;
	float:left;
	padding-left:6px;
	width:20px;
	font-size:14px;
	color:#999999;
	height:22px;
	line-height:22px;
}
.city-list .i-c-l .i-c-l-c{
	float:left;
	width:234px;
	overflow: hidden;
}
.city-list .i-c-l .i-c-l-c a{
	font-size:12px;
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	width:33.3%;
	overflow:hidden;
	color:#333333;
}
.city-list .i-c-l .i-c-l-c a:hover{
	color:#0099ff;
}


/* 热门 */
body .is-city .city-list .i-c-l2{
	width:100%;
}
body .is-city .city-list .i-c-l2 .i-c-l-c{
	width:468px;
}
body .is-city .city-list .i-c-l2 .i-c-l-c a{
	width:93px;
	text-align: center;
}
body .city-list .i-c-l2 strong{
	width:20px;
	padding-left:6px;
	float: left;
	font-size:14px;
}
.c-l-title{
	font-size:14px;
	height:26px;
	line-height:26px;
	color:#0099ff;
}
.city-default-wrap{
	overflow: hidden;
}

.city-list .city-cn strong,
.city-list .i-ui-c strong{
	color:#0099ff;
}
.city-cn{
	padding-left:13px;
	padding-right:7px;
}
.cd-title{
	font-size:12px;
	height:26px;
	line-height:26px;
	color:#666666;
	border-bottom:solid 1px #cccccc;
	margin-bottom:10px;
}
.cd-title li.active{
	border-bottom:solid 2px #13a0fe;
}
.cd-title li{
	cursor: pointer;
	float:left;
	padding:0 2px;
	margin:0 24px 0 4px;
}
.city-cn .i-c-l{
	margin-bottom:4px;
}







