@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} 
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table,td {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #ddd;
}
table{
  width:100%!important;
}
/* CSS base */  
/* 默认样式 */
 
body{   
    font-family:"Microsoft YaHei", sans-serif, "Helvetica Neue", Helvetica, Arial; 
    color: #666;
    padding: 0;
    -webkit-user-select: none;
    margin:0 auto; 
	overflow-scrolling: touch;
	 -webkit-overflow-scrolling: touch; /* ios5+  */
	 width: 7.5rem;
    margin: 0 auto;
}
a { 
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    font-size:inherit;
} 
img{ 
	border:none; 
	font-size:.24rem;
	width: 100%;
} 
span{
	display: inline-block;
}
input[type='text'],textarea,select{ 
	margin:0; 
	padding:0;
	border:none;
	outline:none; 
	border:none; 
	background:none;
	font-family:"Microsoft YaHei", sans-serif, "Helvetica Neue", Helvetica, Arial;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-webkit-appearance: none;

} 
.mr25{
	margin-right: .25rem;
}
.mt30{
	margin-top: .3rem;
}
.mb25{
	margin-bottom: .25rem;
} 
.inlineB{
	display: inline-block;
}
.tr{
	text-align: right;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.hide{
	display: none;
} 
.vm{
	vertical-align: middle;
}
.vt{
	vertical-align: top;
}
.auto{
	margin: 0 auto;
}

/* 浮动公共样式 */
.fl{ 
	float:left; 
	display:inline; 
}
.fr{ 
	float:right; 
	display:inline; 
}
.clear:after{ 
	display:block; 
	content:''; 
	clear:both;
} 
.flex{
	display:flex; 
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	-webkit-align-items:center;
	-webkit-flex-wrap:wrap;
}
.w100{
	width:100%;
}

