body {
  /* 首頁不做 RWD */
  min-width: 980px;
}

.container {
  /* 首頁不做 RWD */
  width: 980px;
  min-width: unset;
  max-width: unset;
}

.page-index {
  height: calc(699px + 112px);
  margin: 0 auto;
  position: relative;
  width: 980px;
  background-image: url(/images/becter/bg-main.jpg), url(/images/becter/bg-header.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 112px center, top center;
  background-size: auto, auto;
  margin-top: -112px;
  padding-top: 112px;
}

.page-index .link-list {
  position: absolute;
  bottom: 40px;
  right: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.page-index .link-list .link {
  display: inline-flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0;
}

.page-index .link-list .link a {
  display: inline-flex;
}

.page-index .link-list .link img {
  width: 155px;
  height: 128px;
}
