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,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
margin: 0;
padding: 0;
border: 0;
font-size: 16px;
font-weight: 400;
vertical-align: baseline;
box-sizing: border-box;
font-family: Microsoft YaHei;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
display: block;
}
/* table,table tr th, table tr td {
	border: 1px solid #DDD;
} */
body {
line-height: 1;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* custom */
a {
text-decoration: none;
-webkit-backface-visibility: hidden;
}

li {
list-style: none;
}

::-webkit-scrollbar {
width: 5px;
height: 5px;
}

::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
}

html, body {
width: 100%;
height:100%;
font-size: 14px;
    color: #333;
}

body {
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img{ display:block; border:none;}

a,input{outline:none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
	-webkit-appearance:textfield;
}
input[type="number"]{
	-moz-appearance:textfield;
}
input:focus {
	outline: none;
	border: none;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	margin-right: 10px;
	position: relative;
}

input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #fff;
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	border: 1px solid #03B278;
	color: #03B278;
	font-weight: bold;
}

textarea{
	resize: none;
  border: none;
  outline: none;
}
div{
	outline: none;
}
i{font-style:normal;}

b,h1,h2,h3,h4,h5,h6{font-weight:normal;}

strong{
	font-size: 18px;
	font-weight: bold;
}

strong span{
	font-size: 18px;
	font-weight: bold;
}

.clear:after{content:""; display:block; clear:both; height:0; visibility:hidden;}

table{border-collapse:collapse;}

embed{
	width: 100%;
}
