@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #2e2e2e;
  font-family: "Prompt", Arial, Helvetica, sans-serif;
  font-weight: 400;
  outline: 0;
  vertical-align: baseline;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #2e2e2e;
  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;
}
.all-icons {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0;
}

/* banner */
.banner {
  min-height: 545px;
  text-align: center;
  background: url(../images/bg.jpg) top center no-repeat;
}
.banner .logo {
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 56px;
}
.banner .title {
  padding-top: 12px;
  height: 170px;
  background: url(../images/title.png?t=4373) bottom center no-repeat;
}
.banner .title h1,
.banner .title p {
  display: none;
}
.banner .offer {
  position: relative;
  z-index: 1;
  margin: 81px 0 0 80px;
  float: left;
  width: 400px;
  height: 419px;
}
.banner .offer .top {
  height: 281px;
  background-color: #f6aea2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.banner .offer.right {
  margin-left: 60px;
  width: 480px;
  height: 479px;
}
.banner .offer.right .top {
  background-color: #ff543e;
  box-shadow: 0px 10px 45px 0px rgba(255, 95, 74, 0.4);
}
.banner .offer h2 {
  padding: 22px 0 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.banner .offer.right h2 {
  padding-bottom: 14px;
}
.banner .offer strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner .offer strong big {
  font-size: 46px;
}
.banner .offer.right strong big {
  font-size: 56px;
}
.banner .sign {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 36px;
  padding: 0 20px;
  height: 22px;
  color: #edc6bf;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  background: #db8c7f;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: uppercase;
}
.banner .offer.right .sign {
  margin-top: 2px;
  margin-bottom: 30px;
  color: #ffe357;
  background: #c02410;
}
.banner .sign:before,
.banner .sign:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 8px;
  height: 22px;
  background: url(../images/sign.png) 0 0 no-repeat;
}
.banner .sign:before {
  left: -8px;
}
.banner .sign:after {
  right: -8px;
  background-position: 0 -22px;
}
.banner .offer.right .sign:before {
  background-position: 0 -44px;
}
.banner .offer.right .sign:after {
  background-position: 0 -66px;
}
.price {
  position: absolute;
  bottom: 60px;
  left: 0px;
  z-index: 8;
  width: 398px;
  height: 138px;
  color: #656565;
  opacity: 0;
  visibility: hidden;
  background: #fff7f2;
  border: 1px solid #f6e4da;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: opacity ease 0.6s, bottom ease-out 0.6s;
  transition: opacity ease 0.6s, bottom ease-out 0.6s;
}
.banner .offer.right .price {
  width: 478px;
  height: 198px;
  border-color: #ffc4bc;
  box-shadow: 0px 10px 45px 0px rgba(255, 95, 74, 0.4);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.price.on {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.price:before,
.price:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 400px;
  height: 3px;
  background-color: #cd867b;
}
.price:after {
  top: -12px;
  left: 188px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #cc8479;
  background: transparent;
}
.banner .offer.right .price:before {
  width: 480px;
  background-color: #5953de;
}
.banner .offer.right .price:after {
  left: 228px;
  border-bottom-color: #5953de;
}
.price h3 {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
}
.price ul {
  margin: 0 auto;
  width: 322px;
}
.price li {
  border-bottom: 1px solid #eee1da;
}
.banner .offer.right li {
  border-color: #ffe3dc;
}
.price li.last {
  color: #ff5f4a;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
  border-bottom: 0px;
  border-bottom: none;
}
.price li span {
  display: inline-block;
  width: 50%;
  line-height: 28px;
  text-align: left;
}
.price li span.right {
  text-align: right;
}
.price li span.right.red {
  color: red;
}
.price li span.right.red del {
  color: #656565;
}
.banner .numbox {
  position: absolute;
  top: -40px;
  left: 10px;
  width: 460px;
  height: 40px;
  line-height: 40px;
  background-color: #5953de;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.floatlayer .numbox {
  margin-top: 12px;
  width: 490px;
  text-align: center;
}
.numbox h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.feature.unique .numbox h3 {
  margin: 0px;
  color: #343434;
  font-size: 16px;
}
.floatlayer .numbox h3 {
  color: #343434;
}
.giftNum {
  display: inline-block;
  position: relative;
  height: 31px;
  margin: 0 4px;
  vertical-align: middle;
}
.giftNum .nwrap {
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  width: 24px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background: #443fbd;
  border-radius: 4px;
}
.floatlayer .giftNum .nwrap,
.feature.unique .giftNum .nwrap {
  background: #ffcfc8;
}
.giftNum em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  opacity: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
}
.giftNum .numlist {
  display: block;
  width: inherit;
  height: inherit;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.floatlayer .giftNum em,
.floatlayer .giftNum .numlist,
.feature.unique .giftNum em,
.feature.unique .giftNum .numlist {
  color: #ff5f4a;
}
.giftNum .numlist span {
  display: block;
}
.numbox .buyNum {
  display: inline-block;
  margin-left: -6px;
  width: 30px;
  text-align: right;
}
.buyNum {
  margin-top: 6px;
  color: #343434;
  font-size: 12px;
}

/* buybtn */
.buybtn {
  position: relative;
  z-index: 9;
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 52px;
  color: #be3624;
  font-size: 20px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  border: 3px solid #ffde25;
  background-color: #ffaf02;
  box-shadow: 0 13px 35px 0 rgba(147, 18, 1, 0.74);
  background-image: -webkit-linear-gradient(
    rgb(255, 254, 130) 0%,
    rgb(255, 175, 2) 100%
  );
  background-image: linear-gradient(
    rgb(255, 254, 130) 0%,
    rgb(255, 175, 2) 100%
  );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floatlayer .buybtn {
  margin-top: 14px;
  margin-right: 60px;
  width: 240px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  box-shadow: none;
}
.buybtn.small {
  width: 240px;
  height: 42px;
  color: #b76355;
  font-size: 18px;
  line-height: 42px;
  background: #ffe400;
  box-shadow: 0 13px 35px 0 rgba(147, 18, 1, 0.3);
}
.buybtn.green {
  margin-top: 20px;
  box-shadow: none;
}
.buybtn em {
  display: block;
  position: absolute;
  top: 7px;
  left: 62px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.buybtn span {
  padding-left: 40px;
}
.floatlayer .buybtn em {
  top: 8px;
  left: 54px;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.buybtn.small em {
  top: 3px;
  left: 50px;
}
.buybtn.green em {
  left: 60px;
}
.buybtn i {
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
  background-position: 0 -28px;
}
.buybtn.small i {
  background-position: 0 -43px;
}
.floatlayer .buybtn i {
  width: 15px;
  height: 11px;
  background-position: -40px -28px;
}
.buybtn i.icon-cart {
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.buybtn.small i.icon-cart {
  top: 10px;
  left: 7px;
}
.floatlayer .buybtn i.icon-cart {
  top: 8px;
  left: 5px;
}

.buybtn:hover {
  border-color: #fff16d;
  background-color: #fbffb3;
  background-image: -webkit-linear-gradient(
    rgb(251, 255, 179) 0%,
    rgb(255, 216, 2) 100%
  );
  background-image: linear-gradient(
    rgb(251, 255, 179) 0%,
    rgb(255, 216, 2) 100%
  );
}
.buybtn.small:hover {
  background: #ffe860;
  border-color: #ffde25;
}
.buybtn:hover i {
  background-position: -20px -28px;
}
.buybtn.small:hover i {
  background-position: -20px -43px;
}
.floatlayer:hover .buybtn i {
  background-position: -40px -39px;
}
.buybtn:hover i.icon-cart {
  opacity: 0;
  -webkit-transform: scale(2.2);
  transform: scale(2.2);
}

/* feature */
.feature.first {
  min-height: 529px;
  color: #343434;
  background: url(../images/feature-one-bg.png?t=141) center bottom no-repeat;
}
.feature.second {
  margin-top: 158px;
  min-height: 458px;
  background: url(../images/feature-two-bg.png) center bottom no-repeat;
}
.feature h2 {
  padding-top: 68px;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
.feature .imgbox {
  position: relative;
  width: 600px;
}
.feature.second .imgbox {
  height: 430px;
  -webkit-perspective: 500;
  perspective: 500;
}
.feature.first .imgbox img {
  display: block;
  position: absolute;
  top: 250px;
  right: 132px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
}
.feature.second .imgbox img {
  display: block;
  position: absolute;
  top: 0px;
  right: -24px;
}
.feature.second .imgbox img.scan01,
.feature.second .imgbox img.scan02,
.feature.second .imgbox img.scan03 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature.second .imgbox img.scan01 {
  top: 56px;
  right: 134px;
}
.feature.second .imgbox img.scan02 {
  top: 114px;
  right: 194px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.feature.second .imgbox img.scan03 {
  top: 156px;
  right: 282px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.feature.second .imgbox.on img.scan01 {
  top: 114px;
  right: 194px;
}
.feature.second .imgbox.on img.scan02 {
  top: 156px;
  right: 282px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.feature.second .imgbox.on img.scan03 {
  top: 224px;
  right: 360px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.feature .content {
  padding-top: 0px;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.feature.first .content {
  margin-top: 70px;
  padding-bottom: 30px;
}
.feature.second .content {
  margin-top: 18px;
  padding-top: 0px;
}
.feature.unique .imgbox {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.feature.unique .content {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
.feature .content.on,
.feature.unique .imgbox.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.feature.first .imgbox.on img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.feature h3 {
  position: relative;
  margin-bottom: 22px;
  color: #443fbd;
  font-size: 30px;
  font-weight: 600;
}
.feature.first h3 {
  margin-right: -40px;
  width: 540px;
}
.feature.second h3 {
  display: inline-block;
  color: #ff3333;
}
.feature.second h3:after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: -104px;
  width: 209px;
  height: 118px;
  background: url(../images/number.png) no-repeat;
}
.feature li {
  margin-bottom: 20px;
  line-height: 20px;
}
.feature li i {
  display: inline-block;
  margin-right: 4px;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  border-radius: 50%;
  vertical-align: middle;
}
.feature.first li i,
.feature.second li i {
  background: #929292;
}
.feature li.twice i {
  margin-top: -22px;
}
.feature li span {
  display: inline-block;
  width: 464px;
  vertical-align: middle;
}
.feature dl {
  float: left;
  width: 50%;
  text-align: center;
}
.feature dt {
  position: relative;
  margin-top: 28px;
  margin-bottom: -6px;
}
.feature ._num {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  color: #6868bf;
  font-size: 12px;
  font-weight: 600;
}
.feature ._num.red {
  top: 10px;
  right: 0px;
  left: auto;
  color: #e73837;
}
.feature ._num:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -18px;
  width: 11px;
  height: 51px;
  background: url(../images/line.png) 0 -51px no-repeat;
}
.feature ._num.red:before {
  right: auto;
  left: -22px;
  background-position: 0 0px;
}
.feature dl strong {
  color: #ff5f4a;
  font-size: 48px;
  font-weight: 600;
  /* width: 316px;
    display: inline-block; */
}
.feature dl p {
  margin-top: -12px;
  font-weight: 600;
}
.feature.third {
  margin-top: 52px;
  text-align: center;
}
.feature.third span {
  display: inline-block;
}
.feature.third span i {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-radius: 5px;
  background-color: #6868bf;
}
.feature.third span.red {
  padding-left: 24px;
}
.feature.third span.red i {
  background-color: #ff4a39;
}
.feature.third p.gray {
  margin-top: 6px;
  color: #a8a8a8;
}
.feature.unique {
  margin-top: 80px;
  min-height: 789px;
  background: url(../images/unique-bg.jpg) top center no-repeat;
}
.feature.unique h2 {
  padding: 52px 0;
}
.feature.unique li {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 36px;
}
.feature.unique li.twice {
  padding: 8px 0;
  line-height: 20px;
}
.feature.unique li i {
  width: 15px;
  height: 12px;
  text-indent: -9999px;
  border-radius: 0px;
  background-position: 0 -16px;
}
.feature.unique li.twice i {
  margin-top: -16px;
}
.feature.unique .content {
  padding-top: 44px;
}
.giftbox {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.giftbox:before {
  content: "";
  position: absolute;
  top: -96px;
  left: 516px;
  width: 52px;
  height: 16px;
  background: url(../images/all-icons.png) 0 0px;
  -webkit-animation: drop 1s linear infinite;
  animation: drop 1s linear infinite;
}
.giftbox h3 {
  color: #343434;
  font-size: 36px;
}
.giftbox dl {
  float: none;
  width: 100%;
}
.giftbox dt,
.giftbox dd {
  float: left;
  margin: 0px 72px 0px 162px;
  width: 270px;
}
.giftbox dd {
  margin: 0;
  margin-top: 66px;
  width: 300px;
}

/* review */
.review {
  padding-top: 74px;
  position: relative;
}
.review h2 {
  font-size: 36px;
  text-align: center;
}
.dg-container {
  position: relative;
  width: 100%;
  height: 620px;
}
.dg-wrapper {
  margin: 0 auto;
  width: 660px;
  height: 520px;
  -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: 210px;
  width: 30px;
  height: 96px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/review-control.png) no-repeat;
  -webkit-animation: prevmove 1s linear infinite;
  animation: prevmove 1s linear infinite;
}
.dg-container .nav .dg-prev {
  left: -24px;
  background-position: 0 0;
  -webkit-animation: nextmove 1s linear infinite;
  animation: nextmove 1s linear infinite;
}
.dg-container .nav .dg-next {
  right: -24px;
  background-position: 0px -192px;
}
.dg-container .nav span:hover {
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
}
.dg-container .nav .dg-prev:hover {
  background-position: 0px -96px;
}
.dg-container .nav .dg-next:hover {
  background-position: 0px -288px;
}
.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: -120px;
  display: none;
  width: 900px;
}
.content .reviews dd h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}
.content .reviews dd p {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 24px;
}
.content .reviews dd cite {
  display: block;
  margin-top: 30px;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.content .reviews.dg-center dt img {
  box-shadow: 0 40px 40px rgba(92, 95, 101, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content .reviews.dg-center dd {
  display: block;
}

/* awards */
.awards {
  padding: 46px 0 60px;
  text-align: center;
  background-color: #e4e4e4;
}
.awards h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

/* bottom */
.bottom {
  padding: 50px 0 110px;
  color: #676767;
  font-size: 12px;
  line-height: 16px;
  background-color: #2a2a2a;
}
/* service */
.service {
  height: 126px;
  background-color: #181818;
}
.service dl {
  margin-bottom: 18px;
  width: 550px;
  height: inherit;
  color: #929292;
  text-align: center;
}
.service dl.fr {
  width: 549px;
  border-left: 1px solid #2a2a2a;
}
.service .fl dt {
  float: left;
  margin-top: 26px;
  width: 118px;
  text-align: center;
}
.service .fl dd {
  float: left;
  width: 430px;
  text-align: left;
}
.service dd h4 {
  padding: 28px 0 14px;
  font-size: 14px;
  font-weight: 600;
}
.service .fr dd h4 {
  padding-left: 20px;
  text-align: left;
}
.service dd p {
  font-size: 12px;
  line-height: 18px;
}
.footer p {
  padding-top: 28px;
  font-size: 14px;
  text-align: center;
}

/* floatlayer */
.floatlayer {
  position: fixed;
  bottom: -90px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 78px;
  visibility: hidden;
  background-color: #fff;
  border-top: 2px solid #fed6d1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.floatlayer.on {
  bottom: 0px;
  visibility: visible;
}
.floatlayer .left {
  margin: -42px 0 0 50px;
  width: 250px;
}

/* animation */
@-webkit-keyframes prevmove {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes prevmove {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes nextmove {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@keyframes nextmove {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@-webkit-keyframes drop {
  0% {
    top: -96px;
  }
  100% {
    top: -86px;
  }
}
@keyframes drop {
  0% {
    top: -96px;
  }
  100% {
    top: -86px;
  }
}
