.page-container {
  height: 100%;
  background: #0d508a url(../images/img-1.jpg) no-repeat center bottom/100% auto;
  position: relative;
}

.language-list {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0.3rem;
  padding: 1rem 0.3rem;
  width: 100%;
}
.language-list .list-item {
  color: #fff;
  font-size: 0.2rem;
  height: 0.67rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: url(../images/img-3.png) no-repeat center/100% 100%;
  grid-column: span 2;
}

.page-container.yindao {
  background: #fefefe url(../images/img-12.jpg) no-repeat center top/100% auto;
}
.page-container.yindao .language-list {
  grid-template-columns: repeat(8, 1fr);
}
.page-container.yindao .language-list .list-item {
  background: #1744ff;
  font-weight: bold;
  grid-column: span 2;
}
.page-container.yindao .language-list .list-item:hover {
  background: #f5ac00;
}