#display .ad {
  position: relative;
  width: 19.2rem;
  height: 7.5rem;
  background: url('../images/display/display.png') no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  transition: all 1s;
}
#display .ad .core {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
#display .ad .core p:nth-child(1) {
  font-size: 0.36rem;
}
#display .ad .core p:nth-child(2) {
  font-size: 0.24rem;
}

.wrapper .sortable__nav li a {
  padding: .25rem 0rem;
}
.wrapper .sortable__nav li {
  margin: 0 .45rem;
}
.nav__link.is-active {
  background: #183e85;
  color: #FFFFFF;
}
.card-infos .card__text {
  margin: .33rem 0;
  display: -webkit-box;
  -webkit-line-clamp:2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.wrapper .sjs-default {
  margin-bottom: .5rem;
}
/* #display .ad1 {
  display: none;
}
#display .ad1.hover {
  position: fixed;
  display: block;
  top: 0;
  opacity: .5;
  transition: all 1s;
} */