@charset "utf-8";
/*positioning->Box->visual*/
/*common class*/
.overview-content {
  position: relative;
  max-width: 768px;
  min-width: 300px;
  margin: 0 auto;
  font-family: "MyriadProLight", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.45;
  overflow: hidden;
}
.overview-content .w1200,
.overview-content .w1366 {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.overview-content .section,
.overview-content .w1200,
.overview-content .w1366,
.overview-content .clearFix,
.overview-content .row {
  position: relative;
  *zoom: 1;
}
.overview-content .section:before,
.overview-content .w1200:before,
.overview-content .w1366:before,
.overview-content .clearFix:before,
.overview-content .row:before,
.overview-content .section:after,
.overview-content .w1200:after,
.overview-content .w1366:after,
.overview-content .clearFix:after,
.overview-content .row:after {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.overview-content .col-lg-1,
.overview-content .col-lg-2,
.overview-content .col-lg-3,
.overview-content .col-lg-4,
.overview-content .col-lg-6,
.overview-content .col-lg-8,
.overview-content .col-lg-9,
.overview-content .col-lg-10,
.overview-content .col-lg-12,
.overview-content .col-sm-1,
.overview-content .col-sm-2,
.overview-content .col-sm-3,
.overview-content .col-sm-4,
.overview-content .col-sm-6,
.overview-content .col-sm-8,
.overview-content .col-sm-9,
.overview-content .col-sm-10,
.overview-content .col-sm-12 {
  position: relative;
  box-sizing: border-box;
}
.overview-content .col-sm-1,
.overview-content .col-sm-2,
.overview-content .col-sm-3,
.overview-content .col-sm-4,
.overview-content .col-sm-6,
.overview-content .col-sm-8,
.overview-content .col-sm-9,
.overview-content .col-sm-10,
.overview-content .col-sm-12 {
  float: left;
}
.overview-content .col-sm-2 {
  width: 16.66%;
}
.overview-content .col-sm-3 {
  width: 25%;
}
.overview-content .col-sm-4 {
  width: 33.33%;
}
.overview-content .col-sm-6 {
  width: 50%;
}
.overview-content .col-sm-8 {
  width: 66.66%;
}
.overview-content a {
  text-decoration: none;
  color: #000;
}
.overview-content h2 {
  font-size: 7.5vw;
  line-height: 1.2;
  font-family: "MyriadProRegular", Helvetica, Arial, sans-serif;
}
.overview-content h4 {
  margin: 10px 0 5px;
  font-size: 15px;
  line-height: 1.2;
}
.overview-content h5 {
  margin: 40px 0 20px;
  font-size: 30px;
  line-height: 1.2;
  font-family: "MyriadProRegular", Helvetica, Arial, sans-serif;
}
.overview-content h6 {
  font-size: 20px;
}
.overview-content .nowrap {
  white-space: nowrap;
}
.overview-content .hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.overview-content .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.overview-content .fBold {
  font-family: "MyriadProBold", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.overview-content .fMedium {
  font-family: "MyriadProMedium", Helvetica, Arial, sans-serif;
}
.overview-content .fRegular {
  font-family: "MyriadProRegular", Helvetica, Arial, sans-serif;
}
.overview-content .fLight {
  font-family: "MyriadProLight", Helvetica, Arial, sans-serif;
}
.overview-content .bgWhite {
  background-color: #fff;
}
.overview-content .bgBlack {
  background-color: #000;
}
.overview-content .m-hide {
  display: none;
}
.overview-content .m-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .overview-content {
    max-width: 1920px;
    min-width: 1200px;
    font-size: 22px;
    line-height: 1.72;
  }
  .overview-content .w1200 {
    width: 1200px;
  }
  .overview-content .w1366 {
    width: 1366px;
  }
  .overview-content h2 {
    font-size: 60px;
    font-family: "MyriadProBold", Helvetica, Arial, sans-serif;
  }
  .overview-content h4 {
    margin: 20px 0 5px;
    font-size: 28px;
    line-height: 1.33;
    font-family: "MyriadProRegular", Helvetica, Arial, sans-serif;
  }
  .overview-content h5 {
    margin: 60px 0 40px;
    font-size: 65px;
  }
  .overview-content h6 {
    font-size: 22px;
  }
  .overview-content .hr {
    margin: 55px 0;
  }
  .overview-content .col-lg-2,
  .overview-content .col-lg-3,
  .overview-content .col-lg-4,
  .overview-content .col-lg-6,
  .overview-content .col-lg-8 {
    float: left;
  }
  .overview-content .col-lg-2 {
    width: 16.66%;
  }
  .overview-content .col-lg-3 {
    width: 25%;
  }
  .overview-content .col-lg-4 {
    width: 33.33%;
  }
  .overview-content .col-lg-6 {
    width: 50%;
  }
  .overview-content .col-lg-8 {
    width: 66.66%;
  }
  .overview-content .lg-offset-6-right {
    margin-right: 10px;
  }
  .overview-content .lg-offset-6-left {
    margin-left: 10px;
  }
  .overview-content .col-offset-6 {
    margin-left: 50%;
  }
  .overview-content .col-offset-3 {
    margin-left: 25%;
  }
  .overview-content .col-offset-2 {
    margin-left: 16.66%;
  }
  .overview-content .pc-show {
    display: initial;
  }
  .overview-content .pc-block {
    display: block;
  }
  .overview-content .pc-hide {
    display: none;
  }
}
/*page class*/
.c7 {
  color: #fff;
}
.c7 .banner {
  height: 1022px;
}
.c7 .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(a.jpg) no-repeat 50% 50%;
}
.c7 .banner .desc {
  margin: 375px 0 0 0;
}
.c7 .banner .desc img {
  vertical-align: top;
}
.c7 .banner .desc h2 {
  margin-top: 40px;
  color: #bd9664;
}
.c7 .a {
  height: 997px;
  background: url(b.jpg) no-repeat 50% 50%;
}
.c7 .a .phone {
  position: relative;
  margin-top: 70px;
}
.c7 .a .phone img {
  vertical-align: top;
}
.c7 .a .phone .skin {
  position: absolute;
  left: 2.5%;
  top: 15%;
}
.c7 .a .phone .line {
  position: absolute;
  left: 45px;
  top: 610px;
  width: 343px;
  height: 34px;
}
.c7 .a .phone .line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c7 .a .phone .line span img {
  width: 100%;
  height: auto;
}
.c7 .a .desc {
  margin: 140px 0 0 0;
}
.c7 .a .desc ul {
  margin: 50px 0 0 -40px;
  font-size: 0;
  width: 800px;
}
.c7 .a .desc ul li {
  width: 200px;
  font-size: 28px;
  text-align: center;
  vertical-align: top;
}
.c7 .a .desc ul li b {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto 10px;
  background: url(b-icon1.png) no-repeat 50% 50%;
}
.c7 .a .desc ul li:nth-child(2) b {
  background-image: url(b-icon2.png);
}
.c7 .a .desc ul li:nth-child(3) b {
  background-image: url(b-icon3.png);
}
.c7 .a .desc ul li:nth-child(4) b {
  background-image: url(b-icon4.png);
}
.c7 .b {
  height: 836px;
  background: url(c.jpg) no-repeat 50% 50%;
  color: #daba97;
}
.c7 .b .desc {
  padding: 140px 0 0 0;
}
.c7 .b .desc ul {
  font-size: 0;
  margin-top: 40px;
}
.c7 .b .desc ul li {
  font-size: 28px;
  text-align: center;
  margin-right: 55px;
}
.c7 .b .desc ul li b {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto 20px;
  background: url(c-icon1.png) no-repeat 50% 50%;
}
.c7 .b .desc ul li:nth-child(2) b {
  background-image: url(c-icon2.png);
}
.c7 .b .desc ul li:nth-child(3) b {
  background-image: url(c-icon3.png);
}
.c7 .c {
  height: 1445px;
  background: url(d.jpg) no-repeat 50% 100%;
  text-align: center;
}
.c7 .c .desc {
  padding-top: 110px;
}
.c7 .c .phone {
  position: relative;
  margin-top: 35px;
}
.c7 .c .phone img {
  position: relative;
  vertical-align: top;
  margin-left: -85px;
}
.c7 .c .phone .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c7 .c .phone .bg b {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url(d.jpg) no-repeat 50% 47%;
}
.c7 .c ul {
  width: 1000px;
  margin: 50px auto 0;
  color: #d7999f;
}
.c7 .c ul li b {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  background: url(d-icon1.png) no-repeat 50% 50%;
}
.c7 .c ul li:nth-child(2) b {
  background-image: url(d-icon2.png);
}
.c7 .c ul li:nth-child(3) b {
  background-image: url(d-icon3.png);
}
.c7 .d {
  height: 1032px;
  background: url(e.jpg) no-repeat 50% 50%;
  text-align: center;
}
.c7 .d .night {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(e-night.jpg) no-repeat 50% 50%;
}
.c7 .d .control {
  position: relative;
  width: 430px;
  height: 430px;
  margin: 500px auto 0;
  background: url(d-control2.png) no-repeat 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c7 .d .control .circle {
  position: absolute;
  top: 87%;
  left: 1%;
}
.c7 .d .control .circle b {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.c7 .d .desc {
  padding: 0 125px;
  margin-top: -325px;
}
.c7 .d .desc h5 {
  font-size: 50px;
}
.c7 .e {
  height: 1352px;
  background: url(f.jpg) no-repeat 50% 50%;
  color: #000;
}
.c7 .e .desc {
  padding: 415px 125px 0 0px;
}
.c7 .f {
  position: relative;
  padding-bottom: 28.5%;
}
.c7 .f div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c7 .f div img {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.c7 .f .left {
  left: 0;
}
.c7 .f .left img {
  left: 0;
}
.c7 .f .right {
  right: 0;
}
.c7 .f .right img {
  right: 0;
}
.c7 .f .line {
  left: 50%;
  width: 3px;
  z-index: 2;
  cursor: move;
  overflow: visible;
  opacity: 0;
}
.c7 .f .line.active {
  opacity: 1;
}
.c7 .f .line b {
  position: absolute;
  width: 32px;
  height: 14px;
  left: 50%;
  top: 50%;
  background: url(move-icon.png) no-repeat 50% 50%;
  background-size: 100% auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.c7 .f:hover .line {
  opacity: 1;
}
.c7 .g {
  height: 1338px;
  background: url(h.jpg) no-repeat 50% 50%;
  color: #000;
  text-align: center;
}
.c7 .g .desc {
  margin-top: 90px;
}
.c7 .g .desc img {
  vertical-align: top;
  margin: 80px 0 0 100px;
}
.c7 .h {
  height: 1821px;
  background: url(i.jpg) no-repeat 50% 50%;
  color: #000;
  text-align: center;
}
.c7 .h .w1200 {
  position: relative;
  height: 100%;
}
.c7 .h .battery-box {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: rotate(-53deg) skew(-1deg, 10deg);
  -moz-transform: rotate(-53deg) skew(-1deg, 10deg);
  -ms-transform: rotate(-53deg) skew(-1deg, 10deg);
  transform: rotate(-53deg) skew(-1deg, 10deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #e6fde4;
  font-size: 48px;
}
.c7 .h .battery-box .battery {
  position: relative;
  width: 220px;
  height: 445px;
  background: url(i-battery.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.c7 .h .battery-box .battery-line {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}
.c7 .h .desc {
  padding: 500px 130px 0;
  margin-top: 670px;
}
.c7 .h ul {
  margin-top: 50px;
}
.c7 .h ul li b {
  display: block;
  margin: 0 auto;
  width: 129px;
  height: 129px;
  background: url(i-icon1.png) no-repeat 50% 50%;
}
.c7 .h ul li:nth-child(2) b {
  background-image: url(i-icon2.png);
}
.c7 .h ul li:nth-child(3) b {
  background-image: url(i-icon3.png);
}
.c7 .i {
  height: 1380px;
  background: url(j.jpg) no-repeat 50% 50%;
  color: #000;
  text-align: center;
}
.c7 .i video {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.c7 .i .desc {
  margin-top: 140px;
}
.c7 .i ul {
  margin-top: 50px;
}
.c7 .i ul li b {
  display: block;
  margin: 0 auto;
  width: 129px;
  height: 129px;
  background: url(j-icon1.png) no-repeat 50% 50%;
}
.c7 .i ul li:nth-child(2) b {
  background-image: url(j-icon2.png);
}
.c7 .j {
  height: 1090px;
  background: url(k.jpg) no-repeat 50% 50%;
}
.c7 .j .desc {
  margin-top: 275px;
  padding-top: 400px;
}
.c7 .k {
  height: 1505px;
  background: url(l.jpg) no-repeat 50% 50%;
  color: #000;
  text-align: center;
  overflow: hidden;
}
.c7 .k img {
  position: relative;
  vertical-align: top;
}
.c7 .k .hand {
  margin: -20px 0 0 200px;
  z-index: 2;
}
.c7 .k .phone {
  margin-top: -55px;
}
.c7 .k .desc {
  margin-top: 100px;
  padding: 0 100px;
}
.c7 .k ul {
  margin-top: 50px;
}
.c7 .k ul li b {
  display: block;
  margin: 0 auto;
  width: 129px;
  height: 129px;
  background: url(l-icon1.png) no-repeat 50% 50%;
}
.c7 .k ul li:nth-child(2) b {
  background-image: url(l-icon2.png);
}
.c7 .l {
  height: 780px;
  color: #000;
  text-align: center;
}
.c7 .l .desc {
  margin-top: 0px;
  padding: 0 100px;
}
.c7 .l .desc a {
  color: #3347cd;
  margin-top: 20px;
}
.c7 .l ul {
  margin-top: 50px;
}
.c7 .l ul li b {
  display: block;
  margin: 0 auto;
  width: 129px;
  height: 129px;
  background: url(m-icon1.png) no-repeat 50% 50%;
}
.c7 .l ul li:nth-child(2) b {
  background-image: url(m-icon2.png);
}
.c7 .l ul li:nth-child(3) b {
  background-image: url(m-icon3.png);
}
.c7 .m {
  background-color: #000;
  text-align: center;
}
.c7 .m .desc {
  margin-top: 150px;
}
.c7 .m ul {
  margin-top: 40px;
}
.c7 .m ul img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.c7 .m ul .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.c7 .m ul .text {
  position: absolute;
  top: 50%;
  left: 50%;
}
.c7 .m ul li {
  padding: 0 10px 0 0;
}
.c7 .m ul li b {
  display: block;
  margin: 10px auto;
  width: 190px;
  height: 190px;
  background: url(n-icon1.png) no-repeat 50% 50%;
}
.c7 .m ul li:nth-child(2) {
  padding: 0 5px;
}
.c7 .m ul li:nth-child(2) b {
  background-image: url(n-icon2.png);
}
.c7 .m ul li:nth-child(3) {
  padding: 0 0 0 10px;
}
.c7 .m ul li:nth-child(3) b {
  background-image: url(n-icon3.png);
}
.c7 .n {
  height: 1080px;
  background: url(o.jpg) no-repeat 50% 50%;
  text-align: center;
}
.c7 .n .desc {
  margin-top: 140px;
}
.c7 .n .desc span {
  font-size: 14px;
}
.c7 .o {
  position: relative;
  padding-bottom: 53%;
  background-color: #050722;
}
.c7 .o .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 2;
}
.c7 .o .slider-box {
  position: absolute;
  width: 20%;
  height: 75%;
  top: 11%;
  left: 40%;
}
.c7 .o .slider-box .sliders {
  position: absolute;
  width: 94%;
  height: 81%;
  left: 2.5%;
  top: 9.5%;
  z-index: 1;
}
.c7 .o .slider-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(p-bg.png) no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 2;
}
.c7 .o .slider-box .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.c7 .o .slider-box .slider li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: transform 0.35s ease-out 0s;
  -moz-transition: transform 0.35s ease-out 0s;
  -ms-transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c7 .o .slider-box .slider li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.c7 .o .slider-box .slider li b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background-color: #000;
}
.c7 .p {
  height: 568px;
  background: url(q.jpg) no-repeat 50% 50%;
}
.c7 .p .w1200 {
  height: 100%;
}
.c7 .p .desc {
  padding-top: 210px;
}
.c7 .p .desc span {
  font-size: 87px;
  text-decoration: none;
  color: #fff;
}
.c7 .p .desc span:after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 34px;
  margin-left: 20px;
  background: url(icon-togallary.png) no-repeat 0% 50%;
}
.c7 .p .desc span:hover {
  color: #807EFE;
}
.c7 .p .desc span:hover:after {
  background-position: 100% 50%;
}
.c7 .p .desc img {
  margin-left: 20px;
  display: none;
}
.c7 .section .animate {
  -webkit-transition: all 0.75s ease-out 0s;
  -moz-transition: all 0.75s ease-out 0s;
  -ms-transition: all 0.75s ease-out 0s;
  transition: all 0.75s ease-out 0s;
  opacity: 0;
}
.c7 .section .banner_from_top {
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 1;
}
.c7 .section .from_top {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.c7 .section .banner_from_bottom {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;
}
.c7 .section .from_bottom {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.c7 .section .from_left {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.c7 .section .from_right {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.c7 .section .scale {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 1;
}
.c7 .section .scale2 {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: hidden;
}
.c7 .section .circle {
  opacity: 1;
}
.c7 .section .skin_line {
  opacity: 1;
  visibility: hidden;
}
.c7 .section .fade {
  opacity: 0.4;
}
.c7 .section .car {
  -webkit-transform: translate3d(-100px, -100px, 0) scale(0.8) rotateY(20deg);
  -moz-transform: translate3d(-100px, -100px, 0) scale(0.8) rotateY(20deg);
  -ms-transform: translate3d(-100px, -100px, 0) scale(0.8) rotateY(20deg);
  transform: translate3d(-100px, -100px, 0) scale(0.8) rotateY(20deg);
  opacity: 1;
}
.c7 .section .battery-line {
  visibility: hidden;
}
.c7 .section .k-hand {
  opacity: 1;
}
.c7 .section .m-bg {
  opacity: 0;
}
.c7 .section .m-text {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
}
.c7 .section .during1 {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.c7 .section .delay0 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.c7 .section .delay1 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.c7 .section .delay2 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.c7 .section .delay3 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.c7 .section .delay4 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.c7 .section .delay5 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.c7 .section .delay6 {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.c7 .section .delay7 {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.c7 .section .b_delay1 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.c7 .section .b_delay2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.c7 .section .b_delay3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c7 .section .b_delay4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.c7 .section .b_delay5 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c7 .section .a_delay31 {
  -webkit-transition-delay: 1.24s;
  -moz-transition-delay: 1.24s;
  -ms-transition-delay: 1.24s;
  transition-delay: 1.24s;
}
.c7 .section .a_delay30 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.c7 .section .a_delay29 {
  -webkit-transition-delay: 1.16s;
  -moz-transition-delay: 1.16s;
  -ms-transition-delay: 1.16s;
  transition-delay: 1.16s;
}
.c7 .section .a_delay28 {
  -webkit-transition-delay: 1.12s;
  -moz-transition-delay: 1.12s;
  -ms-transition-delay: 1.12s;
  transition-delay: 1.12s;
}
.c7 .section .a_delay27 {
  -webkit-transition-delay: 1.08s;
  -moz-transition-delay: 1.08s;
  -ms-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
.c7 .section .a_delay26 {
  -webkit-transition-delay: 1.04s;
  -moz-transition-delay: 1.04s;
  -ms-transition-delay: 1.04s;
  transition-delay: 1.04s;
}
.c7 .section .a_delay25 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.c7 .section .a_delay24 {
  -webkit-transition-delay: 0.96s;
  -moz-transition-delay: 0.96s;
  -ms-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
.c7 .section .a_delay23 {
  -webkit-transition-delay: 0.92s;
  -moz-transition-delay: 0.92s;
  -ms-transition-delay: 0.92s;
  transition-delay: 0.92s;
}
.c7 .section .a_delay22 {
  -webkit-transition-delay: 0.88s;
  -moz-transition-delay: 0.88s;
  -ms-transition-delay: 0.88s;
  transition-delay: 0.88s;
}
.c7 .section .a_delay21 {
  -webkit-transition-delay: 0.84s;
  -moz-transition-delay: 0.84s;
  -ms-transition-delay: 0.84s;
  transition-delay: 0.84s;
}
.c7 .section .a_delay20 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.c7 .section .a_delay19 {
  -webkit-transition-delay: 0.76s;
  -moz-transition-delay: 0.76s;
  -ms-transition-delay: 0.76s;
  transition-delay: 0.76s;
}
.c7 .section .a_delay18 {
  -webkit-transition-delay: 0.72s;
  -moz-transition-delay: 0.72s;
  -ms-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.c7 .section .a_delay17 {
  -webkit-transition-delay: 0.68s;
  -moz-transition-delay: 0.68s;
  -ms-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.c7 .section .a_delay16 {
  -webkit-transition-delay: 0.64s;
  -moz-transition-delay: 0.64s;
  -ms-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
.c7 .section .a_delay15 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.c7 .section .a_delay14 {
  -webkit-transition-delay: 0.56s;
  -moz-transition-delay: 0.56s;
  -ms-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.c7 .section .a_delay13 {
  -webkit-transition-delay: 0.52s;
  -moz-transition-delay: 0.52s;
  -ms-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.c7 .section .a_delay12 {
  -webkit-transition-delay: 0.48s;
  -moz-transition-delay: 0.48s;
  -ms-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.c7 .section .a_delay11 {
  -webkit-transition-delay: 0.44s;
  -moz-transition-delay: 0.44s;
  -ms-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.c7 .section .a_delay10 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.c7 .section .a_delay9 {
  -webkit-transition-delay: 0.36s;
  -moz-transition-delay: 0.36s;
  -ms-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.c7 .section .a_delay8 {
  -webkit-transition-delay: 0.32s;
  -moz-transition-delay: 0.32s;
  -ms-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.c7 .section .a_delay7 {
  -webkit-transition-delay: 0.28s;
  -moz-transition-delay: 0.28s;
  -ms-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.c7 .section .a_delay6 {
  -webkit-transition-delay: 0.24s;
  -moz-transition-delay: 0.24s;
  -ms-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.c7 .section .a_delay5 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.c7 .section .a_delay4 {
  -webkit-transition-delay: 0.16s;
  -moz-transition-delay: 0.16s;
  -ms-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.c7 .section .a_delay3 {
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -ms-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.c7 .section .a_delay2 {
  -webkit-transition-delay: 0.08s;
  -moz-transition-delay: 0.08s;
  -ms-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.c7 .section .a_delay1 {
  -webkit-transition-delay: 0.04s;
  -moz-transition-delay: 0.04s;
  -ms-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.c7 .section .a_delay0 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.c7 .section .ease_in {
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 1, 1);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 1, 1);
  -ms-transition-timing-function: cubic-bezier(0.45, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.45, 0, 1, 1);
}
.c7 .section .linear {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c7 .section .active .animate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.c7 .section .active .scale {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c7 .section .active .scale2 {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  visibility: visible;
}
.c7 .section .active .circle {
  left: 85%;
}
.c7 .section .active .circle b {
  -webkit-animation: control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
  -moz-animation: control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
  -ms-animation: control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
  animation: control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
}
.c7 .section .active .car {
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
  -moz-transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
  -ms-transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
  transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
}
.c7 .section .active .battery-line {
  visibility: visible;
}
.c7 .section .active .k-hand {
  -webkit-animation: k-hand 0.75s linear 0s forwards;
  -moz-animation: k-hand 0.75s linear 0s forwards;
  -ms-animation: k-hand 0.75s linear 0s forwards;
  animation: k-hand 0.75s linear 0s forwards;
}
.c7 .section .active .skin_line {
  visibility: visible;
}
.c7 .section .active .fade {
  opacity: 1;
}
.c7 .section .active .m-bg {
  opacity: 0.5;
}
.c7 .section .active .m-text {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
/*control*/
@keyframes control {
  0% {
    top: 0;
  }
  100% {
    top: -375px;
  }
}
@-webkit-keyframes control {
  0% {
    top: 0;
  }
  100% {
    top: -375px;
  }
}
@-moz-keyframes control {
  0% {
    top: 0;
  }
  100% {
    top: -375px;
  }
}
/*--control--*/
/*m-control*/
@keyframes m-control {
  0% {
    top: 0;
  }
  100% {
    top: -173px;
  }
}
@-webkit-keyframes m-control {
  0% {
    top: 0;
  }
  100% {
    top: -173px;
  }
}
@-moz-keyframes m-control {
  0% {
    top: 0;
  }
  100% {
    top: -173px;
  }
}
/*--m-control--*/
/*k-hand*/
@keyframes k-hand {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    -moz-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    -ms-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    transform: translate3d(-15px, 5px, 0) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes k-hand {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    -moz-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    -ms-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    transform: translate3d(-15px, 5px, 0) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-moz-keyframes k-hand {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    -moz-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    -ms-transform: translate3d(-15px, 5px, 0) rotate(-2deg);
    transform: translate3d(-15px, 5px, 0) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
/*--k-hand--*/
@media screen and (max-width: 768px) {
  .c7 .section {
    background-size: 100% auto;
    background-position: 50% 100%;
    text-align: center;
  }
  .c7 .section .desc {
    width: auto;
    padding: 0 20px;
  }
  .c7 .banner {
    height: auto;
    padding-bottom: 112vw;
    text-align: left;
  }
  .c7 .banner .bg {
    background-image: url(mobile/a.jpg);
    background-size: 100% auto;
  }
  .c7 .banner .desc {
    margin: 5vw 0 0;
  }
  .c7 .banner .desc img {
    width: 90%;
    height: auto;
  }
  .c7 .banner .desc h2 {
    margin-top: 5vw;
  }
  .c7 .a {
    height: auto;
    background-color: #8090b6;
    background-image: url(mobile/b.jpg);
  }
  .c7 .a .w1200 {
    position: static;
  }
  .c7 .a .col-lg-6:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 12vw;
    width: 100%;
    padding-bottom: 10vw;
    background-color: #8090b6;
    z-index: 2;
  }
  .c7 .a .phone {
    width: 65vw;
    margin: 0 auto;
  }
  .c7 .a .phone img:first-child {
    width: 100%;
    height: auto;
  }
  .c7 .a .phone .skin {
    left: 3.5%;
    width: 92%;
  }
  .c7 .a .phone .line {
    left: 10%;
    top: 70%;
    width: 80%;
    height: 6vw;
  }
  .c7 .a .desc {
    margin-top: 0;
    padding: 40px 0 0;
  }
  .c7 .a .desc h5 {
    margin-top: 0;
    padding: 0 20px;
  }
  .c7 .a .desc p {
    padding: 0 20px;
  }
  .c7 .a .desc ul {
    width: auto;
    margin: 20px 0 0;
    font-size: 0;
    padding: 0 20px;
  }
  .c7 .a .desc ul li {
    width: 25%;
    font-size: 12px;
  }
  .c7 .a .desc ul li b {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  .c7 .b {
    height: auto;
    background-color: #14161a;
    background-image: url(mobile/c.jpg);
    padding-bottom: 85%;
  }
  .c7 .b .desc ul {
    margin-top: 20px;
    font-size: 0;
  }
  .c7 .b .desc ul li {
    width: 33.33%;
    font-size: 16px;
    margin-right: 0;
  }
  .c7 .b .desc ul li b {
    width: 70px;
    height: 70px;
    background-size: 100% auto;
    margin-bottom: 10px;
  }
  .c7 .c {
    height: auto;
    padding-bottom: 40px;
    background-image: url(mobile/d.jpg);
    background-size: cover;
  }
  .c7 .c .phone {
    width: 88%;
    margin-left: 6%;
  }
  .c7 .c .phone .bg {
    width: 81%;
    left: 10%;
  }
  .c7 .c .phone .bg b {
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    background: url(mobile/d.jpg) no-repeat 50% 56%;
    background-size: 120% auto;
  }
  .c7 .c .phone img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .c7 .c ul {
    width: 100%;
  }
  .c7 .c ul li {
    font-size: 16px;
  }
  .c7 .c ul li b {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  .c7 .d {
    height: auto;
    padding: 100% 0 40px;
    background-image: url(mobile/e.jpg);
    background-size: cover;
  }
  .c7 .d .night {
    background-image: url(mobile/e.jpg);
    background-size: cover;
  }
  .c7 .d .control {
    width: 200px;
    height: 200px;
    background-size: 100% auto;
    margin-top: 0;
  }
  .c7 .d .control .circle b {
    width: 10px;
    height: 10px;
  }
  .c7 .d .desc {
    margin-top: -168px;
  }
  .c7 .d .desc h5 {
    font-size: 30px;
  }
  .c7 .e {
    height: auto;
    padding-bottom: 85%;
    background: url(mobile/f.jpg) no-repeat 50% 100%, url(mobile/f-bg.jpg) repeat-y 50% 50%;
    background-size: 100% auto;
  }
  .c7 .f {
    height: auto;
    padding-bottom: 180%;
    overflow: hidden;
  }
  .c7 .f ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .c7 .f ul img {
    width: 100%;
    vertical-align: top;
  }
  .c7 .g {
    height: auto;
    padding-bottom: 92vw;
    background-image: url(mobile/h.jpg);
    background-position: 50% 100%;
  }
  .c7 .g .w1200 {
    position: static;
  }
  .c7 .g .desc {
    margin-top: 0;
  }
  .c7 .g .desc img {
    position: absolute;
    width: 80vw;
    left: 17vw;
    bottom: 30vw;
    margin: 0;
  }
  .c7 .h {
    height: auto;
    padding-bottom: 105vw;
    background-image: url(mobile/i.jpg);
  }
  .c7 .h .w1200 {
    position: static;
  }
  .c7 .h .desc {
    margin-top: 0;
  }
  .c7 .h ul {
    margin-top: 20px;
  }
  .c7 .h ul li b {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  .c7 .h .battery-box {
    font-size: 4.5vw;
    top: initial;
    bottom: 70vw;
    right: 0;
  }
  .c7 .h .battery-box .battery {
    width: 20vw;
    height: 40vw;
  }
  .c7 .i {
    height: auto;
    padding-bottom: 85%;
    background: url(mobile/j.jpg) no-repeat 50% 100%, url(mobile/j-bg.jpg) repeat-y 50% 50%;
    background-size: 100% auto;
  }
  .c7 .i .desc {
    margin-top: 0;
  }
  .c7 .i ul {
    margin-top: 20px;
  }
  .c7 .i ul li b {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  .c7 .j {
    height: auto;
    padding: 50vw 0 40px;
    background: url(mobile/k.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .c7 .j .desc {
    margin-top: 0;
    padding-top: 200px;
  }
  .c7 .k {
    height: auto;
    padding-bottom: 40px;
    background: #e9e9e9;
  }
  .c7 .k .hand {
    width: 60%;
    margin: -10px 0 0 20%;
  }
  .c7 .k .phone {
    width: 95%;
    margin: 0px 0 0 5%;
  }
  .c7 .k .desc {
    margin-top: 20px;
  }
  .c7 .k ul {
    margin-top: 20px;
  }
  .c7 .k ul li b {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  .c7 .l {
    height: auto;
    padding-bottom: 20px;
  }
  .c7 .l .desc {
    margin-top: 0;
  }
  .c7 .l ul {
    margin-top: 20px;
  }
  .c7 .l ul li b {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
  }
  .c7 .m .desc {
    margin-top: 0;
  }
  .c7 .m ul li {
    padding: 0 0  50vw 0;
    margin-bottom: 15px;
    background: url(mobile/n1.jpg) no-repeat 50% 50%;
    background-size: 100% auto;
    font-size: 12px;
  }
  .c7 .m ul li b {
    width: 50px;
    height: 50px;
    background-size: 100% auto;
  }
  .c7 .m ul li img {
    display: none;
  }
  .c7 .m ul li:nth-child(2) {
    padding: 0 0  50vw 0;
    background-image: url(mobile/n2.jpg);
  }
  .c7 .m ul li:nth-child(3) {
    padding: 0 0  50vw 0;
    background-image: url(mobile/n3.jpg);
  }
  .c7 .n {
    height: auto;
    padding-bottom: 70%;
    background-color: #000;
    background-image: url(mobile/o.jpg);
  }
  .c7 .n .desc {
    margin-top: 0;
  }
  .c7 .p {
    height: auto;
    padding: 20% 0;
    background-size: cover;
    text-align: left;
  }
  .c7 .p .desc span {
    font-size: 20px;
  }
  .c7 .p .desc span:after {
    width: 20px;
    height: 7px;
    background-size: 40px auto;
  }
  .c7 .p .desc img {
    width: 20px;
    margin-left: 10px;
  }
  .c7 .section .banner_from_top {
    -webkit-transform: translate3d(0, -2vw, 0);
    -moz-transform: translate3d(0, -2vw, 0);
    -ms-transform: translate3d(0, -2vw, 0);
    transform: translate3d(0, -2vw, 0);
  }
  .c7 .section .banner_from_bottom {
    -webkit-transform: translate3d(0, 2vw, 0);
    -moz-transform: translate3d(0, 2vw, 0);
    -ms-transform: translate3d(0, 2vw, 0);
    transform: translate3d(0, 2vw, 0);
  }
  .c7 .section .a-padding-bottom {
    padding-bottom: 150vw;
    opacity: 1;
  }
  .c7 .section .car {
    -webkit-transform: translate3d(-5vw, -5vw, 0) scale(0.8) rotateY(5deg);
    -moz-transform: translate3d(-5vw, -5vw, 0) scale(0.8) rotateY(5deg);
    -ms-transform: translate3d(-5vw, -5vw, 0) scale(0.8) rotateY(5deg);
    transform: translate3d(-5vw, -5vw, 0) scale(0.8) rotateY(5deg);
    opacity: 1;
  }
  .c7 .section .m-delay4 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .c7 .section .active .circle {
    left: 85%;
  }
  .c7 .section .active .circle b {
    -webkit-animation: m-control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
    -moz-animation: m-control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
    -ms-animation: m-control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
    animation: m-control 0.75s cubic-bezier(0, 0, 0.5, 1) 0.6s forwards;
  }
  .c7 .section .active .a-padding-bottom {
    padding-bottom: 13vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 321px) {
  .c7 .section .active .a-padding-bottom {
    padding-bottom: 50vw;
  }
}
