.side-btn-active {
  color: #8b6646 !important;
}

.side-btn-active::after {
  background-color: #8b6646 !important;
}

.side-btn-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.swiper-container {
  height: 100vh !important;
}

.swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0.6vw 0 !important;
  opacity: 1;
  border-radius: 0;
  border: none;
  background-color: #a0a0a0;
  outline: none;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: #d6b59a;
  outline: none;
}

.swiper-pagination-b .swiper-pagination-bullet {
  display: inline-block !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6vw;
  height: 2vw;
  margin: 0 0 !important;
  opacity: 1;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: none;
  outline: none;
}

.swiper-pagination-b .swiper-pagination-bullet-active {
  background-color: transparent !important;
  background-image: none;
  border: none;
  outline: none;
}

.swiper-pagination-b {
  width: 18vw !important;
  top: 2% !important;
  z-index: 999;
  right: 10.5% !important;
  left: auto !important;
  transform: none !important;
}

.all-swiper {
  width: 100%;
  height: 100vh;
}

/*內頁*/
.main {
  width: 100%;
  position: relative;
}

.banner-menu {
  width: 22%;
  position: absolute;
  right: 2.5%;
  top: 24%;
  z-index: 99;
}

.banner-menu > h1 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.6vw;
  letter-spacing: 0.13vw;
  color: #83613f;
  font-weight: normal;
  margin: 0 0 0 0;
  cursor: pointer;
}

.banner-menu > h3 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.35vw;
  letter-spacing: 0.13vw;
  color: #83613f;
  font-weight: normal;
  margin: 1vw 0 -0.5vw 0;
  cursor: pointer;
  text-indent: -0.6vw;
}

.banner-menu > h2 {
  width: 75%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.1vw;
  letter-spacing: 0.13vw;
  color: #83613f;
  font-weight: normal;
  margin: 1.1vw 0 0.7vw 0;
  border: 1px solid #83613f;
  padding: 0.4vw 0;
  text-align: center;
  cursor: pointer;
}

.banner-menu > h2:hover {
  background-color: rgba(82, 82, 82, 0.75);
  color: #f8f2f1;
}

.banner-menu-h2-active {
  background-color: rgba(82, 82, 82, 0.75);
  color: #f8f2f1 !important;
}

.banner-menu > h2:first-child {
  margin: 0 0 1vw 0;
}

.banner-menu > h4 {
  width: 100%;
  color: #3e3a39;
  font-weight: normal;
  font-family: "DFHeiStd-W5";
  font-size: 1.09vw;
  letter-spacing: 0.03vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 0 0;
}

.banner-menu > h4 ul {
  list-style: none;
  margin: 0;
  padding: 0 0;
}

.banner-menu > h4 ul li {
  line-height: 1.5vw;
  margin: 0.3vw 0;
  padding: 0 0 0 0.5vw;
  position: relative;
}

.banner-menu > h4 ul li::before {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0.625vw;
  width: 3px;
  height: 3px;
  background-color: #3e3a39;
  transition: all 0.5 ease-in-out;
}

.banner-menu-txt {
  width: 100%;
  position: relative;
  margin: 0;
  z-index: 99;
}

.txt-space {
  margin-top: 0.5vw;
}

.banner-menu-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.6vw;
  letter-spacing: 0.13vw;
  color: #83613f;
  font-weight: normal;
  margin: 0 0 1vw 0;
  cursor: pointer;
  border: none;
  text-align: left;
}

.banner-menu-txt h4 {
  width: 100%;
  color: #3e3a39;
  font-weight: normal;
  font-family: "DFHeiStd-W5";
  font-size: 1.09vw;
  letter-spacing: 0.03vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 0 0;
}

.banner-closeBtn {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 6.5%;
  cursor: pointer;
}

.click-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dot {
  width: 1.2vw;
  height: 11.5vw;
  position: absolute;
  cursor: pointer;
}

.dot > img {
  animation: bling 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

.dot-li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dot1-1 {
  left: 45.15%;
  top: 22%;
}

.dot1-1-top {
  left: 45.15%;
  top: 21%;
}

.dot2-1 {
  left: 23.3%;
  top: 24.5%;
}

.dot2-2 {
  left: 26.9%;
  top: 32.5%;
}

.dot2-3 {
  left: 42.4%;
  top: 49.2%;
}

.dot2-4 {
  left: 42.5%;
  top: 60.2%;
}

.dot2-5 {
  left: 24.5%;
  top: 56.2%;
}

.dot2-5-top {
  left: 24.5%;
  top: 53.2%;
}

.dot3-1 {
  left: 53.65%;
  top: 27.5%;
}

.dot3-2 {
  left: 35.8%;
  top: 62.5%;
}

.dot3-1-top {
  left: 53.65%;
  top: 26.5%;
}

.dot3-2-top {
  left: 35.8%;
  top: 61.8%;
}

@keyframes bling {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.bg-btn {
  width: 2vw;
  position: absolute;
  animation: bling2 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

.bg1-1-btn {
  left: 17.2%;
  top: 13%;
}

.bg1-2-btn {
  left: 18%;
  top: 63%;
}

.bg1-3-btn {
  left: 44.8%;
  top: 23.7%;
}

.bg1-4-btn {
  left: 47.6%;
  top: 28.5%;
}

.bg2-1-btn {
  left: 58.2%;
  top: 46%;
}

.bg2-2-btn {
  left: 24%;
  top: 56%;
}

.bg3-1-btn {
  left: 35.4%;
  top: 64.4%;
}

.bg3-2-btn {
  left: 64%;
  top: 53.4%;
}

.bg3-3-btn {
  left: 12.9%;
  top: 21.4%;
}

.bg3-4-btn {
  left: 57.3%;
  top: 31.4%;
}

.bg3-5-btn {
  left: 53.3%;
  top: 29.2%;
}

.bg3-6-btn {
  left: 63.5%;
  top: 29.2%;
}

@keyframes bling2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/*banner開圖*/

.open-banner {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.open-banner .swiper-container {
  width: 100%;
  height: auto !important;
}

.open-pic {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  color: #fff;
  text-align: left;
}

.open-pic > img {
  width: 100%;
  height: 100vh;
}

.banner-closeBtn {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 6.5%;
  cursor: pointer;
}

.banner-closeBtn2 {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 6.5%;
  cursor: pointer;
}

.open-banner .swiper-pagination {
  width: 4vw !important;
  height: 2vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  padding-left: 0.5vw;
  box-sizing: border-box;
  bottom: 1.5vw;
  right: 12vw;
  left: auto;
}

.open-banner .swiper-pagination-bullet {
  background-image: url(../img/04-1/dot2.png);
  /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0.6vw 0 !important;
  opacity: 1;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.open-banner .swiper-pagination-bullet-active {
  background-image: url(../img/04-1/dot1.png);
  background-color: transparent;
  outline: none;
}

.pic-txt {
  position: absolute;
  right: 1vw;
  bottom: 2vw;
  color: #fff;
  font-family: "DFHeiStd-W5";
  font-size: 1vw;
  letter-spacing: 0.01vw;
}
