@font-face {
  font-family: "manrope";
  src: url("./manrope-bold-2.otf");
}



.kv-box .detail .price-box {
  margin-top: 0.1rem;
}

.kv-box .detail .desc span {
  letter-spacing: 0.055rem;
}

.stickyPage {
  position: relative;
  height: 150vh;
  width: 100%;
}

.kv-box .detail .title {
  width: 3.5rem;
}

.onePage {
  height: 100vh;
  width: 100%;
}

.configuration {
  position: sticky;
  top: 0;
}

.configuration .bg {
  width: 100%;
  position: relative;
  height: 100%;
}

.configuration .bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.configuration .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.configuration .detail {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.configuration .detail .title {
  color: #fff;
  font-size: 0.6rem;
  text-align: left;
  padding-left: 1.42rem;
  font-weight: 700;
  line-height: 1.2;
}

.configuration .detail .data-box {
  display: flex;
  align-items: center;
  padding-left: 1.42rem;
  padding-bottom: 1.13rem;
  padding-top: 0.15rem;
}

.configuration .detail .data-box .box {
  margin-right: 0.67rem;
}

.configuration .detail .data-box .box:nth-last-of-type(1) {
  margin-right: 0;
}

.configuration .detail .data-box .box .t {
  font-size: 0.19rem;
  color: #fff;
  font-weight: 300;
}

.configuration .detail .data-box .box .d {
  color: #ffffff;
  font-size: 0.44rem;
  font-family: manrope;
}

.configuration .detail .data-box .box .d span {
  font-size: 0.2rem;
}

.configuration .btn-box-btns {
  position: absolute;
  bottom: 1.3rem;
  right: 1.53rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.configuration .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.37rem;
  height: 0.52rem;
  border: solid 1px #ffffff;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s;
}

.configuration .btn-box1 {
  background: #fff;
  margin-left: 0.1rem;
  color: #000;
}

.configuration .btn-box:hover {
  opacity: 1;
}

.configuration .btn-box img {
  width: 0.12rem;
}

.configuration .btn-box .t {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 0.15rem;
}

.configuration .btn-box1 .t {
  color: #000;
  margin-left: 0.15rem;
}

.configuration .btn-box1 img {
  width: 0.3rem;
}

.cover-box {
  position: relative;
}

.cover-box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 3s ease-in-out;
}

.cover-box .text-box {
  position: absolute;
  bottom: 1.36rem;
  left: 1.55rem;
}

.cover-box .text-box .t1 {
  font-weight: 300;
  color: #fff;
  font-size: 0.27rem;
}

.cover-box .text-box .t2 {
  font-size: 0.66rem;
  color: #fff;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-weight: 700;
}

.swiper-box {
  position: relative;
}

.swiper-box .swiper-container {
  width: 100%;
  position: relative;
}

.swiper-box .swiper-container .swiper-slide {
  position: relative;
}

.swiper-box .swiper-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.swiper-box .swiper-container .swiper-slide video {
  width: 100%;
  object-fit: cover;
}

