@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #35374e;
  outline: 0;
  vertical-align: baseline;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ul li {
  list-style-type: none;
}
img {
  border: none;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/icons.png);
}
.hide {
  display: none;
}
.buybtn {
  display: block;
  width: 270px;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  background: rgb(255, 178, 0);
  border: solid #fcbe17 1px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(255, 178, 0) 0%,
    rgb(255, 127, 2) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(255, 178, 0) 0%,
    rgb(255, 127, 2) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(255, 178, 0) 0%,
    rgb(255, 127, 2) 100%
  );
  box-shadow: 0px 15px 33.25px 1.75px rgba(13, 4, 8, 0.4);
}

.buybtn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: -2px;
  -webkit-transform: translate3d(-16px, 0, 0);
  transform: translate3d(-16px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.buybtn i {
  margin-right: 8px;
  width: 23px;
  height: 14px;
  background-position: 0px -17px;
  -webkit-transform: translate3d(-20px, 3.5em, 0);
  transform: translate3d(-20px, 3.5em, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.buybtn:hover {
  background: #ffc516;
}
.buybtn:hover i {
  display: inline-block;
}
.buybtn:hover i,
.buybtn:hover span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.soldout .buybtn {
  line-height: 20px;
  font-size: 12px;
  color: #7d480d;
}
.soldout .buybtn p {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #1e1f30;
}

.number {
  float: left;
}
.number p {
  position: relative;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.soldout .countdown {
  color: #8b8d9e !important;
}
.soldout .number p.zoomout {
  position: absolute !important;
  margin-top: 0px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-animation: zoomout 0.8s forwards;
  animation: zoomout 0.8s forwards;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.countdown {
  position: relative;
  vertical-align: middle;
  height: 45px;
  width: 180px;
  line-height: 45px;
  font-size: 24px;
  border: solid #7a7b8e 1px;
  overflow: hidden;
  text-align: center;
}
.countdown.twinkle {
  animation: twinkle 0.5s infinite;
  -moz-animation: twinkle 0.5s infinite;
  -webkit-animation: twinkle 0.5s infinite;
}
@keyframes twinkle {
  from {
    color: #fff;
  }
  to {
    color: #ffb100;
  }
}
@-webkit-keyframes twinkle {
  from {
    color: #fff;
  }
  to {
    color: #ffb100;
  }
}
.countdown .scroll-tick {
  float: left;
  width: 44px;
  border-right: solid #7a7b8e 1px;
}
.countdown .scroll-tick span {
  display: block;
}
.countdown .scroll-tick:last-child {
  border: none;
}
.price strong {
  font-size: 24px;
}
.price strong b {
  font-size: 60px;
}
.price del {
  position: relative;
  margin-left: 15px;
  font-size: 24px;
  color: #ffb71b;
  text-decoration: none;
}
.price del:after {
  position: absolute;
  content: "";
  display: block;
  width: 78px;
  height: 21px;
  left: -3px;
  top: 2px;
  background: url(../images/del-bg.png);
}

/* banner */
.banner {
  height: 802px;
  background: url(../images/banner.jpg) no-repeat center;
}
.banner .logo {
  display: inline-block;
  width: 47px;
  height: 15px;
  margin-top: 23px;
  text-indent: -9999px;
  background: url(../images/logo.png);
}
.banner ul {
  height: 44px;
  line-height: 44px;
  margin-top: 29px;
  background: #585a75;
  border: solid #1e1f36 1px;
  font-size: 18px;
  text-align: center;
}
.banner ul.nomail {
  border: solid #585a75 1px;
}
.banner ul li {
  float: left;
  width: 235px;
  height: 44px;
  color: #fff;
  margin-right: 15px;
  border-left: solid #1e1f36 1px;
}
.banner ul li strong {
  font-size: 26px;
  color: #ffac00;
}
.banner ul li.first {
  width: 480px;
  color: #a7a8b5;
  background: #1e1f36;
}
.banner ul li.default {
  width: 100%;
  color: #828497;
  border-left: none;
  font-weight: bold;
}
.banner ul li.default i {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: url(../images/gou.png);
}
.banner ul li.first i {
  width: 17px;
  height: 17px;
  margin-top: -3px;
  margin-right: 15px;
  margin-left: -47px;
}
.banner ul li.last {
  position: relative;
  width: 330px;
}
.banner ul li.last:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  left: 15px;
  top: 0;
  background: #1e1f36;
}

.banner .left-img {
  float: left;
  position: relative;
  margin-top: 70px;
  margin-left: -62px;
}
.banner .left-img:after {
  position: absolute;
  display: block;
  content: "";
  width: 171px;
  height: 121px;
  left: 141px;
  top: 335px;
  background: url(../images/off.png);
}

.banner .right-message {
  float: right;
  width: 505px;
  margin-top: 120px;
  text-align: left;
  color: #fff;
}
.banner .right-message h1 {
  font-size: 44px;
}
.banner .right-message h2 {
  font-weight: 400;
  font-size: 26px;
  color: #17f317;
}
.banner .right-message .price {
  margin-top: 35px;
}

.banner .right-message .pc span {
  display: inline-block;
  width: 16px;
  height: 4px;
  margin-right: 15px;
  background: #17f317;
}
.banner .number-message {
  margin-top: 55px;
}

.banner.soldout .left-img:after {
  background-position: 0px -121px;
}

.banner.soldout .countdown {
  width: 200px;
}
.banner.soldout .countdown .scroll-tick {
  width: 49px;
}
.banner.soldout .number p,
.float.soldout .number p {
  color: #ffb200;
  text-align: center;
}

.problem {
  background: #40425d;
}
.problem h2 {
  width: 1100px;
  height: 139px;
  color: #a3a4b9;
  margin: 0px auto;
  font-size: 40px;
  text-indent: -50px;
  line-height: 175px;
  font-weight: 400;
  text-align: center;
  background: url(../images/h2-bg.png) no-repeat left;
}
.problem h2 span {
  color: #fff;
}

.problem .wrapper-box {
  width: 1166px;
  height: 293px;
  margin: 0px auto;
  margin-top: 37px;
}

.problem .message-box {
  width: 0px;
  overflow: hidden;
  height: 293px;
  background: url(../images/problem-bg.png) no-repeat left;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.problem .message-box.on {
  width: 1166px;
}
.problem .message-box dl {
  float: left;
}
.problem .message-box dl.list01 {
  width: 384px;
  margin-left: 90px;
  margin-top: 133px;
}
.problem .message-box dl.list02 {
  width: 390px;
  margin-left: 703px;
  margin-top: -190px;
}
.problem .message-box dl dt {
  font-weight: 700;
  font-size: 24px;
  color: #ff8802;
  text-transform: uppercase;
}
.problem .message-box dl dt span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  text-transform: capitalize;
  border-bottom: solid #535570 3px;
  font-size: 12px;
  color: #a3a4b9;
}
.problem .message-box dl dd {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.feature {
  height: 742px;
  background: url(../images/feature-bg.jpg) no-repeat center;
}
.feature .left-message {
  float: left;
  margin-top: 200px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.feature .left-message h2 {
  margin-bottom: 100px;
  font-size: 40px;
  line-height: 56px;
  font-size: 40px;
  color: #a3a4b9;
}
.feature .left-message h2 span {
  color: #fff;
}

.feature .left-message dl {
  margin-bottom: 40px;
}
.feature .left-message dl dt {
  float: left;
  margin-right: 25px;
}
.feature .left-message dl strong {
  line-height: 20px;
  font-size: 24px;
  color: #17f317;
  text-transform: uppercase;
}
.feature .left-message dl p {
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.feature .img-box {
  float: right;
  margin-right: -155px;
  margin-top: 169px;
  margin-left: -80px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.feature .left-message.on,
.feature .img-box.on,
.benfits dl.on {
  opacity: 1 !important;
  filter: Alpha(opacity=100) !important;
  -webkit-transform: translate(0px, 0) !important;
  transform: translate(0px, 0) !important;
}

/* benfits */
.benfits {
  height: 810px;
  background: url(../images/snapshoot-bg.jpg?t=1648795183) no-repeat center;
}
.benfits h2 {
  padding-top: 10px;
  text-align: center;
  font-size: 46px;
  color: #17f317;
  line-height: 66px;
}
.benfits dl {
  position: absolute;
}
.benfits dl dt {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-bottom: solid rgba(0, 255, 0, 0.4) 1px;
}
.benfits dl dt:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 22px;
  top: 33px;
  background: url(../images/circle.png);
  background-position: 0px -22px;
}
.benfits dl dd {
  font-size: 16px;
  line-height: 24px;
  color: #999ab0;
}
.benfits dl dd strong {
  display: block;
  margin-top: 5px;
  width: 80px;
  height: 12px;
  background: #ff8802;
  color: #35374e;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.benfits dl.list01 {
  top: 249px;
  left: 90px;
  width: 382px;
}
.benfits dl.list01 dt {
  color: #151624;
  border-bottom: solid rgba(55, 58, 87, 0.4) 1px;
}
.benfits dl.list01 dt:after {
  background-position: 0px 0px;
}
.benfits dl.list01 dd {
  color: #232538;
}
.benfits dl.list01 dd strong {
  background-color: #ffa643;
}
.benfits dl.list01 dt:after,
.benfits dl.list02 dt:after {
  right: -10px;
}
.benfits dl.list01,
.benfits dl.list02 {
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.benfits dl.list03,
.benfits dl.list04,
.benfits dl.list05 {
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.benfits dl.list02 {
  top: 577px;
  left: 33px;
  width: 304px;
}
.benfits dl.list03 {
  width: 382px;
  right: 65px;
  top: 238px;
}
.benfits dl.list04 {
  width: 367px;
  right: -40px;
  top: 444px;
}
.benfits dl.list05 {
  width: 407px;
  right: 210px;
  top: 633px;
}

.benfits dl.list03,
.benfits dl.list04,
.benfits dl.list05 {
  text-align: right;
}
.benfits dl.list03 strong,
.benfits dl.list04 strong,
.benfits dl.list05 strong {
  float: right;
}
.benfits dl.list03 dt:after,
.benfits dl.list04 dt:after,
.benfits dl.list05 dt:after {
  left: -10px;
}
/* reviews */
/* review */
.review {
  position: relative;
  padding-bottom: 30px;
}
.review h2 {
  padding-top: 55px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.dg-container {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.dg-wrapper {
  margin: 0 auto;
  width: 660px;
  height: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.dg-wrapper .dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-container .nav {
  position: relative;
  width: 100%;
}
.dg-container .nav span {
  position: absolute;
  top: 132px;
  width: 22px;
  height: 41px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/review-control.png) no-repeat;
}
.dg-container .nav .dg-prev {
  left: 0;
  background-position: 0 0;
}
.dg-container .nav .dg-prev:hover {
  background-position: 0 -41px;
}
.dg-container .nav .dg-next {
  right: 0;
  background-position: -22px 0;
}
.dg-container .nav .dg-next:hover {
  background-position: -22px -41px;
}
.inner {
  display: block;
  margin: 0 auto;
  width: 660px;
  height: 510px;
}
.content {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 88px;
  width: 660px;
  height: 510px;
}

.content .reviews {
  position: absolute;
  left: 0;
  top: 88px;
  display: block;
  width: 660px;
  height: 500px;
  text-align: center;
}
.content .reviews dt {
  margin-bottom: 70px;
}
.content .reviews dt img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.content .reviews dd {
  margin-left: -170px;
  display: none;
  width: 1000px;
}
.content .reviews dd h2 {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.content .reviews dd p {
  line-height: 24px;
  color: #999ab0;
  font-size: 16px;
}
.content .reviews dd cite {
  display: inline-block;
  margin-top: 30px;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}
.content .reviews.dg-center dt img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 40px 40px 0px rgba(20, 20, 20, 0.28);
}
.content .reviews.dg-center dd {
  display: block;
}

.bottom {
  height: 876px;
  color: #727488;
  background: url(../images/award-bg.jpg) no-repeat center;
}
.award {
  border-bottom: solid #484959 1px;
  padding-bottom: 50px;
  padding-top: 185px;
  color: #ffffff;
  text-align: center;
}
.award h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.award p {
  margin-bottom: 40px;
  margin-top: 10px;
  font-size: 18px;
  color: #8d91a5;
}

/* service */
.service dl {
  margin-top: 50px;
  margin-bottom: 18px;
  width: 549px;
  height: 124px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(19, 20, 27, 0.6);
}
.service .fl dt {
  float: left;
  margin-top: 25px;
  width: 96px;
  text-align: center;
}
.service .fl dd {
  float: left;
  width: 450px;
  text-align: left;
}
.service dd h4 {
  padding: 22px 0 10px;
  font-size: 15px;
  font-weight: 400;
}
.service .fr dd h4 {
  padding-left: 20px;
  padding-bottom: 12px;
  text-align: left;
}
.service dd p {
  font-size: 12px;
  line-height: 18px;
}

/* annotation */
.annotation {
  margin: 20px auto;
  font-size: 12px;
}
.annotation dt {
  display: inline-block;
}

/* footer */
.footer .copyright {
  padding: 20px 0;
  padding-bottom: 130px;
  text-align: center;
  font-size: 14px;
}

/* float */
.float {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100px;
  bottom: -180px;
  left: 0px;
  background: url(../images/float-bg.jpg) no-repeat center;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.float.on {
  bottom: 0px;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.float .left-img {
  position: relative;
  float: left;
  margin-top: -66px;
  margin-left: 16px;
}
.float .left-img:after {
  position: absolute;
  content: "";
  width: 62px;
  height: 44px;
  top: 123px;
  left: 45px;
  background: url(../images/off.png);
  background-position: 0px -243px;
}

.float .number {
  float: left;
  margin-left: 80px;
  margin-top: 20px;
}
.float .number .countdown {
  color: #fff;
  width: 220px;
  height: 35px;
  line-height: 35px;
}
.float .number .countdown .scroll-tick {
  width: 54px;
}
.float .number p span {
  color: #fff;
}
.float .price {
  float: left;
  margin-left: 100px;
  margin-top: 30px;
  color: #fff;
}
.float .price strong {
  margin-left: 15px;
}
.float .price strong b {
  font-size: 40px;
}

.float .buybtn {
  float: left;
  margin-left: 15px;
  margin-top: 23px;
  width: 250px;
  height: 55px;
  line-height: 55px;
}

.soldout.float .left-img:after {
  background-position: -66px -243px;
}
.soldout.float .buybtn {
  line-height: 20px;
}
.soldout.float .buybtn p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.pop-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(31, 28, 43, 0.95);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.pop-over {
  position: fixed;
  width: 1041px;
  height: 980px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  margin: auto;
  border-radius: 20px;
  background: url(../images/pop-bg.png);
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.pop-bg .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/icons.png);
  background-position: 0px -31px;
  text-indent: -9999px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.pop-bg .close:hover {
  background-position: 0px -61px;
}
.pop-over h2,
.pop-over h3 {
  display: none;
}
.pop-over p {
  padding-top: 325px;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.pop-over p strong {
  color: #ffea00;
}
.pop-over .imgbox {
  margin-top: 15px;
}
.pop-over .buybtn {
  display: block;
  border: solid #64ef22 1px;
  background: rgb(96, 207, 42);
  background-image: -moz-linear-gradient(
    0deg,
    rgb(96, 207, 42) 0%,
    rgb(66, 178, 21) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(96, 207, 42) 0%,
    rgb(66, 178, 21) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(96, 207, 42) 0%,
    rgb(66, 178, 21) 100%
  );
  box-shadow: 0px 0px 34px 6px rgba(13, 4, 8, 0.7);
}
.pop-over .buybtn:hover {
  background: #11ee11;
}

.pop-over,
.pop-bg {
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.pop-bg.active {
  display: block;
  z-index: 98;
}
.pop-over.active {
  z-index: 99;
}
.pop-over.active,
.pop-bg.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
