@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #1c1c1c;
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1c1c1c;
  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: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}

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

.price {
  color: #3e4050;
  font-weight: 500;
}

.price strong {
  font-size: 22px;
}

.price strong b {
  font-size: 58px;
}

/* banner */
.banner {
  height: 816px;
  background: url(../images/bg.jpg) top center no-repeat;
  box-sizing: border-box;
    padding-top: 20px;
}

.banner .logo {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 35px;
}

.banner h1 {
  width: 788px;
  height: 150px;
  text-indent: -9999px;
  background: url(../images/title.png) no-repeat center/cover;
  margin:  auto;
}

.banner .img-box {
  position: relative;
  float: left;
  margin-top: 30px;
  margin-left: -147px;
}

.banner .img-box:before,
.floatlayer.soldout .imgbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  right: 88px;
  width: 144px;
  height: 115px;
  background: url(../images/discount.png) no-repeat;
}

.banner.soldout .img-box:before,
.floatlayer.soldout .imgbox:before {
  background: url(../images/discount-sold.png) no-repeat;
}

.floatlayer.soldout .imgbox:before {
  top: 22px;
    right: 76px;
  width: 78px;
  height: 70px;
  background-size: 78px;
}

.banner .right-message {
  float: right;
  width: 450px;
  margin-top: 50px;
  margin-right: 70px;
  text-align: center;
}

.banner .right-message h2 {
  padding-bottom: 14px;
  height: 25px;
  padding-top: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #3e4050;
  background: url(../images/line.png) no-repeat bottom;
}

.banner .right-message h2 span {
  font-weight: 700;
  color: #ff3e0e;
}

.banner .right-message .progress {
  width: 410px;
  height: 100px;
  margin-top: 25px;
}

.banner .right-message .progress p {
  line-height: 24px;
  padding-top: 15px;
}

.banner .right-message .progress p span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-weight: 600;
  color: #ff3e0e;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
}

.banner .right-message .progress .bar {
  position: relative;
  width: 410px;
  height: 8px;
  margin: 0px auto;
  margin-top: 15px;
  background: #fff;
  border-radius: 20px;
  border: solid #ffcba1 1px;
  box-shadow: 0.954px 4.908px 7.04px 0.96px rgba(157, 28, 29, 0.13);
}

.banner .right-message .progress .bar span.box {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 410px;
  height: 8px;
  border-radius: 20px;
  background: rgb(255, 63, 15);
  background-image: -moz-linear-gradient(0deg,
      rgb(255, 121, 74) 61%,
      rgb(255, 63, 15) 80%,
      rgb(255, 69, 21) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(255, 121, 74) 61%,
      rgb(255, 63, 15) 80%,
      rgb(255, 69, 21) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(255, 121, 74) 61%,
      rgb(255, 63, 15) 80%,
      rgb(255, 69, 21) 100%);
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.banner .right-message .progress .bar span.box .disappear {
  display: block;
  position: absolute;
  width: 23px;
  height: 19px;
  right: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../images/number.png);
}

.banner .right-message .price .buybtn,
.banner .right-message .price span {
  display: inline-block;
  vertical-align: middle;
}

.banner .right-message .price .buybtn {
  position: relative;
  margin-left: 17px;
}

.banner .right-message .price .buybtn:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  right: -85px;
  background: url(../images/money-back.png);
}

.banner .right-message ul.list {
  width: 415px;
  height: 55px;
  margin: 0px auto;
  margin-top: 20px;
  background: #fffcf9;
}

.banner .right-message ul.list li {
  float: left;
  margin-left: 5px;
  width: 130px;
  height: 44px;
  margin-top: 5px;
  border-right: solid #f4e4d6 1px;
  text-align: center;
  color: #8b8b8b;
  line-height: 22px;
}

.banner .right-message ul.list li span {
  display: block;
}

.banner .right-message ul.list li:last-child {
  border: none;
}

.banner.soldout .img-box:after {
  position: absolute;
  content: "";
  width: 342px;
  height: 235px;
  bottom: 39px;
  right: 0;
  background: url(../images/sold-out-box.png);
}

