@charset "utf-8";
/* CSS Document */
* {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  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 {
  display: block;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix {
  clear: both;
  zoom: 1;
}
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: url("../images/all-icons.png") no-repeat;
}
p.price {
  height: 34px;
  font-weight: 500;
  line-height: 34px;
  color: #717171;
}
p.price strong {
  font-size: 22px;
  font-weight: 800;
  color: #222;
}
p.price strong big { font-size: 50px; }
p.countdown {
  width: 280px;
  height: 22px;
  margin: 28px auto 15px;
  line-height: 22px;
  color: #554a38;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
p.countdown i {
  width: 24px;
  height: 18px;
  vertical-align: text-top;
  background-position: 0 0;
}
p.countdown strong {
  display: inline-block;
  width: 18px;
}
p.countdown strong.last {
  width: 26px;
}
p.person {
  font-size: 12px;
  line-height: 30px;
}
p.person i {
  width: 17px;
  height: 11px;
  vertical-align: middle;
  background-position: 0 -18px;
}
.buybtn {
  display: block;
  margin: 12px auto 0;
  width: 225px;
  height: 53px;
  font-size: 16px;
  line-height: 49px;
  color: #313131;
  overflow: hidden;
  border-radius: 2px;
  border: 2px solid #545454;
  -webkit-transition: all .1s linear;
         transition: all .1s linear;
}
.buybtn span,
.buybtn i {
  -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 span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(-16px, 0, 0);
          transform: translate3d(-16px, 0, 0); 
}
.buybtn i {
  margin-right: 4px;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  background-position: 0 -29px;
  -webkit-transform: translate3d(-20px, 3.5em, 0); 
          transform: translate3d(-20px, 3.5em, 0); 
}
.buybtn:hover i { display: inline-block;}
.buybtn:hover i, 
.buybtn:hover span { 
  -webkit-transform: translate3d(0, 0, 0); 
          transform: translate3d(0, 0, 0); 
}
.buybtn:hover {
  color: #fffc00;
  border-color: #ff016d;
  background: #ff016d;
  -webkit-box-shadow: 0 10px 16px #b2b2b2;
  box-shadow: 0 10px 16px #b2b2b2;
}
.buybtn.black {
  width: 255px;
  height: 56px;
  font-size: 18px;
  line-height: 52px;
  color: #fffc00;
  border-color: #ff016d;
  background: #ff016d;
  border-radius: 3px;
  box-shadow: 0px 10px 16px 0px rgba(178, 178, 178, 0.64);
}
.buybtn.black:hover {
  color: #fffc00;
  border-color: #ff016d;
  background: #ff016d;
}
.banner {
  min-width: 1100px;
  height: 651px;
  background: url("../images/bg.jpg") top center no-repeat;
}
.banner .logo {
  z-index: 9;
  position: absolute;
  top: 37px;
  left: 0;
  width: 35px;
  height: 12px;
  text-indent: -9999px;
  background: url("../images/logo.png") center no-repeat;
}
.banner h1 {
  height: 126px;
  text-indent: -9999px;
  background: url("../images/title.png") bottom center no-repeat;
}
.banner .content { margin-top: 16px; }
.banner .content dl {
  position: relative;
  width: 335px;
  height: 418px;
  margin: 42px 0 0 0;
  background: #fff;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: inherit;
  height: inherit;
  background: #888062;
  background: rgba(86,74,32,.7);
}
.cutbuy .mask { background: none; }
.mask span {
  display: block;
  position: absolute;
  top: 150px;
  left: 82px;
  z-index: 10;
  width: 190px;
  height: 90px;
  text-indent: -9999px;
  opacity: 0;
  visibility: hidden;
  background: url(../images/mask-words.png) no-repeat;
  -webkit-transform: scale(3,3);
          transform: scale(3,3);
  -webkit-transition: opacity .6s, -webkit-transform .6s ease;
          transition: opacity .6s, transform .6s ease;
}
.cutbuy .mask span {
  top: 2px;
  left: 190px;
  width: 104px;
  height: 48px;
  background: url(../images/mask-small-words.png) no-repeat;

}
.mask.on span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1,1);
          transform: scale(1,1);
}
.banner .content dl dt img {
  margin: 40px 0 10px 40px;
}
.banner .content dl dt p {
  line-height: 24px;
}
.banner .content dl dd {
  margin: 30px 0 0 0;
}
.banner .content dl.large {
  width: 430px;
  height: 512px;
  margin: 0;
  background: url("../images/banner-box-bg.png") top center no-repeat;
}
.banner .content dl.large dt img { margin: 0 0 -7px 44px; }
.payment {
  padding: 26px 0;
  text-align: center;
  background: #e9e9e9;
}
.payment img { display: inline-block; }
.feature h2 {
  padding: 82px 0 0 0;
  font-size: 36px;
  line-height: 36px;
}
.feature .content {
  position: relative;
  margin-top: 180px;
  height: 401px;
  background: url(../images/computer.png?t=56783465) 240px 0px no-repeat;
}
.feature dl {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left ease .6s, opacity .4s;
          transition: left ease .6s, opacity .4s;
}
.feature dl.one {
  top: -80px;
  left: -46px;
}
.feature dl.two {
  top: -80px;
  right: -60px;
}
.feature dl.three {
  bottom: 40px;
  left: -100px;
}
.feature dl.four {
  right: -20px;
  bottom: 54px;
}
.feature dl.on {
  opacity: 1;
  visibility: visible;
}
.feature dl.one.on { left: 46px; }
.feature dl.two.on {
  right: 60px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.feature dl.three.on {
  left: 0px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.feature dl.four.on {
  right: -120px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.feature dt {
  float: left;
  width: 90px;
}
.feature dd {
  float: left;
  width: 370px;
  text-align: left;
}
.feature dl h3 {
  font-size: 18px;
  font-weight: 700;
}
.feature dl p {
  margin-top: 6px;
  color: #848484;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
}

.gifts {
  height: 348px;
  margin: 90px 0 0 0;
  background: url("../images/gifts-bg.jpg") top center no-repeat;
}
.gifts h2 {
  height: 73px;
  text-indent: -9999px;
  background: url("../images/gifts-title.png") bottom center no-repeat;
}
.gifts dl {
  display: block;
  margin: 40px 0 0 52px;
  float: left;
  width: 480px;
  text-align: left;
}
.gifts dl.pf { 
  margin-left: 0px;
  width: 520px; 
}
.gifts dl dt {
  float: left;
  width: 166px;
}
.gifts dl dd {
  float: left;
  width: 300px;
}
.gifts dl.pf dd { width: 340px; }
.gifts dl dd p.price {
  margin-top: 32px;
  padding-left: 22px;
  height: 40px;
  color: #757575;
  font-size: 18px;
  line-height: 24px;
}
.gifts dl dd p.price strong { 
  color: #222;
  font-size: 40px; 
}
.gifts dl dd ul { margin: 0px 0 0 5px; }
.gifts dl dd ul li {
  padding-left: 22px;
  line-height: 24px;
  background: url("../images/gifts-icon.png") 0px 6px no-repeat;
}
.cutbuy {
  min-width: 1100px;
  height: 233px;
  margin: 80px 0 0 0;
  background: url("../images/cutbuy-bg.jpg") top center no-repeat;
}
.cutbuy h2 {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  height: 42px;
  text-indent: -9999px;
  background: url("../images/cutbuy-title.png") center no-repeat;
}
.footbuy h2 {
  height: 36px;
  background: url(../images/footbuy-title.png) top center no-repeat;
}
.cutbuy .box {
  width: 270px;
  margin: 36px 0 0 -10px;
  overflow: hidden;
}
.cutbuy ul {
  width: 568px;
  margin: 67px 0 0 3px;
}
.cutbuy ul li {
  width: 100%;
  height: 47px;
  padding-left: 90px;
  font-size: 16px;
  font-weight: 700;
  line-height: 47px;
  text-align: left;
  color: #96642d;
  cursor: pointer;
}
.cutbuy ul li strong {
  float: right;
  margin-right: 118px;
  font-size: 22px;
  font-weight: 700;
}
.cutbuy ul li strong big { font-size: 44px; }
.cutbuy ul li.active {
  font-size: 18px;
  background: url("../images/selector-list-bg.png") 0 0 no-repeat;
}
.cutbuy ul li.active strong {
  margin-right: 110px;
  font-size: 28px;
  color: #ff0011;
  text-shadow: 0 2px 4px #eda5dc;
}
.cutbuy dl {
  width: 252px;
  margin: 86px 4px 0 0;
}
.cutbuy p.price strong {
  font-size: 34px;
}
.cutbuy .buybtn {
  width: 252px;
  -webkit-box-shadow: 0 11px 21px 2.1px rgba(134, 65, 10, 0.4);
  box-shadow: 0 11px 21px 2.1px rgba(134, 65, 10, 0.4);
}
.cutbuy ul li.sold {
  color: #c4933a;
  background: url("../images/selector-list-bg.png") 0 -47px no-repeat;
}
.awards {
  height: 263px;
  border-bottom: 1px solid #c7c7c7;
}
.awards h2 {
  padding: 66px 0 50px 0;
  font-size: 30px;
  font-weight: 700;
}
.awards img {
  margin: 0 auto;
}
.review {
  position: relative;
  margin: 20px auto 40px;
  height: 600px;
  background: #fff;
}
.review img {
  display: inline-block;
}
.review .dg-container {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
}
.review .dg-wrapper {
  margin: 0 auto;
  height: 600px;
  width: 660px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.review .dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.review .nav {
  position: relative;
  width: 100%;
}
.review .nav span {
  position: absolute;
  top: 132px;
  z-index: 101;
  width: 22px;
  height: 41px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/review-control.png) no-repeat;
}
.review .nav .dg-prev {
  left: 0;
  background-position: 0 0;
}
.review .nav .dg-prev:hover {
  background-position: 0 -41px;
}
.review .nav .dg-next {
  right: 0;
  background-position: -22px 0;
}
.review .nav .dg-next:hover {
  background-position: -22px -41px;
}
.review .inner {
  margin: 0 auto;
  width: 840px;
  height: 510px;
}
.review .content {
  position: relative;
  margin: 0 auto;
  padding-top: 88px;
  width: 840px;
  height: 510px;
}
.review .reviews {
  position: absolute;
  left: 0;
  top: 88px;
  width: 840px;
  height: 500px;
  display: block;
  text-align: center;
}
.review .reviews dt {
  margin-bottom: 68px;
}
.review .reviews dt img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.review .reviews dd {
  display: none;
}
.review .reviews dd h2 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
}
.review .reviews dd p {
  margin-bottom: 30px;
  line-height: 24px;
  color: #545454;
}
.review .reviews dd cite {
  font-style: normal;
  font-size: 20px;
  color: #000;
}
.review .reviews dd cite span {
  display: block;
  font-size: 16px;
}
.review .reviews.dg-center dt img {
  -webkit-transition: all .2s;
  transition: all .2s;
  box-shadow: 0 40px 40px rgba(92, 95, 101, 0.3);
}
.review .reviews.dg-center dd {
  display: block;
}
.comparison h2 {
  margin-top: 66px;
  color: #232323;
  font-size: 26px;
  font-weight: 700;
}
.comparison table {border:0; border-collapse:separate; border-spacing:0 ;}
.comparison table {
  width: 100%;
  margin-top: 35px;
  text-align: left;
}
.comparison tr td {
  padding: 10px 0;
  -webkit-border-right: 1px solid #dbdbdb;
  -webkit-border-bottom: solid #dbdbdb 1px;
  border-right: 1px solid #dbdbdb;
  border-bottom: solid #dbdbdb 1px;
}
.comparison tr td.icons {
  text-align: center;
  width: 40px;
  border-right-color: #fff;
}
.comparison tr td.virtue {
  width: 610px;
  color: #474747;
  font-size: 13px;
  font-size: 12px\0;
}
.comparison tr td.virtue img {
  display: inline-block;
  vertical-align: text-bottom;
}
.comparison tr th {
  font-weight: 400;
}
.comparison tr th .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 59px;
  color: #232323;
}
.comparison tr th .free {
  width: 250px;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  background: #303030;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.comparison tr th .pro {
  width: 270px;
  height: 69px;
  line-height: 69px;
  font-size: 20px;
  background: #f1393b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.comparison thead tr th {
  border-bottom: solid #f1393b 3px !important;
  vertical-align: bottom;
  color: #fff;
}
.comparison tbody tr:last-child td {
  border-bottom: solid #dbdbdb 3px !important;
}
.comparison .itema,
.comparison .itemb {
  width: 250px;
  text-align: center;
}
.comparison .itema img,
.comparison .itemb img {
  margin: 0 auto;
}
.comparison .itemb { width: 270px; }
.comparison tr td.itema {
  background: #f1f1f1;
}
.comparison tr td.itemb {
  background: #fcf6f7;
}
.comparison tr.title td.virtue {
  color: #a9a8a8;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #dbdbdb;
}
.comparison td span {
  display: inline-block;
  width: 400px;
}
.comparison tr.title .itema,
.comparison tr.title .itemb { 
  background: #fff; 
}
.service {
  padding: 42px 0 30px;
  border-bottom: 1px solid #ededed;
}
.service dl {
  float: left;
  width: 33.33%;
}
.service dl dt {
  height: 72px;
  line-height: 72px;
}
.service dl dt img {
  display: inline-block;
  vertical-align: middle;
}
.service dl dd h3 {
  padding: 35px 0 10px 0;
  font-size: 16px;
  line-height: 16px;
}
.service dl dd p {
  padding: 0 44px;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}
.footer {
  padding: 20px 0 30px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #3c3c3c;
}
.footer .copyright {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}