@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 {
  zoom: 1;
}
.clear {
  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: 800;
  line-height: 34px;
  color: #222;
}
p.price strong {
  font-size: 38px;
  font-weight: 800;
}
p.price del {
  font-weight: 600;
  color: #717171;
}
p.price span {
  font-size: 18px;
}
p.price sup {
  position: absolute;
  top: -6px;
}
p.countdown {
  width: 260px;
  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: 18px;
  line-height: 49px;
  color: #313131;
  border: 2px solid #545454;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.buybtn:hover {
  color: #151515;
  border-color: #ffd800;
  background: #ffd800;
  -webkit-box-shadow: 0 10px 16px #b2b2b2;
  box-shadow: 0 10px 16px #b2b2b2;
}
.buybtn.black {
  width: 235px;
  height: 56px;
  font-size: 20px;
  line-height: 52px;
  color: #ffd800;
  border-color: #151515;
  background: #151515;
  -webkit-box-shadow: 0 10px 16px #b2b2b2;
  box-shadow: 0 10px 16px #b2b2b2;
}
.buybtn.black:hover {
  color: #151515;
  border-color: #ffd800;
  background: #ffd800;
}
.banner {
  min-width: 1100px;
  height: 650px;
  background: url("../images/banner-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: 99px;
  text-indent: -9999px;
  background: url("../images/banner-title.png") bottom center no-repeat;
}
.banner .content {
  margin-top: 7px;
}
.banner .content dl {
  width: 335px;
  height: 418px;
  margin: 46px 0 0 0;
  background: #fff;
}
.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 dd p.last { margin-top: 10px; font-size: 12px;}
.banner .content dl.large dd p.last span { color: red;}
.banner .content dl.large dt img {
  margin: -7px 0 0px 20px;
}
.banner .content dl.small.soldout dt img {
  margin: 40px 0 10px 2px;
}
.banner .content dl.small.soldout dt p {
  margin-top: -13px;
}
.banner .content dl.small.soldout span {
  z-index: 8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5c430d;
  opacity: .67;
  filter: alpha(opacity=67);
  -webkit-animation: hidden 0.5s ease-out 1;
  animation: hidden 0.5s ease-out 1;
}
.banner .content dl.small.soldout:after {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
  top: 140px;
  left: 35px;
  width: 277px;
  height: 127px;
  background: url("../images/soldout.png") center no-repeat;
  -webkit-animation: show 0.5s ease-out 1;
  animation: show 0.5s ease-out 1;
}
@keyframes show {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hidden {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: .67;
    filter: alpha(opacity=67);
  }
}
@keyframes hidden2 {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.payments {
  height: 84px;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #c7c7c7;
}
.payments img {
  margin: auto;
}
.intro {
  min-width: 1100px;
  padding-top: 50px;
  font-size: 16px;
  text-align: center;
}
.intro > h2 {
  margin-bottom: 6px;
  font-size: 28px;
}
.intro .showcase {
  position: relative;
  margin-top: 46px;
  width: 1100px;
  height: 310px;
  background: url('../images/intro_shadow.png') center 266px no-repeat;
}
.intro .showcase .imglist {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 1000px;
  height: 310px;
}
.intro .showcase .imglist li {
  position: absolute;
  top: 0;
  left: 290px \0;
  z-index: 0;
  width: 448px;
  height: 305px;
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  transition: all 0.3s ease-out;
  transform-style: preserve-3d;
}
.intro .showcase .imglist li.shot1 {
  left: 70px \0;
  transform: translate3d(35px, -8px, 0) scale(0.71);
}
.intro .showcase .imglist li.shot1 img {
  margin-top: 12px \0;
  width: 357px \0;
  height: 242px \0;
  outline: 1px solid transparent;
  transform: perspective(800px) rotatey(20deg);
}
.intro .showcase .imglist li.shot2 {
  z-index: 100;
  opacity: 1;
  filter: "alpha(opacity=100)";
  transform: translate3d(265px, 0, 0) scale(1);
}
.intro .showcase .imglist li.shot3 {
  left: 520px \0;
  width: 387px \0;
  height: 252px \0;
  transform: translate3d(500px, -8px, 0) scale(0.71);
}
.intro .showcase .imglist li.shot3 img {
  margin-top: 12px \0;
  width: 357px \0;
  height: 242px \0;
  outline: 1px solid transparent;
  transform: perspective(800px) rotatey(340deg);
}
.intro .showcase .control {
  display: block;
  position: absolute;
  top: 136px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background-image: url('../images/controlbtn.png');
  background-repeat: no-repeat;
}
.intro .showcase .control.prev {
  left: 30px;
  background-position: 0 0;
}
.intro .showcase .control.prev:hover {
  background-position: 0 -31px;
}
.intro .showcase .control.next {
  right: 20px;
  background-position: -31px 0;
}
.intro .showcase .control.next:hover {
  background-position: -31px -31px;
}
.intro .features {
  margin: 60px auto 0;
}
.intro .features dl {
  float: left;
  width: 50%;
  height: 160px;
  overflow: hidden;
}
.intro .features dl dt {
  float: left;
  margin-right: 20px;
  width: 72px;
  height: 72px;
}
.intro .features dl dd {
  float: left;
  width: 445px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.intro .features dl dd h3 {
  padding: 3px 0;
  margin-bottom: 4px;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.intro .features dl dd h3 span {
  font-size: 18px;
  color: #b51e33;
}
.intro .features dl dd h3 span.hob {
  color: #0bb754;
}
.intro .features dl dd h3 span.yellow {
  color: #e7a20e;
}
.intro .features dl dd em {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  margin-left: -12%;
  margin-top: 6px;
  white-space: nowrap;
  color: #ae9f8b;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
}
.intro .features dl.udp {
  height: 135px;
}
.intro .features dl.udp dd {
  width: 392px;
}
.intro .features dl.rt {
  float: right;
  width: 480px;
}
.intro .features dl.rt dd {
  width: 385px;
}
.intro .comparebtn {
  display: block;
  margin: 8px auto;
  width: 400px;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #ad9c7b;
  border: 1px solid #f4dfb8;
  border-radius: 15px;
  background: #fff8eb;
}
.gifts {
  min-width: 1100px;
  height: 440px;
  margin: 30px 0 0 0;
  padding: 44px 0 0 0;
  background: url("../images/gifts-bg.jpg") top center no-repeat;
}
.gifts h2 {
  height: 64px;
  text-indent: -9999px;
  background: url("../images/gifts-title.png") bottom center no-repeat;
}
.gifts h3 {
  margin-top: -2px;
  font-size: 18px;
  line-height: 20px;
}
.gifts dl {
  float: left;
  width: 50%;
  margin: 50px 0 0 0;
  text-align: left;
}
.gifts dl dt {
  margin: 0 3px 0 10px;
}
.gifts dl dd ul {
  margin: 20px 0 0 5px;
}
.gifts dl dd ul li {
  margin-bottom: 8px;
  padding: 0 0 0 18px;
  font-size: 13px;
  line-height: 20px;
  background: url("../images/gifts-icon.png") left 5px no-repeat;
}
.gifts p.price {
  height: 40px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
.gifts p.price strong {
  font-size: 40px;
  font-weight: 700;
}
.gifts .buybtn {
  z-index: 10;
  width: 260px;
  color: #fffc00;
  margin: 26px auto 0;
}
.gifts.soldout dl,
.gifts.soldout h2,
.gifts.soldout h3,
.gifts.soldout p {
  visibility: hidden;
}
.gifts.soldout span {
  z-index: 8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/gifts-soldout.jpg") center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: hidden2 0.5s ease-out 1;
  animation: hidden2 0.5s ease-out 1;
}
.gifts.soldout .wrapper:after {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
  top: 179px;
  left: 411px;
  width: 277px;
  height: 127px;
  background: url("../images/soldout.png") center no-repeat;
  -webkit-animation: show 0.5s ease-out 1;
  animation: show 0.5s ease-out 1;
}
.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: 40px;
  text-indent: -9999px;
  background: url("../images/cutbuy-title.png") center no-repeat;
}
.cutbuy .box {
  width: 316px;
  margin: 36px -25px 0 -25px;
  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: 65px;
  font-size: 22px;
  font-weight: 700;
}
.cutbuy ul li.active {
  font-size: 18px;
  background: url("../images/selector-bg.png") center no-repeat;
}
.cutbuy ul li.active strong {
  margin-right: 55px;
  font-size: 28px;
  color: #ff0011;
  text-shadow: 0 2px 4px #eda5dc;
}
.cutbuy ul.soldout:after {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../images/cutbuy-soldout.png") center no-repeat;
}
.cutbuy dl {
  width: 252px;
  margin: 86px 4px 0 0;
}
.cutbuy p.price strong {
  margin-right: 5px;
  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 .buybtn:hover {
  color: #ffe500;
  border-color: #e10e1c;
  background: #e10e1c;
}
.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: 700px;
  background: #fff;
}
.review img {
  display: inline-block;
}
.review .dg-container {
  position: relative;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
.review .dg-wrapper {
  margin: 0 auto;
  height: 700px;
  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: 1000px;
  height: 510px;
}
.review .content {
  position: relative;
  margin: 0 auto;
  padding-top: 88px;
  width: 1000px;
}
.review .reviews {
  position: absolute;
  left: 0;
  top: 88px;
  width: 1000px;
  height: 600px;
  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: 34px;
}
.review .reviews dd h4 {
  position: relative;
  margin: 12px 0;
  padding: 0 80px;
  font-size: 16px;
  line-height: 24px;
}
.review .reviews dd p {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.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 table {
  width: 100%;
  margin-top: 25px;
  text-align: left;
}
.comparison tr td {
  padding: 10px 0;
  border-bottom: solid #d7d7d7 1px;
}
.comparison tr td.icons {
  text-align: center;
  width: 40px;
}
.comparison tr td.virtue {
  width: 610px;
  font-size: 13px;
  font-size: 12px\0;
}
.comparison tr td.virtue p {
  float: left;
}
.comparison tr td.virtue img {
  margin: 2px 0 0 5px;
  display: inline-block;
}
.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: 220px;
  height: 59px;
  padding-top: 10px;
  line-height: 22px;
  font-size: 16px;
  background: #303030;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.comparison tr th .pro {
  width: 220px;
  height: 69px;
  padding-top: 16px;
  line-height: 24px;
  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 #f1f1f1 3px !important;
}
.comparison .itema,
.comparison .itemb {
  width: 220px;
  text-align: center;
}
.comparison .itema img,
.comparison .itemb img {
  margin: 0 auto;
}
.comparison tr td.itema {
  background: #f1f1f1;
}
.comparison tr td.itemb {
  background: #fcf6f7;
}
.service {
  padding: 42px 0 22px 0;
  border-bottom: 1px solid #c7c7c7;
}
.service dl {
  float: left;
  width: 25%;
}
.service dl dt {
  height: 72px;
}
.service dl dt img {
  margin: 0 auto;
  vertical-align: middle;
}
.service dl dd h3 {
  padding: 35px 0 10px 0;
  font-size: 16px;
  line-height: 16px;
}
.service dl dd p {
  font-size: 12px;
  line-height: 22px;
  color: #3d3d3d;
}
.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;
}
.float {
  z-index: 9999;
  position: fixed;
  top: -108px;
  right: 0;
  width: 312px;
  height: 108px;
  padding: 25px 0 0 85px;
  text-align: left;
  visibility: hidden;
  background: url("../images/float-bg.png") center no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.float.on {
  top: 12%;
  visibility: visible;
}
.float p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.float p strong {
  font-size: 14px;
  font-weight: 700;
  color: #fad53e;
}
.float .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  margin-right: 30px;
  text-indent: -9999px;
  background: url(../images/close.png);
}