.banner.soldout .right-message h2 {
  padding-top: 0px;
  height: 45px;
  font-size: 16px;
  font-size: 15px\0;
}

.banner.soldout .right-message h2 span {
  display: block;
  color: #6e6f7b;
  font-weight: 400;
}

.banner.soldout .right-message h2 strong {
  font-size: 20px;
  color: #ff3e0e;
}

.banner.soldout .right-message .progress h3 {
  margin-top: 10px;
  font-size: 26px;
  color: #3e4050;
}

.banner.soldout .right-message .progress p {
  padding-top: 0px;
  font-size: 14px;
  color: #6e6f7b;
}

/* buybtn */
.buybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 248px;
  height: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
  background: #ff4212;
  border-radius: 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #dd0c0c;
  background-image: -webkit-linear-gradient(73deg,
      rgb(199, 0, 0) 0%,
      rgb(255, 34, 4) 100%);
  background-image: linear-gradient(73deg,
      rgb(199, 0, 0) 0%,
      rgb(255, 34, 4) 100%);
  box-shadow: 0px 5px 18.27px 2.73px rgba(250, 31, 4, 0.35),
    inset -1.463px -1.364px 3px 0px rgba(255, 161, 39, 0.59),
    inset -2.463px 3.152px 3.92px 0.08px rgba(255, 255, 255, 0.41);
}

.buybtn:after {
  position: absolute;
  content: "";
  width: 210px;
  height: 50px;
  top: 5px;
  left: 14px;
  background: url(../images/btn-snow.png);
}

.buybtn:hover {
  background: #ff1409;
  background-image: -webkit-linear-gradient(73deg,
      rgb(241, 7, 7) 0%,
      rgb(253, 60, 60) 100%);
  background-image: linear-gradient(73deg,
      rgb(241, 7, 7) 0%,
      rgb(253, 60, 60) 100%);
}

.intro h2,
.feature h2 {
  padding-top: 100px;
  font-size: 34px;
  color: #3e4050;
  text-align: center;
  background: url(../images/up-line.png) no-repeat center top;
}

/* intro */
.intro {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  color: #3e4050;
}

.intro .img-box {
  position: absolute;
  left: 236px;
  top: 365px;
  z-index: -1;
}

.intro .wrapper div {
  margin-top: 110px;
}

.intro div h3 {
  margin-bottom: 40px;
  font-size: 22px;
}

.intro div h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 22px;
  margin-right: 5px;
  background: url(../images/intro-icon.png);
}

.intro div dl {
  margin-bottom: 40px;
}

.intro div dl strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  color: #3e4050;
}

.intro div dl dd {
  font-size: 13px;
  color: #6e6f7b;
  line-height: 22px;
}

.intro .left-message {
  float: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-140px, 0px);
  transform: translate(-140px, 0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease;
  transition: opacity 0.6s, transform 0.6s ease;
}

.intro .left-message dt {
  margin-bottom: 10px;
}

.intro .left-message dt img {
  margin-left: -5px;
}

.intro .left-message h3 i {
  background-position: 0px -22px;
}

