html,body {
	font-family: Helvetica,"PingFang SC";
	min-width: 1200px;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0
}


::selection {
	color: #fff;
	background: #8d6945
}

::-moz-selection {
	color: #fff;
	background: #8d6945
}



input:-webkit-autofill {
	background-color: transparent !important
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

fieldset,img {
	border: none
}

iframe {
	display: block
}



caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

a {
	color: inherit;
	text-decoration: none
}

ins,a,a:hover {
	text-decoration: none;
	color: inherit
}

a:focus,*:focus {
	outline: none;
	text-decoration: none
}


