* {
  margin: 0;
  padding: 0;
}

/* ul {
          list-style: none;
          text-align: center;
          overflow: hidden;
        } */
.swiper-content {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-content .nav-item {
  display: block;
  /* margin-right: 30px; */
  /* width: 50px; */
  height: 30px;
  /* line-height: 30px; */
}

/* 點選的啟用樣式 */
.swiper-content .nav-item.active a {
  /* background-color: #378ee6; */
  color: #9D0208;
  border-bottom: 4px solid #9D0208;
  box-sizing: border-box;
}

/* 輪播圖的樣式 */
.swiper-content .swiper-container {
  /* height: 300px;
          background-color: pink; */
}