
/*字体图标*/

@font-face {font-family: "icon";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot?#iefix') 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#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;
}


.icon-jiang-copy:before {
  content: "\e602";
}

.icon-jiantou-copy:before {
  content: "\e600";
}

.icon-jiantou:before {
  content: "\e601";
}

.icon-ico_open:before {
  content: "\e662";
}

.icon-caidan:before {
  content: "\e61b";
}

.icon-dianhua:before {
  content: "\e6ad";
}

