/* ����ѡȡ */
.is-city{
	width:100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background:#fff;
	padding:0;
	z-index:999;
}
.is-city .close{
	position:absolute;
	left: 3vw;
    top: 1vw;
    font-size: 0.4rem;
    color: #0099FF;
    font-weight: 300;
}

.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{
    padding: 2vw 0;
    line-height: 6vw;
    border-bottom: dashed 1px #44b4ff;
    border-top: solid 1px #44b4ff;
}
.is-city .hot-city,.is-city .hot-city a{
	font-size: 0.38rem;
	color:#666666;
}
.is-city .hot-city dt{
	float:left;
	text-align: center;
    width: 33.3%;
}

.is-city .hot-city .active{
	color:#0099ff;
}
.is-city .hot-city dd{
	float:left;
	text-align: center;
    width: 33.3%;
}
.is-city .city-list{
	padding-top:0;
}
.is-city .city-list .c-l-title {
    font-size: 0.4rem;
    height: 6vw;
    line-height: 6vw;
    color: #0099ff;
    margin-left: 3vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.is-city .city-list .i-c-l{
	width: 33.3%;
    float: left;
    zoom: 1;
    margin: 0 auto;
}
.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;
    font-size: 0.35rem;
    color: #999999;
    width: 2.5vw;
    height: 5vw;
    line-height: 5vw;
    padding-left: 8vw;
}
.city-list .i-c-l .i-c-l-c{
	float:left;
	overflow: hidden;
	text-align: start;
}
.city-list .i-c-l .i-c-l-c a{
	font-size: 0.34rem;
    display: block;
    height: 5vw;
    line-height: 5vw;
    overflow: hidden;
    color: #333333;
    padding-left: 2vw;
}
.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:86%;
}
body .is-city .city-list .i-c-l2 .i-c-l-c a{
	text-align: start;
}
body .city-list .i-c-l2 strong{
    float: left;
    font-size: 0.35rem;
}
.city-default-wrap{
	overflow: hidden;
}

.city-list .city-cn strong,
.city-list .i-ui-c strong{
	color:#0099ff;
	padding-left: 5vw;
	width: 100%;
}
.city-list .city-cn .i-c-l-c{
	text-align: center;
	display: block;
    padding-left: 14vw;
}
.is-city .city-list .i-c-l-c::after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.city-list .city-cn .i-c-l-c a{
	float: left;
	width: 31%;
	text-align: center;
}
/*.city-cn{
	padding-left:13px;
	padding-right:7px;
}*/
.cd-title{
	font-size: 0.33rem;
    height: 4vw;
    line-height: 4vw;
    color: #666666;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    padding-top: 1vh;
}
.cd-title li.active{
	border-bottom:solid 2px #13a0fe;
}
.cd-title li{
	cursor: pointer;
	float:left;
	margin: 0 3vw 0 3vw;
}
.city-cn .i-c-l{
	margin-bottom:4px;
}







