@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  outline: 0;
  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 {
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide { display: none;}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons {
  display: inline-block;
  background-image: url("../images/all-icons.png");
  background-repeat: no-repeat;
}

.buybtn { position: relative; display: block; margin: 0 auto; width: 282px; height: 58px; line-height: 58px; font-size: 18px; color: #950005; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 240, 0, 0.4); background: url(../images/buybtn.png);  background-position: 0 -104px;}
.buybtn:after { position: absolute; content: ""; width: 316px; height: 99px; left: -18px; top: -15px; background: url(../images/big-shadow.png);}
.buybtn:hover { background-position: 0 -162px;}
.buybtn.small { width: 249px; height: 52px; line-height: 52px; font-size: 14px; background-position: 0 0;}
.buybtn.small:after { width: 283px; height: 93px; left: -17px; top: -15px; background: url(../images/shadow.png);}
.buybtn.small:hover { background-position: 0 -52px;}


.buybtn.red { width: 302px; background-position: 0 -220px; font-size: 18px; color: #fff; text-shadow: none;}
.buybtn.red span { font-size: 12px;}
/*.buybtn.red:after { width: 336px; height: 99px; left: -17px; top: -15px; background: url(../images/between-shadow.png);}*/
.buybtn.red:hover { background-position: 0 -278px;}


.banner {
  position: relative;
  min-width: 1100px;
  height: 750px;
  overflow: hidden;
  text-align: center;
  background: #dc1e2c;
}
.banner .logo { display: block; position: absolute; top: 41px; left: 0; width: 56px; height: 18px;text-indent: -9999px; background: url("../images/logo.png") center no-repeat;}
.banner h1 {height: 245px; text-indent: -9999px; background: url(../images/title.png) no-repeat center;}
.banner .lamp { position: absolute; width: 100%; top: 0; left: 0;  height: 177px; background: url(../images/lamp.png) no-repeat center; } 
.banner .light { position: absolute; width: 100%; height: 177px; left: 0; top: 0; background: url(../images/lamp-01.png) no-repeat top center;}
.banner .light01 { position: absolute; width: 100%; height: 177px; left: 0; top: 0; background: url(../images/lamp-02.png) no-repeat top center;}
.banner .light02 { position: absolute; width: 100%; height: 177px; left: 0; top: 0; background: url(../images/lamp-03.png) no-repeat top center;}
.banner .star { position: absolute; width: 66px; height: 80px; top: 374px; left: -128px; background: url(../images/star.png);}


.banner .snow { position: absolute; width: 100%; height: 1848px; top: -1098px; background: url(../images/snow.png) no-repeat center; 
  -webkit-animation: snow linear 30s infinite ;
}
 @-webkit-keyframes snow {
  0% {
   top: -1848px;
  }
  100% {
    top: 750px;
  }
}




.banner .box { position: relative; float: left; width: 430px; height: 320px; margin-top: 91px; margin-left: 55px; background: #ffe9e4; border-radius: 5px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,236,224) 0%, rgb(255,231,231) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,236,224) 0%, rgb(255,231,231) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,236,224) 0%, rgb(255,231,231) 100%);
}
.banner .box:after { position: absolute; content: ""; width:101px; height: 101px; top: -51px; left: 53px; background: url(../images/discount29.png); }
.banner .box dl { float: left;  width: 120px; margin-top: 65px; margin-left: 44px; text-align: center;}
.banner .box dl dt { margin-bottom: 15px; }
.banner .box dl strong { display: inline-block; font-size: 45px; color: #dc1e2c;}
.banner .box dl dt span { display: inline-block; font-size: 14px; text-align: left; line-height: 20px; color: #dc1e2c;}
.banner .box dl dt span del { display: block;color: rgba(0,0,0,.5);}
.banner .box dl dd span { display: block; width: 100%; height: 26px; line-height: 26px; background: #f8d9cf; color: #000;}
.banner .box .img-box { float: left; margin-left: 17px; margin-top: -31px; margin-bottom: 50px;}
.banner .box .buybtn { clear: both;}

.banner .box.gift-box { width: 520px; height: 359px; background: #fff; margin-top: 52px; margin-left: 41px;
  box-shadow: 0 30px 36px 4px rgba(71, 0, 0, 0.52);
}
.banner .box.gift-box:after { width: 213px; height: 213px; top: -121px; left: 10px; background: url(../images/discount83.png);}
.banner .box.gift-box:before {position: absolute; content: ""; width: 206px; height: 137px; bottom: -43px; right: -99px; background: url(../images/banner-gift.png); }

.banner .box.gift-box dl { margin-left: 62px; margin-top: 95px;}
.banner .box.gift-box dl strong { }
.banner .box.gift-box dl dd span { background: #e3e3e3;}
.banner .box.gift-box dl span b { font-size: 16px;}
.banner .box.gift-box .img-box { margin-left: 9px; margin-top: -28px; margin-bottom: 37px;}
.banner .box.gift-box p {  position: relative; z-index:2; font-weight: 600; margin-top: 15px; font-size: 12px; color: #dc1e2c}

.banner p.last { clear: both; padding-top: 30px; font-size: 14px; color: #690707;}


/* feature */
.feature h2,.intro  h2 {
    margin-top: 60px;
    font-size: 30px;
    color: #262626;
    text-align: center;
}

/* intro */
.intro { position: relative; z-index: 2; margin-top: -20px; color: #3e4050; text-align: left;}
.intro .img-box { position: absolute; left: 256px; top: 215px; z-index: -1;}
.intro .oldoman { display: block; position: absolute; bottom: 120px; left: 204px; width: 115px; height: 179px; background: url(../images/oldman.png) no-repeat; }
.intro .wrapper div { margin-top: 110px;}
.intro div h3 { width: 400px; margin-right: -80px; margin-bottom: 40px; font-size: 20px;}
.intro div h3 i { display: inline-block; vertical-align: middle; width: 21px; height: 22px; margin-right: 5px; background: url(../images/intro-icon.png) 0 -22px no-repeat;}
.intro div h3 span { display: inline-block;width: 280px; margin-right: -40px; vertical-align: middle;}
.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;
  width: 350px;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-140px, 0px);
          transform: translate(-140px, 0px);
  -webkit-transition: opacity .6s, -webkit-transform .6s ease;
          transition: opacity .6s,transform .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 0px;}
.intro .left-message dd { padding-right: 50px; }
.intro .right-message {  
  float: right;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(140px, 0px);
          transform: translate(140px, 0px);
  -webkit-transition: opacity .6s, -webkit-transform .6s ease;
          transition: opacity .6s,transform .6s ease;
}
.intro div.right-message { margin-top: 90px; }
.intro div.right-message h3 { margin-bottom: 30px; }
.intro .right-message h3 i { margin-left: 12px;}
.intro .right-message dl { margin-bottom: 28px; 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; padding-right: 0px;}

.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.jpg) no-repeat top center;
}
.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 .6s, opacity .6s .2s ease;
          transition: transform .6s, opacity .6s .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: .2s;
          transition-delay: .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: .3s;
          transition-delay: .3s;
}
.feature .left span.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.feature .right {
  width: 495px;
  margin-top: 90px;
}
.feature-list li {
  padding: 9px 0px;
  padding-left: 30px;
  color: #636466;
  line-height: 20px;
  background: url(../images/all-icons-red.png) no-repeat left 13px;
  text-align: left;
}


.gifts {
  min-height: 368px;
  margin: 90px 0px;
  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 70px 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;
  color: #fff;
}
.gifts dl.pf dd { width: 340px; }
.gifts dl dd p.price {
  margin-top: 32px;
  padding-left: 22px;
  height: 40px;
  color: #ccc;
  font-size: 18px;
  line-height: 24px;
}
.gifts dl dd p.price strong { 
  color: #fff;
  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;
}
.gifts .buybtn {
  clear: both;
  text-align: center;
}

/* review */
.review,
.reviewbox {
  position: relative;
}
.review h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.review h2:after {
  content: '';
  display: block;
  width: 585px;
  height: 10px;
  margin: 15px auto 0;
  background: url("../images/line02.png") center no-repeat;
}
.reviewbox {
  position: relative;
  margin-top: 34px;
  height: 407px;
  background: url("../images/review-bg.png") 95px 60px no-repeat;
}
.reviewbox ul {
  position: relative;
  padding-top: 160px;
  z-index: 0;
  height: 112px;
}
.reviewbox li {
  position: absolute;
  top: 160px;
  width: 112px;
  height: 112px;
}
.reviewbox li.one {
  left: -16px;
  z-index: 0;
}
.reviewbox li.two {
  left: 187px;
  z-index: 1;
}
.reviewbox li.two img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.reviewbox li.three {
  right: 138px;
  z-index: 0;
}
.reviewbox li.four {
  right: -16px;
  z-index: 0;
}
.reviewbox li.five {
  right: -120px;
  opacity: 0;
}
.reviewbox li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.7143);
  transform: scale(0.7143);
}
.reviewbox .details {
  position: absolute;
  top: 140px;
  left: 375px;
  width: 365px;
}
.reviewbox .details div {
  position: absolute;
  top: -31px;
  right: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
}
.reviewbox .details div.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.reviewbox .details h4 {
  font-size: 18px;
}
.reviewbox .details .flag {
  display: inline-block;
  margin-left: 4px;
  width: 26px;
  height: 19px;
  /*background: url(../images/flag.png) 0 0 no-repeat;*/
}
.reviewbox .details .flag.de { background-position: 0 19px; }
.reviewbox .details .flag.it { background-position: 0 38px; }
.reviewbox .details p {
  margin-top: 20px;
  color: #525252;
  font-size: 12px;
  line-height: 22px;
}
.reviewbox a {
  display: block;
  position: absolute;
  top: 216px;
  z-index: 9;
  width: 10px;
  height: 18px;
  background: url("../images/review-arrow.png") no-repeat;
}
.reviewbox a.next {
  left: 321px;
  background-position: -20px 0;
  -webkit-animation: nextmove 1s linear infinite;
  animation: nextmove 1s linear infinite;
}
.reviewbox a.next:hover {
  background-position: -30px 0;
  animation-iteration-count: 0;
}
.reviewbox a.prev {
  left: 155px;
  background-position: 0 0;
  -webkit-animation: prevmove 1s linear infinite;
  animation: prevmove 1s linear infinite;
}
.reviewbox a.prev:hover {
  background-position: -10px 0;
  animation-iteration-count: 0;
}


/*
 * bottom
 */
.bottom {
  color: #727488;
  background: #fff;
}
.bottom .bottom-content {
  width: 1050px;
  margin: 0 auto;
}
.bottom .award {
  padding-bottom: 50px;
  padding-top: 50px;
  color: #fff;
  text-align: center;
}
.bottom .award h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #1c1c1c;
}
.bottom .service dl {
  margin-bottom: 18px;
  width: 524px;
  height: 124px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(224, 224, 224, 0.6);
}
.bottom .service dl dd h4 {
  padding: 22px 0 10px;
  font-size: 15px;
  font-weight: 400;
}
.bottom .service dl dd p {
  font-size: 12px;
  line-height: 18px;
}
.bottom .service dl.fl dt {
  float: left;
  margin-top: 25px;
  width: 96px;
  text-align: center;
}
.bottom .service dl.fl dd {
  float: left;
  width: 425px;
  text-align: left;
}
.bottom .service dl.fr dd h4 {
  padding-left: 20px;
  padding-bottom: 12px;
  text-align: left;
}
.bottom .annotation {
  margin: 20px auto;
  font-size: 12px;
}
.bottom .annotation dt {
  display: inline-block;
}
.bottom .copyright {
  padding: 20px 0 150px 0;
  text-align: center;
  font-size: 14px;
}


/* floatlayer */
.floatlayer {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  bottom: -140px;
  width: 100%;
  min-width: 1100px;
  height: 127px;
  text-align: center;
  visibility: hidden;
  background: url(../images/float-bg.jpg) top center no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.floatlayer.on {
  bottom: 0;
  visibility: visible;
}
.floatlayer .left {
  position: relative;
  margin-left: -42px;
  width: 320px;
}
.floatlayer .left:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: -10px;
  width: 124px;
  height: 47px;
  background: url(../images/gift.png) no-repeat;
}
.floatlayer .left img {
  margin-top: -14px;
  margin-bottom: -4px;
}
.floatlayer .center {
  width: 500px;
  color: #fff;
  text-align: center;
}
.floatlayer h2 {
  padding-top: 22px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.floatlayer .price {
  position: relative;
  margin-top: 12px;
}
.floatlayer .price:after {
  content: '';
  position: absolute;
  top: -24px;
  right: -94px;
  width: 142px;
  height: 83px;
  background: url(../images/discount.png) no-repeat;
}
.floatlayer .price strong {
  color: #fff;
  font-size: 30px;
}
.floatlayer .price del {
  color: #99210a;
}
.floatlayer .price .buybtn {
  margin-top: -2px;
  line-height: 52px;
  font-size: 16px;
  box-shadow: 0 7px 15px 0 rgba(147, 1, 1, 0.74),inset 0 3px 8px 0 rgba(255, 92, 0, 0.35);
}
.floatlayer .price .buybtn:after {
  display: none;
}
.floatlayer p {
  display: inline-block;
  color: #ffd6d6;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.flipNum {
  display: inline-block;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
}
.flipNum .listbox {
  margin: 0 3px;
  float: left;
  width: 20px;
  height: 22px;
  text-align: center;
  background: #a61d23;
}
.flipNum .list {
  display: block;
  float: left;
  width: inherit;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.flipNum .list b {
  display: block;
  font-weight: 600;
}
