/*頁面1*/
.main {
  width: 100%;
  height: auto;
  position: relative;
}

.side-btn-li {
  color: #fff !important;
}

.side-btn-dash {
  color: #fefefe !important;
}

.side-btn-all::before {
  color: #fefefe !important;
}

.side-btn-all::after {
  color: #fefefe !important;
}

.side-btn-active {
  color: #ffe3cd !important;
}

.side-btn-active::after {
  background-color: #ffe3cd !important;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background-image: url(../img/dot2-2.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: #fff;
  outline: none;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: #d6b59a;
  outline: none;
}

.main-banner {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/04-2/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner1-pic1 {
  width: 75%;
  height: auto;
  position: absolute;
  left: 14.5%;
  top: 8.5%;
}

.banner1-pic2 {
  width: 19%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-menu {
  width: 12%;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 99;
}

.banner-menu h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.7vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 0.6vw 0;
  border-bottom: 1px solid #d5b499;
  line-height: 3.4vw;
}

.banner-menu h3 {
  width: 100%;
  font-family: "Cinzel";
  font-size: 1.5vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 0 0;
}

.banner-menu h4 {
  width: 100%;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.1vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 0 0;
}

.banner-menu-li {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.banner-menu-li::before {
  content: "";
  position: absolute;
  width: 0.25vw;
  height: 0.25vw;
  background-color: #fff;
  border-radius: 50%;
  left: -7%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.banner-menu-li.banner-menu-active-no {
  cursor: default;
}

.banner-menu-li.banner-menu-active-no::before {
  background-color: transparent;
}

.banner-menu-li:hover {
  color: #d5b499;
}

.banner-menu-li:hover::before {
  background-color: #d5b499;
}

.banner-menu-li.banner-menu-active-no:hover {
  color: #fff;
}

.banner-menu-li.banner-menu-active-no:hover::before {
  background-color: transparent;
}

.banner-menu-li-active {
  color: #d5b499;
}

.banner-menu-li-active::before {
  background-color: #d5b499;
}

.bling {
  width: 1.3vw;
  position: absolute;
  cursor: pointer;
}
.banner-menu-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.banner-menu1 {
  left: 40.2vw;
  top: 23.5vw;
}
.banner-menu2 {
  left: 28.9vw;
  top: 27.9vw;
}
.banner-menu3 {
  left: 31.8vw;
  top: 19.5vw;
}
.banner-menu4 {
  left: 53vw;
  top: 14.8vw;
}
.banner-menu5 {
  left: 59.2vw;
  top: 24vw;
}
.banner-menu7 {
  left: 24.1vw;
  top: 20.5vw;
}
.banner-menu8 {
  left: 52.5vw;
  top: 23.2vw;
}
.banner-menu1-txt {
  width: 4vw;
  top: -1.8vw;
}
.banner-menu2-txt {
  width: 10.8vw;
  top: -2vw;
}
.banner-menu3-txt {
  width: 4.1vw;
  top: -2.2vw;
}
.banner-menu4-txt {
  width: 4.2vw;
  top: -2.2vw;
}
.banner-menu5-txt {
  width: 9vw;
  top: -1.9vw;
}
.banner-menu7-txt {
  width: 4.1vw;
  top: -1.9vw;
}
.banner-menu8-txt {
  width: 4.1vw;
  top: -1.9vw;
}

.bling1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bling-active {
  animation: bling 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes bling {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.bling:hover .bling2 {
  animation: bling 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

.banner-menu-txt-active {
  opacity: 1;
  visibility: visible;
}

.bling:hover .banner-menu-txt {
  opacity: 1;
  visibility: visible;
}

.pic-txt {
  position: absolute;
  right: 1vw;
  bottom: 2vw;
  color: #fff;
  font-family: "DFHeiStd-W5";
  font-size: 1vw;
  letter-spacing: 0.01vw;
}

.banner-txt {
  width: 38%;
  position: absolute;
  left: 4.2%;
  top: 78%;
}

.banner-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 0.5vw 0;
}

.banner-txt h4 {
  width: 100%;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.01vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0;
}

.bottom-title {
  position: absolute;
  bottom: 4.4vw;
  right: 10.5vw;
  font-family: "jf-jinxuan-medium";
  font-size: 1.6vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
}

.north-icon {
  width: 2.5vw;
  position: absolute;
  left: -3.5vw;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-txt {
  position: absolute;
  bottom: 2.6vw;
  right: 10.5vw;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 0.7vw;
  letter-spacing: 0.07vw;
}

/*頁面2*/

.banner2 {
  width: 66%;
  height: auto;
  position: relative;
  margin-left: 34%;
}

.banner2-txt {
  width: 74%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner2-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.7vw;
  letter-spacing: 0.15vw;
  color: #d5b499;
  font-weight: normal;
  margin: 0 0 1vw 0;
}

.banner2-txt h4 {
  width: 100%;
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.01vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 3% 0;
}

.main2-txt-bg {
  width: 34%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner2 .swiper-pagination {
  width: 5vw !important;
  height: 2vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  bottom: 1.3vw !important;
  right: 8vw !important;
  left: auto !important;
  padding-left: 0.5vw;
  box-sizing: border-box;
}

.banner2 .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;
}

.banner2 .swiper-pagination-bullet-active {
  background-image: url(../img/04-1/dot1.png);
  background-color: transparent;
  outline: none;
}

.banner2-menu {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 4vw 0;
}

.banner2-menu::after {
  content: "";
  clear: both;
  display: block;
}

.banner2-menu-li {
  color: #f8f2f1;
  font-weight: normal;
  font-family: "DFHeiStd-W3";
  font-size: 1.09vw;
  letter-spacing: 0.15vw;
  line-height: 1.5vw;
  float: left;
  margin: 0 1vw 0 0;
  position: relative;
  border-bottom: 1px solid #f8f2f1;
  cursor: pointer;
}

.banner2-menu-li:first-child::after {
  content: "";
  width: 1px;
  height: 1vw;
  background-color: #f8f2f1;
  position: absolute;
  right: -5%;
  top: 22%;
}

.banner2-menu-li.banner2-menu-li-active {
  border-bottom: 1px solid #d5b499;
}

.banner2-menu-li-active {
  color: #d5b499;
}

.banner2-pic1 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

/*banner開圖*/

.open-banner {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.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;
}
