html,body {
	font-family:"微软雅黑";
	background-color: #f4f4f4;
	height:auto;
}
ul li {
	list-style: none;
}
#header{
	height:44px;
}
#header h1{
	font-size:16px;
}

.hide {
	display: none;
}

.currentArea {
	width: 96%;
	margin:auto;
	margin-top:50px;
	border-top: 1px solid #e2e0e0;
	border-left: 1px solid #e2e0e0;
	border-right: 1px solid #e2e0e0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.curpos{
	color:#333;
}
.fl{
	/*float:left;*/
	flex: 3;
}
.currentArea span.city_name {
	color:#666;
	cursor:pointer;
}
.currentArea .getArea {
	color:#00A2E0;
	/*float:right;*/
	flex: 2;
	text-align: right;
	font-size:14px;
	line-height:1.6;
	margin-right:10px;
	cursor:pointer;
}
.currentArea .getArea span{font-size:23px;vertical-align:middle}
.clearfix{
	zoom:1;
}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden}
.selectcity{
	width: 96%;
	margin:auto;
	margin-bottom: 20px;
}
.selectcity h4{
	font-weight:500;
	font-size:16px;
	color:#333;
	margin-left:3px;
	margin-top: 20px;
}
.selectcity .choose_common {
	border-radius: 5px;
	border: 1px solid #e2e0e0;
}
#citylist input{
	border:0;
	color:#00A2E0;
	font-size:14px;
	font-family:"微软雅黑";
}
.confirm_skip,.confirm_skip1{
	color:#fff;
	background:#14af53;
	border-radius:12px;
	padding:1px 5px;
	margin-left:3px;
	margin-right: 8px;
}
.arealist{
	width:85%;
	height: calc(100% - 240px);
	position: fixed;
	left: 8%;
	top: 120px;
	margin-bottom:10px !important;
	padding-right:10px !important;
}
.arealist ul{
	display:flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flexbox;
	border-bottom:1px dashed #e5e5e5;
	padding:10px 0;
}
.arealist ul li{
	flex:1;
	-webkit-box-flex: 1; 
	-moz-box-flex: 1; 
	-ms-flex: 1;
}
.c-gray{
	color:#666;
}
.c-blue{
	color:#007aff;
}
.area {
	height: calc(100% - 46px);
	margin: 0 auto;
	background-color: #FFF;
}

.area input {
	border: 0px;
	background-color: #FFF;
	border-radius: 0;
	font-size: 15px;
	margin-bottom: 0px;
}

.areaHead {
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
}

.areaHead, .liHead {
	display: inline-block;
	color: #9b9b9b;
	cursor: pointer;
	padding: 5px 21px;
}

.active {
	color: #000;
	font-weight: 700;
	cursor: default;
}

.chooseData {
	margin: 0 16px;
	padding-left: 0px;
	color: #000;
	font-size: 14px;
	min-height: 100px;
}

.chooseData li {
	padding: 4px 5px;
	display: inline-block;
	cursor: pointer;
}

.selected {
	font-weight: 700;
	color: #1470cc;
}

.confirm {
	display: block;
	height: 36px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.choose_common{
	font-size: 14px;
	color:#666;
	background-color: #fff;
	padding:10px 0 10px 10px;	
}
.choose_other{
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.choose_other a{
	border: 1px #F79400 solid;
	padding: 3px 5px;
	color: #f79400;
	cursor:pointer;
}
/* 2019-8-17 ty */
.mui-input-row{
	clear: none;
	overflow: hidden;
}
.currentArea1 {
	width: 96%;
	margin:auto;
	margin-bottom: 10px;    
	border-bottom: 1px solid #e2e0e0;
	border-left: 1px solid #e2e0e0;
	border-right: 1px solid #e2e0e0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.currentArea1 span.city_name {
	color:#666;
	cursor:pointer;
}
.currentArea1 .getArea {
	color:#00A2E0;
	float:right;
	font-size:14px;
	line-height:1.6;
	margin-right:10px;
	cursor:pointer;
}
.currentArea1 .getArea span{font-size:23px;vertical-align:middle}
.clearfix{
	zoom:1;
}
/* 遮罩层 */
#modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
}
#manual{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
}
.manual_exhibition{
	background: #ffffff;
	width: 85%;
	height: calc(100% - 240px);
	position: fixed;
	left: 8%;
	top: 120px;
	margin-bottom: 10px !important;
	padding-right: 10px !important;
	overflow: scroll;
}
.manual_ul li{
	border-bottom:1px dashed #e5e5e5;
	padding-bottom: 10px;
}
.manual_ul_span2{
	float:right;
	color: red;
	margin-right: 60px;
}
