@charset "utf-8";

/* CSS Document */
* {
  position: relative;
  margin: 0;
  padding: 0;
}
body {
  min-width: 1100px; 
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  letter-spacing: -.5px\9;
}
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; }
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.main {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  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 {
  width: 100%;
  min-width: 1100px;
  height: 650px;
  text-align: center;
  background: url(../images/bg.jpg) top center no-repeat;
}
.banner .logo {
  display: block;
  padding-top: 26px;
  width: 44px;
  text-align: left;
}
.banner h1 {
  height: 86px;
  margin-top: 5px;
  text-indent: -9999px;
  background: url(../images/title-2021.png?t=43) center no-repeat;
}
.banner .best { text-align: center; font-size: 18px; color: #fe92a0;}
.banner .left { position: relative; margin: 61px 0 0 -24px; }
.banner .left .ghost { position: absolute; width: 476px; height: 402px; top: 5px; left: 0; background: url(../images/ghost.png);
  animation:ghost 1s;
  -webkit-animation:ghost 1s forwards;
}
@-webkit-keyframes ghost{
  0%{ opacity: 0;     }
  50% { opacity: 1}
  100%{opacity: 0; transform: translate(0px, -150px);}
}
.banner .left .reduce { width: 56px; height: 49px;  display: block; margin-top: 259px; margin-left: 278px; background: url(../images/reduce-box.png);}
.banner .right {
  margin-top: 75px;
  min-width: 550px;
  color: #fff;
}
.banner h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.banner .price .count {
  margin: 16px 0 34px;
  height: 110px;
  background: url(../images/count-bg.png) top center no-repeat;
}
.price p {
  font-size: 14px;
}
.price p.watching {
  padding-top: 12px;
  font-size: 16px;
}
.packimg {
  display: inline-block;
  font-style: normal;
  width: 64px;
  height: 33px;
  vertical-align: middle;
}
.packbox {
  display: inline-block;
  width: 64px;
  height: 33px;
  overflow: hidden;
}
.viewNum {
  display: inline-block;
  min-width: 35px;
  text-align: right !important;
}
.packbox .list { 
  position: relative;
  display: block;
  float: left; 
  width: 27px;
  margin-right: 5px;
  background: #5c020b;
  line-height: 33px;
  border-radius: 5px;
  box-shadow: 0.707px 0.707px 2.94px 0.06px rgba(155, 4, 4, 0.3);
}
.packbox .list strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #fedb34;
}
.progressbar {
  position: relative;
  margin: 10px auto 8px;
  width: 410px;
  height: 5px;
  border-radius: 3px;
  border: 1px solid #6f0e1a;
  background: #73010a;
  background: rgba(115, 1, 10, 0.502);
}
.progressbar span {
  position: absolute;
  left: 3px;
  top: 1px;
  display: block;
  width: 151px;
  height: 3px;
  background-color: #ffa302;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: -moz-linear-gradient( 0deg, rgb(255,163,2) 0%, rgb(248,242,185) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,163,2) 0%, rgb(248,242,185) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,163,2) 0%, rgb(248,242,185) 100%);
  -webkit-transition: 1.5s ease-in-out;
          transition: 1.5s ease-in-out;
}
.progressbar span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 2px;
  height: 9px;
  background-color: #f6f2b6;
}
.progressbar span .reduce {
  display: inline-block;
  position: absolute;
  right: -2px;
  top: -18px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  width: 13px;
  height: 14px;
  background: url(../images/reduce.png) no-repeat;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); 
  -webkit-transition: all .5s;
          transition: all .5s;
}
.progressbar span .reduce.zoomout {
  top: -24px;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
          transform: scale(1.3); 
}
.countdown b {
  width: 25px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 600;
}
.countdown b.last { 
  min-width: 16px;
  font-size: 12px; 
}
.banner >span {
  position: absolute;
  display: block;
  top: -40px;
}
.banner >span.snow {
  width: 36px;
  height: 35px;
  background: url(../images/snow.png);
}
.banner >span.round.round-large { width: 15px; height: 15px; opacity: 0.6}
.banner >span.round { width: 12px; height: 12px; border-radius: 50%; background: #fff;}
.banner >span.round.round-clarity { width: 10px; height: 10px;  opacity: 0.8}
.banner >span.round.round-smail { width: 8px; height: 8px; opacity: 0.5}

.banner >span.snow.snow-clarity { background-position: 0 -35px;}
.banner >span.snow.snow-smail { width: 20px; height: 20px; background-position: 0 -70px;}
.banner >span.list01 { left: 3%; -webkit-animation: 10s fall 1s ease-in-out infinite;}
.banner >span.list02 { left: 6%; -webkit-animation: 11s drop 2s ease-in-out infinite;}
.banner >span.list03 { left: 9%; -webkit-animation: 12s dropt 3s ease-in-out infinite;}
.banner >span.list04 { left: 11%;-webkit-animation: 11s down 3.5s ease-in-out infinite; }
.banner >span.list05 { left: 14%; -webkit-animation: 11s drop 2s ease-in-out infinite;}
.banner >span.list06 { left: 17%; -webkit-animation: 12s fall 1s ease-in-out infinite;}
.banner >span.list07{ left: 20%;  -webkit-animation: 13s dropt 3s ease-in-out infinite;}
.banner >span.list15 { left: 25%;-webkit-animation: 14s down 3.5s ease-in-out infinite; }
.banner >span.list16 { left: 30%; -webkit-animation: 11s drop 2s ease-in-out infinite;}
.banner >span.list17 { left: 33%; -webkit-animation: 7s downd 1s ease-in-out infinite;}
.banner >span.list18{ left: 35%;  -webkit-animation: 13s dropt 3s ease-in-out infinite;}
.banner >span.list23 { left: 7%; -webkit-animation: 14s fall 1s ease-in-out infinite;}
.banner >span.list24{ left: 9%;  -webkit-animation: 7s downd 2s ease-in-out infinite;}




.banner >span.list08 { right: 3%; -webkit-animation: 14s down 2s ease-in-out infinite;}
.banner >span.list09 { right: 6%; -webkit-animation: 11s drop 2s ease-in-out infinite;}
.banner >span.list10 { right: 9%; -webkit-animation: 12s dropt 3s ease-in-out infinite;}
.banner >span.list11 { right: 11%; -webkit-animation: 10s downd 1s ease-in-out infinite;}
.banner >span.list12 { right: 13%; -webkit-animation: 12s drop 2s ease-in-out infinite;}
.banner >span.list13 { right: 15%; -webkit-animation: 8s downd 1s ease-in-out infinite;}
.banner >span.list14{ right: 17%; -webkit-animation: 12s fall 1s ease-in-out infinite;}
.banner >span.list19 { right: 20%; -webkit-animation: 6s downd 2s ease-in-out infinite;}
.banner >span.list20 { right: 25%; -webkit-animation: 9s downd 2s ease-in-out infinite;}
.banner >span.list21 { right: 30%; -webkit-animation: 13s down 3s ease-in-out infinite;}
.banner >span.list22{ right: 33%; -webkit-animation: 12s fall 1s ease-in-out infinite;}
.banner >span.list25 { right: 7%; -webkit-animation: 7s downd 1s ease-in-out infinite;}
.banner >span.list26{ right: 9%;  -webkit-animation: 14s dropt 3s ease-in-out infinite;}





@-webkit-keyframes fall{
  0%{top: -50px;     }
  75% { top: 800px;}
  100%{top: 800px; }
}
@-webkit-keyframes drop{
  0%{top: -50px;     }
  80% { top: 800px;}
  100%{top: 800px; }
}
@-webkit-keyframes dropt{
  0%{top: -50px;     }
  85% { top: 800px;}
  100%{top: 800px; }
}
@-webkit-keyframes down{
  0%{top: -50px;     }
  90% { top: 800px;}
  100%{top: 800px; }
}
@-webkit-keyframes downd{
  0%{top: -50px;     }
  100%{top: 800px; }
}

.price p strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  font-weight: 600;
}
.price p strong small {
  font-size: 20px;
}
.price p span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.price p del {
  position: relative;
  top: 8px;
  margin-left: .5em;
  font-size: 16px;
  color: #f66b7b;
  text-decoration: none;
}
.price p del:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 64px;
  height: 15px;
  background: url(../images/del.png) no-repeat;
}
.price p.year {
  margin-top: 15px;
  color: #96949d;
}

