html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,input,select,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}
body {
	margin: 0 auto;
	line-height:1;
	 max-width:750px;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
ol,ul {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
body {
	background-color:#fff;
	color:#333;
	font:16px/1.5 'Microsoft Yahei',helvetica,arial
}
*,:before,:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.show {
	display:block
}
.hide {
	display:none
}
::-webkit-scrollbar {
	width:0;
	height:0
}
#loading {
	position:fixed;
	left:50%;
	top:50%;
	z-index:130;
	margin:-73px 0 0 -73px;
	width:146px;
	height:146px
}
#loading .lbk {
	background-color:#000;
	opacity:.5;
	border-radius:10px;
	width:100%;
	height:100%
}
#loading .cont {
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
	color:#f5f5f5;
	font-size:14px;
	line-height:35px;
	z-index:10
}
.cont .location_indicator {
	position:relative;
	height:80px;
	top:35px
}
.location_indicator:before,.location_indicator:after {
	position:absolute;
	content:""
}
.location_indicator:before {
	width:20px;
	height:20px;
	left:63px;
	border-radius:100% 100% 100% 0;
	box-shadow:0 0 0 2px rgba(255,255,255,1);
	-webkit-animation:mapping 1s linear infinite;
	-moz-animation:mapping 1s linear infinite;
	animation:mapping 1s linear infinite;
	-webkit-transform:rotate(-46deg);
	-moz-transform:rotate(-46deg);
	transform:rotate(-46deg)
}
.location_indicator:after {
	width:30px;
	height:10px;
	border-radius:100%;
	left:58px;
	background-color:rgba(255,255,255,.2);
	top:24px;
	z-index:-1
}
@-webkit-keyframes mapping {
	0% {
	top:0
}
50% {
	top:-5px
}
100% {
	top:0
}
}@-moz-keyframes mapping {
	0% {
	top:0
}
50% {
	top:-5px
}
100% {
	top:0
}
}@-keyframes mapping {
	0% {
	top:0
}
50% {
	top:-5px
}
100% {
	top:0
}
}.mask {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:#000;
	opacity:.5
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#ccc
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#ccc
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#ccc
}
::-moz-selection {
	background-color:#FFA;
	color:#000
}
::selection {
	background-color:#FFA;
	color:#000
}
* {
	-webkit-user-select:none;
	-ms-touch-select:none;
	-ms-touch-action:none
}
input,textarea {
	-webkit-user-select:text;
	-moz-user-select:-moz-text;
	-moz-user-select:text
}
a {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none
}