/* app_common.css  2015.5.8  limengru */

/*reset部分*/
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, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:  simhei , "microsoft yahei" ;
}
input , textarea{
	border:0;
	outline:none;
	text-indent: 10px;
	-webkit-appearance:none;
	margin:0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul , li{
	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 {
	font-size: 12px;
}
body,html {
	height: 100%;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
*{
	-webkit-tap-highlight-color:rgba(255, 255, 255, 0);
} 
img {
	border: 0
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
select,input {
	vertical-align: middle
}
.spacer {
	clear: both;
	font-size: 0;
	height: 0;
}
a {
	color: #333;
	text-decoration: none
}
a: hover {
	color: #f00;
}
.clear {
	display: block !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.clearfix {
	zoom: 1;
}
.clearfix: after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
/*app长按页面禁止复制等功能*/
*{
	/* -webkit-user-select:none; 
	-webkit-tap-highlight-color:rgba(255, 255, 255, 0); */
}
/*common top_bar部分*/
#top_bar{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #c9c9c9;
	line-height: 45px;
	color: #000;
	font-size: 20px;
	position: relative;
	background-color: #fff;
}
#top_bar .icon_top_cen{
	display: inline-block;
	width: 15px;
	padding-left: 15px;
	height: 45px;
	position: absolute;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAjCAMAAACjKNoqAAAA8FBMVEVMaXH/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDD/dDCGqK1OAAAAT3RSTlMAqANm+gFo/vz5ZGL9VFNh+y1V55wl7Ta0Br8J8ktNak5MUZlQT15SlGBfXT529Y+EkOEfXB4Y4NrJ2NLHDRIX0AwRgVZbVwRap0BzpPahgDF00AAAAMBJREFUeNptyMdCwkAARdFJTMggoGLoRbB3BRRUwF4R9f7/35j1mznLYxxfi0/n3i2B3rXFfsidZvcmd2DZ2JQ78dyxJSrJrfuuSLQmVyiSdy4hfyi3mt2O5/bkVrLb91xfLpfdlue25XoJUdeIXUjONeOjCxgYddaBYaxbr0El1C2nEDR1qzfQaOuOp9C61318grsH3Zc5zCa6zy24vdJtN2BU1W0GkJZ1wwrU6rrxJXS+jXqF366zy4Q/48j9hP+xUh1Jp3b03QAAAABJRU5ErkJggg==);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 15px;
}
#top_bar .top_tit{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 20px;
}
#top_bar .addr_ok{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	color: blue;
	width: 52px;
	text-align: center;
}
/*common btn部分*/
.btn{
	height: 40px;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}
/*placeholder样式*/
::-webkit-input-placeholder{
	color: #c7c7cc;
	font-family:  simhei,"microsoft yahei";
}
:-moz-placeholder{
	color: #c7c7cc;
	font-family:  simhei,"microsoft yahei";
}
::-moz-placeholder{
	color: #c7c7cc;
	font-family:  simhei,"microsoft yahei";
}
/*footer bar部分*/
.footer_bar{
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	border-top:1px solid #dcdcdc;
}
.footer_bar dl{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.footer_bar dl dt{
	width: 20px;
	height: 23px;
	margin: 0 auto;
	background-image: url(../img/bar_common.png);
	background-size: 78px;
	background-position: 0 -29px;
	background-repeat:no-repeat;
}
.footer_bar dl.icon_order dt{
	background-position: -28px -29px;
}
.footer_bar dl.icon_my dt{
	background-position: -58px -29px;
}
.footer_bar dl.icon_index_on dt{
	background-position: 0 1px;
}
.footer_bar dl.icon_index_on dd , .footer_bar dl.icon_my_on dd , .footer_bar dl.icon_order_on dd{
	color: #ff7938;
}
.footer_bar dl.icon_my_on dt{
	background-position: -57px 1px;
}
.footer_bar dl.icon_order_on dt{
	background-position: -27px 1px;
}
.footer_bar dl dd{
	margin-top: 2px;
	color: #afb1b7;
}
/*toast提示*/
.dialog{
	position: fixed;
	width: 270px;
	background-color: black;
	height: 34px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 34px;
}
/*弹窗样式*/
#pop_container , .pop_container{
	width: 100%;
	height: 100%;
	background-color: hsla(0,1%,21%,0.7);
	position: fixed;
	top: 0;
	/* z-index: 800; */
}
#pop_body{
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius:4px;
	position: absolute;
}