@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
img,
ins,
kbd,
p,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
article,
aside,
canvas,
details,
rembed,
figure,
figcaption,
.footer,
.header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	
}
ul,ol,li{list-style:none}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
.footer,
.header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

a {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #585858;
}

* {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:focus,
a:active,
a:link,
a:visited,
a:hover {
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input,
button {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	text-decoration: none;
	color: #585858;
	-webkit-appearance: none;
	font-family: alibaba,
	Helvetica;
}

select,
textarea {
	font-family: alibaba,
	Helvetica;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none!important;
}


body{
	font-family: 'alibaba';
}
/*清除浮动*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

img {
	display: block;
    max-width: 100%;
    height: auto;
	
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* body {
	font-family: 'alibaba',
	Helvetica;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

@font-face{
	font-family: 'alibaba';
	src: url('./Alibaba-PuHuiTi-Regular.otf');
} */