.wrapper{
    padding-bottom: 56px;
}
.wrapper-scroll{
    padding-bottom:15px;
}
.doctor-search-tab .tab{
    width:50%;
}
.not-data{
    line-height:16px;
    font-size:16px;
    color:666;
    text-align:center;
    margin-top:50px;
}
.mobile-get-more.mobile_get_more{
    text-align: center;
}
.mobile-get-more{
    line-height:44px;
    font-size:14px;
    color:#333;
    text-align:center;
}
.mobile-get-more .more-loading-img{
    width:22px;
    margin-right:10px;
    position: relative;
    top: 5px;
}
.mobile-get-more .no-more-img-left,
.mobile-get-more .no-more-img-right{
    width:70px;
    position: relative;
    top: -4px;
}
.mobile-get-more .no-more-img-left{
    margin-right:10px;
}
.mobile-get-more .no-more-img-right{
    margin-left:10px;
}
.area-window{
    width:100%;
    height:100%;
	padding-top:50px;
	box-sizing:border-box;
	background-color:#fff;
    position:fixed;
    top:0;
    left:0;
    z-index:9999999;
}
.area-header{
	width:100%;
	height:50px;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
	position:absolute;
	left:0;
	top:0;
	
}
.area-header button{
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#333;
	text-align:center;
	cursor:pointer;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
}
.area-header .left{
	left:9px;
}
.area-header .right{
	right:9px;
	color:#c00;
}
.area-province-ul{
	width:35%;
	height:100%;
	overflow-y:auto;
	box-sizing:border-box;
}
.area-province-ul li{
	width: 100%;
    box-sizing: border-box;
	min-height:36px;
	padding: 8px 5px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
	position:relative;
}
.area-province-ul li:first-child{
	border-top: none;
}
.area-province-ul .actived{
	border-right: 1px solid #fff;
}
.area-city-ul{
	width:65%;
	height:100%;
	overflow-y:auto;
	box-sizing:border-box;
}
.area-city-ul li{
	width: 100%;
    box-sizing: border-box;
	min-height:36px;
	padding: 8px 5px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
	position:relative;
}
.area-city-ul .actived{
	color:#c00;
}
















