@charset "utf-8";
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('../font/webfont.eot'); 
  src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), 
  url('../font/webfont.woff2') format('woff2'),
  url('../font/webfont.woff') format('woff'), 
  url('../font/webfont.ttf') format('truetype'), 
  url('../font/webfont.svg#AlibabaPuHuiTiL') format('svg'); 
}
*{
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
}
article,
aside,
details,
figcaption,
figure,footer,
header,
hgroup,
menu,
nav,
section,
main,
summary
{
	display: block;
}
html,
body,
a,
ul,
li,
ol
{
    margin:0;
    padding:0;
    
}
h1,h2,h3,h4,h5,h6
{
    margin:10px 0;
    padding:0;
    font-weight:normal;
}
img
{
    border:0;
}
body
{
	line-height: 1.5;
	font-size:14px;
	color:#b6b9ba; 
    font-family: "webfont","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
   
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a
{
  COLOR: #535353; TEXT-DECORATION: none
}
a:hover
{
  TEXT-DECORATION: none
}
ul, ol
{
    list-style-type: none;
}