body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

a,img {
	-webkit-touch-callout: none;
}

a,button,input,optgroup,select,textarea,div {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	text-decoration: none;
	-webkit-user-select: none;
}

a:link,a:hover {
	text-decoration: none;
}

html {
	height: 100%;
	-webkit-user-select: none;
}

body {
	font-family: "microsoft Yahei";
	height: 100%;
	background: #fff;
	color: #333;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@font-face {
	font-family: 'iconfont';
    src: url('mhd_iconfont.eot'); /* IE9*/
    src: url('mhd_iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('mhd_iconfont.woff') format('woff'), /* chrome銆乫irefox */
    url('mhd_iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('mhd_iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/* 闈㈠寘绾� */
.navLine{
	color:#9B9B9B;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	background: #f1f1f1;
}
.navLine a{
	color:#9B9B9B;
	font-size: 12px;
}
/*姝ｆ枃*/
.pg_form {
	width: 94%;
	margin: 10px auto;
}
.pg_form .label{
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	position: relative;
}
.pg_form .label .tit{
	line-height: 50px;
	height:50px;
	font-size:18px;
	color:#666;
}
.pg_form .label .chooseBox span{
	float: left;
	margin:10px;
	text-align: center;
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 74px;
	line-height:36px;
	height:36px;
	font-size: 14px;
	position: relative;
	overflow: visible;
}
.pg_form .label .chooseBox span i {
	position: absolute;
	top:-6px;
	right:-6px;
	font-size:16px;
	line-height: 20px;
	background: #fff;
	width: 18px;
	height: 18px;
	display: none;
}
.pg_form .label .chooseBox span.active{
	color:#f39800;
	border-color: #f39800;
}
.pg_form .label .chooseBox span.active i{
	display: block;
}
.pg_form .label span.tit{
	float: left;
	width:26%;
}
.pg_form input, .pg_form .label .drop_city {
	float: left;
	width:74%;
	font-size: 16px;
	border: none;
	background: none;
	color: #888;
	line-height: 50px;
	height:50px;
	font-size:16px;
	z-index:;
}
.pg_form i.icon_arrow_b {
	position:absolute;
	top:16px;
	right:10px;
	color: #999;
}
.pg_form .cityMask{
	background:rgba(0,0,0,.8);
	color:#fff;
	position: fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index: 100000;
	display:none;
}
.pg_form .cityMask ul{
	width: 90%;
	height:360px;
	margin-top:-120px;
	position: absolute;
	left: 5%;
	top: 40%;
	text-align: center;
	overflow: auto;
}
.pg_form .cityMask ul li{
	height:30px;
	line-height:30px;
}
.pg_form .cityMask ul li.active {
	background: #fff;
	color:#000;
}

.pg_form .cityMask .handUp{
	position:absolute;
	right: 30px;
	top: 40%;
	width: 48px;
	height: 50px;
	display:none;
	-webkit-animation: swipeup 2000ms infinite linear;
	animation: swipeup 2000ms infinite linear;
}
@-webkit-keyframes swipeup {
	0% {
		-webkit-transform: translate(0,150px);
		transform: translate(0,150px);
		opacity: .6
	}

	100%,50% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 0
	}
}
@keyframes swipeup {
	0% {
		-webkit-transform: translate(0,150px);
		transform: translate(0,150px);
		opacity: .6
	}

	100%,50% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 0
	}
}
.pg_form .btn_submit {
	height: 50px;
	width:100%;
	background: #f39800;
	cursor: pointer;
	border: none;
	margin: 14px 0;
}

.pg_form .btn_submit input {
	color: #fff;
	font-size: 18px;
	border: none;
	width: 100%;
	text-align: center;
}
#cityMask ul{
	height:360px;
}
.footer {
	background: #ececec;
	color:#a5a5a5;
	padding: 10px 0px 60px;
}
.footer a{
	color:#333;
}
.retop {
    z-index: 130;
    display: block;
}