/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)

   cc 20190610
*/
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, main,
menu, nav, output, ruby, section, summary,
time, mark,canvas, audio, video,input, button, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: inherit;
	font-style: normal; 	
	vertical-align: baseline;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}
body {
	font:12px/1.5 arial,"PinFang SC","Microsoft Yahei", Microsoft Yahei,"Hiragino Sans GB",sans-serif;
	color:#333;	
}
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, main,
menu, nav, output, ruby, section, summary,
time, mark,canvas, audio, video,input, button, textarea { 
    font: inherit;
	line-height:inherit;
    color:inherit;
    word-break: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup,main, menu, nav, section , summary{
	display: block;
}

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;
}
a{
	color: inherit;
	text-decoration: none;
}
img{
  vertical-align: middle;
  max-width: 100%;
}
input,button{
	border:none;
	cursor: pointer;
	vertical-align: middle;
}
input,select,input:focus,button:focus,textarea:focus{
	outline: none;
}
input[disabled="disabled"],button[disabled="disabled"]{
	cursor: default;
	background-color:#bbbbbb;
	color:#666;
}
input[type='text'],input[type='password']{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input::-ms-clear,
input::-ms-reveal{display:none;}
/* input placeholder color */
input::-webkit-input-placeholder {
	color:#bbb;
	text-transform: uppercase;
}
input::-moz-placeholder {
	color:#bbb;
	text-transform: uppercase;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color:#bbb;
	text-transform: uppercase;
}
input:-ms-input-placeholder {
	color:#bbb;
	text-transform: uppercase;
}
textarea {
    resize: none;overflow:auto;vertical-align:top;
}
textarea:focus,button:focus{
	outline: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
	-webkit-appearance:button;cursor:pointer
}
button,input,select[multiple],textarea{
	background-image:none
}
button::-moz-focus-inner,input::-moz-focus-inner{
	border:0;padding:0
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
	-webkit-appearance:none
}
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{
	height:auto
}

/*audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none;visibility:hidden}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
abbr[title]{cursor:help;border-bottom:1px dotted}*/