.resource_error-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.resource_error-container .icon {
  width: 300px;
}

.resource_error-container .icon img {
  display: block;
  width: 100%;
}

.resource_error-container h3 {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 15px 0;
}

.resource_error-container .button {
  cursor: pointer;
  width: 120px;
  height: 36px;
  background-color: #f03036;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  user-select: none;
}

.resource_error-container .button:hover {
  background-color: #f56e72;
}
