
a.fossil-xmas__link{
    text-decoration: none;
}

a.fossil-xmas__link:hover{
    opacity:0.8;
}

.fossil-xmas__link{
  display: grid;
  place-items: center; /* 上下左右中央 */
}

.fossil-xmas__img{
  grid-area: 1 / 1;
  display: block;
}

.fossil-xmas__text{
  grid-area: 1 / 1;
  padding: 0.6em 0.9em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.45);
  border-radius: 10px;
  pointer-events: none;
}