@charset "utf-8";

/* 1屏 */
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9,
.section10,
.section11,
.section12,
.section13,
.section14,
.section15,
.section16,
.section17,
.section18,
.section19,
.section20,
.section21,
.section22,
.section23,
.section24,
.section25,
.section26,
.section27 {
  position: relative;
}

.section1_light,
.section1_tagline,
.section1_vehicle_img,
.section1_mask_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section1_bg {
  width: 100%;
  height: 100vh;
  background: url("../images/section1_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.section1_vehicle_img {
  width: 100%;
  height: 100vh;
  background: url("../images/vehicle_img.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.section1_tagline {
  /*padding: 10.4% 0 0 18.6%;*/
  padding: 7.4% 0 0 15.6%;
}

.section1_tagline h5 {
  font-size: 1.56vw;
  padding-left: 3px;
  padding-bottom: 11px;
}

.section1_tagline p {
  font-size: 4.16vw;
}

.section1_info {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 8.3%;
  width: 76vw;
  margin: auto;
  right: 0;
}

.section1_info li {
  width: 12vw;
  margin: 0 3.6458vw;
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  text-align: right;
}

/*.section1_info li:nth-child(1) {*/
/*  background-image: -webkit-linear-gradient(left, #5910fc, #5a10ff, #6610f5);*/
/*}*/

/*.section1_info li:nth-child(2) {*/
/*  background-image: -webkit-linear-gradient(left, #8810d8, #9810ca, #a10fbc);*/
/*}*/

/*.section1_info li:nth-child(3) {*/
/*  background-image: -webkit-linear-gradient(left, #c90e99, #cb0e86, #e50f8a);*/
/*}*/

/*.section1_info li:nth-child(4) {*/
/*  background-image: -webkit-linear-gradient(left, #e80f88, #d80e7f, #e10e84);*/
/*}*/

/*.section1_info li:nth-child(5) {*/
/*  background-image: -webkit-linear-gradient(left, #d30d7c, #ce0d79, #e80f88);*/
/*}*/
.section1_info li:nth-child(1) {
  /*background-image: -webkit-linear-gradient(left, #5910fc, #5a10ff, #6610f5);*/
  color: #5910fc;
}

.section1_info li:nth-child(2) {
  /*background-image: -webkit-linear-gradient(left, #8810d8, #9810ca, #a10fbc);*/
  color: #8810d8;
}

.section1_info li:nth-child(3) {
  /*background-image: -webkit-linear-gradient(left, #c90e99, #cb0e86, #e50f8a);*/
  color: #c90e99;
}

.section1_info li:nth-child(4) {
  /*background-image: -webkit-linear-gradient(left, #e80f88, #d80e7f, #e10e84);*/
  color: #e80f88;
}

.section1_info li:nth-child(5) {
  /*background-image: -webkit-linear-gradient(left, #d30d7c, #ce0d79, #e80f88);*/
  color: #d30d7c;
}

.section1_info h4 {
  /*display: flex;*/
  /*align-items: center;*/
  font-size: 2.8vw;
  height: 3.5vw;
  vertical-align: baseline;
}

#num3 {
  /* line-height: 1.5; */
}

.section1_info p {
  font-size: 18px;
  vertical-align: text-bottom;
  text-align: center;
}

.section1_tip {
  position: absolute;
  left: 0;
  bottom: 2.4%;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

/* 2屏 */
.section2 {
  position: relative;
}

.section2_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section2_content img {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.section2_content p {
  margin-top: .3rem;
  font-size: .28rem;
}

/*视频弹框*/
.video-pos {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}

.video-box {
  width: 63vw;
  max-width: 62.5vw;
  height: auto;
  position: relative;
}

.video-box video {
  width: 100%;
}

.video-close {
  width: 1.041vw;
  height: 1.041vw;
  background: rgba(0, 0, 0, 1);
  font-size: 0.73vw;
  color: #fff;
  position: absolute;
  top: 0.520vw;
  right: 0.520vw;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 3屏 */

.section3 {
  position: relative;
}

.section3_swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  left: 0;
  top: 0;
}

.section3_swiper .imgWidth {
  height: calc(100% + 1px);
}

.car_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.car_box img {
  position: absolute;
  left: 0;
  top: 0;
}

.section3_text_box {
  height: 100%;
  display: flex;
  position: absolute;
  left: 18.4375vw;
  top: 0;
  flex-direction: column;
  justify-content: center;
}

.section3_line {
  display: inline-block;
  width: 3.54vw;
  height: 7px;
  border-radius: 4px;
  background: linear-gradient(left, #5f10fa, #cb0fa1);
  background: -ms-linear-gradient(left, #5f10fa, #cb0fa1);
  background: -webkit-linear-gradient(left, #5f10fa, #cb0fa1);
  background: -moz-linear-gradient(left, #5f10fa, #cb0fa1);
  margin-bottom: 15px;
}

.section3_text_title {
  padding-bottom: 1.979vw;
  font-size: 2.5vw;
}

.section3_text {
  padding-bottom: 6.5625vw;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}

.section3_text_tip {
  line-height: 1.5625vw;
  font-size: 0.8333vw;
  opacity: 1;
  color: #a1a1a1;
}

#section3-button-prev,
#section11-button-prev {
  left: 10%;
  top: 50%;
}

#section3-button-next,
#section11-button-next {
  right: 10%;
  top: 50%;
}

/* 4屏 */
.section4 {
  position: relative;
}

.section4_light {
  position: absolute;
  left: 0;
  top: 0;
}

.section4_bubble {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.section4_title_box {
  position: absolute;
  left: 0;
  top: .52vw;
  width: 100%;
  text-align: center;
}

.section4_text_title {
  font-size: 2.5vw;
}

.section4_car {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sec4-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

.circle {
  position: absolute;
  width: 7.916vw;
  height: 7.916vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 7.916vw 7.916vw;
}

.circle span {
  display: block;
  font-size: .8333vw;
}

.circle p {
  font-size: 1.45833vw;
}

/*.circle img {*/
/*  position: absolute;*/
/*}*/

/*.circle:nth-child(1) img {*/
/*  left: 50%;*/
/*  top: 50%;*/
/*}*/

/*.circle:nth-child(2) img {*/
/*  right: 50%;*/
/*  top: 50%;*/
/*}*/

/*.circle:nth-child(3) img {*/
/*  left: -6vw;*/
/*  bottom: 50%;*/
/*}*/

.circle1 {
  left: 21.04vw;
  top: 8.4375vw;
  background-image: url(../images/circle1_bg.png);
}

.circle2 {
  right: 14.79vw;
  top: 9.89vw;
  background-image: url(../images/circle2_bg.png);
}

.circle3 {
  left: 36.35vw;
  bottom: 6.77vw;
  background-image: url(../images/circle3_bg.png);
}

/* 5屏 */
.section5 {
  position: relative;
}

.section5_light,
.section5_light img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section5_title_box {
  position: absolute;
  top: 0;
  right: 18.75vw;
  height: 100%;
  padding-top: 5.5vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}

.section5_line {
  display: inline-block;
  width: 3.54vw;
  height: 7px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 15px;
}

.section5_text_title {
  padding-bottom: 1.3625vw;
  font-size: 2.5vw;
  vertical-align: baseline;
  position: relative;
}

.section5_text_title span {
  font-size: 3vw;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: -4vw;*/
  /*z-index: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
  /*display: flex;*/
  /*align-items: center;*/
}

.sec-ota {
  font-size: 3vw;
  position: absolute;
  top: 0;
  left: -4vw;
  z-index: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.section5_text {
  font-size: .9375vw;
  line-height: 1.5625vw;
}

/* 6屏 */
.section6 {
  position: relative;
}

.section6_icon_box {
  width: 28.64vw;
}

.section6_icon_box {
  padding-top: 1.5625vw;
  display: flex;
  flex-wrap: wrap;
}

.section6_icon_box li {
  /*float: left;*/
  padding: .9375vw 0 .9375vw 0;
  margin-right: 3vw;
  text-align: center;
  cursor: pointer;

}

.section6_icon_box img {
  height: 2.708vw;
  margin-bottom: 1.25vw;
}

.section6_icon_box p {
  font-size: .9375vw;
}

.section6_icon_box li {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 6.5vw;
}

.section6_icon_box li:nth-child(1) {
  background-image: -webkit-linear-gradient(left, #5910fc, #5a10ff, #6610f5);
}

.section6_icon_box li:nth-child(2) {
  background-image: -webkit-linear-gradient(left, #8810d8, #9810ca, #a10fbc);
}

.section6_icon_box li:nth-child(3) {
  background-image: -webkit-linear-gradient(left, #c90e99, #cb0e86, #e50f8a);
}

.section6_icon_box li:nth-child(4) {
  background-image: -webkit-linear-gradient(left, #e80f88, #d80e7f, #e10e84);
}

.section6_icon_box li:nth-child(5) {
  background-image: -webkit-linear-gradient(left, #d30d7c, #ce0d79, #e80f88);
}

.section6_title_box {
  position: absolute;
  top: 0;
  left: 18.75vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section6_title_box .section3_text {
  padding-bottom: 2.08vw;
}

.section6_swiper_box {
  position: absolute;
  bottom: 0;
  /* left: 53.2vw;
  right: 20vw; */
  width: 25.8vw;
  height: 38.2vw;
  /* margin: 0 20vw 0 53.2vw; */
  margin: 0 20% 0 53.7%;
  border-radius: 2.5vw 2.5vw 0 0;
  background: rgba(255, 255, 255, .2);
  overflow: hidden;
}

.section6_swiper_box .swiper-slide {
  overflow: hidden;
}

.swiper6-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 1.04vw;
  height: 1.04vw;
  background: #fff;
  opacity: .1;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* 7屏 */
.section7 {
  position: relative;
}

.section7_title_box {
  position: absolute;
  right: 18.4375vw;
  top: 0;
  height: 100%;
  padding-top: 9.2708vw;
  text-align: right;
}

.speed {
  padding-top: 5.208vw;
}

.speedW {
  width: 10.73vw;
  display: inline-block;
  text-align: left;
  border-bottom: 2px solid #fff;
  padding-bottom: 2.5vw;
}

.pd0 {
  padding-top: 2.5vw;
  padding-bottom: 4vw;
}

.speed h5 {
  font-size: 2.604vw;
}

.speed p {
  font-size: .9375vw;
}

.section7_tip {
  font-size: .625vw;
  padding-top: 4.75vw;
  line-height: 1.8;
}

/* 8屏 */
.section8 {
  position: relative;
  z-index: 3;
}

.img_parts {
  position: absolute;
  left: 0;
  top: 0;
}

.section8_title_box {
  text-align: center;
}

.section8_title_box {
  position: absolute;
  left: 0;
  top: 7.8125vw;
  width: 100%;
}

.section8_info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
}

.section8_info h4 {
  display: flex;
  align-items: center;
  font-size: 2.0833vw;
}

.section8_info p {
  font-size: .9375vw;
}

.section8_info li {
  margin: 0 3.958vw;
  display: flex;
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section8_info li:nth-child(1) {
  /*background-image: -webkit-linear-gradient(top left, #7f0fdf, #8f10d1, #a510c0);*/
  color: #7f0fdf;
}

.section8_info li:nth-child(2) {
  /*background-image: -webkit-linear-gradient(top left, #900fd1, #9f0fc3, #b70fb0);*/
  color: #900fd1
}

.section8_info li:nth-child(3) {
  /*background-image: -webkit-linear-gradient(top left, #a30fc0, #af0fb6, #c30fa0);*/
  color: #a30fc0;
}

.section8_info li:nth-child(4) {
  /*background-image: -webkit-linear-gradient(top left, #ac0eab, #c40fa6, #ca0e92);*/
  color: #ac0eab
}


/* 9屏 */
.section9 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.section9_title_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.section9_content {
  width: 100%;

  position: absolute;
  left: 0;
  top: 0;
  /* padding-top: 2.8vw; */
  /* font-size: 16.666vw; */
  /* font-family: Arial; */
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #5910ff, #85059a, #f60e8e);
}

.section9_tip {
  font-size: .625vw;
  padding-top: 1.2625vw;
  line-height: 1.8;
}

.wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper svg text {
  font-family: 'Arial';
  font-weight: 900;
  text-transform: uppercase;
  font-size: 34px;
}

.wrapper svg>rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

.wrapper svg rect {
  fill: #fff;
}

/* 10屏 */
.section10 {
  position: relative;
  z-index: 2;
}

.section10_title_box {
  position: absolute;
  left: 18.75vw;
  top: 0;
  height: 100%;
  padding-top: 7.57vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section10_content {
  padding-top: 3.125vw;
}

.section10_content h5 {
  font-size: 2.604vw;
}

/* 11屏 */
.section11 {
  position: relative;
}

.section11_content_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section11_title_box {
  width: 62.5vw;
  margin: 0 auto;
  padding-top: 6.354vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section11_title_box .section5_text {
  text-align: right;
}

.section11_text_e {
  width: 100%;
  /*margin: 0 auto;*/
  /*font-size: 8.333vw;*/
  /*font-family: arial;*/
  /*font-weight: bold;*/
  /*letter-spacing: 8px;*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background-image: -webkit-linear-gradient(top left, #5910ff, #8a0fd6, #e90f87);*/
}

.section11_swiper_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section11_swiper_box .swiper-slide>img {
  position: absolute;
  left: 0;
  top: 0;

}

.section11_text_e .duomu {
  margin-top: 3vw;
}

.section11_car {
  opacity: 0;
  transform: matrix(.9, 0, 0, .9, 0, 0);
  transition: all .5s linear;
}

.section11_swiper_box .swiper-slide-active .section11_car {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 12屏 */
.section12_title_box,
.section12car {
  position: absolute;
}

.section12_title_box {
  top: 0;
  left: 18.75vw;
  height: 100%;
  padding-top: 10.4166vw;
  z-index: 12;
}

.section12car {
  bottom: 0;
  z-index: 10;
}

/* 13屏 */
.section13_title_box {
  position: absolute;
  top: 0;
  right: 18.75vw;
  padding-top: 6.25vw;
  text-align: right;
}

.section13_car {
  position: absolute;
  left: 0;
  top: 0;
}

.section13_icon {
  margin-top: 5.729vw;
}

.section13_icon img {
  width: 3.177vw;
  margin-bottom: 1.041vw;
}

/* 14屏 */
.section14_title_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 6.25vw;
  text-align: center;
}

.section14_icon {
  width: 11.09375vw;
  margin-top: 1.6666vw;
}

/* 15屏 */
.section15 {
  position: relative;
}

.section15_scale_num {
  position: absolute;
  top: 0;
  left: 0;
}

.section15_title_box {
  position: absolute;
  top: 0;
  left: 18.75vw;
  padding-top: 9.0625vw;
  text-align: left;
}

.section15_content {
  position: absolute;
  left: 0;
  top: 0;
}

.section15 .section5_text {
  position: absolute;
  right: 18.75vw;
  top: 0;
  padding-top: 10.9vw;
  text-align: right;
}

/* 16 屏 */
.section16_title_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 10.9375vw;
  text-align: center;
}

/* 17 屏 */
.section17_title_box {
  position: absolute;
  right: 18.75vw;
  top: 0;
  width: 100%;
  padding-top: 8.854vw;
  text-align: right;
}

/* 18 屏 */
.section18_title_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 6.666vw;
  text-align: center;
}

.section18_light_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section18_car_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section18_icon_box {
  display: flex;
  justify-content: center;
  padding-bottom: 4.1666vw;
}

.section18_icon_box li {
  margin: 0 1.98vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section18_icon_box img {
  margin-bottom: 1.4vh;
}

.section18_icon_box p {
  font-size: .8333vw;
}

.section18_icon_box li:nth-child(1) {
  background-image: -webkit-linear-gradient(top left, #8810d7, #9510cc, #9e0fbe);
}

.section18_icon_box li:nth-child(2) {
  background-image: -webkit-linear-gradient(top left, #b10fac, #bd10ac, #c110a8);
}

.section18_car {
  width: 62.5vw;
}

/* 19 屏 */
.section19_title_box {
  position: absolute;
  right: 18.75vw;
  top: 0;
  width: 100%;
  padding-top: 10.1041vw;
  text-align: right;
}

.section19_ul {
  display: inline-block;
  padding-top: 3.23vw;
}

.section19_ul li {
  float: right;
  margin-left: 1.875vw;
  width: 7.65625vw;
  height: 7.65625vw;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section19_ul li:nth-child(1) {
  background-image: url(../images/section19_ul_bg1.png);
}

.section19_ul li:nth-child(2) {
  background-image: url(../images/section19_ul_bg2.png);
}

.section19_ul h5 {
  font-size: 2.08333vw;
}

.section19_ul p {
  font-size: .8333vw;
}

/* 20 屏 */
.section20_title_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.section20_gif_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section20_gif_box span {
  position: absolute;
  font-size: 1.5625vw;
}

.section20_gif_box span:nth-child(2) {
  top: 21.45vw;
  left: 15.5vw;
  text-align: right;
}

.section20_gif_box span:nth-child(3) {
  top: 20vw;
  right: 16.5625vw;
}

.section20_gif_box span:nth-child(4) {
  bottom: 6.77vw;
  right: 22.8125vw;
  text-align: right;
}

/* 21 屏 */
.section21_title_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 6.25vw;
  text-align: center;
}

.section21_icon_box {
  width: 24%;
  padding-top: 15.1666vw;
  position: absolute;
  right: 18vw;
}

.section21_icon_box li {
  width: 10vw;
  padding: 0 2.083vw;
  margin-bottom: 2vw;
  display: inline-block;
}

.section21_icon_box li:nth-child(1) {
  color: #8413cd;
}

.section21_icon_box li:nth-child(2) {
  color: #b41690;
}

.section21_icon_box li:nth-child(3) {
  color: #8513cc;
}

.section21_icon_box li:nth-child(4) {
  color: #ab1595;
}

.section21_icon_box img {
  height: 3.385vw;
  margin-bottom: .9375vw;
}

.section21_app_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6.98vw;
}

.section21_app_box li {
  width: 13.3333vw;
  margin: 0 4.375vw;
}

/* 22 屏 */
.section22_title_box {
  position: absolute;
  right: 18.75vw;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-top: 15.625vw;
  text-align: right;
}

.section22_car {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
}

/* 23 屏 */
.section23_title_box {
  position: absolute;
  left: 18.75vw;
  top: 0;
  z-index: 13;
  width: 100%;
  text-align: left;
}

.section23_car {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
}

/* 24 屏 */
.section24_car_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section24_car_box li {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  cursor: pointer;
  overflow: hidden;
}

.section24_car_box img {
  height: 100%;
  transform: scale(1);
  transition: all .8s linear;
  -webkit-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  -moz-transition: all .8s linear;
  opacity: .8;
}

.section24_car_box li:hover img {
  transform: scale(1.2);
  opacity: 1;
}

.section24_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 5.2%;
  padding-bottom: 7.26%;
}

.section24_text h5 {
  font-size: .24rem;
}

/* 25 屏 */
.section25_title_box {
  position: absolute;
  left: 18.75vw;
  top: 0;
  width: 100%;
  padding-top: 10.41666vw;
  text-align: left;
}

.section25_swiper_box {
  position: absolute;
  right: 18.75vw;
  bottom: 0;
  width: 41.354vw;
  height: 29.6875vw;
  overflow: hidden;
  background: url("../images/section25_slide1_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section25_swiper_box p {
  position: absolute;
  bottom: 5.26%;
  width: 100%;
  font-size: 1.354vw;
  text-align: center;
}

.swiper-arrow {
  position: relative;
  width: 1.3rem;
  padding-top: 3rem;
}

.productE .swiper-button-next,
.productE .swiper-button-prev {
  bottom: 0;
  width: .5rem;
  height: .5rem;
  background-size: 100%;
  margin-top: 0;
}

.productE .swiper-button-prev {
  background-image: url(../images/arrow_left.png);
  left: 0;
  right: auto;
}

.productE .swiper-button-prev:hover {
  background-image: url(../images/arrow_left_on.png);
}

.productE .swiper-button-next {
  background-image: url(../images/arrow_right.png);
  right: 0;
  left: auto;
}

.productE .swiper-button-next:hover {
  background-image: url(../images/arrow_right_on.png);
}

/* 26 屏 */
.section26_title_box {
  position: absolute;
  right: 18.75vw;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-top: 2rem;
  text-align: right;
}

.section26_title_box .section5_text_title span {
  font-size: 2.8125vw;
}

.section26_swiper_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section26_swiper_box .swiper-slide img {
  transform: matrix(.9, 0, 0, .9, 0, 0);
  transition: all .8s linear;
}

.section26_swiper_box .swiper-slide-active img {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.section26_pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section26_pagination .swiper-pagination-bullet {
  width: .3rem;
  height: .3rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: .3rem .3rem;
  background-position: center center;
  margin-left: .2rem;
  opacity: 1;
}

.section26_pagination .swiper-pagination-bullet-active {
  width: .3rem;
  height: .3rem;
  background-size: .3rem .3rem;
}

.section26_pagination .swiper-pagination-bullet:nth-child(1) {
  background-image: url(../images/pagination1.png);
}

.section26_pagination .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../images/pagination2.png);
}

.section26_pagination .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../images/pagination3.png);
}

.section26_pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-image: url(../images/pagination1_on.png);
}

.section26_pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-image: url(../images/pagination2_on.png);
}

.section26_pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-image: url(../images/pagination3_on.png);
}


/* 27 屏 */
.section27_title_box {
  position: absolute;
  right: 18.75vw;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 6.5625vw;
  text-align: right;
}

.section27_num_box {
  display: inline-block;
  width: auto;
  padding-top: 4.166vw;
  overflow: hidden;
}

.section27_num_box li {
  position: relative;
  display: inline-block;
  width: 4.583vw;
  margin-left: 3.90625vw;
  text-align: center;
}

.section27_num_icon {
  position: absolute;
  left: 0;
  top: 0;
}

.section27_num_box h5 {
  position: relative;
  font-size: 4.1666vw;
}

.sec27-des {
  position: relative;
}

.sec27-des>span {
  position: absolute;
  top: 0.9vw;
  right: 0;
  z-index: 1;
  opacity: 1 !important;
  font-size: .8333vw;
}

.section27_num_box img {
  width: 4.6875vw;
  top: 15%;
}

.section27_num_box span {
  opacity: 0;
}

.section27_num_box p {
  font-size: .8333vw;
}

/* 底部 */
.section_footer {
  width: 100%;
  /*height: 306px;*/
  background: #f5f5f5;
}

.section_footer_top {
  height: 5VW;
  border-bottom: 1px solid #e7e7e7;
}

.section_footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.footer_top_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.footer_top_text h4 {
  font-size: 26px;
  color: #222;
}

.footer_top_text a {
  width: 90px;
  height: 34px;
  background: #ec2d58;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
}

.section_footer_bottom {
  height: 168px;
}

.footer_bottom_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer_bottom_text p {
  line-height: 38px;
  font-size: 18px;
  color: #999;
}


/*移动端底部*/
/*立即购买*/
.m-buy-box {
  position: relative;
}

.m-buy-pos {
  width: 100%;
  height: 1.04rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-buy {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.3rem;
}

.m-buy:first-child {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  color: #fff;
}