.swiper-box .swiper-container .swiper-slide .swiper-slide-mask {
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.swiper-box .swiper-controller {
  position: absolute;
  bottom: 1.15rem;
  z-index: 1;
  left: 0;
  width: 100%;
}

.swiper-box .swiper-controller .tabs {
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 0 1.3rem;
}

.swiper-box .swiper-controller .tabs-two {
  padding: 0 3rem;
}

.swiper-box .swiper-controller .tabs .tab {
  flex: 1;
  margin-right: 0.24rem;
  cursor: pointer;
}

.swiper-box .swiper-controller .tabs .tab .line {
  width: 0%;
  background-color: rgba(255, 255, 255, 0.4);
  height: 2px;
}

.swiper-box .swiper-controller .tabs .tab .name {
  margin-top: 0.2rem;
}

.swiper-box .swiper-controller .tabs .tab .name .t {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.19rem;
  transition: all 0.3s;
}

.swiper-box .swiper-controller .tabs .tab .name .d {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  transition: all 0.3s;
}

.swiper-box .swiper-controller .tabs .tab .name .d span {
  font-size: 12px;
  margin-top: 0.1rem;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}

.swiper-box .swiper-controller .tabs .tab:nth-last-of-type(1) {
  margin-right: 0;
}

.swiper-box .swiper-controller .tabs .tab-active .line {
  background-color: #e1954e;
}

.swiper-box .swiper-controller .tabs .tab-active .name .t {
  color: #fff;
}

.swiper-box .swiper-controller .tabs .tab-active .name .d {
  color: #fff;
}

.swiper-box .swiper-controller .tabs .tab-active .name .d span {
  color: rgba(255, 255, 255, 0.6);
}

.swiper-box .swiper-page {
  display: none;
}

.config-box {
  position: relative;
}

.config-box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.config-box .title-box {
  position: absolute;
  top: 1.28rem;
  left: 1.57rem;
}

.config-box .title-box .t {
  color: #ffffff;
  font-size: 0.47rem;
  display: flex;
  align-items: center;
}

.config-box .title-box .t .t-l {
  font-family: manrope;
  font-size: 1rem;
  margin-right: 0.2rem;
}

.config-box .title-box .t .t-l span {
  font-size: 0.6rem;
}

.config-box .title-box .t .t-r {
  font-size: 0.38rem;
  line-height: 1.2;
}

.config-box .title-box .d {
  color: #fff;
  font-size: 0.2rem;
  margin-top: -0.15rem;
}

.config-box .data-box {
  position: absolute;
  bottom: 1.24rem;
  width: 45%;
  left: 0;
  padding: 0 1.57rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.config-box .data-box .box {
  width: 50%;
  margin-top: 0.5rem;
}

.config-box .data-box .box .t {
  color: #ffffff;
  font-size: 0.38rem;
  font-family: manrope;
  white-space: nowrap;
}

.config-box .data-box .box .d {
  color: #ffffff;
  font-size: 0.19rem;
  margin-top: 0.1rem;
  line-height: 0.7;
  opacity: 0.7;
}

.config-box .tips {
  position: absolute;
  bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  right: 1.55rem;
}

.config-box-1 .data-box {
  width: 70%;
}

.config-box-1 .data-box .box {
  width: 33%;
}

.config-box-1 .data-box .box:nth-of-type(2) {
  width: 66%;
}

.more-box {
  position: relative;
}

.more-box .bg {
  width: 100%;
}

.more-box .more-detail {
  position: absolute;
  top: 1.14rem;
  width: 100%;
  left: 0;
  padding: 0 1.57rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-box .more-detail .left-box {
  display: flex;
  flex-direction: column;
}

.more-box .more-detail .left-box .t {
  color: #fff;
  font-size: 0.47rem;
}

.more-box .more-detail .left-box .d {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.2rem;
  line-height: 0.35rem;
}

.more-box .more-detail .right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.5rem;
  border: 1px solid #fff;
  cursor: pointer;
}

.more-box .more-detail .right-box .t {
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.5rem;
}

.more-box .more-detail .right-box img {
  width: 0.18rem;
}

.more-box .tips {
  position: absolute;
  bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  right: 1.55rem;
}

.battery-box {
  background: #1f1f21;
  padding: 1rem 2.5rem 1.1rem;
}

.battery-box .battery-title {
  font-size: 0.47rem;
  color: #fff;
}

.battery-box .battery-content {
  margin-top: 0.5rem;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.battery-box .battery-content .left-box {
  width: 66%;
  background-color: #303035;
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem;
}

.battery-box .battery-content .left-box .left-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.battery-box .battery-content .left-box .left-box-title .t {
  color: #e1954e;
  font-size: 0.36rem;
}

.battery-box .battery-content .left-box .left-box-title .d {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.2rem;
}

.battery-box .battery-content .left-box .left-box-center {
  background: #202123;
  border-radius: 0.13rem;
  padding: 0.2rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.battery-box .battery-content .left-box .left-box-center .box {
  display: flex;
  align-items: center;
}

.battery-box .battery-content .left-box .left-box-center .box .t {
  color: #fff;
  font-family: manrope;
  font-size: 0.6rem;
}

.battery-box .battery-content .left-box .left-box-center .box .t span {
  font-size: 0.4rem;
}

.battery-box .battery-content .left-box .left-box-center .box .d {
  font-size: 0.22rem;
  color: #fff;
  margin-left: 0.1rem;
  line-height: 1.1;
}

.battery-box .battery-content .left-box .left-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.battery-box .battery-content .left-box .left-box-bottom .box {
  width: 45%;
}

.battery-box .battery-content .left-box .left-box-bottom .box .battery {
  border-radius: 0.27rem;
  border: 1px solid rgba(85, 233, 140, 0.1);
  padding: 0.08rem 0.1rem;
}

.battery-box .battery-content .left-box .left-box-bottom .box .battery .b-box {
  overflow: hidden;
  border-radius: 0.22rem;
  display: flex;
  align-items: center;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery
  .b-box
  .a-box {
  background: rgba(85, 233, 140, 0.1);
  margin-right: 2px;
  height: 1.1rem;
  flex: 1;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery
  .b-box
  .a-box:nth-last-of-type(1) {
  margin-right: 0;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery
  .b-box
  .a-box-active {
  background: #55df8c;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery
  .b-box
  .a-box-null {
  background: #393b3d;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1rem;
  padding: 0 0.07rem;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery-title-box
  div {
  color: #55df8c;
  font-size: 0.19rem;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery-title-box
  div:nth-of-type(1) {
  border-radius: 0.2rem;
  background: #55df8c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #47494b;
  font-size: 0.16rem;
  padding: 0.01rem 0.08rem;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery-title-box
  div:nth-of-type(2) {
  flex: 1;
  text-align: center;
}

.battery-box
  .battery-content
  .left-box
  .left-box-bottom
  .box
  .battery-content-box {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.3rem;
  font-weight: 300;
  line-height: 0.32rem;
}

.battery-box .battery-content .left-box .left-box-tips {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 0.2rem;
}

.battery-box .battery-content .right-box {
  width: 33%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.battery-box .battery-content .right-box .box {
  position: relative;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #303035;
  flex: 1;
  overflow: hidden;
}

.battery-box .battery-content .right-box .box:nth-last-of-type(1) {
  margin-top: 3%;
}

.battery-box .battery-content .right-box .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.battery-box .battery-content .right-box .box .detail-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.battery-box .battery-content .right-box .box .detail-box .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.48rem;
  font-family: manrope;
  color: #e1954e;
  font-size: 1.23rem;
}

.battery-box .battery-content .right-box .box .detail-box .top-box .t {
  font-family: inherit;
  font-size: 0.36rem;
}

.battery-box .battery-content .right-box .box .detail-box .top-box .d {
  color: rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  font-family: "manrope";
  margin-right: -0.2rem;
}

.battery-box .battery-content .right-box .box .detail-box .bottom-box {
  padding: 0 0.48rem 0.3rem;
}

.battery-box .battery-content .right-box .box .detail-box .bottom-box .t {
  color: #ffffff;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}

.battery-box .battery-content .right-box .box .detail-box .bottom-box .d {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.32rem;
  font-weight: 300;
}

.cover-box-md {
  margin-bottom: 0;
}

/* 硬派主义 */
.flicker_box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.flicker_po {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 1rem;
  width: calc(100% - 2rem);
  z-index: 3;
}

.flicker_top {
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
}

.ft_left_t1 {
  font-size: 0.48rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}

.ft_left_t1 ._br {
  display: flex;
  align-items: center;
}

.ft_left_t1 ._fh {
  font-size: 0.34rem;
  line-height: 0.34rem;
}

.ft_left_t2 {
    font-size: 0.38rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  /* font-size: 0.18rem;
  margin-top: 0.1rem;
  line-height: 0.28rem;
  color: #fff; */
}

.ft_right {
  width: 4rem;
}

.ft_right_tab {
  display: flex;
}

.ft_right_tab div {
  width: 50%;
  padding: 0.2rem 0;
  font-size: 0.2rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

.ft_right_line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}

.ft_right_line div {
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}

.flicker_bottom {
  position: relative;
}

.flicker_bottom_min {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}

.flicker_bottom_min.active {
  opacity: 1;
  pointer-events: auto;
}

.flicker_bottom_min:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.flicker_bk_1 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.flicker_bk_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flicker_bk_2 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}

.flicker_bk_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flicker_bk_2.active {
  opacity: 1;
}

.flicker_btn {
  position: absolute;
  z-index: 3;
}

.flicker_btn_1 {
  left: 42%;
  top: 59%;
}

.flicker_btn_2 {
  left: 74%;
  top: 57%;
}

.flicker_btn_3 {
  left: 33%;
  top: 57%;
}

.flicker_btn_4 {
  left: 30%;
  top: 59%;
}

.flicker_btn_5 {
  left: 61%;
  top: 48%;
}

.flicker_btn_6 {
  left: 73%;
  top: 43%;
}

.flicker_btn_7 {
  left: 38%;
    top: 38%;
}

.flicker_btn_8 {
  left: 50%;
  top: 38%;
}

.flicker_btn_9 {
  left: 40%;
  top: 79%;
}

.flicker_btn_10 {
  left: 49%;
  top: 51.5%;
}

.flicker_btn_11 {
  left: 77%;
  top: 60%;
}

.flicker_btn_12 {
  left: 40%;
  top: 13%;
}

.on1 .flicker_top {
  color: #fff;
}

.on1 .flicker_top .ft_left_t1 {
  color: #fff;
}



@media (max-width: 1280px) {
  .flicker_btn_9 {
    left: 41%;
    top: 80%;
  }
}



.on1 .ft_right_line {
  background-color: rgba(255, 255, 255, 0.2);
}

.on1 .ft_right_line div {
  /* background-color: rgba(255, 255, 255, 1); */
  background-color: #fff;
}

.flicker_btn_1,
.flicker_btn_2,
.flicker_btn_3,
.flicker_btn_4 .flicker_btn_5 .flicker_btn_6 {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}

.on1 .flicker_btn_1,
.on1 .flicker_btn_2,
.on1 .flicker_btn_3,
.on1 .flicker_btn_4,
.on1 .flicker_btn_5,
.on1 .flicker_btn_6 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s;
}

.flicker_btn_7,
.flicker_btn_8,
.flicker_btn_9,
.flicker_btn_10,
.flicker_btn_11,
.flicker_btn_12 {
  opacity: 0;
  pointer-events: none;
}

.on1 .flicker_btn_7,
.on1 .flicker_btn_8,
.on1 .flicker_btn_9,
.on1 .flicker_btn_10,
.on1 .flicker_btn_11,
.on1 .flicker_btn_12 {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

.HotspotPoint__point__3GEmahoi {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(0);
  border: 1px solid transparent;
  transition: border 300ms;
}

.HotspotPoint__point__3GEmahoi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, background 300ms;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.HotspotPoint__point__3GEmahoi:before {
  border-color: #fff;
}

.HotspotPoint__hidden__2I1UO_ir {
  pointer-events: none;
}

.HotspotPoint__hidden__2I1UO_ir:before {
  transform: translate(-50%, -50%) scale(0);
}

.HotspotPoint__opened__17jxY6X7 {
  border-color: #fff;
}

.HotspotPoint__opened__17jxY6X7:before {
  transform: translate(-50%, -50%) scale(2);
}

.HotspotPoint__opened__17jxY6X7:before {
  background: #fff;
}

.HotspotPoint__pulsing__1MVjgpDF:before {
  width: 22px;
  height: 22px;
}

.HotspotPoint__pulsing__1MVjgpDF::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  transform-origin: center;
  border-radius: 50%;
  box-sizing: border-box;
  animation: HotspotPoint__pulse__1erxfkPR 2s infinite;
  border: 2px solid #fff;
}

.HotspotPoint__pulsing__1MVjgpDF::after {
  color: #fff;
  border: 2px solid #fff;
}

@keyframes HotspotPoint__pulse__1erxfkPR {
  0% {
    opacity: 0;
    border-width: 2px;
    transform: scale(0.5, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
  }

  50% {
    opacity: 1;
    transform: scale(0.8, 0.8);
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  100% {
    opacity: 0;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(2.5, 2.5);
  }
}

.hover_img {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  z-index: 1;
}

.flicker_btn:hover .hover_img {
  transform: translate(-50%, -50%) scale(1.3);
}

.flicker_btn_t {
  position: absolute;
  top: 270%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s;
  font-size: 0.16rem;
  text-align: center;
  letter-spacing: 0.01rem;
}

.flicker_btn:hover .flicker_btn_t {
  opacity: 1;
}

.flicker_btn {
  cursor: pointer;
}

.safe-box {
  position: relative;
}

.safe-box .bg {
  width: 100%;
}

.safe-detail {
  position: absolute;
  left: 1.56rem;
  bottom: 1.52rem;
}

.safe-detail .t {
  color: #fff;
  font-size: 0.47rem;
}

.safe-detail ul {
  margin-top: 0.45rem;
}

.safe-detail ul li {
  color: #fff;
  font-size: 0.19rem;
  margin-bottom: 0.3rem;
  padding-left: 0.15rem;
  border-left: 2px solid #fff;
  height: 0.19rem;
  display: flex;
  align-items: center;
}

.safe-detail ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.section-config {
  background: #fff;
  padding: 1.4rem 2.5rem;
}

.section-config .section-config-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.86rem;
}

.section-config .section-config-detail .left-box {
  color: #111;
  font-size: 0.47rem;
  font-weight: bold;
  line-height: 1.2;
}

.section-config .section-config-detail .right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.5rem;
  border: 1px solid #111;
}

.section-config .section-config-detail .right-box .t {
  font-size: 0.16rem;
  color: #111;
  margin-right: 0.3rem;
}

.section-config .section-config-detail .right-box img {
  width: 0.19rem;
}

.section-config .bg {
  width: 100%;
}

.enjoy_pop {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  z-index: 1000;
}

.enjoy_pop_sw {
  width: 63%;
  margin-left: -63%;
  transition: all 0.4s;
}

.enjoy_pop_sw .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.enjoy_pop_sw .swiper-slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.enjoy_pop_text {
  width: 37%;
  margin-right: -40%;
  transition: all 0.4s;
  padding: 1.2rem 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
}

.enjoy_pop_t2 {
  position: absolute;
  left: 1rem;
  top: 30%;
  transform: translateY(-50%);
  width: calc(100% - 2rem);
  font-size: 0.4rem;
}

.enjoy_pop_t3 {
  position: absolute;
  left: 1rem;
  width: calc(100% - 2rem);
  top: 39%;
  transform: translateY(-50%);
  font-size: 0.155rem;
  color: rgba(36, 41, 43, 0.5);
  letter-spacing: 0.01rem;
}

.enjoy_pop_t1 {
  font-size: 0.22rem;
  font-weight: 300;
  position: absolute;
  top: 23%;
}

.enjoy_pop_t2 div,
.enjoy_pop_t3 div {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 0;
}

.enjoy_pop_t3 div {
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.enjoy_pop_t2 div:nth-of-type(1),
.enjoy_pop_t3 div:nth-of-type(1) {
  position: relative;
}

.enjoy_pop_t2 div.active,
.enjoy_pop_t3 div.active {
  opacity: 1;
}

.enjoy_pop_btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 1);
  left: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.enjoy_pop_btn img {
  width: 0.15rem;
}

.enjoy_pop.active {
  opacity: 1;
  pointer-events: auto;
}

.enjoy_pop.active .enjoy_pop_sw {
  margin-left: 0;
}

.enjoy_pop.active .enjoy_pop_text {
  margin-right: 0;
}

.enjoy_pop_btn_pn {
  position: absolute;
  bottom: 1rem;
  display: flex;
}

.enjoy_pop_btn_pn img {
  width: 0.3rem;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
}

.enjoy_pop_btn_pn img:nth-of-type(2) {
  margin-left: 0.4rem;
}

.enjoy_pop_btn_pn img:hover {
  opacity: 1;
}

.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) {
  .video-box .close-box {
    width: 1rem;
    height: 1rem;
  }

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

  .swiper-box .swiper-controller .tabs .tab .name .d span {
    color: rgba(0, 0, 0, 0.5);
  }

  .swiper-box .swiper-container .swiper-slide .swiper-slide-mask {
    display: none;
  }

  .flicker_bk_2 {
    height: auto;
  }

  body {
    background: #f5f5f5;
  }

  .flicker_btn_4 {
    left: 8%;
    top: 51%;
  }

  .flicker_btn_3 {
    left: 15%;
    top: 51%;
  }

  .flicker_btn_1 {
    left: 27%;
    top: 51%;
  }

  .flicker_btn_2 {
    left: 77%;
    top: 50%;
    z-index: 22;
  }

  .flicker_btn_5 {
    left: 55%;
    top: 47%;
  }

  .flicker_btn_6 {
    left: 74%;
    top: 45%;
  }

  .flicker_btn_9 {
    left: 24.5%;
    top: 45%;
  }

  .flicker_btn_8 {
    left: 88%;
    top: 55%;
  }

  .flicker_btn_7 {
    left: 48%;
    top: 43%;
  }

  .flicker_btn_10 {
    left: 30%;
    top: 64.5%;
  }

  .flicker_btn_11 {
    left: 48%;
    top: 52%;
  }
  .flicker_btn_12 {
    left: 40%;
    top: 33%;
  }

  .configuration .detail {
    top: 1.3rem;
  }

  .configuration .detail .title {
    font-size: 0.6rem;
    padding-left: 0.44rem;
  }

  .configuration .detail .data-box {
    /* flex-wrap: wrap; */
    margin: 0.9rem 0 3.5rem 0.44rem;
    width: 90%;
    padding: 0;
  }

  .configuration .detail .data-box .box {
    width: 35%;
    margin-bottom: 0.8rem;
    margin-right: 0;
  }

  .configuration .detail .data-box .box:nth-of-type(2n) {
    width: 33%;
  }

  .configuration .detail .data-box .box .t {
    font-size: 0.27rem;
  }

  .configuration .detail .data-box .box .d {
    font-size: 0.53rem;
  }

  .configuration .btn-box-btns {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 0.44rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .configuration .btn-box {
    width: 50%;
    height: 0.8rem;
  }

  .configuration .btn-box img {
    width: 0.2rem;
  }

  .configuration .btn-box1 img {
    width: 0.55rem;
  }

  .configuration .btn-box .t {
    font-size: 0.21rem;
  }

  .cover-box .text-box {
    bottom: auto;
    left: 0.7rem;
    top: 1.3rem;
  }

  .cover-box .text-box .t1 {
    font-size: 0.28rem;
  }

  .cover-box .text-box .t2 {
    font-size: 0.67rem;
  }

  .swiper-box .swiper-controller {
    position: absolute;
    padding: 0 0.4rem;
    top: 6.4rem;
  }

  .swiper-box .swiper-controller .tabs .tab .name .t {
    color: #000;
    font-size: 0.36rem;
  }

  .swiper-box .swiper-controller .tabs .tab .name .d {
    font-size: 0.27rem;
  }

  .swiper-box .swiper-controller .tabs .tab-active .name .t {
    color: #000;
  }

  .swiper-box .swiper-controller .tabs .tab-active .name .d {
    color: rgba(0, 0, 0, 0.7);
  }

  .swiper-box .swiper-controller .tabs .tab {
    display: none;
    min-height: 3rem;
  }

  .swiper-box .swiper-controller .tabs .tab-active {
    display: block;
  }

  .swiper-box .swiper-controller .tabs .tab .line {
    display: none;
  }

  .swiper-box {
    padding: 0 0.4rem 1.2rem;
  }

  .swiper-box .swiper-controller .tabs {
    padding: 0;
    margin-top: 0.65rem;
  }

  .swiper-box .swiper-controller .tabs .tab .name {
    margin-top: 0;
  }

  .swiper-box .swiper-page {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    margin: 1rem 0 0;
  }

  .swiper-box .swiper-page .swiper-pagination-progressbar {
    background: #e1954e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
  }

  .cover-box {
    overflow: hidden;
  }

  .config-box {
    padding: 0 0.4rem;
    margin-bottom: 0.9rem;
    overflow: hidden;
    height: auto;
  }

  .config-box .title-box {
    position: static;
    padding: 0rem 0 0.6rem;
  }

  .config-box-0 .title-box {
    margin-top: 0.6rem;
  }

  .config-box .title-box .t {
    color: #111;
    font-size: 0.53rem;
  }

  .config-box .title-box .d {
    color: #111;
    font-size: 0.27rem;
    margin-top: 0rem;
  }

  .config-box .data-box {
    padding: 0 1rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: inherit;
  }

  .config-box-2 .data-box {
    bottom: 0.5rem;
  }

  .config-box-1 .data-box .box:nth-of-type(2) {
    width: 50%;
  }

  .config-box-1 .data-box:nth-last-of-type(1) {
    width: 100%;
  }

  .config-box .tips {
    right: auto;
    left: 1rem;
    font-size: 0.2rem;
  }

  .config-box-1 .tips {
    right: auto;
    left: 50%;
    font-size: 0.2rem;
    transform: translateX(-50%);
    bottom: 0.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
  }

  .config-box .data-box .box {
    width: 40%;
    margin-bottom: 0.64rem;
  }

  .config-box-1 .data-box .box {
    width: 50%;
    margin-bottom: 0.32rem;
  }

  .config-box-1 .data-box .box:nth-last-of-type(1) {
    width: 100%;
  }

  .config-box-2 .data-box .box {
    width: 50%;
  }

  .config-box .data-box .box .d {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 0.05rem;
  }

  .cover-box-md {
    margin-bottom: 0.9rem;
  }

  .flicker_po {
    padding: 1rem 0.5rem;
  }

  .flicker_btn:hover .hover_img {
    transform: translate(-50%, -50%) scale(0);
  }

  .flicker_btn:hover .flicker_btn_t {
    opacity: 0;
  }

  .ft_right_mb {
    position: absolute;
    z-index: 5;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 1rem;
  }

  .ft_right_line_mb {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
  }

  .ft_right_line_mb div {
    width: 50%;
    height: 2px;
    background-color: #e1954e;
    transition: all 0.4s;
  }

  .ft_right_tab_mb {
    display: flex;
  }

  .ft_right_tab_mb div {
    width: 50%;
    padding: 0.2rem 0;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 0.28rem;
  }

  .on1 .ft_right_line_mb div {
    /* background-color: rgba(255, 255, 255, 1); */
    background-color: #e1954e;
  }

  .on1 .ft_right_tab_mb div {
    color: #333;
  }

  .ft_right {
    display: none;
  }

  .ft_left_t1 {
    display: block;
    font-size: 0.66rem;
    line-height: 1.2;
    color: #111 !important;
  }

  .ft_left_t2 {
    font-size: 0.53rem;
    font-weight: normal;
    color: #000;
  }

  .flicker_box {
    height: auto;
  }

  .flicker_bk_1 {
    height: auto;
  }

  .flicker_top {
  }

  .flicker_box_title_box {
    padding: 0.9rem 0.44rem 0.65rem;
    background: #111;
  }

  .flicker_box_title_box .t {
    color: #111;
    font-size: 0.53rem;
  }

  .flicker_box_title_box .d {
    color: #111;
    font-size: 0.27rem;
    line-height: 2;
    margin-top: 0.2rem;
  }

  .ft_right_tab_mb div {
    color: #333;
  }

  .swiper-box .swiper-container {
    height: 9rem;
    z-index: 2;
  }

  .more-box .more-detail .left-box {
  }

  .more-box-title {
    padding: 0 0.4rem 0.65rem;
  }

  .more-box-title .t {
    color: #111;
    font-size: 0.53rem;
  }

  .more-box-title .d {
    color: #111;
    font-size: 0.27rem;
  }

  .more-box .more-detail {
    top: 48%;
    /* bottom: 2rem; */
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.44rem;
  }

  .more-box .more-detail .right-box {
    width: 3.54rem;
    height: 0.78rem;
    margin-top: 0.5rem;
  }

  .more-box .more-detail .right-box .t {
    font-size: 0.23rem;
    margin-right: 0.4rem;
  }

  .more-box .more-detail .right-box img {
    width: 0.25rem;
  }

  .more-box {
    margin-bottom: 0.9rem;
  }

  .battery-box {
    padding: 0.9rem 0.4rem;
  }

  .battery-box .battery-title {
    font-size: 0.53rem;
  }

  .battery-box .battery-content {
    flex-direction: column;
  }

  .battery-box .battery-content .left-box {
    width: 100%;
  }

  .battery-box .battery-content .left-box .left-box-title .t {
    font-size: 0.4rem;
  }

  .battery-box .battery-content .left-box .left-box-center .box .t {
    font-size: 0.47rem;
  }

  .battery-box .battery-content .left-box .left-box-center .box .t span {
    font-size: 0.27rem;
  }

  .battery-box .battery-content .left-box .left-box-center .box .d {
    font-size: 0.18rem;
  }

  .battery-box .battery-content .left-box .left-box-center {
    padding: 0.4rem 0.55rem;
    margin-top: 0.5rem;
  }

  .battery-box .battery-content .left-box .left-box-bottom {
    flex-direction: column;
    margin-top: 0.5rem;
  }

  .battery-box .battery-content .left-box .left-box-tips {
    font-size: 0.2rem;
  }

  .battery-box .battery-content .left-box .left-box-bottom .box {
    width: 100%;
    margin-bottom: 0.64rem;
  }

  .battery-box
    .battery-content
    .left-box
    .left-box-bottom
    .box:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .battery-box
    .battery-content
    .left-box
    .left-box-bottom
    .box
    .battery
    .b-box
    .a-box {
    height: 1.38rem;
  }

  .battery-box .battery-content .left-box .left-box-bottom .box .battery {
    padding: 0.12rem 0.14rem;
    border-radius: 0.2rem;
  }

  .battery-box
    .battery-content
    .left-box
    .left-box-bottom
    .box
    .battery-title-box
    div {
    font-size: 0.22rem;
  }

  .battery-box
    .battery-content
    .left-box
    .left-box-bottom
    .box
    .battery
    .b-box {
    border-radius: 0.17rem;
  }

  .battery-box
    .battery-content
    .left-box
    .left-box-bottom
    .box
    .battery-content-box {
    font-size: 0.25rem;
  }

  .battery-box .battery-content .left-box .left-box-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .battery-box .battery-content .left-box .left-box-title .d {
  }

  .battery-box .battery-content .left-box .tips {
    text-align: center;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.3);
    padding: 0.66rem 0 0.2rem;
  }

  .battery-box .battery-content .right-box {
    width: 100%;
    margin-top: 0.1rem;
  }

  .battery-box .battery-content .right-box .box {
    flex: none;
    height: 3.5rem;
  }

  .battery-box .battery-content .right-box .box:nth-last-of-type(1) {
    margin-top: 0.1rem;
  }

  .battery-box .battery-content .right-box .box .detail-box .top-box {
    font-size: 1.13rem;
    padding-left: 0.6rem;
    padding-top: 0.2rem;
  }

  .battery-box .battery-content .right-box .box .detail-box .bottom-box .t {
    font-size: 0.27rem;
  }

  .battery-box .battery-content .right-box .box .detail-box .bottom-box .d {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .battery-box .battery-content .right-box .box .detail-box .bottom-box {
    padding: 0 0.5rem 0.4rem 0.64rem;
  }

  .battery-box .battery-content .right-box .box .detail-box .top-box .t {
    font-size: 0.43rem;
  }

  .battery-box .battery-content .right-box .box .detail-box .top-box .d {
    font-size: 1.13rem;
  }

  .safe-title {
    margin-bottom: 0.65rem;
    padding-left: 0.4rem;
    color: #111;
    font-size: 0.53rem;
  }

  .safe-detail .t {
    display: none;
  }

  .safe-box {
    padding: 0 0.4rem;
  }

  .safe-detail {
    left: 1rem;
    bottom: 1rem;
  }

  .safe-detail ul li {
    font-size: 0.27rem;
    height: 0.25rem;
    margin-bottom: 0.6rem;
  }

  .config-box-2 {
    margin-top: 1rem;
  }

  .section-config {
    padding: 1rem 0.4rem;
  }

  .section-config .section-config-detail {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-config .section-config-detail .left-box {
    font-size: 0.53rem;
  }

  .section-config .section-config-detail .right-box {
    width: 3.55rem;
    height: 0.78rem;
    margin-top: 0.5rem;
  }

  .section-config .section-config-detail .right-box .t {
    font-size: 0.23rem;
  }

  .section-config .section-config-detail .right-box img {
    width: 0.25rem;
  }

  .wgns-swiper-box-section.active {
    display: flex;
    z-index: 100000;
    opacity: 1;
  }

  .wgns-swiper-box-section {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: -100000;
    opacity: 0;
  }

  .wgns-swiper-box {
    position: relative;
    width: 100%;
    display: flex;
  }

  .wgns-swiper-box .swiper-box-ws {
    width: 100%;
  }

  .wgns-swiper-box .swiper-box-ws .swiper-container {
    width: 80%;
    overflow: inherit;
  }

  .wgns-swiper-box .swiper-box-ws .swiper-slide {
    height: 8rem !important;
    background: #000;
  }

  .wgns-swiper-box .swiper-box-ws .swiper-slide-active {
    border: 1px solid #e1954e;
    border-radius: 10px;
    overflow: hidden;
  }

  .wgns-swiper-box .swiper-box-ws .swiper-slide img {
    width: 100%;
  }

  .swiper-wg {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .swiper-ns {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .wgns-swiper-box .swiper-box-ws .swiper-slide .t {
    color: #fff;
    font-size: 0.34rem;
    background: #000;
    padding: 0.34rem 0.34rem 0.18rem;
  }

  .wgns-swiper-box .swiper-box-ws .swiper-slide .d {
    color: #fff;
    font-size: 0.24rem;
    background: #000;

    padding: 0rem 0.34rem 0.34rem;
    line-height: 1.45;
  }

  .swiper-conrtol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0.8rem;
    margin-top: 0.5rem;
  }

  .swiper-conrtol .swiper-pagination {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
  }

  .swiper-conrtol .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }

  .swiper-conrtol .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.1rem;
    background: #fff;
  }

  .swiper-conrtol .swiper-button-prev {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    position: static;
    border-radius: 50%;
    background: #000;
    background-image: inherit;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
  }

  .swiper-conrtol .swiper-button-prev::after {
    display: none;
  }

  .swiper-conrtol .swiper-button-prev img {
    width: 0.2rem;
    transform: rotate(180deg);
  }

  .swiper-conrtol .swiper-button-next {
    width: 1rem;
    margin: 0;
    height: 1rem;
    overflow: hidden;
    position: static;
    border-radius: 50%;
    background: #000;
    background-image: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-conrtol .swiper-button-next::after {
    display: none;
  }

  .swiper-conrtol .swiper-button-next img {
    width: 0.2rem;
  }

  .swiper-conrtol .swiper-close {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    cursor: pointer;
    margin-top: 0.8rem;
  }

  .swiper-conrtol .swiper-close img {
    width: 0.25rem;
  }

  .kv-box .detail .desc {
    letter-spacing: 0.16rem !important;
  }
    .kv-box .detail .title  {
        width: 4.5rem
  }

  .kv-box .detail .title img {
  }
  .kv-box .detail{
          position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding-top: 0;
    right: 1.2rem;
    top: 1.6rem;
  }


    .more-box .tips.hi4_tips{
        right: auto;
        left: 0.5rem;
        bottom: 0.8rem;
    }

}
