﻿@charset 'utf-8';
/* CSS reset */
html{color:#323232;background:#FFF;font-family:Arial,'Microsoft YaHei';}
body,div,dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,button,textarea,
p,blockquote,th,td,strong{padding:0;margin:0; font-family:Arial,'Microsoft YaHei';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none;color:inherit; outline:none;}/*此处待添加默认链接颜色*/
var,em,strong,b,i{font-style:normal;}
address,caption,cite,code,dfn,
em,strong,th,var,b,i, optgroup,span{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#323232;}
input,button,textarea,
select,optgroup,option{font-family:inherit; 
font-size:inherit;font-style:inherit;
font-weight:inherit;border: none;outline: none;}
input,button,textarea,select{*font-size:100%;outline: none;border: none; -webkit-border-radius: 0; border-radius: 0;}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
html,body {height: 100%;-webkit-tap-highlight-color: rgba(0,0,0,0);} 
a,img {display: block;}
.wrap {
	box-sizing: border-box;
	padding-bottom: 0.8rem;
	width: 10rem;
	min-height: 100%;
	margin: 0 auto;
	font-size: 0rem;
}