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ã€firefox */
    url('mhd_iconfont.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, 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;
}
/*explain*/
.sm{
	background:#007b76;
	width: 94%;
	padding:3%;
	color:#fff;
	font-size:16px;
	line-height: 24px;
}
/*form*/
span.green{color:#1bbc9b;}
span.orange{color:#f39800;}
.pg_form {
	width: 94%;
	margin: 10px auto;
}
.pg_form .label_wrap .label_tit{
	color:#000;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	padding-left:46px;
}
.pg_form .label_wrap .label_tit i{
	position: absolute;
	top:10px;
	left:6px;
	width:50px;
	height:35px;
	background:url(label_tit.png) no-repeat;
}
.pg_form .label_wrap .label_tit i.airplane{
	background-position: 0px 6px;
}
.pg_form .label_wrap .label_tit i.book{
	background-position: 0px -35px;
}
.pg_form .label_wrap .label_tit i.phonebook{
	background-position: 0px -70px;
}
.pg_form .label_wrap .label{
	border-top: 1px solid #ccc;
	padding: 5px 0;
	position: relative;
}
.pg_form .label_wrap .label.city{
	border-bottom: 1px solid #ccc;
}
.pg_form .label_wrap .label .tit{
	line-height: 50px;
	height:50px;
	font-size:18px;
	color:#000;
}
.pg_form .label_wrap .label .tit span.orange{
	padding: 0 5px;
}
.pg_form .label_wrap .label .chooseBox span{
	float: left;
	text-align: center;
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height:36px;
	height:36px;
	font-size: 14px;
	position: relative;
	overflow: visible;
	margin: 10px 2%;
    width: 28%;
    /* margin:10px;
    	width: 74px; */
}
.pg_form .label_wrap .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_wrap .label .chooseBox span.active{
	color:#f39800;
	border-color: #f39800;
}
.pg_form .label_wrap .label .chooseBox span.active i{
	display: block;
}
.pg_form .label_wrap .label span.tit{
	float: left;
	width:30%;
}
.pg_form input, .pg_form .label .drop_span {
	float: right;
	width:68%;
	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 .mask{
	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 .mask ul{
	width: 90%;
	height:360px;
	margin-top:-120px;
	position: absolute;
	left: 5%;
	top: 40%;
	text-align: center;
	overflow: auto;
}
.pg_form .mask ul li{
	height:30px;
	line-height:30px;
}
.pg_form .mask ul li.active {
	background: #fff;
	color:#000;
}
.pg_form .mask .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 .label_wrap .test.label span.tit{
	width: 100%;
}
.pg_form .test .testItem{
	float: left;
	border:1px solid #c2c2c2;
	width:41%;
	padding:0 2%;
	margin:10px 2%;
}
.pg_form .test .testItem input{
	width:60%;
}
.pg_form .test .testItem span{
	float:left;
	width:30%;
	line-height: 50px;
	color:#888;
}
.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;
}
