.gorun-icon-warning {
  background: url("/img/icon/common/warning.png") center no-repeat;
  background-size: contain;
}

.gorun-icon-warning:before {
  content: "\5927";
  font-size: 16px;
  visibility: hidden;
}

.gorun-icon-question-outline {
  background: url("/img/icon/common/gorun-icon-question-outline.png") center no-repeat;
  background-size: contain;
}

.gorun-icon-question-outline:before {
  content: "\5927";
  font-size: 25px;
  visibility: hidden;
}


.gorun-icon-arrow-down {
  background: url("/img/icon/common/gorun-icon-arrow-down.png") center no-repeat;
  background-size: contain;
}

.gorun-icon-arrow-down:before {
  content: "\5927";
  font-size: 16px;
  visibility: hidden;
}


.gorun-icon-arrow-up {
  background: url("/img/icon/common/gorun-icon-arrow-up.png") center no-repeat;
  background-size: contain;
}

.gorun-icon-arrow-up:before {
  content: "\5927";
  font-size: 16px;
  visibility: hidden;
}

.gorun-icon-framework {
  background: url("/img/icon/common/gorun-icon-framework.png") center no-repeat;
  background-size: contain;
}

.gorun-icon-framework:before {
  content: "\5927";
  font-size: 16px;
  visibility: hidden;
}
