html,
body {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.bg-box {
  background: #3a3a3c;
  transition: all 0.5s;
}

.section1 {
  height: 100vh;
  color: #b27f5b;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background-color: #1c1c1e;
  position: relative;
}
.section1 .text {
  font-weight: 700;
  font-size: 1.2rem;
  height: 100%;
  padding: 1rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section1 .text .t3 {
  margin-top: 0.8rem;
}
.section1 .text .t3 img {
  width: 100%;
}

.section2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1.68rem 3rem 2.5rem 1.2rem;
  opacity: 1;
}
.section2 .top {
  position: relative;
}
.section2 .top .l {
  color: #b68a68;
  font-size: 0.73rem;
  font-weight: bold;
}
.section2 .center {
  color: #b68a68;
  margin: 0.1rem 0 0.5rem;
  text-align: left;
  font-weight: 300;
  font-size: 0.22rem;
  line-height: 1.6;
  width: 100%;
}
.section2 .bottom {
  display: block;
  width: 3.7rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  /* background-color: #fff; */
  font-size: 0.15rem;
  margin-top: 0.2rem;
  cursor: pointer;
  margin-right: 5%;
}
.section2 .bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.15rem;
}
.section2 .bottom .left-box {
  background-color: #3a3a3c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.25rem;
}
.section2 .bottom .left-box img {
  width: 30%;
  margin-left: 0.02rem;
}

.common-section-box {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-section-box .left-box {
  width: 55%;
  height: 100%;
  position: relative;
}
.common-section-box .left-box .box {
  transition: all 0.5s;
  padding: 1.5rem 1.1rem;
  background-color: #1c1c1d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common-section-box .left-box .box .title {
  font-size: 0.73rem;
  color: #b68a68;
  line-height: 0.8rem;
  font-weight: bold;
}
.common-section-box .left-box .box .config-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-section-box .left-box .box .config-box .box5 .t {
  font-size: 0.46rem;
  color: #b68a68;
  display: flex;
  align-items: center;
}
.common-section-box .left-box .box .config-box .box5 .t span {
  display: flex;
}
.common-section-box .left-box .box .config-box .box5 .b {
  font-size: 0.14rem;
  color: #b68a68;
}
.common-section-box .left-box .box .desc {
  font-size: 0.17rem;
  border-top: 1px solid rgba(182, 138, 104, 0.3);
  color: #b68a68;
  padding-top: 0.87rem;
  line-height: 0.29rem;
}
.common-section-box .left-box .box1 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.common-section-box .left-box .box2 {
  opacity: 0;
  width: 100%;
  padding: 1.2rem 1.4rem;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.common-section-box .right-box {
  width: 45%;
  position: relative;
  height: 100%;
}
.common-section-box .right-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.common-section-box .right-box .img-box:nth-last-of-type(1) {
  transform: translateY(100%);
}
.common-section-box .right-box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-section-box1 {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.common-section-box1 .common-section {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
}
.common-section-box1 .common-section .left-box {
  width: 55%;
  padding: 1.5rem 1.1rem;
  background-color: #1c1c1d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common-section-box1 .common-section .left-box .title {
  font-size: 0.73rem;
  color: #b68a68;
  line-height: 0.8rem;
  font-weight: bold;
}
.common-section-box1 .common-section .left-box .config-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-section-box1 .common-section .left-box .config-box .box .t {
  font-size: 0.46rem;
  color: #b68a68;
  display: flex;
  align-items: center;
}
.common-section-box1 .common-section .left-box .config-box .box .t span {
  display: flex;
}
.common-section-box1 .common-section .left-box .config-box .box .b {
  font-size: 0.14rem;
  color: #b68a68;
}
.common-section-box1 .common-section .left-box .desc {
  font-size: 0.17rem;
  border-top: 1px solid rgba(182, 138, 104, 0.3);
  color: #b68a68;
  padding-top: 0.87rem;
  line-height: 0.29rem;
}
.common-section-box1 .common-section .right-box {
  width: 45%;
}
.common-section-box1 .common-section .right-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-section-box1 .section3 {
  opacity: 1;
}
.common-section-box1 .section4 {
  opacity: 0;
}

.video-box {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #000;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
}

.video-box video {
  width: 100%;
  height: 100vh;
}

.video-box .close-box {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 6;
  background-color: #6b6b6b;
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-box .close-box img {
  width: 0.15rem;
}

@media (max-width: 768px) {
  .section1 {
    overflow: hidden;
    align-items: center;
  }
  .section1 .text {
    font-size: 1.07rem;
    position: relative;
    z-index: 2;
  }
  .section1 .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bd8862;
    width: 100%;
    height: 0;
    z-index: 0;
  }
  .section2 {
    padding: 1.5rem 0.56rem;
  }
  .section2 .top .l {
    font-size: 0.68rem;
    padding-right: 2rem;
    line-height: 0.8rem;
  }
  .section2 .center {
    padding-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.5;
    margin-top: 0.3rem;
  }
  .section2 .bottom {
    margin-right: -13%;
    width: 4.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .section2 .bottom span {
    font-size: 0.23rem;
  }
  .common-section-box1 {
    overflow: hidden;
    height: auto;
  }
  .common-section-box1 .common-section {
    position: relative;
    height: auto;
    flex-direction: column;
    margin-top: 1rem;
  }
  .common-section-box1 .common-section .left-box {
    width: 100%;
    padding: 0 0.53rem;
  }
  .common-section-box1 .common-section .left-box .title {
    font-size: 0.73rem;
  }
  .common-section-box1 .common-section .left-box img {
    width: 100%;
    margin-top: 0.87rem;
  }
  .common-section-box1 .common-section .left-box .config-box {
    flex-wrap: wrap;
    margin-top: 0.85rem;
  }
  .common-section-box1 .common-section .left-box .config-box .box {
    width: 50%;
    margin-bottom: 0.64rem;
  }
  .common-section-box1 .common-section .left-box .config-box .box .t {
    font-size: 0.6rem;
    font-weight: bold;
  }
  .common-section-box1 .common-section .left-box .config-box .box .b {
    font-size: 0.2rem;
  }
  .common-section-box1 .common-section .left-box .config-box .box:nth-last-of-type(1) {
    width: 100%;
  }
  .common-section-box1 .common-section .left-box .desc {
    font-size: 0.27rem;
    line-height: 0.4rem;
    border-bottom: 1px solid rgba(182, 138, 104, 0.3);
    border-top: 0;
    padding-top: 0;
    padding-bottom: 1.44rem;
  }
  .common-section-box1 .common-section .right-box {
    display: none;
  }
  .common-section-box1 .section4 {
    opacity: 1;
  }
  .common-section-box1 .section4 .left-box .desc {
    border: none;
  }
}/*# sourceMappingURL=power.css.map */