.banner-container {
  height: 900px;
  background: url('../image/lens/lens_banner.png') no-repeat;
  background-size: cover;
  font-size: 48px;
  color: #fff;
  font-style: italic;
}
.process-arrow img {
  transform: translateY(130px);
}
.series-image {
  height: 386px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.model-no-case {
  width: 257px;
  height: 33px;
  background: #00a7e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.highlight-table tbody tr[data-index="2"] td{
  background-color: #00a7e5;
}
.highlight-table tbody tr[data-index="2"]:hover td {
  background-color: #00a7e5;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .series-image {
    height: 200px;
    padding: 0 10px;
  }
}