/* 此样式是为了兼容ie9 ，vue里的相对图片路径经过loader之后ie9无法解析，所以在全局引入样式，用相对路径解析 */
.sealDialog .body .content .leftBody .tab .bg2 {
  background: url("../icon/tabIcon1.png") no-repeat center center !important;
  background-size: 100% 100%;
}
.check-icon-deal {
  margin: 0 auto;
  margin-top: 40px;
  width: 60px;
  height: 60px;
  background: url("../icon/rejected.svg") no-repeat center center;
  background-size: 100% 100%;
  height: 60px\9 !important;
  width: 60px\9 !important;
}
.check-icon_succ-deal {
  margin: 0 auto;
  margin-top: 40px;
  width: 60px;
  height: 60px;
  background: url("../icon/success.png") no-repeat center center;
  background-size: 100% 100%;
  height: 60px\9 !important;
  width: 60px\9 !important;
}
.move-deal {
  cursor: pointer;
  width: 20px;
  height: 20px;
  height: 20px\9 !important;
  position: absolute;
  right: 25px;
  background: url("../icon/move.png") no-repeat center center;
  background-size: 100% 100%;
}
.delete-deal {
  cursor: pointer;
  width: 20px;
  height: 20px;
  height: 20px\9 !important;
  right: 0;
  position: absolute;
  background: url("../icon/delete.png") no-repeat center center;
  background-size: 100% 100%;
}
.check-icon_succ-pp-deal {
  margin: 0 auto;
  margin-top: 80px;
  width: 60px;
  height: 60px;
  background: url("../icon/success.png") no-repeat center center;
  background-size: 100% 100%;
}
.check-icon-pp-deal {
  margin: 0 auto;
  margin-top: 80px;
  width: 60px;
  height: 60px;
  background: url("../icon/rejected.svg") no-repeat center center;
  background-size: 100% 100%;
  height: 60px\9 !important;
  width: 60px\9 !important;
}
.sealDialog .body .content .leftBody .tab .bg1 {
  background: url("../icon/tabIcon0.png") no-repeat center center;
  background-size: 100% 100%;
  height: 20px\9 !important;
}
.sealDialog .body .content .leftBody .tab .bg2 {
  background: url("../icon/tabIcon1.png") no-repeat center center;
  background-size: 100% 100%;
}
.sealDialog .body .content .rightBody .isChoosed:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 10px;
  background: url("../icon/icon0.png") no-repeat 9px 2px;
  background-size: 11px 10px;
  z-index: 1;
}
.sealDialog
  .body
  .content
  .rightBody
  .handSealBody
  .handSealModal
  .modalContent
  .img {
  width: 45px;
  height: 45px;
  margin: 55px auto 5px;
  background: url("../icon/successIcon.png") no-repeat center center;
  background-size: 100% 100%;
}

.confirmToast:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("../icon/errowIcon.png") no-repeat center center;
  background-size: 100% 100%;
  left: 15px;
  top: 19px;
}
