@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1100px; 
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  overflow-x: hidden;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #3a3a3a;
  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; }
.fl { float: left; }
.fr { float: right; }
.wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons { 
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) no-repeat 0 0;
}

/* banner */
.banner {
  position: relative;
  height: 785px;
  background: url("../images/bg.jpg") top center no-repeat;
}
.banner .logo {
  display: block;
  position: absolute;
  top: 17px;
  left: -30px;
  width: 80px;
  height: 43px;
  text-indent: -9999px;
  background: url("../images/logo.png") center no-repeat;
}
.banner .title{
  padding-top: 71px;
  height: 78px;
  text-indent: -9999px;
  background: url(../images/title.png) center bottom no-repeat;
}
.banner .offer {
  position: relative;
  float: left;
  margin: 119px 0px 0px;
  width: 322px;
  height: 380px;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-shadow: 0px 2px 18px 0px rgba(148, 0, 19, 0.45);

  
}
.banner .offer:first-of-type {
  margin-left: 55px;
}
.banner .offer.bigbox {
  margin: 87px 30px 0px;
  width: 390px;
  height: 440px;
  background-color: #fff;
  border-color: #ff8400;
  box-shadow: 0.959px 10.958px 12px 0px rgba(255, 60, 0, 0.35);
}
.banner .offer.bigbox .last span {
  font-weight: bold;
  color: #fe6900;
}
.banner .offer > img {
  display: block;
  margin: 38px 0 14px 77px;
}
.banner .offer.bigbox > img {
  margin: 46px auto 14px;
} 
.discount,
.footerbuy .discount.six {
  display: block;
  position: absolute;
  top: 42px;
  right: 42px;
  width: 88px;
  height: 95px;
  text-indent: -9999px;
  background: url(../images/discount63.png) no-repeat;
}
.banner .offer.bigbox .discount,
.footerbuy .discount {
  top: 60px;
  right: 10px;
  width: 100px;
  height: 105px;
  background: url(../images/discount85.png) no-repeat;
}
.footerbuy .discount {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footerbuy .discount {
  top: inherit;
  right: inherit;
  bottom: 18px;
  left: -6px;
}
.footerbuy .discount.six { top: -28px; }
.footerbuy .discount.on {
  left: -8px;
  right: inherit;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.footerbuy .discount.six.on { left: 62px; top: 100px; }
.discount small { font-size: 20px; }
.banner .offer.bigbox .discount small { font-size: 28px; }
.banner .superbox {
  position: absolute;
  top: -50px;
  left: 28px;
  width: 340px;
  height: 90px;
  color: #3d2419;
  text-align: center;
  background: url(../images/reduce-tag.png) no-repeat;
}
.banner .superbox h3 {
  padding-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.reduce {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.giftbox .reduce,
.floatlayer .reduce {
  position: relative;
  width: 28px;
  overflow: visible;
  text-align: center;
  vertical-align: baseline;
}
.giftbox .reduce b {
  display: inline-block;
  font-size: 14px;
}
.reduceNum {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.reduceNum.on {
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.6s, transform 0.8s ease-out;
}
.reduce .giftNum { 
  display: block;
  float: left;
  margin: 0 1px;
  width: 17px;
  height: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 2px;
  border: solid #fff 1px;
  background-color: #f7001c;
  color: #fff;
}
.reduce .giftNum em {
  width: 18px;
  height: 20px;
}
.reduce .giftNum em,
.reduce .giftNum i {
  display: block;
  font-style: normal;
}

/* price */
.footerbuy .price { margin-top: 35px; margin-right: 80px; }
.price p {
  margin-bottom: 5px;
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.price p.last {
  font-size: 14px !important;
  color: #666666;
}
.giftbox .price p { font-size: 12px; }

.footerbuy .price p { margin-bottom: 0px; }
.banner .offer.bigbox .price p {
  font-size: 18px;
}
.price p.month { font-size: 12px; }
.price strong { font-size: 26px; color: #e11500; }
.giftbox .price strong { font-size: 26px; }
.banner .offer.bigbox .price strong { font-size: 30px; }
.footerbuy .price strong { font-size: 34px; color: #fff; }
.price del {
  padding-left: 4px;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}
.footerbuy .price del { color: #e0e0e0; }
.price p b { font-size: 16px;}
.price p b.red { color: #ff3600; }

/* buybtn */
.buybtn {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 220px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  line-height: 48px;
  word-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4800;
  /* box-shadow: 0px 14px 16px 0px rgba(255, 84, 0, 0.4); */
  background-image: -moz-linear-gradient( 0deg, rgb(255,96,1) 1%, rgb(255,112,1) 46%, rgb(255,127,1) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,96,1) 1%, rgb(255,112,1) 46%, rgb(255,127,1) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,96,1) 1%, rgb(255,112,1) 46%, rgb(255,127,1) 100%);
  -webkit-transition: all 0.2s ease-in;  
          transition: all 0.2s ease-in;  
}
.banner .buybtn { margin: 10px auto 8px; }
.banner .offer.bigbox .buybtn,
.footerbuy .buybtn { 
  margin: 10px auto 8px; 
  width: 253px;
  height: 53px;
  line-height: 53px;
}
.giftbox .buybtn {
  margin-bottom: 14px;
  width: 265px;
  height: 53px;
  line-height: 53px;
}
.footerbuy .buybtn { margin: 0 auto; }

.banner .offer.bigbox .buybtn:before { top: -17px; }
.buybtn:hover {
  background-color: #ff8400;
  background: -webkit-linear-gradient(0deg, rgb(255,132,0) 0%, rgb(253,24,0) 100%);
  background:         linear-gradient(to left, rgb(255,132,0) 0%, rgb(253,24,0) 100%);
}


/* payment */
.payment-bg {
  background-color: #fbf8f6;
}
.pay-miliony {
  position: relative;
  width: 1300px;
  height: 130px;
  z-index: 5;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin: 0px auto;
  margin-top: -65px;
  box-shadow: 0px 2px 18px 0px rgba(148, 0, 19, 0.1);

}
.payment {
  text-align: center;
}
.payment dl {
  position: relative;
  display: inline-block;
  line-height: 130px;
  text-align: center;
}
.payment dl dt {
  margin-left: 20px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
}
.payment dd {
  display: inline-block;
  vertical-align: middle ;
}
.payment dd img { vertical-align: middle; }

/* feature */
.feature {
  min-height: 895px;
  background: url(../images/feature-bg.jpg) no-repeat center;
}
.feature h2 {
  padding-top: 70px;
  font-size: 34px;
  text-align: center;
}
.feature .wrapper{
  width: 1250px;
  display: flex;
  justify-content: space-between;
}
.feature .img-box {
  width: 723px;
  height: 499px;
  margin-left: 0px;
  margin-top: 100px;
  background: url(../images/computer-x.png) no-repeat;
}
.feature .message {
  width: 515px;
  margin-top: 85px;
}
.feature .message dl { height: 140px; cursor: pointer;}
.feature .message dt {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-right: 50px;
  border-radius: 50%;
  background: #fff;
  border: solid #e8e5e3 1px;
}
.feature .message dt i {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 55px;
  background: url(../images/icons.png);
}
.feature .message dl dt:after {
  position: absolute;
  content: "";
  width: 144px;
  height: 144px;
  left: -22px;
  top: -22px;
  background: url(../images/feature-icon-bg.png);
  transform: scale(0);
  transition: all 0.5s;
}

.feature .message dl.two dt i {
  height: 62px;
  background-position: 0px -55px;
}
.feature .message dl.three dt i {
  height: 59px;
  background-position: 0px -117px;
}
.feature .message dl.four dt i {
  height: 48px;
  background-position: 0px -176px;
}
.feature .message strong {
  display: block;
  padding: 10px 0px;
  font-size: 20px;
  color: #000000;
}
.feature .message p {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
}
.feature .message dl.active dt {
  border: solid #fff 1px;
  box-shadow: 0px 2px 35px 0px rgba(204, 196, 184, 0.3);

}
.feature .message dl.active dt:after {
  transform: scale(1);
}
.feature .message dl.active dd strong {
  color: #e90003;
}

.stepbox {
  position: relative;
  min-height: 702px;
  background: url(../images/step-bg.jpg) no-repeat center top;
}
.stepbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: -22px;
  z-index: 5;
  background-color: #fff;
}
.stepbox h2 {
  text-align: center;
  font-size: 32px;
}
.stepbox .box {
  float: left;
  background-color: #fff;
  width: 367px;
  height: 470px;
  margin-top: 160px;
  border-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
  box-shadow: 0px 2px 35px 0px rgba(204, 196, 184, 0.25);

}
.stepbox .box img {
  margin-top: 54px;
}
.stepbox .box strong {
  margin-top: -20px;
  display: block;
  font-size: 18px;
  padding: 0px 65px;
}
.stepbox .box p {
  padding: 0px 65px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.stepbox .box.big {
  width: 367px;
  height: 520px;
  border-bottom: none;
  margin: 110px 47px 0px 47px;
}
.stepbox .box.big strong {
  margin-top: 20px;
  font-size: 18px;
}
.stepbox .box.big img {
  margin-top: 39px;
}
.stepbox .box:last-child img {
  margin-top: 72px;
}
.stepbox .box:last-child  strong {
  margin-top: -20px;
}



/* giftbox */
.giftbox {
  position: relative;
  margin-top: 86px;
  text-align: center;
}
.giftbox h2 {
  padding: 38px 0 60px;
  font-size: 32px;
  line-height: 48px;
}
.giftbox h3 {
  padding: 26px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.gift-list {
  float: left;
  width: 33.3%;
  text-align: center;
  position: relative;
}
.gift-list img { 
  display: block; 
  margin: 0 25px 10px 0;
}
.gift-list ul { 
  margin-top: 26px; 
  width: 290px;
}
.gift-list p strong {
  font-size: 34px;
  color: #e11500;
}
.gift-list p del {
  margin-left: 5px;
  font-size: 16px;
}
.gift-list ul { max-width: 267px; margin: 0px auto; margin-top: 15px; text-align: left;}
.gift-list li {
  position: relative;
  padding-left: 15px;
  line-height: 28px;
}
.gift-list li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 11px;
  left: 0px;
  border-radius: 50%;
  background-color: #aaaaaa;
}
.gift-list::before,.gift-list::after{
  content: "";
  display: block;
  position: absolute;
} 
.gift-list::before{
  width: 71px;
  height: 51px;
  top: -30px;
  right: 70px;
  background: url(../images/gift-before.png)center no-repeat;
}
.gift-list::after{
  width: 68px;
  height: 85px;
  top: 125px;
  left: -20px;
  background: url(../images/gift-after.png)center no-repeat;
}
.giftbox .buybtn {
  margin-top: 60px;
  width: 320px;
  height: 58px;
  line-height: 58px;
  font-size: 23px;
}

/* review */
.review h2 {
  margin: 72px 0 62px;
  height: 49px;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  text-shadow: 2.487px 1.678px 0px rgba(169, 6, 9, 0.4);
  background: url(../images/review-title.png) center top no-repeat;
}
.review .media {
  float: left;
  width: 373px;
  height: 281px;
  text-align: center;
  background-color: #fff;
  box-shadow: 7.431px 6.691px 0px 0px rgba(242, 205, 205, 0.67);
}
.review .media { line-height: 297px; }
.review .media img { vertical-align: middle; }
.review .usereview {
  float: right;
  margin-right: 20px;
  margin-left: 0px;
  width: 630px;
}
.review dl { 
  display: none;
  width: 630px;
  text-align: left;
}
.review dl.active { display: block; }
.review dd { 
  color: #444;
  font-weight: 500;
  line-height: 22px;
}
.review dd b {
  display: block;
  float: right;
  margin-top: 12px;
  color: #333;
  font-size: 16px;
}
.review dl.one b { margin-top: 4px; }
.review .users {
  margin: 20px auto;
  padding: 0 40px;
  width: 630px;
  box-sizing: border-box;
  border-bottom: 2px solid #ffdfdf;
}
.review .users li { 
  position: relative;
  float: left; 
  margin: 0 24px;
  width: 86px;   
  cursor: pointer; 
  text-align: center;
}
.review .users li .imgbox { 
  position: relative;
  margin-bottom: 26px;
  height: 86px;
}
.review .users li img { 
  display: inline-block; 
  margin-top: 26px;
  width: 60px; 
  height: 60px;  
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.review .users li.current .imgbox:after {
  opacity: 0;
  visibility: hidden;
}
.review .users li.current img {
  margin-top: 0;
  width: 86px;
  height: 86px;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 4.298px 10.126px 14.24px rgba(255, 198, 198, 0.84);
}
.review .users li.current:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 7px;
  width: 72px;
  height: 6px;
  border-radius: 3px;
  background: #fe3501;
  transition: 0.3s ease;
}

/* comparison */
.comparison h2 {
  padding-top: 100px;
  margin-bottom: 68px;
  font-size: 28px;
  text-align: center;
}
.comparison table {
  position: relative;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison table:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: 213px;
  width: 212px;
  height: 536px;
  border-radius: 10px;
  box-shadow: 0px 0px 29.76px 2.24px rgba(49, 62, 96, 0.31);
}
.comparison thead th { border-bottom: 1px solid #e1dbdb; }
.comparison tr td.virtue {
  padding-left: 18px;
  width: 628px;
  text-align:left;
}
.comparison tr {
  font-size: 14px;
  text-align: center;
}
.comparison .itema,
.comparison .itemb {
  position: relative;
  z-index: 2;
  width: 182px;
  color: #000;
  vertical-align: middle;
  text-align: center;
  background-color: #f4f4f4;
}
.comparison .itema { 
  width: 212px;
  background-color: #fff;
}
.comparison th.itema,
.comparison th.itemb {
  height: 82px;
  font-size: 14px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.comparison tfoot th.itema,
.comparison tfoot th.itemb {
  height: 22px;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.comparison th.itema div {
  display: block;
  margin-top: -8px;
  padding-top: 22px;
  height: 68px;
  color: #fff;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #cc060d;
  background: -webkit-linear-gradient(90deg, rgb(232,67,30) 0%, rgb(204,6,13) 100%);
  background:         linear-gradient(90deg, rgb(232,67,30) 0%, rgb(204,6,13) 100%);
}
.comparison th i {
  display: block;
  margin: 10px auto 0px;
  width: 27px;
  height: 27px;
  background: url(../images/tabicon.png) 0 -27px no-repeat;
}
.comparison th.itema i { background-position: 0 0; }
.comparison td {
  height: 46px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 1px solid #e1dbdb;
}
.comparison td.icons {
  width: 50px;
  text-align: center;
}
.comparison td.icons img { vertical-align: middle; }
.comparison .space { width: 10px; }
.comparison td i {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background-position: 0 -23px;
}
.comparison td i.gray { 
  width: 15px;
  height: 15px;
  background-position: 0 0px; 
}





/* footerbuy */
.footerbuy {
  margin-top: 70px;
  position: relative;
  height: 300px;
  background: url(../images/bottombuy.jpg) center top no-repeat;
}
.footerbuy h2 {
  padding-top: 25px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.footerbuy h3 { text-align: center; color: #dddddd; font-weight: 400;}
.footerbuy .imgbox {
  position: relative;
  margin: -10px 0 0 93px;
  width: 315px;
  height: 220px;
}
.footerbuy .reduce {
  height: 26px;
  line-height: 26px;
}
.footerbuy .reduce .giftNum {
  width: 23px;
  height: 23px;
  background-color: #eeeeee;
}
.footerbuy .reduce .giftNum em {
  width: 23px;
  height: 26px;
  font-size: 18px;
  color: #cd0017;
  line-height: 26px;
}
.footerbuy .imgbox > img {
  display: block;
  position: absolute;
  top: 0px;
  left: -200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s, left 0.6s ease;
          transition: opacity 0.6s, left 0.6s ease;
}
.footerbuy .imgbox > img.on {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.footerbuy .imgbox > img.db.on { 
  top: 29px;
  left: 108px; 
}

.footerbuy .changelist {
  margin: 25px 0 0 35px;
  width: 355px;
}
.footerbuy li {
  position: relative;
  margin-bottom: 2px;
  width: 340px;
  height: 40px;
  color: #e5e5e5;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background-color: #de2c2c;
  border-radius: 3px;
}
.footerbuy li b {
  display: block;
  position: relative;
  z-index: 9;
  font-weight: 400;
}
.footerbuy li:before,
.footerbuy li:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -24px;
  width: 0px;
  height: 0px;
}
.footerbuy li.on:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #ffefd0;
}
.footerbuy li.on {
  color: #3a3a3a;
  font-weight: 600;
  line-height: 40px;
  background-color: #fff;
  border-radius: 3px;
}
.footerbuy li.on b {
  font-weight: 600;
}
.footerbuy li.on:before { 
  left: -14px;
  border-right-color: #fff;
  top: 12px;
}
.footerbuy li.on:after {
  top: -6px;
  left: -7px;
  z-index: 0;
  width: 354px;
  height: 48px;
  background: #fff;
  border-radius: 3px;
}

/* footer */
.footer {
  padding: 30px 0 16px;
  color: #777777;
  font-size: 12px;
  line-height: 18px;
  background-color: #303030;
}
.footer .copyright {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
