@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1000px; 
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  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; }
.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: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons { 
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(../images/all_icons.png) no-repeat;
}

/* banner */
.banner {
  display: inline-block;
  width: 100%;
  min-width: 1000px;
  height: 577px;
  text-align: center;
  background: url(../images/banner.jpg) top center no-repeat;
}
.banner .logo {
  display: block;
  margin-top: 50px;
  width: 42px;
  height: 14px;
}
.banner .title h1 {
  margin-top: -28px;
  font-size: 42px;
  font-weight: 600;
}
.banner .title p { font-size: 16px; }
.banner .offer{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .offer > img {
  display: block;
  margin-top: 40px;
  margin-left: -40px;
}
.banner .offer .discount {
  margin-top: 61px;
  width: 480px;
  height: 221px;
  background: url(../images/offer_bg.png) top center no-repeat;
}
.banner .offer .discount h2 {
  padding-top: 15px;
  margin-left: 30px;
  font-weight: 500;
  font-size: 88px;
  color: #ff3333;
}
.banner .offer .discount p { display: none; }

/* purchase */
.pricebox .price dt {
  font-size: 18px;
  line-height: 46px;
}
.pricebox .price dt strong {
  font-weight: 500;
  font-size: 42px;
}
.pricebox .price dt del {
  position: relative;
  font-size: 18px;
  text-decoration: none;
}
.pricebox .price dt del:after {
  content: '';
  position: absolute;
  top: 4px;
  left: -3px;
  width: 63px;
  height: 14px;
  background: url(../images/del.png) 0 0 no-repeat;
}
.footbuy .pricebox .price { margin-top: 20px; }
.footbuy .pricebox .price dt strong { color: #ff3333; }
.floatlayer .pricebox .price { margin-right: 44px; }
.floatlayer .pricebox .price dt { line-height: 44px; }
.floatlayer .pricebox .price dt strong { font-size: 26px; }
.floatlayer .pricebox .price dt del { font-size: 16px; }
.floatlayer .pricebox .price dt del:after { background-position: 0 -14px; }

/* buybtn */
.buybtn {
  display: block;
  margin: 0 auto;
  color: #fff;
  cursor: default;
  text-shadow: 3px 3px 5px rgba(96,0,0,.54);
  background: url(../images/btn.png) no-repeat;
}
.bigbtn {
  position: relative;
  margin-top: -10px;
  margin-bottom: -36px;
  width: 314px;
  height: 118px;
  line-height: 62px;
  font-size: 20px;
  background-position: 0 0;
}
.bigbtn .inner {
  display: inline-block;
  margin: 0 auto;
  margin-top: 4px;
  width: 280px;
  height: 62px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 31px;
}
.bigbtn:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -76px;
  width: 72px;
  height: 72px;
  background: url(../images/60daysmoneyback.png) no-repeat;
}
.smallbtn {
  margin-top: -12px;
  width: 225px;
  height: 85px;
  line-height: 46px;
  font-size: 20px;
  cursor: pointer;
  background-position: 0 -236px;
}
.smallbtn .inner {
  display: inline-block;
  margin: 0 auto;
  width: 210px;
  height: 46px;
  overflow: hidden;
  border-radius: 23px;
}
.buybtn span { 
  display: inline-block; 
  vertical-align: middle; 
  margin-left: -2px;
  -webkit-transform: translate3d(-16px, 0, 0);
          transform: translate3d(-16px, 0, 0); 
  -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 i { 
  margin-top: 3px;
  margin-right: 12px;
  width: 32px; 
  height: 23px;
  background-position: 0 0;
  -webkit-transform: translate3d(-20px, 3.5em, 0); 
          transform: translate3d(-20px, 3.5em, 0); 
  -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);
}
.smallbtn i {
  margin-right: 4px;
  width: 29px;
  height: 21px;
  background-position: 0 -23px;
}
.buybtn .inner:hover i, 
.buybtn .inner:hover span { 
  -webkit-transform: translate3d(0, 0, 0); 
          transform: translate3d(0, 0, 0); 
}
.bigbtn.active { background-position: 0 -118px; }
.smallbtn.active { background-position: 0 -321px; }


/* feature */
.feature h2 {
  margin-top: 68px;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 38px;
}
.feature dl {
  margin-bottom: 34px;
  float: left;
  width: 540px;
}
.feature dl.right {
  float: right;
  width: 440px;
}
.feature dl dt {
  float: left;
  width: 85px;
  height: 70px;
}
.feature dl dt img { margin-top: 5px; }
.feature dl h3 {
  margin-bottom: 8px;
  font-weight: 500;
  color: #ff3333;
  font-size: 16px;
}
.feature dl dd {
  float: left;
  width: 440px;
}
.feature dl.right dd { 
  margin-right: -50px;
  width: 400px; 
}

/* awards */
.awards {
  margin-top: 44px;
  padding: 30px 0 34px;
  text-align: center;
  background: #f2f2f2;
}
.awards h2 {
  margin-bottom: 17px;
  font-size: 36px;
  color: #969696;
  font-weight: 500;
}

/* review */
.review .content { 
  margin-top: 54px;
  height: 160px;
  text-align: center;
 }
.review .content h3 { 
  font-size: 36px; 
  font-weight: 600;
}
.review .content dl { display: none; }
.review .content dd { 
  padding: 0 20px; 
  margin-bottom: 6px; 
  line-height: 22px;
  color: #585858;
  font-size: 12px;
}
.review .content h4 { 
  margin-top: 13px; 
  font-size: 16px; 
  font-weight: 600;
  color: #000;
}
.review .content dl.active { display: block; }
.review ul.users li { 
  float: left; 
  width: 20%; 
  height: 210px; 
  margin-top: 30px; 
  box-sizing: border-box;
  text-align: center;
}
.review ul.users li .pic { 
  padding-bottom: 26px; 
  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.active img { 
  margin-top: 0; 
  width: 100px; 
  height: 100px;
}
.review ul.users li.active p { display: block; }
.review ul.users li.active p:after { 
  content: ''; 
  position: absolute; 
  top: -29px; 
  left: 50%; 
  margin-left: -58px; 
  width: 117px; 
  height: 3px; 
  background: #ef0027;
}

/* footbuy */
.footbuy {
  display: inline-block;
  margin-top: 32px;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  text-align: center;
  background: url(../images/footbuy.jpg) top center no-repeat;
}
.footbuy h2 {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 500;
}

/* footer */
.copyright {
  padding: 7px 16px;
  text-align: center;
  font-weight: 800;
  color: #575757;
  font-size: 12px;
  line-height: 1.5;
  background: #212121;
}

/* .copyright {
  margin-top: 48px;
  padding: 18px 0 140px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
} */

.copyright p,
.copyright a {
  font: inherit;
  color: inherit;
  display: inline-block;
  padding: 0 2px;
}

.copyright p {
  padding: 0;
}

.copyright a {
  position: relative;
  text-decoration: underline;
}

.copyright a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

/* floatlayer */
.floatlayer { 
  display: inline-block;
  position: fixed; 
  z-index: 10; 
  top: -100px; 
  height: 97px; 
  width: 100%; 
  background: #fff; 
  border-bottom: 3px solid #ff3333;
  background: url(../images/floatlayer.jpg) top center no-repeat;
  background-size: cover;
  visibility: hidden; 
  text-align: center;
  -webkit-transition: all 0.4s; 
     -moz-transition: all 0.4s; 
       -o-transition: all 0.4s;
          transition: all 0.4s;  
}
.floatlayer.on { 
  top: 0; 
  visibility: visible; 
}
.floatlayer .left { 
  float: left;
  width: 680px;
  font-size: 16px;
}
.floatlayer .left h2 { 
  margin-top: 20px;
  margin-bottom: -2px;
  height: 26px;
  line-height: 28px;
  font-weight: 500;
  font-size: 16px;
  color: #ffb200;
  background: url(../images/float_title.png) top center no-repeat;
}
.floatlayer .left p strong { 
  font-size: 30px;
  font-weight: 500;
  color: #ff3333; 
}