.main {
  width: 100%;
  position: relative;
}

.banner-menu {
  width: 20%;
  position: absolute;
  right: 2.5%;
  top: 29%;
  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: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.4vw;
  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-closeBtn {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 6.5%;
  cursor: pointer;
}

.click-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-btn{
  width: 2vw;
  position: absolute;
  animation: bling2 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

.bg1-btn{
  left: 39.95%;
  top: 15%;
  cursor: pointer;
}

.bg2-btn{
  left: 60.95%;
  top: 15%;
}

.bg3-btn{
  left: 39.95%;
  top: 15%;
  cursor: pointer;
}

.bg4-btn{
  left: 44.6%;
  top: 52%;
}

.dot {
  width: 1.2vw;
  height: 15.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 {
  left: 40.2%;
  top: 14%;
}

.dot2 {
  left: 30.6%;
  top: 43%;
}

.dot3 {
  left: 61.23%;
  top: 14.6%;
}

.dot1-top {
  left: 40.3%;
  top: 11.5%;
}

.dot3-top {
  left: 61.23%;
  top: 11.8%;
}

@keyframes bling {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@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;
}