.intro .right-message {
  float: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(140px, 0px);
  transform: translate(140px, 0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease;
  transition: opacity 0.6s, transform 0.6s ease;
}

.intro .right-message h3 i {
  margin-left: 12px;
}

.intro .right-message dl {
  margin-bottom: 48px;
  overflow: hidden;
}

.intro .right-message dl.list01 dd {
  margin-top: 10px;
}

.intro .right-message dl.list01 dt {
  margin-top: 0px;
}

.intro .right-message dl.list01 dt img {
  margin-left: 0px;
}

.intro .right-message dt {
  float: left;
  width: 77px;
  margin-top: 2px;
  margin-right: 20px;
}

.intro .right-message dt img {
  margin-left: 5px;
}

.intro .right-message dd {
  float: left;
  width: 230px;
}

.intro .left-message.on,
.intro .right-message.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* feature */
.feature {
  margin-top: -108px;
  height: 928px;
  background: url(../images/feature-bg.png) no-repeat top center;
  position: relative;
}


.feature .wrapper {
  padding-top: 140px;
}

.feature .left {
  position: relative;
  margin-top: 180px;
  width: 570px;
}

.feature .left span {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s 0.2s ease;
  transition: transform 0.6s, opacity 0.6s 0.2s ease;
}

.feature .left span.suspend01 {
  top: -60px;
  left: 260px;
  width: 153px;
  height: 110px;
  background: url(../images/suspend-01.png) no-repeat;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.feature .left span.suspend02 {
  bottom: 198px;
  left: 16px;
  width: 121px;
  height: 94px;
  background: url(../images/suspend-02.png) no-repeat;
}

.feature .left span.suspend03 {
  bottom: 106px;
  left: 124px;
  width: 381px;
  height: 265px;
  background: url(../images/suspend-03.png) no-repeat;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.feature .left span.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.feature .right {
  width: 490px;
  margin-top: 90px;
}

.feature-list li {
  color: #636466;
  line-height: 38px;
}

.feature .right ul li span {
  color: red;
}

.feature-list i {
  margin-right: 18px;
  width: 12px;
  height: 12px;
  background-position: 0 0;
}

.feature .right .price {
  margin-top: 20px;
}

.feature .right .price>span {
  float: left;
  margin-top: 30px;
}

.feature .right .price>span b {
  line-height: 14px;
}

.feature .right .price>span span {
  display: block;
}

.feature .right .price>span span b {
  font-size: 16px;
  color: #ff3e0e;
}

.feature .right .price .buybtn {
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}

.feature .right .price.soldout>span {
  margin-top: 45px;
}

.gift-message {
  position: relative;
  height: 551px;
  margin-top: 60px;
  color: #3e4050;
  background: url(../images/gift-bg.png) no-repeat center top;
}

.gift-message:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 61px;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  background: url(../images/up-line.png);
}

.gift-message h2 {
  padding-top: 150px;
  text-align: center;
  font-size: 30px;
}

.gift-message dl {
  float: left;
  width: 50%;
  margin-top: 60px;
}

.gift-message dl dt {
  float: left;
  margin-right: 30px;
  margin-left: 35px;
}

.gift-message dl h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #3e4050;
}

.gift-message dl strong {
  font-size: 20px;
  color: #ff3e0e;
}

.gift-message dl dd {
  color: #6e6f7b;
  font-size: 12px;
}

.gift-message dl dd del {
  font-size: 14px;
}

.gift-message dl dd p {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.gift-message dl.pf dt {
  margin-left: 0px;
}

.gift-message.soldout .wrapper:before {
  position: absolute;
  content: "";
  width: 1162px;
  height: 533px;
  top: 14px;
  left: -33px;
  background: url(../images/gift-sold-out.png);
}

/* review */
.review {
  position: relative;
  padding-bottom: 30px;
  background: #fef3ee;
}

.review .wrapper>h2 {
  padding-top: 70px;
  text-align: center;
  font-size: 34px;
  color: #3e4050;
  background: url(../images/commit.png) no-repeat center top;
}

.dg-container {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.dg-wrapper {
  margin: 0 auto;
  width: 660px;
  height: 500px;
  -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: 132px;
  width: 22px;
  height: 41px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/review-control.png) no-repeat;
}

.dg-container .nav .dg-prev {
  left: 0;
  background-position: 0 0;
}

.dg-container .nav .dg-prev:hover {
  background-position: 0 -41px;
}

.dg-container .nav .dg-next {
  right: 0;
  background-position: -22px 0;
}

.dg-container .nav .dg-next:hover {
  background-position: -22px -41px;
}

.inner {
  display: block;
  margin: 0 auto;
  width: 660px;
  height: 510px;
}

.content {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 6;
  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: -170px;
  display: none;
  width: 1000px;
}

.content .reviews dd h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.content .reviews dd p {
  line-height: 24px;
  color: #6e6f7b;
  font-size: 14px;
}

.content .reviews dd cite {
  display: inline-block;
  margin-top: 30px;
  font-style: normal;
  font-size: 20px;
  color: #3e4050;
}

.content .reviews.dg-center dt img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 40px 40px 0 rgba(20, 20, 20, 0.28);
}

.content .reviews.dg-center dd {
  display: block;
}

/* bottom */
.bottom {
  position: relative;
  z-index: 3;
  height: 450px;
  margin-top: -130px;
  color: #4e5268;
  background: #fef3ee url(../images/footer-bg.png) no-repeat center top;
}

.bottom .wrapper {
  padding-top: 150px;
}

.service {
  height: 106px;
  border-radius: 54px;
  border: 1px solid #f6e7dc;
  background: rgba(255, 255, 255, 0.8);
  color: #6e6f7b;
}

.service dl {
  position: relative;
  padding: 0 45px;
  float: left;
  width: 458px;
}

.service dl.right {
  padding-right: 35px;
  padding-left: 55px;
}

.service dt {
  margin: 22px 0 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.service dl.right dt {
  margin-bottom: 12px;
}

.service dl.right:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 1px;
  height: 86px;
  background-color: #f6e7dc;
}

.annotation {
  padding-left: 260px;
  text-align: left;
  padding-top: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #eee;
}

.copyright {
  padding-left: 260px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #eee;
}

/* floatlayer */
.floatlayer {
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: -130px;
  height: 119px;
  visibility: hidden;
  background: url(../images/float-bg.png) bottom center no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.floatlayer .imgbox {
  position: relative;
  margin-left: -42px;
  margin-top: -32px;
  width: 290px;
}

.floatlayer.on {
  bottom: 0;
  visibility: visible;
}

.floatlayer .number {
  float: left;
  width: 265px;
  margin-left: 116px;
  margin-top: 42px;
  text-align: center;
  color: #f05e18;
  font-weight: 600;
}

.floatlayer .countdown {
  position: relative;
  vertical-align: middle;
  height: 44px;
  width: 144px;
  margin: 0px auto;
  line-height: 42px;
  font-size: 24px;
  background: url(../images/numer.png) no-repeat;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 5px 8px 0px rgba(202, 111, 17, 0.3);
}

.floatlayer .countdown .scroll-tick {
  float: left;
  width: 34px;
  margin-right: 2px;
}

.floatlayer .countdown .scroll-tick span {
  display: block;
}

.floatlayer .number p {
  margin-top: 8px;
  color: #EEC8A5;
}

.floatlayer .number p strong {
  font-size: 16px;
  color: #fff;
}

.floatlayer .price {
  float: right;
  margin-top: 24px;
  color: #DBB1A6;
  font-size: 18px;
}

.floatlayer .price strong {
  line-height: 61px;
  color: #fff;
}

.floatlayer .price span,
.floatlayer .buybtn {
  float: left;
  margin-top: 15px;
}

.floatlayer .buybtn {
  margin-left: 13px;
  margin-top: 24px;
  width: 225px;
  height: 48px;
  color: #E30F00;
  line-height: 48px;
  box-shadow: 0px 5px 18.27px 2.73px rgba(115, 26, 2, 0.35);
  background-image: linear-gradient( #FFE155 0%, #FEA006 100%);
}
.floatlayer .buybtn:hover{
  background-image: linear-gradient( #FEA006  0%, #FFE155 100%);
}
.floatlayer.soldout .imgbox {
  margin-left: 0px;
}

.floatlayer.soldout .number {
  margin-left: 46px;
  margin-top: 55px;
}

.floatlayer.soldout .number h2 {
  font-size: 16px;
  line-height: 24px;
  color: #202324;
}

.floatlayer.soldout .price {
  margin-top: 22px;
}

.floatlayer.soldout .year {
  position: absolute;
  width: 222px;
  bottom: 14px;
  height: 13px;
  font-size: 12px;
  right: 0px;
  color: #fff;
  text-align: center;
}

.floatlayer.soldout .buybtn {
  margin-top: 22px;
}