.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
*html .clearfix {
  height: 1%;
}
.re-p {
  position: relative;
}
.mobile {
  display: none!important;
}
.pc {
  display: block!important;
}
.w1200 {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
}
.w1300 {
  width: 13rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.drag {
  height: 9rem;
  background-repeat: no-repeat;
  background-position: center top;
}
.drag .con,
.drag .info {
  -moz-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.drag .con.animation,
.drag .info.animation {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top {
  text-align: center;
}
.top .tit {
  line-height: 0.6rem;
  font-size: 0.5rem;
  margin-bottom: 0.15rem;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.top p {
  font-size: 0.2rem;
  line-height: 0.26rem;
  font-family: Arial;
  color: #fff;
}
.drag1 {
  margin-top: 0.8rem;
  position: relative;
  overflow: hidden;
}
.drag1 .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drag2 {
  height: 17.5rem;
  padding: 1rem 0 0;
  overflow: hidden;
}
.drag2 .w1300 {
  overflow: initial;
  height: 5.5rem;
}
.drag2 .icoBox p {
  position: absolute;
  top: 0rem;
  font-size: 0.28rem;
  text-transform: uppercase;
  text-align: center;
  width: 3.6rem;
}
.drag2 .icoBox p .ico {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
}
.drag2 .icoBox p .ico img {
  width: 100%;
}
.drag2 .icoBox p .tit {
  color: #47a718;
  display: block;
  font-style: inherit;
  margin-top: 0.4rem;
  font-family: Arial;
}
.drag2 .icoBox p.a1 {
  left: -0.8rem;
}
.drag2 .icoBox p.a2 {
  left: 4.74rem;
}
.drag2 .icoBox p.a3 {
  right: -0.755rem;
}
.drag2 .icoBox p.a4 {
  top: 3.7rem;
  left: -0.8rem;
}
.drag2 .icoBox p.a5 {
  top: 3.7rem;
  left: 4.74rem;
}
.drag2 .icoBox p.a6 {
  top: 3.7rem;
  right: -0.755rem;
}
.drag2 .videoBox {
  height: 9rem;
  margin: 1.6rem auto 0;
  position: relative;
}
.drag2 .videoBox .video {
  width: 13rem;
  height: 8.7rem;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 0.5rem;
}
.drag3 {
  height: 9.15rem;
}
.drag3 .top {
  width: 14rem;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.drag3 .top h3 {
  text-align: right;
  width: 4.7rem;
  margin-left: auto;
  color: #ff9e3a;
}
.drag3 .top p {
  text-align: right;
  width: 4rem;
  margin-left: auto;
  color: #ff9e3a;
}
.part4 .vapingBox {
  width: 14rem;
  margin: 1rem auto 0;
}
.part4 .vapingBox .swiper-slide {
  opacity: 0!important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.part4 .vapingBox .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
.part4 .vapingBox .swiper-slide .leftVideo {
  width: 8.5rem;
  height: 7.54rem;
  float: right;
}
.part4 .vapingBox .swiper-slide .leftVideo img {
  width: 100%;
}
.part4 .vapingBox .swiper-slide .rightInfo {
  width: 5.2rem;
  float: left;
  text-align: left;
  color: #ff9e3a;
  position: relative;
}
.part4 .vapingBox .swiper-slide .rightInfo .num {
  font-size: 3.98rem;
  line-height: 3.5rem;
  opacity: 0.38;
  font-family: Arial;
  font-weight: bold;
}
.part4 .vapingBox .swiper-slide .rightInfo .con {
  background: #fff;
  position: absolute;
  top: 2.2rem;
  left: 0;
  padding-top: 0.1rem;
}
.part4 .vapingBox .swiper-slide .rightInfo .con .tit {
  line-height: 0.6rem;
  font-size: 0.5rem;
  margin-bottom: 0.15rem;
  font-family: Arial;
  font-weight: bold;
  color: #ff9e3a;
  text-transform: uppercase;
}
.part4 .vapingBox .swiper-slide .rightInfo .con p {
  width: 4.2rem;
  font-family: Arial;
  line-height: 0.26rem;
  font-size: 0.2rem;
}
.part4 .vapingBox .caoBox {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 3;
  width: 1.15rem;
  height: 0.42rem;
}
.part4 .vapingBox .caoBox .btn {
  background: url('../../image/product/dragbar-c1-pod/btn_ico.png');
  width: 0.42rem;
  height: 0.42rem;
  background-size: cover;
}
.part4 .vapingBox .caoBox .btn:hover {
  background: url('../../image/product/dragbar-c1-pod/btn_ico_h.png');
  background-size: cover;
}
.part4 .vapingBox .caoBox .btn.vaping-l {
  left: 0.05rem;
  margin-top: -0.15rem;
}
.part4 .vapingBox .caoBox .btn.vaping-r {
  transform: rotate(180deg);
  right: 0.05rem;
  margin-top: -0.15rem;
}
.part4 .vapingBox .caoBox .vaping {
  display: none;
}
.drag5 {
  margin-top: 0.6rem;
  height: 7.89rem;
}
.drag5 .top {
  width: 14.8rem;
  height: auto;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: left;
  overflow: initial;
}
.drag5 .top .pullImg {
  width: 7.97rem;
  height: 2.17rem;
  margin-bottom: 0.2rem;
}
.drag5 .top .pullImg img {
  width: 100%;
}
.drag5 .top p,
.drag5 .top .tit {
  width: 100%;
  margin-left: 0.4rem;
}
.drag6 {
  margin-top: 0.6rem;
  height: 9rem;
}
.drag6 .top {
  width: 13rem;
  height: auto;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: left;
  overflow: initial;
}
.drag6 .top p {
  width: 5.2rem;
}
.drag7 {
  margin-top: 0.6rem;
  background-size: 100% 7rem;
}
.drag7 .top {
  width: 100%;
  text-align: center;
  height: 4.7rem;
  padding: 2.1rem;
  position: relative;
  z-index: 6;
}
.drag7 .top .slogan {
  width: 14.18rem;
  height: 1.76rem;
  margin-bottom: 0.3rem;
}
.drag7 .top .tit {
  font-size: 0.6rem;
}
.drag7 .box1 {
  position: relative;
  z-index: 5;
}
.drag7 .proListBox {
  padding: 0 0.36rem 0 0.38rem;
}
.drag7 .proListBox.a li:nth-child(1) {
  z-index: 2;
}
.drag7 .proListBox.a li:nth-child(1) .img .apple1 {
  position: absolute;
  left: -0.4rem;
  top: 2.45rem;
  width: 2.83rem;
  height: 2.17rem;
}
.drag7 .proListBox.a li:nth-child(1) .img .apple2 {
  position: absolute;
  right: -0.2rem;
  top: 4.2rem;
  width: 2.31rem;
  height: 2.09rem;
}
.drag7 .proListBox.a li:nth-child(5) {
  z-index: 2;
}
.drag7 .proListBox.a li:nth-child(5) .img .apple1 {
  position: absolute;
  left: -0.2rem;
  top: 4rem;
  width: 1.87rem;
  height: 2.17rem;
}
.drag7 .proListBox li {
  width: calc(100%/5);
  height: 13.32rem;
  position: relative;
  float: left;
  z-index: 1;
}
.drag7 .proListBox li .img {
  width: 100%;
  height: 13.32rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.drag7 .proListBox li .img img {
  width: 100%;
  height: 100%;
}
.drag7 .proListBox li:hover .img {
  bottom: 0.5rem;
}
.drag7 .proListBox li .tit {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.26rem;
  font-family: 'Radnika-Bold';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.drag7 .proListBox li .tit em {
  font-style: inherit;
}
.drag7 .proListBox li:nth-child(5) .tit {
  bottom: 0.4rem;
}
.part8 {
  margin-top: 0.6rem;
  overflow: hidden;
}
.part8 .w1300 {
  position: absolute;
  z-index: 22;
  height: 0.44rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: initial;
}
.part8 .w1300 .swiper-button-prev {
  background-image: url('../../image/drag4000c/left.png');
  width: 0.27rem;
  height: 0.44rem;
  background-size: 0.27rem 0.44rem;
  left: -1rem;
}
.part8 .w1300 .swiper-button-next {
  background-image: url('../../image/drag4000c/right.png');
  width: 0.27rem;
  height: 0.44rem;
  background-size: 0.27rem 0.44rem;
  right: -1rem;
}
.part8 .w1300 .drag8-pagination {
  display: none;
}
.part8 .drag8-swiper {
  width: 100%;
  height: 9rem;
}
.part8 .productInfo {
  width: 100%;
}
.part8 .productInfo .box {
  width: 10rem;
  margin: 1.6rem auto 0;
}
.part8 .productInfo .box .left img {
  width: 4.4rem;
}
.part8 .productInfo .box .info {
  color: #000;
}
.part8 .productInfo .box .info .tit {
  font-size: 0.6rem;
  line-height: 0.64rem;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: Radnika-Bold;
  background-image: -webkit-linear-gradient(left, #f7cb6b, #fba980);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.part8 .productInfo .box .info .tit.other {
  background-image: -webkit-linear-gradient(left, #b1f14b, #a0e99a);
}
.part8 .productInfo .box .info p {
  color: #2d2d2d;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  font-family: Radnika-Medium;
}
.part9 {
  margin-top: 0.6rem;
  height: 8.99rem;
}
.part10 {
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 1.5rem;
  background-size: 100%;
}
.part10 .swiper-container {
  height: 100%;
}
.part10 .swiper-container img {
  height: 5.11rem;
  margin-top: 1.95rem;
}
.part10 .swiper-container .w1300 {
  position: absolute;
  z-index: 22;
  height: 0.44rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: initial;
}
.part10 .swiper-container .w1300 .swiper-button-prev {
  background-image: url('../../image/drag4000c/left.png');
  width: 0.27rem;
  height: 0.44rem;
  background-size: 0.27rem 0.44rem;
  left: -1rem;
}
.part10 .swiper-container .w1300 .swiper-button-next {
  background-image: url('../../image/drag4000c/right.png');
  width: 0.27rem;
  height: 0.44rem;
  background-size: 0.27rem 0.44rem;
  right: -1rem;
}
.part10 .info {
  width: 13rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: left;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}
.part10 .info .num {
  font-size: 2.22rem;
  line-height: 2.22rem;
  font-family: Radnika-Bold;
  color: #fff;
  display: block;
}
.part10 .info h3 {
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: Radnika-Bold;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.4rem;
}
.part10 .info p {
  margin-top: 0.2rem;
}
.part10 .info.animation {
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 750px) {
  .mobile {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
  .w1300,
  .w1360,
  .w1100,
  .w1200 {
    width: 100%;
  }
  .drag {
    height: 13.32rem;
  }
  .top h3.tit {
    line-height: 0.66rem;
    font-size: 0.6rem;
    margin-bottom: 0.15rem;
  }
  .top p {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .drag1 {
    margin-top: 0rem;
    background-image: url('../../image/product/dragbar-c1-pod/phone/banner.jpg') !important;
    height: 13.32rem;
    background-size: 100%;
  }
  .drag1 .video {
    display: none;
  }
  .drag2 {
    padding: 1.6rem 0 0;
    height: 17rem;
  }
  .drag2 .icoBox {
    height: auto;
  }
  .drag2 .icoBox p {
    position: initial;
    width: 3.75rem;
    float: left;
    margin-bottom: 1.5rem;
  }
  .drag2 .icoBox p .tit {
    height: 0.6rem;
    font-size: 0.32rem;
  }
  .drag2 .icoBox p.a1,
  .drag2 .icoBox p.a2,
  .drag2 .icoBox p.a3,
  .drag2 .icoBox p.a4,
  .drag2 .icoBox p.a5,
  .drag2 .icoBox p.a6 {
    left: initial;
    top: initial;
    right: initial;
  }
  .drag2 .videoBox {
    width: 7.2rem;
    height: auto;
  }
  .drag2 .videoBox .video {
    width: 100%;
    height: auto;
  }
  .drag3 {
    margin-top: 0.3rem;
    height: 13.32rem;
    background-image: url('../../image/product/dragbar-c1-pod/phone/part3.jpg') !important;
    background-size: 100%;
  }
  .drag3 .top {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .drag3 .top h3,
  .drag3 .top p {
    width: 5.2rem;
    text-align: center;
    margin: 0 auto 0.3rem;
  }
  .part4 .vapingBox {
    width: 100%;
    margin: 1rem auto 0;
  }
  .part4 .vapingBox .swiper-slide .leftVideo {
    width: 7.5rem;
    height: 6.72rem;
    float: left;
  }
  .part4 .vapingBox .swiper-slide .leftVideo img {
    width: 100%;
  }
  .part4 .vapingBox .swiper-slide .rightInfo {
    width: 7.5rem;
    height: 6.2rem;
    float: left;
    text-align: center;
  }
  .part4 .vapingBox .swiper-slide .rightInfo .con {
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0.1rem;
    width: 100%;
  }
  .part4 .vapingBox .swiper-slide .rightInfo .con .tit {
    line-height: 0.7rem;
    font-size: 0.6rem;
  }
  .part4 .vapingBox .swiper-slide .rightInfo .con p {
    width: 5.4rem;
    line-height: 0.33rem;
    font-size: 0.25rem;
    margin: 0 auto;
  }
  .part4 .vapingBox .caoBox {
    position: absolute;
    bottom: 0.5rem;
    width: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .part4 .vapingBox .caoBox .vaping-l {
    left: 0.05rem;
    margin-top: -0.15rem;
  }
  .part4 .vapingBox .caoBox .vaping-r {
    right: 0.05rem;
    margin-top: -0.15rem;
  }
  .part4 .vapingBox .caoBox .vaping {
    display: none;
  }
  .drag5 {
    margin-top: 0.6rem;
    height: 16.11rem;
    background-image: url('../../image/product/dragbar-c1-pod/phone/part5.jpg') !important;
    background-size: 100%;
  }
  .drag5 .top {
    width: 100%;
    height: auto;
    top: 0.2rem;
    left: 0;
    transform: none;
    text-align: center;
    overflow: initial;
  }
  .drag5 .top .pullImg {
    width: 7.5rem;
    height: auto;
  }
  .drag5 .top .pullImg img {
    width: 92%;
  }
  .drag5 .top .tit {
    font-size: 0.56rem;
    margin: 0 0 0.3rem 0;
  }
  .drag5 .top p {
    width: 6rem;
    margin: 0 auto;
  }
  .drag6 {
    margin-top: 0.6rem;
    height: 13.6rem;
    background-image: url('../../image/product/dragbar-c1-pod/phone/part6.jpg') !important;
  }
  .drag6 .top {
    width: 100%;
    height: auto;
    top: 0.6rem;
    left: 0;
    transform: none;
    text-align: center;
    overflow: initial;
  }
  .drag6 .top p {
    width: 5.9rem;
    margin: 0 auto;
  }
  .drag7 {
    margin-top: 0.6rem;
    background-image: none!important;
  }
  .drag7 .top {
    width: 100%;
    text-align: center;
    height: 3rem;
    padding: 0;
    position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: 6;
  }
  .drag7 .top .slogan {
    width: 4.39rem;
    height: 1.95rem;
    margin-bottom: 0.3rem;
  }
  .drag7 .top .tit {
    font-size: 0.25rem;
  }
  .drag7 .box1,
  .drag7 .box2 {
    position: relative;
  }
  .drag7 .box1 .btn,
  .drag7 .box2 .btn {
    width: 0.27rem;
    height: 0.44rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .drag7 .box1 .btn.none,
  .drag7 .box2 .btn.none {
    opacity: 0.3;
  }
  .drag7 .box1 .btn.img_left,
  .drag7 .box2 .btn.img_left {
    left: 0.5rem;
    background-image: url('../../image/drag4000c/left.png');
    background-size: 0.27rem 0.44rem;
  }
  .drag7 .box1 .btn.img_right,
  .drag7 .box2 .btn.img_right {
    right: 0.5rem;
    background-image: url('../../image/drag4000c/right.png');
    background-size: 0.27rem 0.44rem;
  }
  .drag7 .scoreImg1,
  .drag7 .scoreImg2 {
    width: 7.5rem;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none ;
  }
  .drag7 .scoreImg1::-webkit-scrollbar,
  .drag7 .scoreImg2::-webkit-scrollbar {
    display: none;
  }
  .drag7 .proListBox {
    padding: 0;
  }
  .drag7 .proListBox.a {
    width: 11.68rem;
    height: 12.16rem;
    background-image: url('../../image/product/dragbar-c1-pod/phone/part7_01.jpg') !important;
    background-size: cover;
  }
  .drag7 .proListBox.b {
    width: 11.68rem;
    height: 8.43rem;
    background-image: url('../../image/product/dragbar-c1-pod/phone/part7_02_n.jpg') !important;
    background-size: cover;
  }
  .drag7 .proListBox li {
    display: none;
  }
  .part8 {
    height: 12.22rem;
  }
  .part8 .w1300 {
    top: inherit;
    bottom: 0.25rem;
    left: inherit;
    transform: none;
  }
  .part8 .w1300 .drag8-pagination {
    display: block;
    width: 100%;
  }
  .part8 .w1300 .drag8-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    margin: 0 0.1rem;
  }
  .part8 .w1300 .drag8-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fed314;
  }
  .part8 .drag8-swiper {
    height: 100%;
  }
  .part8 .productInfo {
    width: 7.5rem;
    height: 100%;
    position: relative;
  }
  .part8 .productInfo.a {
    background-image: url('../../image/product/dragbar-c1-pod/phone/part8_01.jpg') !important;
  }
  .part8 .productInfo.b {
    background-image: url('../../image/product/dragbar-c1-pod/phone/part8_02.jpg') !important;
  }
  .part8 .productInfo.b .box .info {
    bottom: 1.8rem;
  }
  .part8 .productInfo .box {
    width: 100%;
    margin-top: 1.2rem;
  }
  .part8 .productInfo .box .left {
    width: 100%;
    text-align: center;
  }
  .part8 .productInfo .box .left img {
    display: inline-block;
    margin-left: 1rem;
  }
  .part8 .productInfo .box .info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.8rem;
    text-align: center;
  }
  .part8 .productInfo .box .info h3 {
    margin-bottom: 0.3rem;
  }
  .part8 .productInfo .box .info p {
    margin: 0;
  }
  .part9 {
    background-image: url('../../image/product/dragbar-c1-pod/phone/part9_01.jpg') !important;
    height: 8.26rem;
  }
  .part10 {
    margin-bottom: 1.5rem;
    height: 11.81rem;
  }
  .part10 .swiper-container {
    height: 100%;
  }
  .part10 .swiper-container .swiper-slide.a {
    background-image: url('../../image/product/dragbar-c1-pod/phone/part9_02.jpg') !important;
  }
  .part10 .swiper-container .swiper-slide.b {
    background-image: url('../../image/product/dragbar-c1-pod/phone/part9_03.jpg') !important;
  }
  .part10 .swiper-container .w1300 {
    position: absolute;
    z-index: 22;
    height: 0.44rem;
    top: inherit;
    left: inherit;
    bottom: 0;
    transform: none;
    overflow: initial;
  }
  .part10 .swiper-container .w1300 .drag10-pagination {
    display: block;
    width: 100%;
  }
  .part10 .swiper-container .w1300 .drag10-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
  }
  .part10 .info {
    font-size: 0.24rem;
    line-height: 0.33rem;
    left: 50%;
    top: 0.6rem;
    transform: translateX(-50%);
    width: 6rem;
  }
  .part10 .info h3 {
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
    width: 5rem;
  }
}
