.toolbar-icon {
  background-image: url("/images/common/icon_toolbar.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.icon-close {
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute ;
}
.st-error-wrapper {
  margin: 10% 0 12%;
}
.st-error-wrapper h2 {
  color: #f37676;
  font-family: 'Microsoft yahei', '黑体', Arial, Helvetica, Verdana;
  letter-spacing: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.st-error-wrapper .st-error-txt {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.st-error-wrapper .st-error-txt a {
  font-weight: normal;
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 10px 5px 0px;
  background: #1960BC;
  color: #fff;
}
