.IIInsomnia-city-picker{
    position: fixed;
    border: 2px solid #c9cbce;
    width: 9.3rem;
    background: #ffffff;
    z-index: 999999;
    font-size: 0;
    left: 0!important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0!important;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 80%;
}
.IIInsomnia-city-picker:before, .IIInsomnia-city-picker:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	left: 20px;
	z-index: 999999;
	display: none;
}
.IIInsomnia-city-picker:before{
	border-color: transparent transparent #ffffff;
	top: -17px;
	z-index: 9999999;
	display: none;
}
.IIInsomnia-city-picker:after{
	border-color: transparent transparent #c9cbce;
	top: -20px;
	display: none;
}
.IIInsomnia-city-picker *{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 0.35rem;
}
.IIInsomnia-city-picker ul{
	list-style: none;
}
.IIInsomnia-city-picker ul li{
	display: inline-block;
	position: relative;
	margin: 0.1rem;
}
.IIInsomnia-city-picker p{
    font-weight: bold;
    padding: 0 0.1rem;
    margin-top: 0.1rem;
    margin-bottom: 0.18rem;
}
.IIInsomnia-city-picker .line{
	width:100%;
	margin: 0 auto;
	margin-top:0.1rem;
	border-bottom: 1px solid #d8d8d8;
}
/*热门城市*/
.IIInsomnia-city-picker .IIInsomnia-hot-wrap{
	width: 100%;
	background: #ffffff;
	padding:0.15rem;
}
.IIInsomnia-city-picker .IIInsomnia-hot-wrap ul li{
	width: 1.5rem;
    height: 0.8rem;
    padding: 0 0.1rem;
    text-align: center;
    line-height: 0.8rem;
    color: #666666;
    background-color: #eeeeee;
}
.IIInsomnia-city-picker .IIInsomnia-hot-wrap ul li:hover{
	color: #d00;
}
/*选择省份*/
.IIInsomnia-city-picker .IIInsomnia-wrap{
	position: relative;
	width: 100%;
	background: #ffffff;
	padding: 0.15rem;
}
.IIInsomnia-city-picker .IIInsomnia-province-name{
	display: inline-block;

	position: relative;
	width: 1.5rem;
    height: 0.8rem;
    padding: 0 0.1rem;
    text-align: center;
    line-height: 0.8rem;
    color: #666666;
    background-color: #eeeeee;
}
/* .IIInsomnia-city-picker .IIInsomnia-province-name:hover{
	color: #ff00ff;
} */

.IIInsomnia-city-picker .IIInsomnia-province.active{
	z-index: 999999999;
}
/* .IIInsomnia-city-picker .IIInsomnia-province-name.active{
	border: 1px solid #D8D8D8;
	border-bottom-color: #ffffff;
	color: #ff00ff;
	background-color: #ffffff;
} */
.IIInsomnia-city-picker .IIInsomnia-city-wrap{
	display: none;
	border: 1px solid #D8D8D8;
    background: #ffffff;
    position: fixed;
    left: 0!important;
    right: 0;
    top: 0px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 999;
    width: 9.3rem;
    height: 80%;
    overflow-y: auto;
    padding: 0.15rem 0.15rem 0.08rem 0.15rem;
}
.IIInsomnia-city-picker .IIInsomnia-city{
	width: 67px;
	height: 30px;
	padding: 0 4px;
	text-align: center;
	line-height: 30px;
	color: #999999;
	background-color: #eeeeee;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.IIInsomnia-city-picker .IIInsomnia-city:hover{
	color: #ff00ff;
}
.IIInsomnia-city-picker .IIInsomnia-clean-btn{
	width: 3rem;
    height: 0.8rem;
    /* line-height: 0.8rem; */
    background-color: #d15b47!important;
    color: #ffffff;
    background-image: none !important;
    border: 0.1rem solid #d15b47;
    border-radius: 0;
}
.IIInsomnia-clean{
	position: relative;
    bottom: 0.13rem;
}
/* .IIInsomnia-city-picker .IIInsomnia-clean-btn:hover{
	background-color: #b74635 !important;
    border-color: #d15b47;
} */