﻿@charset "utf-8";
/* CSS Document */
/* css 初始化 */
/* 1.清除浏览器默认样式 */ 
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,button,textarea,select,img,table,div{margin:0;padding:0}
/* 2.针对性处理 */
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight:normal; font-style:normal; }
ol,ul{ list-style:none;}
textarea{ resize:none;}
img{ border:none; display:block;/*img底部空白*/}
input,area{ outline:none; border:none; }		/* 谷歌浏览器表单元素外框 */
/* 3.设置全局样式 */
body{ color:#555; font-size:12px; font-family:"微软雅黑", Arial; }
a{color:#3c3c3c; text-decoration:none;}
a:hover{ color:#3c3c3c;}
/* 4.定义常用类 */
.w{ width:1200px; margin:0 auto;} /*版心*/
.clearfix:after,.clearfix:before{ content: ""; display: table;} 
.clearfix:after{ clear: both;}
.clearfix{ *zoom: 1;}
.cl{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}	
/*-------------------------------*/
.h{ color: #ff4400 !important;}

/* 第一步：使用font-face声明字体 */
@font-face {font-family: 'taobao';  /* 给设置的字体起别名 */
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/icon-mooc.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*第二步：定义使用iconfont的样式*/
.iconfont{
    font-family:"taobao" !important;  
    /* font-size:12px; */
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
