* {
  font-family: 'Georgia', 'Times New Roman', 'Times', 'Cambria', "DFKai-SB", "BiauKai", "Kaiti TC", "AR PL UKai TW", "AR PL UKai HK", "AR PL UKai CN", "TW-Kai", "KaiTi", "楷体", serif;
}


/* .image-block {
  max-width: 1000px;
  position: relative;
  margin: auto;
} */
.image-block {
  width: 100%;
  height: 450px;
  /* 輪播區塊高度，可調 */
  overflow: hidden;
  position: relative;
  margin: 10px;
  max-width: 1000px;
  justify-self: center;
}

.image-player {
  width: 100%;
  height: 100%;
  display: none;
}

.image-player img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: larger;
}

.titleimg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 18px;
}


.image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3131 / 1830;
}

.block {
  background-color: aliceblue;
  border-radius: 50px;
  margin-left: 20%;
  margin-right: 20%;
  padding: 2%;
}

.title {
  font-size: 50px;
  text-align: center;
}

.detail {
  font-size: 20pt;
  margin: 2%;
}

@media screen and (max-width: 1024px) {
  .block {
    margin-left: 0%;
    margin-right: 0%;
  }
}