html,
body {
  height: 100%;
  margin: 0;
}

.workpermit-guide {
  background: url("../images/bg.png") 0 0/100% 100% no-repeat;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.workpermit-guide .title {
  font-size: 18px;
  margin: 20px 0 16px;
}
.workpermit-guide .image-logo {
  margin-top: auto;
}
.workpermit-guide .link {
  display: flex;
  gap: 18px;
  margin-bottom: auto;
  align-items: flex-end;
}
.workpermit-guide .link .link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.workpermit-guide .link .link-item .image-container {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  padding: 14px;
  margin-bottom: 18px;
}
.workpermit-guide .link .link-item .image-container:hover {
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.workpermit-guide .jump {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #1677ff;
  align-items: center;
  margin-top: 9px;
}
.workpermit-guide .jump:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
