html{
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size: 62.5%;
}
body{height: 100%;background: #eeeeee;}
*{font-family:"Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif,Arial;}
a{text-decoration: none;
  background:transparent;
  vertical-align:baseline;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease
}
[placeholder]:focus::-webkit-input-placeholder{
	-webkit-transition:opacity 0s ease;
	-moz-transition:opacity 0s ease;
	transition:opacity 0s ease;
	opacity:0
}

[placeholder]:focus::-moz-input-placeholder{
	-webkit-transition:opacity 0s ease;
	-moz-transition:opacity 0s ease;
	transition:opacity 0s ease;
	opacity:0
}
a:hover{text-decoration: none;}
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,i{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;vertical-align: middle;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:normal;font-weight:inherit;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,b{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
input,button,textarea,select,optgroup,option,i{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;vertical-align: middle;}
input,button,textarea,select{*font-size:100%;-webkit-appearance:none;}
a,input,textarea,button{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);outline: none;}

/*1px边框*/
.item{
	position: relative;
}
.item:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #5b87a3;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	pointer-events: none;                  // 解决内部元素无法点击问题
}
.item01{
	position: relative;
}
.item01:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #cccccc;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	pointer-events: none;                  // 解决内部元素无法点击问题
}
/*公共样式*/



























