@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  outline: 0;
  vertical-align: baseline;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  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: "";
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}

.all-icons {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
}
.right {
  background: url(../images/right.png) no-repeat;
}
.wrong {
  background: url(../images/wrong.png) no-repeat;
}
/* price */

.price {
  height: 63px;
  font-size: 22px;
  font-weight: 900;
  line-height: 63px;
  text-align: center;
}

.price big {
  font-size: 46px;
}

.price del {
  font-size: 16px;
  font-weight: 700;
  color: #a2a2a2;
}

.price .red {
  color: #ec2513;
  font-weight: 900;
}

/* save */

.save {
  text-align: center;
}

.save span {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 20px;
  padding: 0 7px;
  line-height: 18px;
  background: url("../images/tag.png") 0 0 no-repeat;
}

/* buybtn */

.buybtn {
  display: block;
  width: 244px;
  height: 47px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  background: #ff631f;
  -webkit-box-shadow: 0 10px 15px 0.75px rgba(10, 53, 7, 0.39);
  box-shadow: 0 5px 12px 0.75px rgba(227, 69, 0, 0.39);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.buybtn:hover {
  background: #ffb321;
}

/* banner */

.banner {
  min-width: 1100px;
  height: 825px;
  background: url("../images/banner-bg.jpg") top center no-repeat;
  overflow: hidden;
}

/* logo */

.banner .logo {
  display: block;
  z-index: 9;
  position: absolute;
  top: -13px;
  left: 0;
  width: 35px;
  height: 12px;
  text-indent: -9999px;
  background: url("../images/logo.svg") center no-repeat;
}

/* title */

.banner h1 {
  width: 520px;
  height: 81px;
  background: url(../images/banner-title.png) no-repeat;
  margin: 0 auto;
  margin-top: 40px;
}

.banner h1 span {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.banner h1 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -14px;
  width: 10px;
  height: 10px;
  background: url("../images/circle.png") center no-repeat;
}

.banner h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.banner h2 .yellow {
  color: #fff17d;
  font-weight: 900;
}

/* countdown */

.banner .countdown {
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
}

.banner .countdown strong {
  display: inline-block;
  font-weight: 900;
  color: #333333;
  margin: 0 5px;
}

/* content */

.banner .content {
  position: relative;
  width: 100%;
  margin: 60px 0 0 0;
}

/* offer */

.banner .content .offer {
  position: absolute;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* type */

.banner .content .offer .type {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  font-weight: lighter;
  color: #fff;
}

.banner .content .offer .type-add {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* price */

.banner .content .offer .price {
  height: auto;
  font-size: 14px;
  margin: -6px 0 0 0;
  line-height: 14px;
  font-weight: normal;
  color: #666666;
}

.banner .content .offer .price .origin {
  width: 280px;
  margin: 35px auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner .content .offer .price .offprice {
  width: 280px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.banner .content .offer .price .offprice::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 80px;
  width: 319px;
  height: 1px;
  background: url(../images/banner-line.png) no-repeat;
}

.banner .content .offer .price .cdown {
  width: 320px;
  margin: 0 auto 24px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffe7d4;
  border-radius: 10px;
  font-weight: 900;
  color: #666666;
}

.banner .content .offer .price .cdown p:nth-of-type(1) {
  color: #333333;
}

.banner .content .offer .price .block {
  width: 280px;
  height: 40px;
}

.banner .content .offer .price .total {
  width: 280px;
  margin: 0 auto 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-weight: 900;
}

/* buybtn */

.banner .content .offer .buybtn {
  margin: 11px auto 0;
}

/* large */

.banner .content .large {
  top: 10px;
  right: 130px;
  width: 433px;
  height: 490px;
  background: url(../images/large-bg.png) center no-repeat;
}

.banner .content .large .box {
  position: relative;
  width: 100%;
}

.banner .content .large .box > img {
  display: block;
  margin: 0 auto;
  margin-top: -24px;
}

.banner .content .large .box .off {
  content: "";
  position: absolute;
  top: 0px;
  right: 11px;
  width: 162px;
  height: 72px;
  /* background: url("../images/85off.png") 0 0 no-repeat; */
}

/* .banner .content .large .box.extra::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 11px;
  width: 162px;
  height: 72px;
  background: url("../images/86off.png") 0 0 no-repeat;
} */

.banner .content .large .box > p > b {
  font-size: 62px;
}

.banner .content .large.soldout {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner .content .large.soldout:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -37px;
  left: 21px;
  width: 393px;
  height: 493px;
  background: #fff;
  opacity: 0.6;
  border-radius: 5px;
  /* background: url("../images/banner-soldout.png") center no-repeat; */
}
.banner .content .large.soldout::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 261px;
  height: 119px;
  top: 161px;
  left: 95px;
  background: url("../images/esaurito.png") center no-repeat;
}
@keyframes stamp {
  form {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* small */

.banner .content .small {
  top: 77px;
  left: 134px;
  width: 391px;
  height: 414px;
  background: url(../images/small-bg.png) center no-repeat;
}

.banner .content .small .box {
  position: relative;
  width: 100%;
}

.banner .content .small .box > img {
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}

.banner .content .small .box::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -11px;
  width: 162px;
  height: 72px;
  background: url("../images/65off.png") 0 0 no-repeat;
}

.banner .content .small .type {
  color: #000000;
}

.banner .content .small .buybtn {
  background: #fff;
  border: 2px solid #ff631f;
  color: #ff631f;
  box-shadow: none;
}

.banner .content .offer.small .price .offprice::after {
  top: 55px;
}

/* feature */

.feature {
  min-width: 1100px;
  height: 764px;
  background: url("../images/feature-bg.jpg") top center no-repeat;
}

.feature h2 {
  padding-top: 80px;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  color: #1741ae;
}

.feature p {
  margin-top: 15px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.feature .content {
  position: relative;
  width: 100%;
  margin: 73px 0 0 0;
}

.feature .content > img {
  display: block;
  margin-left: -20px;
}

.feature .content > span {
  display: block;
  position: absolute;
  top: 16px;
  left: 489px;
  width: 137px;
  height: 153px;
  background: url("../images/rocket.png") center no-repeat;
  -webkit-transform: scale(0.5) translate(-200%, 200%) rotateX(30deg);
  transform: scale(0.5) translate(-200%, 200%) rotateX(30deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.feature .content > span.on {
  -webkit-transform: scale(1) translate(0, 0) rotateX(0deg);
  transform: scale(1) translate(0, 0) rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* revive */
.revive .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.revive {
  box-sizing: border-box;
  height: 871px;
  padding-top: 82px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.revive h2 {
  font-size: 34px;
  font-weight: bold;
  color: #3e4050;
  text-align: center;
}

.revive .revive_main {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
  padding-left: 64px;
}

.revive .revive_main li {
  position: relative;
}

.revive .revive_main li:nth-of-type(2n-1) {
  margin-right: 220px;
}

.revive .revive_main li img {
  margin-left: -15px;
}

.revive .revive_main li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222827;
  margin-top: -4px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.revive .revive_main li h4 span {
  width: 69px;
  height: 15px;
  border: 1px solid #ff3e0e;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #fe6029;
  padding-left: 5px;
  line-height: 14px;
  margin-left: 8px;
}

.revive .revive_main li p {
  width: 423px;
  font-size: 14px;
  font-weight: 400;
  color: #45464b;
  line-height: 24px;
}
.revive .revive_main li.revive1 {
  left: -62px;
}
.revive .revive_main li.revive2 {
  top: -11px;
}

.revive .revive_main li.revive3 {
  top: 54px;
  left: -119px;
}

.revive .revive_main li.revive3 p {
  width: 335px;
}

.revive .revive_main li.revive4 {
  top: 30px;
  left: 170px;
}

.revive .revive_main li.revive4 p {
  width: 330px;
}

.revive .revive_main li.revive5 {
  top: 100px;
  left: -43px;
}

.revive .revive_main li.revive6 {
  top: 162px;
  left: -251px;
}

.revive .revive_main li.revive6 p {
  width: 368px;
}

.revive .revive_main li.revive7 {
  top: -124px;
  left: 785px;
}

.revive .computer_img {
  width: 577px;
  height: 525px;
  position: absolute;
  top: 268px;
  left: 50%;
  transform: translateX(-55%);
  background: url(../images/computer_bg.png) no-repeat center;
  z-index: -1;
}

.revive .computer_img .pointer {
  position: absolute;
  top: 191px;
  left: 279px;
  transform-origin: 24px 46px;
  transform: rotate(-74deg);
  transition: all ease-out 1s;
}

.revive .computer_img .full_box {
  width: 101px;
  height: 54px;
  position: absolute;
  top: 185px;
  left: 255px;
  overflow: hidden;
  transform-origin: center bottom;
  transition: all ease-out 1s;
  transform: rotate(-10deg);
}

.revive .computer_img .full_box img {
  position: absolute;
  transform-origin: center bottom;
  transform: rotate(-180deg);
  transition: all ease-out 1s;
}

.revive .computer_img.on .pointer {
  transform: rotate(110deg);
}

.revive .computer_img.on .full_box img {
  transform: rotate(0deg);
}

.revive.on .computer_img img {
  transform: rotate(115deg);
}

.down {
  height: 25px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.down img {
  width: 26px;
  height: 25px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -13px;
  animation: move 0.5s alternate infinite ease-in-out;
}

@keyframes move {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(10px);
  }
}
/* gifts */
.gifts {
  width: 100%;
  min-height: 561px;
  background: url("../images/troisbg_normal.png") top center no-repeat;
  overflow: hidden;
  margin-top: 160px;
  font-family: "Montserrat", sans-serif;
}

.gifts h2 {
  margin: 7px auto 25px;
  width: 916px;
  height: 45px;
  text-indent: -9999px;
  background: url("../images/xmas-troistit.png") bottom center no-repeat;
}
.gifts .gifts-cont {
  margin-top: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gifts-cont > p {
  font-size: 20px;
  color: #f8d79e;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 5px;
}

.gifts-giveway {
  width: 844px;
  height: 161px;
  position: relative;
}
.gifts .line {
  border-bottom: 1px solid #ff7e2f;
  opacity: 0.35;
  width: 973px;
  margin-bottom: 20px;
}
.gifts-text {
  width: 750px;
  margin: 0 0 0 180px;
  padding-top: 20px;
}

.gifts-giveway2 .gifts-text {
  width: 810px;
}

.gifts-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.gifts-text h4 b {
  font-size: 28px;
  color: #d80212;
  margin-left: 22px;
  font-weight: bold;
}

.gifts-text h4 del {
  font-size: 14px;
  color: #404040;
}

.gifts-text h4 span {
  font-size: 12px;
  color: #404040;
  font-weight: 600;
}

.gifts-text ul {
  margin-top: 15px;
}

.gifts-text ul li {
  margin-bottom: 8px;
  line-height: 20px;
  font-size: 12px;
  color: #412e2e;
  padding-left: 30px;
  padding-right: 150px;
  position: relative;
  font-weight: 500;
}

.gifts-text ul li:before {
  width: 20px;
  height: 15px;
  content: "";
  display: block;
  background: url("../images/check-small_outline.png") top center no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 5;
}

.gifts-giveway1 .gifts-box {
  width: 177px;
  height: 177px;
  background: url("../images/gift_iu.png") top center no-repeat;
  position: absolute;
  left: -19px;
  top: -19px;
  z-index: 5;
}

.gifts-giveway2 .gifts-box {
  width: 164px;
  height: 158px;
  left: -17px;
  top: -3px;
  background: url("../images/gift_asc.png") top center no-repeat;
  position: absolute;
  z-index: 5;
}

.gifts-giveway3 .gifts-box {
  width: 152px;
  height: 142px;
  background: url("../images/xmas-troisbox3.png?t=15") top center no-repeat;
  position: absolute;
  left: -19px;
  top: -3px;
  z-index: 5;
}

.gifts.soldout {
  background: url("../images/troisbg_soldout_normal.png") bottom center
    no-repeat;
}

.gifts.soldout h2 {
  /* // background: url("../images/xmas-troistit-soldout.png") bottom center no-repeat; */
}

.gifts.soldout .gifts-cont > p {
  color: #e79e9d;
}

.gifts.soldout .gifts-text h4,
.gifts.soldout .gifts-text h4 b,
.gifts.soldout .gifts-text h4 del,
.gifts.soldout .gifts-text h4 span {
  color: #c4adab;
}

.gifts .gifts-giveway2 .gifts-text ul li span {
  font-weight: 600;
  color: #000000;
}
.gifts.soldout .gifts-giveway {
  background: url("../images/xmas-troislinbg-soldout.png") top center no-repeat;
}

.gifts.soldout .gifts-text ul li {
  color: #c4adab;
}

.gifts.soldout .gifts-text ul li:before {
  background-position: 0 -82px;
}

.gifts.soldout .gifts-giveway1 .gifts-box {
  background: url(../images/xmas-troisbox1-soldout.png?t=15) top center
    no-repeat;
}

.gifts.soldout .gifts-giveway2 .gifts-box {
  background: url(../images/xmas-troisbox2-soldout.png?t=15) top center
    no-repeat;
}

.gifts.soldout .gifts-giveway3 .gifts-box {
  background: url(../images/xmas-troisbox3-soldout.png?t=15) top center
    no-repeat;
}

/* comparison */

.comparison {
  position: relative;
  margin: 40px auto;
}

.comparison table {
  width: 105%;
  margin-bottom: 37px;
}

.comparison table thead th {
  height: 65px;
}

.comparison table thead th.pro {
  font-size: 26px;
  text-align: left;
  text-indent: 78px;
  color: #fff;
  background: #486ffe;
  border-left: 2px solid #486ffe;
  border-right: 2px solid #486ffe;
}

.comparison table thead th.free {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #90909c;
}

.comparison table thead th.pro,
.comparison table tbody td.pro {
  width: 912px;
}

.comparison table thead th.space,
.comparison table tbody td.space {
  width: 22px;
}

.comparison table thead th.free,
.comparison table tbody td.free {
  width: 380px;
}

.comparison table tbody td {
  height: 47px;
}

.comparison table tbody td.pro {
  font-size: 16px;
  border-bottom: 1px solid #ead7d1;
  background: #ffffff;
  border-left: 2px solid #486ffe;
  border-right: 2px solid #486ffe;
  box-shadow: 0px 16px 22px #486ffe57;
}
.comparison table tbody td.last {
  border-bottom: 2px solid #486ffe;
}
.comparison table tbody td.free {
  text-align: center;
  border-bottom: 1px solid #e3e3e4;
  background: #ececfe;
}

.comparison table i {
  width: 16px;
  height: 16px;
  background-position: 0 0;
}
.comparison table .gifticon {
  width: 18px;
}
.gifticon {
  width: 18px;
  background: url(../images/gift_icon.svg) no-repeat;
}
.comparison table tbody td.pro i {
  margin: 0 20px 0 34px;
}
.comparison .improve1 {
  color: #fff;
  /* background: transparent linear-gradient(265deg, #ff9148 0%, #d1004e 100%) 0%
    0% no-repeat padding-box; */
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  top: -2px;
  width: 77px;
  height: 14px;
  background: url(../images/Migliorato.svg);
}
.comparison .regalo {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  width: 77px;
  margin-left: 10px;
  height: 14px;
  background: url(../images/REGALO.svg);
  color: #fff;
  text-align: center;
}
.comparison .date {
  position: relative;
  z-index: 2;
  height: 62px;
  width: 339px;
  line-height: 62px;
  /* margin: 0px auto; */
  font-size: 12px;
  color: #666;
  margin-top: 7px;
  margin-left: 420px;
  /* background: url(../images/date-bg.png); */
}
.comparison .date span {
  margin-right: 8px;
}
.comparison .date strong {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  margin-right: 20px;
  line-height: 20px;
}
.comparison .date strong b {
  display: block;
  font-size: 24px;
  color: #2b2c34;
}
.comparison.soldout .date {
  display: none;
}
.comparison.soldout .buybtn {
  background: gray;
  pointer-events: none;
  box-shadow: none;
}
/* review */

.review {
  min-width: 1100px;
  height: 888px;
  background: url("../images/review-bg.jpg") top center no-repeat;
}

.review h2 {
  padding-top: 126px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.review h2 b {
  display: inline-block;
  height: 42px;
  font-size: 42px;
  font-weight: 900;
  color: #f1750c;
}

.review .content {
  position: relative;
  width: 100%;
  margin: 197px 0 0 0;
}

/* point */

.review .content .point {
  position: relative;
  width: 100%;
}

.review .content .point > span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(255, 117, 0, 0.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.review .content .point > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgba(255, 114, 0, 1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.review .content .point > span.span0 {
  top: 135px;
  left: 35px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

.review .content .point > span.span1 {
  top: 118px;
  left: 50px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span2 {
  top: 112px;
  left: 61px;
  -webkit-animation: largest 1.5s ease-in-out infinite 0.1s;
  animation: largest 1.5s ease-in-out infinite 0.1s;
}

.review .content .point > span.span3 {
  top: 37px;
  left: 100px;
  -webkit-animation: larger 1s linear infinite 0.2s;
  animation: larger 1s linear infinite 0.2s;
}

.review .content .point > span.span4 {
  top: 93px;
  left: 111px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

.review .content .point > span.span5 {
  top: 101px;
  left: 141px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span6 {
  top: 99px;
  left: 185px;
  -webkit-animation: smaller 1s linear infinite 0.3s;
  animation: smaller 1s linear infinite 0.3s;
}

.review .content .point > span.span7 {
  top: 113px;
  left: 209px;
  -webkit-animation: smaller 1s linear infinite 0.15s;
  animation: smaller 1s linear infinite 0.15s;
}

.review .content .point > span.span8 {
  top: 219px;
  left: 210px;
  -webkit-animation: larger 1s linear infinite 0.15s;
  animation: larger 1s linear infinite 0.15s;
}

.review .content .point > span.span9 {
  top: 85px;
  left: 464px;
  -webkit-animation: smallest 1s ease-in-out infinite;
  animation: smallest 1s ease-in-out infinite;
}

.review .content .point > span.span10 {
  top: 124px;
  left: 469px;
  -webkit-animation: smaller 1s linear infinite 0.1s;
  animation: smaller 1s linear infinite 0.1s;
}

.review .content .point > span.span11 {
  top: 113px;
  left: 489px;
  -webkit-animation: smaller 1s linear infinite 0.3s;
  animation: smaller 1s linear infinite 0.3s;
}

.review .content .point > span.span12 {
  top: 107px;
  left: 505px;
  -webkit-animation: largest 1s ease-in-out infinite;
  animation: largest 1s ease-in-out infinite;
}

.review .content .point > span.span13 {
  top: 60px;
  left: 524px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span14 {
  top: 82px;
  left: 570px;
  -webkit-animation: smallest 1s ease-in-out infinite 0.15s;
  animation: smallest 1s ease-in-out infinite 0.15s;
}

.review .content .point > span.span15 {
  top: 112px;
  left: 574px;
  -webkit-animation: larger 1s linear infinite 0.3s;
  animation: larger 1s linear infinite 0.3s;
}

.review .content .point > span.span16 {
  top: 102px;
  left: 584px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span17 {
  top: 128px;
  left: 599px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span18 {
  top: 250px;
  left: 616px;
  -webkit-animation: largest 1s ease-in-out infinite;
  animation: largest 1s ease-in-out infinite;
}

.review .content .point > span.span19 {
  top: 117px;
  left: 678px;
  -webkit-animation: larger 1s linear infinite 0.3s;
  animation: larger 1s linear infinite 0.3s;
}

.review .content .point > span.span20 {
  top: 192px;
  left: 891px;
  -webkit-animation: larger 1s linear infinite 0.15s;
  animation: larger 1s linear infinite 0.15s;
}

.review .content .point > span.span21 {
  top: 50px;
  left: 925px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

.review .content .point > span.span22 {
  top: 94px;
  left: 947px;
  -webkit-animation: smaller 1s linear infinite 0.3s;
  animation: smaller 1s linear infinite 0.3s;
}

.review .content .point > span.span23 {
  top: 102px;
  left: 958px;
  -webkit-animation: larger 1s linear infinite 0.1s;
  animation: larger 1s linear infinite 0.1s;
}

.review .content .point > span.span24 {
  top: 134px;
  left: 995px;
  -webkit-animation: larger 1s linear infinite 0.2s;
  animation: larger 1s linear infinite 0.2s;
}

.review .content .point > span.span25 {
  top: 90px;
  left: 1043px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

/* dl */

.review .content dl {
  position: absolute;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.review .content dl.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.review .content dl dt {
  float: left;
  width: 10px;
  margin: 0;
}

.review .content dl dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 101px;
  height: 12px;
  background: url("../images/arrow-shadow.png") center no-repeat;
}

.review .content dl dt .line {
  width: 100%;
  background-image: url("../images/line.png");
  background-position: 0 0;
}

.review .content dl dt .arrow {
  display: block;
  width: 13px;
  height: 24px;
  margin-left: -6px;
  background: url("../images/arrow.png") center no-repeat;
}

.review .content dl dd {
  float: left;
  position: relative;
  margin: -2px 0 0 23px;
  padding: 2px 14px 7px 26px;
  text-align: left;
  border: 1px solid #d6dae2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 7px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}

.review .content dl.five dd {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.review .content dl.on dd {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.review .content dl dd > h4 {
  font-size: 14px;
  font-weight: 900;
  line-height: 33px;
}

.review .content dl dd > p {
  font-size: 12px;
  line-height: 16px;
  color: #939393;
}

.review .content dl dd > img {
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
}

/* one */

.review .content dl.one {
  top: -95px;
  left: 111px;
}

.review .content dl.one dt {
  height: 172px;
}

.review .content dl.one dt .line {
  height: 148px;
}

/* two */

.review .content dl.two {
  top: 39px;
  left: 178px;
}

.review .content dl.two dt {
  height: 102px;
}

.review .content dl.two dt .line {
  height: 78px;
}

/* three */

.review .content dl.three {
  top: 132px;
  left: 236px;
}

.review .content dl.three dt {
  height: 118px;
}

.review .content dl.three dt .line {
  height: 94px;
}

/* four */

.review .content dl.four {
  top: -122px;
  left: 620px;
}

.review .content dl.four dt {
  height: 226px;
}

.review .content dl.four dt .line {
  height: 202px;
}

/* five */

.review .content dl.five {
  top: 230px;
  left: auto;
  right: -34px;
}

.review .content dl.five dt {
  float: right;
  height: 124px;
}

.review .content dl.five dt .line {
  height: 100px;
  background-position: -10px 0;
}

.review .content dl.five dt .arrow {
  display: block;
  width: 13px;
  height: 24px;
  margin-left: 3px;
  background: url(../images/arrow.png) center no-repeat;
}

.review .content dl.five dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: auto;
  right: -101px !important;
  width: 101px;
  height: 12px;
  background: url(../images/arrow-shadow.png) center no-repeat;
}

.review .content dl.five dd {
  float: right;
  margin: -2px 23px 0 0;
  padding: 2px 26px 7px 14px;
}

.review .content dl.five dd > img {
  display: block;
  position: absolute;
  top: -2px;
  left: auto;
  right: -20px;
}

@keyframes larger {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes largest {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  30% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  40% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  60% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes smaller {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes smallest {
  0%,
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
}

/* bottombuy */

.bottombuy {
  min-width: 1100px;
  height: 412px;
  background: url("../images/bottombuy-bg.jpg") top center no-repeat;
}

.bottombuy h2 {
  /* height: 86px; */
  /* text-indent: -9999px;
  background: url("../images/bottombuy-title.png") bottom center no-repeat; */
  font: normal normal bold 34px/41px Lato;
  color: #fafafa;
  text-align: center;
  padding-top: 41px;
}
.bottombuy h2 span {
  color: #ffeb37;
}
.bottombuy .content {
  position: relative;
  width: 1124px;
  height: 248px;
  margin: 43px auto 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bottombuy .content .box {
  display: block;
  float: left;
  margin-left: 75px;
}
.bottombuy .content .tag82 {
  width: 174px;
  height: 174px;
  position: absolute;
  margin: -109px 0 0 -981px;
}
.bottombuy .content dl {
  float: left;
  width: 482px;
  margin: 17px 0 0 -70px;
}

.bottombuy .content dl dt {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.bottombuy .price {
  height: 55px;
  line-height: 55px;
}

.bottombuy .price big {
  font-size: 40px;
}

.bottombuy .buybtn {
  width: 244px;
  height: 47px;
  margin: 3px auto 0;
  font-size: 18px;
  line-height: 47px;
}

.bottombuy .content.soldout:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -2px;
  left: -1px;
  width: 1126px;
  height: 251px;
  background: #fff;
  opacity: 0.7;
  /* background: url("../images/bottombuy-soldout.png?t=5") center no-repeat; */
}

.bottombuy .content.soldout:after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 69px;
  left: 415px;
  width: 261px;
  height: 119px;
  background: url("../images/esaurito.png") center no-repeat;
  /* -webkit-animation: stamp 0.5s ease 1; */
  /* animation: stamp 0.5s ease 1; */
}

/* service */

.service {
  height: 353px;
}

.service .payment {
  display: block;
  margin: 60px auto 0;
}

.service dl {
  float: left;
  width: 25%;
  margin-top: 59px;
}

.service dl.one {
  padding-right: 45px;
}

.service dl.two {
  padding-right: 0;
}

.service dl.three {
  padding-left: 50px;
}

.service dl.four {
  padding-left: 90px;
}

.service dl dt {
  line-height: 57px;
  text-align: center;
}

.service dl dt img {
  vertical-align: middle;
}

.service dl dd {
  margin-top: 13px;
  text-align: center;
}

.service dl dd h3 {
  font-size: 16px;
  line-height: 26px;
}

.service dl dd p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #939393;
}

/* footer */

.footer {
  min-width: 1100px;
  height: 142px;
  padding-top: 22px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #939393;
  background: #e7e9ed;
}

.footer .copyright {
  font-size: 14px;
  margin-top: 14px;
}
