.main {
  width: 100%;
  height: auto;
  position: relative;
}

.main-banner {
  width: 66%;
  height: auto;
  position: relative;
  margin-left: 34%;
}

.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;
}

.banner-txt {
  width: 74%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-txt h2 {
  width: 100%;
  font-family: "jf-jinxuan-medium";
  font-size: 1.7vw;
  letter-spacing: 0.15vw;
  color: #bb9977;
  font-weight: normal;
  margin: 0 0 1vw 0;
}

.banner-txt h4 {
  width: 100%;
  color: #3e3a39;
  font-weight: normal;
  font-family: "DFHeiStd-W5";
  font-size: 1.09vw;
  letter-spacing: 0.01vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2vw;
  margin: 0 0 5% 0;
}

.main-txt-bg {
  width: 34%;
  height: 100%;
  background-image: url("../img/04-1/main-txt-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  width: 7vw;
  color: #3e3a39;
  font-weight: normal;
  font-family: "DFHeiStd-W5";
  font-size: 1.09vw;
  letter-spacing: 0.01vw;
  border: 1px solid #3e3a39;
  padding: 1.7% 0;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.btn:hover {
  background-color: rgba(187, 153, 119, 0.5);
  border: 1px solid #be9e7d;
}

.pic-txt{
  position: absolute;
  right: 1vw;
  bottom: 2vw;
  color: #fff;
  font-family: "DFHeiStd-W5";
  font-size: 1vw;
  letter-spacing: 0.01vw;
}

.swiper-pagination{
  width: 6vw!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;
}

.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;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/04-1/dot1.png);
  background-color: transparent;
  outline: none;
}

/*banner開圖*/

.open-banner {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/04-1/open-bg.jpg);
  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;
}

.banner-closeBtn {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 6.5%;
  cursor: pointer;
}

.open-banner-txt {
  width: 31%;
  position: absolute;
  left: 11%;
  top: 10%;
}

.open-banner-txt2 {
  width: 31%;
  position: absolute;
  left: 35%;
  top: 16.4%;
}

.open-banner-txt h2 {
  font-size: 1.6vw;
  letter-spacing: 0.26vw;
  color: #eed7c8;
  margin: 0 0 5% 0;
  font-family: "jf-jinxuan-medium";
  font-weight: normal;
}

.open-banner-txt h4,.open-banner-txt2 h4 {
  font-size: 1vw;
  letter-spacing: 0.05vw;
  color: #fff;
  font-family: "DFHeiStd-W3";
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
  font-weight: normal;
}

.open-txt-all {
  width: 100%;
  position: relative;
  display: block;
  height: 2vw;
  line-height: 2vw;
}

.open-txt-title {
  width: 17%;
  position: relative;
  float: left;
}

.open-txt-title::after {
  content: "";
  position: absolute;
  right: 9%;
  top: 26%;
  background-color: #fff;
  width: 1px;
  height: 1vw;
}

.open-txt-name {
  width: 83%;
  position: relative;
  float: left;
}

