/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-checked {
  background-image: url(../../img/success/sprite.png);
  background-position: -391px -288px;
  width: 14px;
  height: 14px;
}
.icon-close {
  background-image: url(../../img/success/sprite.png);
  background-position: -364px -288px;
  width: 27px;
  height: 27px;
}
.icon-delete {
  background-image: url(../../img/success/sprite.png);
  background-position: -391px -302px;
  width: 12px;
  height: 12px;
}
.icon-deleteAndInsert {
  background-image: url(../../img/success/sprite.png);
  background-position: -268px 0px;
  width: 96px;
  height: 96px;
}
.icon-edit {
  background-image: url(../../img/success/sprite.png);
  background-position: -268px -96px;
  width: 96px;
  height: 96px;
}
.icon-group {
  background-image: url(../../img/success/sprite.png);
  background-position: -288px -268px;
  width: 51px;
  height: 37px;
}
.icon-have {
  background-image: url(../../img/success/sprite.png);
  background-position: -419px -288px;
  width: 15px;
  height: 12px;
}
.icon-headerFooter {
  background-image: url(../../img/success/sprite.png);
  background-position: -192px -220px;
  width: 96px;
  height: 96px;
}
.icon-member {
  background-image: url(../../img/success/sprite.png);
  background-position: -80px -316px;
  width: 29px;
  height: 32px;
}
.icon-mergerAndSplitting {
  background-image: url(../../img/success/sprite.png);
  background-position: -364px -96px;
  width: 96px;
  height: 96px;
}
.icon-nothing {
  background-image: url(../../img/success/sprite.png);
  background-position: -434px -288px;
  width: 15px;
  height: 12px;
}
.icon-paymentQQ {
  background-image: url(../../img/success/sprite.png);
  background-position: -268px -192px;
  width: 13px;
  height: 15px;
}
.icon-pdfForm {
  background-image: url(../../img/success/sprite.png);
  background-position: -172px 0px;
  width: 96px;
  height: 96px;
}
.icon-pdfToWord {
  background-image: url(../../img/success/sprite.png);
  background-position: -364px -192px;
  width: 96px;
  height: 96px;
}
.icon-projection {
  background-image: url(../../img/success/sprite.png);
  background-position: -364px 0px;
  width: 96px;
  height: 96px;
}
.icon-qq {
  background-image: url(../../img/success/sprite.png);
  background-position: -40px -316px;
  width: 40px;
  height: 40px;
}
.icon-registered {
  background-image: url(../../img/success/sprite.png);
  background-position: -109px -316px;
  width: 29px;
  height: 32px;
}
.icon-success {
  background-image: url(../../img/success/sprite.png);
  background-position: 0px -316px;
  width: 40px;
  height: 40px;
}
.icon-tips {
  background-image: url(../../img/success/sprite.png);
  background-position: -288px -220px;
  width: 48px;
  height: 48px;
}
.icon-toPdf {
  background-image: url(../../img/success/sprite.png);
  background-position: -96px -220px;
  width: 96px;
  height: 96px;
}
.icon-uncheck {
  background-image: url(../../img/success/sprite.png);
  background-position: -405px -288px;
  width: 14px;
  height: 14px;
}
.icon-watermark {
  background-image: url(../../img/success/sprite.png);
  background-position: 0px -220px;
  width: 96px;
  height: 96px;
}
.icon-weixin_bg {
  background-image: url(../../img/success/sprite.png);
  background-position: 0px 0px;
  width: 172px;
  height: 220px;
}
.icon-wordTranslation {
  background-image: url(../../img/success/sprite.png);
  background-position: -172px -96px;
  width: 96px;
  height: 96px;
}
