@charset "utf-8";
/*************************************
*样式主文件
*************************************/

/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, span, strong, img, form, ul, li, a, table, tr, td { margin: 0; padding: 0; } 
body{ 
	font: normal 14px/1.5 '微软雅黑'; 
	background: #fff; 
}
h1, h2, h3, h4,h5, p, a, i{ font-family: '微软雅黑'; }
html,body { width:100%;}
article, aside, address, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a{ text-decoration: none; border: none; }
a:focus{ -moz-outline-style: none; outline: none; }
ul li{ list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
input, select { vertical-align: middle; }
textarea { overflow: auto; resize: none; }
a, button { cursor: pointer; }
a:hover { text-decoration: none; }
select::-ms-expand { display: none; } 
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #9e9e9e; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #9e9e9e; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #9e9e9e; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #9e9e9e; 
} 

/*定义字体*/
@font-face {
    font-family: 'SourceHanSans';
    src: url('font/SourceHanSans-Medium.otf');
    font-weight: normal;
    font-style: normal;
}
/*字体图标*/
@font-face {font-family: "iconfont";
  src: url('font/iconfont.eot'); /* IE9*/
  src: url('font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('font/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