/* buybtn */
.buybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 302px;
  height: 67px;
  line-height: 67px;
  color: #e1000b;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  background: #ffb504;
  text-shadow: 0.707px 0.707px 1px rgba(255, 244, 208, 0.004);
  background-image: -moz-linear-gradient( 90deg, rgb(232,145,18) 0%, rgb(244,187,15) 33%, rgb(255,229,11) 62%, rgb(255,163,2) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(232,145,18) 0%, rgb(244,187,15) 33%, rgb(255,229,11) 62%, rgb(255,163,2) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(232,145,18) 0%, rgb(244,187,15) 33%, rgb(255,229,11) 62%, rgb(255,163,2) 100%);
  box-shadow: 0 9px 17px 0 rgba(125, 125, 125, 0.61),inset 0 -2px 0 0 rgba(255, 234, 194, 0.004);
}

.buybtn:hover { 
  background: rgb(255,198,10);
  background-image: -moz-linear-gradient( 90deg, rgb(255,198,10) 0%, rgb(254,239,112) 62%, rgb(255,198,10) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,198,10) 0%, rgb(254,239,112) 62%, rgb(255,198,10) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,198,10) 0%, rgb(254,239,112) 62%, rgb(255,198,10) 100%);
 }
.footbuy .buybtn {
  width: 240px;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
}
.mask-box .buybtn {
  width: 239px;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
}
/* feature */
.feature {
  height: 954px;
  margin-top: 30px;
  text-align: center;
  background: url(../images/feature-bg.jpg) top center no-repeat;
}
.feature h2 {
  position: relative;
  padding: 40px 0 70px;
  font-size: 22px;
  font-weight: 600;
}
.feature h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 38px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 5px;
  background-color: #cdcdcd;
}
.feature p {
  font-size: 12px;
  line-height: 22px;
  color: #848484;
}
.feature p.over {
  margin-bottom: 89px;
  padding: 0 50px;
  font-size: 14px;
  line-height: 24px;
}
.feature img.computer {
  display: block;
  margin: 0 auto;
  /*z-index: 1;*/
}
.feature span.circle {
  position: absolute;
  display: inline-block;
}
.feature span.circle-out {
  top: 290px;
  left: 342px;
  width: 428px;
  height: 428px;
  background: url("../images/circle-03.png") center no-repeat;
  /*-webkit-animation: citcle-out 3s linear infinite;*/
       /*-o-animation: citcle-out 3s linear infinite;*/
          /*animation: citcle-out 3s linear infinite;*/
}
.feature span.circle-mid {
  top: 315px;
  right: 363px;
  width: 364px;
  height: 364px;
  background: url("../images/circle-02.png") center no-repeat;
  /*-webkit-animation: citcle-mid 2s linear infinite;*/
       /*-o-animation: citcle-mid 2s linear infinite;*/
          /*animation: citcle-mid 2s linear infinite;*/
}
.feature span.circle-int {
  top: 360px;
  left: 413px;
  width: 274px;
  height: 274px;
  background: url("../images/circle-01.png") center no-repeat;
  /*-webkit-animation: citcle-int 1s linear infinite;*/
       /*-o-animation: citcle-int 1s linear infinite;*/
          /*animation: citcle-int 1s linear infinite;*/
}
.feature dl {
  position: absolute;
  text-align: left;
}
.feature dl dd h3 {
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  background: url("../images/feature-title-bg.png") left center no-repeat;
}
.feature dl dd p {
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.feature dl dd p span {
  margin: 5px 0 20px -28px;
  margin-left: 0\9;
  display: block;
  font-size: 12px;
  color: #e44e55;
  -webkit-transform: scale(.84);
     -moz-transform: scale(.84);
      -ms-transform: scale(.84);
       -o-transform: scale(.84);
          transform: scale(.84);
}

.feature dl.schonere {
  top: 347px;
  left: -25px;
  width: 410px;
}
.feature dl.schonere dd {
  width: 345px;
}
.feature dl.schonere dt {
  padding-top: 52px;
}
.feature dl.sneller {
  top: 368px;
  right: -5px;
  width: 410px;
}
.feature dl.sneller dd {
  width: 345px;
  margin-left: -10px;
}
.feature dl.sneller dt {
  padding-top: 75px;
}
.feature dl.veiligere {
  top: 640px;
  left: 316px;
  width: 480px;
}
.feature dl.veiligere dt {
  margin-bottom: 15px;
}
.feature dl.veiligere dt img {
  display: block;
  margin: 0 auto;
}
.feature dl.veiligere dd p span {
  margin: 5px 0 20px -38px;
  margin-left: 0\9;
}

/*@keyframes citcle-int {*/
  /*from {*/
    /*-webkit-transform: rotate(0);*/
       /*-moz-transform: rotate(0);*/
        /*-ms-transform: rotate(0);*/
         /*-o-transform: rotate(0);*/
            /*transform: rotate(0);*/
  /*}*/
  /*to {*/
    /*-webkit-transform: rotate(360deg);*/
       /*-moz-transform: rotate(360deg);*/
        /*-ms-transform: rotate(360deg);*/
         /*-o-transform: rotate(360deg);*/
            /*transform: rotate(360deg);*/
  /*}*/
/*}*/
/*@keyframes citcle-mid {*/
  /*from {*/
    /*-webkit-transform: rotate(0);*/
       /*-moz-transform: rotate(0);*/
        /*-ms-transform: rotate(0);*/
         /*-o-transform: rotate(0);*/
            /*transform: rotate(0);*/
  /*}*/
  /*to {*/
    /*-webkit-transform: rotate(-360deg);*/
       /*-moz-transform: rotate(-360deg);*/
        /*-ms-transform: rotate(-360deg);*/
         /*-o-transform: rotate(-360deg);*/
            /*transform: rotate(-360deg);*/
  /*}*/
/*}*/
/*@keyframes citcle-out {*/
  /*from {*/
    /*-webkit-transform: rotate(0);*/
       /*-moz-transform: rotate(0);*/
        /*-ms-transform: rotate(0);*/
         /*-o-transform: rotate(0);*/
            /*transform: rotate(0);*/
  /*}*/
  /*to {*/
    /*-webkit-transform: rotate(360deg);*/
       /*-moz-transform: rotate(360deg);*/
        /*-ms-transform: rotate(360deg);*/
         /*-o-transform: rotate(360deg);*/
            /*transform: rotate(360deg);*/
  /*}*/
/*}*/

/*
 * intro
 */
.intro {
  height: 380px;
  margin: 0;
  background-color: #fbfbfb;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.intro .arrow {
  width: 33px;
  height: 33px;
  margin: -16px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 24px rgba(36, 36, 38, .17);
     -moz-box-shadow: 0 3px 24px rgba(36, 36, 38, .17);
          box-shadow: 0 3px 24px rgba(36, 36, 38, .17);
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.intro .arrow i {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-top: 8px;
  margin-left: 2px;
  background: url("../images/arrow.png") center center no-repeat;
  -webkit-animation: jump 1.2s linear infinite;
       -o-animation: jump 1.2s linear infinite;
          animation: jump 1.2s linear infinite;
}
.intro h2 {
  margin-top: 48px;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}
.intro dl {
  float: left;
  width: 25%;
  margin-top: 58px;
}
.intro dl dt img {
  display: block;
  margin: auto;
}
.intro dl dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

@keyframes jump {
  0%,50%,100% {
    margin-top: 8px;
  }
  25% {
   margin-top: 12px;
  }
  75% {
    margin-top: 4px;
  }
  
}


/* centbuy */
.centbuy {
  width: 100%;
  height: 305px;
  text-align: center;
  background: url(../images/centbuy-bg.jpg) bottom center no-repeat;
}
.centbuy .wrapper {
  padding-top: 30px;
}
.centbuy h2 {
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  height: 46px;
  text-indent: -9999px;
  background: url(../images/centbuy-title.png) bottom center no-repeat;
}
.centbuy .fl { margin: 31px 0 0 96px; }
.centbuy .price { margin: 45px 120px 0 0; color: #fff; }
.centbuy .price .count { margin-bottom: 23px; }


/*
 * award
 */
.award {
  margin-top: 140px;
}
.award h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  color: #232323;
  text-align: center;
}
.award img {
  display: block;
  margin: 35px auto 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #b9bfd1;
}


/*
 * review
 */
/* review */
.review { padding-bottom: 70px;}
.review:before { background: #f6f6f6 !important;}
.review .content { height: 220px; position: relative; padding-top: 70px;}
.review .content h3 { text-align: center; font-size: 36px; font-weight:600;}
.review .content dl { display: none; text-align: center; }
.review .content h4 { margin-top: 35px; font-size: 16px;}
.review .content dd { padding: 0 95px; margin-bottom: 12px; margin-top: 40px; font-size: 12px; font-weight: 600; line-height: 24px; color: #555;}
.review .content .active { display: block; }
.review ul.users li { text-align: center; float: left; width: 16.6666%; height: 210px; margin-top: 40px; box-sizing: border-box;}
.review ul.users li .pic { padding-bottom: 13px; width: 100%; height: 100px; cursor: pointer; border-bottom: 3px solid #e8e9ed;}
.review ul.users li img { display: inline-block; margin-top: 35px; width: 65px; height: 65px; vertical-align: middle;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.review ul.users li p { position: relative; display: none; margin-top: 26px; font-size: 16px;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.review ul.users li.current img { margin-top: 0; width: 87px; height: 87px;}
.review ul.users li.current p { display: block; }
.review ul.users li.current p:after { content: ''; position: absolute; top: -29px; left: 50%; margin-left: -58px; width: 117px; height: 3px; background: #ef0027;}


/*
 * bottombuy
 */
.bottombuy {
  height: 300px;
  color: #fff;
  text-align: center;
  background: url("../images/bottombuy-bg.jpg") top center no-repeat;
}
.bottombuy .box {
  margin-top: 30px;
  margin-left: -18px;
}
.bottombuy .count {
  margin: 82px 0 0 0;
  height: 110px;
  background: url(../images/count-bg.png) top center no-repeat;
}
.bottombuy p.watching {
  padding-top: 12px;
  font-size: 16px
}
.bottombuy p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
.bottombuy .price {
  margin-top: 45px;
}
.bottombuy .buybtn {
  -webkit-box-shadow: 0 9px 17px rgba(149, 3, 20, .8);
     -moz-box-shadow: 0 9px 17px rgba(149, 3, 20, .8);
          box-shadow: 0 9px 17px rgba(149, 3, 20, .8);
}


/*
 * footer
 */
.footer {
  padding-top: 52px;
  text-align: left;
}
.footer .service {
  height: 125px;
  background-color: #f0efef;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .service dl {
  padding-top: 25px;
  width: 50%;
  height: inherit;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .service dl dd h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #272727;
  margin-bottom: 5px;
  letter-spacing: -.5px;
}
.footer .service dl dd p {
  font-size: 12px;
  line-height: 18px;
  color: #696a71;
}
.footer .service dl.moneyback dt{
  margin: 0 24px 0 10px;
}
.footer .service dl.moneyback dd {
  max-width: 440px;
}
.footer .service dl.payments {
  border-left: 3px solid #fff;
  padding-left: 20px;
}
.footer .service dl.payments dd {
  margin-bottom: 10px;
}
.footer p.notes {
  margin: 20px 0 10px 0;
  font-size: 12px;
  line-height: 18px;
  color: #51525a;
}
.footer p.copyright {
  font-size: 14px;
  color: #51525a;
  text-align: center;
}




/*
 * backtotop
 */
.backtotop { 
  position: fixed; 
  z-index: 100;
  bottom: -100px;
  right: 4%;   
  width: 65px;
  height: 65px; 
  cursor: pointer;
  visibility: hidden;
  text-indent: -9999px;
  background: url(../images/backtotop.png) 0 0 repeat;
  -webkit-transition: visibility 0.4s; 
          transition: visibility 0.4s; 
}
.backtotop:hover { background-position: 0 100%; }
.backtotop.on { 
  bottom: 12%; 
  visibility: visible; 
}

/* mask */
.mask,
.mask-box {
  position: fixed;
  z-index: 999;
}
.mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mask-bg.png) top center repeat;
}
.mask-box {
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 650px;
  height: 340px;
  color: #000;
  text-align: center;
  background: url(../images/mask-box-bg.png) top center no-repeat;
}
.mask-box h2 { height: 114px; margin-top: -36px; text-indent: -9999px; background: url(../images/mask-title.png) no-repeat center; }
.mask-box .left { margin: 20px 0 0 -15px; }
.mask-box .price { padding-left: 75px; margin-left: -85px;  margin-top: 20px;}
.mask-box .price h3 {
  margin-left: -80px;
  font-size: 16px;
  color: #feadb8;
  font-weight: 600;
}
.mask-box .price h3 b {
  font-size: 24px;
  color: #ffffff;
}
.mask-box .price p { margin-top: 25px; margin-bottom: 10px; color: #fff;}
.mask-box .price p strong {font-size: 48px;}
.mask-box .price p span { font-size: 24px;}
.mask-box .price p span del {font-size: 20px;}
.mask-box .price p.year { font-size: 12px; color: #808080; }
.mask-box .price p sub {
  bottom: 16px;
  display: inline-block;
  vertical-align: bottom;
  color: #f2c8c8;
}

/* animation */
.slipUp {
  opacity: 0;
  visibility: visible;
  -webkit-animation: slipUp 500ms forwards;
          animation: slipUp 500ms forwards;
}
@-webkit-keyframes slipUp  {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes slipUp  {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}