
/*字体图标*/

@font-face {font-family: "icon";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#tao') format('svg'); /* iOS 4.1- */
}


.icon {
  font-family:"icon" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: "icon";
  font-style: normal;
  speak: none;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin: 0 2px;
  -webkit-font-smoothing: antialiased;
  border: 1px transparent solid;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dianzan:before {
  content: "\e60c";
}

.icon-cuo:before {
  content: "\e66a";
}

.icon-arrow-down:before {
  content: "\e618";
}

.icon-arrow-top:before {
  content: "\e619";
}

.icon-shuju:before {
  content: "\e61e";
}

.icon-jiantou-copy:before {
  content: "\e600";
}

.icon-shijian:before {
  content: "\e632";
}

.icon-cai:before {
  content: "\e609";
}

.icon-home:before {
  content: "\e628";
}

.icon-douhao-:before {
  content: "\e63a";
}

.icon-douhao-1:before {
  content: "\e63b";
}

.icon-duihua:before {
  content: "\e60d";
}

.icon-icon-sousu:before {
  content: "\e72d";
}

.icon-jiantou:before {
  content: "\e601";
}
