@charset "utf-8";

/* CSS Document */
* {
  position: relative;
  margin: 0;
  padding: 0;
}
body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #2d2b2d;
  font-weight: 400;
  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: #2d2b2d;
  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;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/all_icons.png) no-repeat 0 0;
}
.hidden {
  display: none;
}

.banner .countdown-container {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-shadow: 1px 0 #f7b93e;
  background: #eea121;
  font-weight: bold;
  font-size: 16px;
  color: #120f0c;
}

.banner .countdown-container span {
  font-size: 18px;
}
.banner .countdown-container span.last {
  display: inline-block;
  width: 30px;
}

.banner .countdown-container i {
  margin: -4px 8px 0px 0px;
  display: inline-block;
  width: 28px;
  height: 35px;
  background: url(../images/countdown-icon.png);
  vertical-align: middle;
}

/* line */
.line {
  display: block;
  padding-bottom: 23px;
  background: url(../images/line.png) bottom center no-repeat;
}

/* header */
.header {
  width: 100%;
  min-width: 1000px;
  height: 40px;
  background: #404349;
}
.header .logo {
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 13px;
}
.header span {
  padding-right: 5px;
  color: #96d100;
  font-size: 11px;
  line-height: 40px;
}
.header span,
.header img {
  vertical-align: middle;
}

/* banner */
.banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1000px;
  min-height: 671px;
  text-align: center;
  background: url("../images/banner_bg.png") top center no-repeat;
  background-size: cover;
}
.banner .wrapper{
  position: relative;
}
.banner .logo{
  position: absolute;
  left: -50px;
  top: 30px;
  z-index: 2;
}
.banner .title {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 32px;
  color: #0e0101;
  text-shadow: 0.559px 0.829px 0 rgba(255, 255, 255, 0.71);
}
.banner .title img {
  display: block;
  margin: 0px auto;
}
.banner .title p {
  color: #a75f09;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 1px #f2c677;
}
.banner .title b {
  display: inline-block;
  height: 44px;
  font-size: 36px;
  color: #b10814;
  vertical-align: middle;
  overflow: hidden;
}
.banner .title b .list {
  float: left;
  padding: 0 2px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.banner .title b .list span {
  display: block;
}
.banner .box {
  margin-top: 35px;
  margin-left: -24px;
  float: left;
  width: 304px;
  height: 417px;
  color: #170404;
  border-radius: 3px;
  border: 1px solid #f6ede8;
  background: #fff;
}
.banner .box.center {
  margin: 0 9px 0;
  width: 416px;
  height: 473px;
  border: 0;
  box-shadow: 0 20px 35px 0 rgba(64, 8, 8, 0.6);
}
.banner .box.right {
  margin-right: -24px;
  margin-left: 0;
}
.banner .box .top {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #f6ede8;
  background: #e5e5e5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.banner .box.center .top {
  height: 60px;
  line-height: 60px;
  background: #999999;
  border-color: #999999;
}
.banner .box h2 {
  font-size: 18px;
  font-weight: 600;
}
.banner .box.center h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.banner .imgbox img {
  display: block;
  margin: 43px 0 20px 19px;
}
.banner .box.center .imgbox img {
  margin: 30px 0 16px 8px;
}
.banner .imgbox del {
  display: block;
  position: absolute;
  top: 90px;
  right: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #6e5e60;
}
.banner .box.center .imgbox del {
  top: 111px;
  right: 47px;
  color: #4e030a;
}
.banner .box.right .imgbox del {
  right: 22px;
}
.banner .box .dissolve,
.banner .box .numreduce {
  display: block;
  position: absolute;
  top: 20px;
  left: 34px;
  width: 262px;
  height: 312px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../images/shadow.png) no-repeat;
  -webkit-animation: dissolve 0.8s forwards;
  animation: dissolve 0.8s forwards;
}
.banner .box .numreduce {
  top: 88px;
  left: 142px;
  width: 31px;
  height: 36px;
  background: url(../images/number.png) no-repeat;
  -webkit-animation: numreduce 0.8s forwards;
  animation: numreduce 0.8s forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.price p {
  font-size: 12px;
  color: #3c0202;
}
.price p strong {
  font-size: 20px;
  font-weight: 600;
  color: #0e0101;
}
.price p strong big {
  font-weight: 600;
  font-size: 28px;
}
.banner .box.center .price p strong {
  font-size: 28px;
  color: #ff4300;
  text-shadow: 0 0 4px rgba(137, 0, 0, 0.84);
}
.banner .box.center .price p strong big {
  font-size: 36px;
  color: #ff0000;
}
.price p.people i {
  width: 18px;
  height: 12px;
  background-position: 0 -0px;
}

/* buybtn */
.buybtn {
  display: block;
  margin: 16px auto 0;
  width: 230px;
  height: 55px;
  line-height: 57px;
  color: #fde8aa;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  background: linear-gradient(to bottom, #eea121, #eea121);
  border: 1px solid #a7684e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.buybtn.green {
  margin: 10px auto 14px;
  width: 289px;
  height: 60px;
  line-height: 60px;
  color: #fde8aa;
  font-size: 20px;
  background: linear-gradient(to bottom, #ff8502, #eb4511);
  text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
  box-shadow: 0 12px 20px 0 rgba(137, 35, 0, 0.4);
}
.footbuy .buybtn {
  width: 288px;
  margin: -10px auto;
}
.buybtn:hover {
  background: linear-gradient(to bottom, #ff8502, #eb4511);
  text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
  box-shadow: 0 12px 20px 0 rgba(137, 35, 0, 0.4);
}
.buybtn.green:hover {
  background: linear-gradient(to bottom, #ed4a10, #ed4a10);
}

/* intro */
.intro {
  font-family: "Lato", sans-serif;
}
.intro h2 {
  margin-top: 110px;
  text-align: center;
  font-size: 26px;
}
.intro .interface {
  display: block;
  margin: 54px auto 5px;
}
.intro dl {
  margin-bottom: 40px;
  width: 480px;
}
.intro dl.fr {
  width: 480px;
}
.intro dl dt {
  float: left;
  width: 62px;
}
.intro dl dd {
  float: left;
  width: 415px;
}
.intro dl.fr dd {
  width: 410px;
}
.intro dl dd h3 {
  padding: 2px 0 10px 13px;
  font-size: 16px;
  color: #ff4d00;
  line-height: 22px;
  background: url(../images/line.png) left bottom no-repeat;
}
.intro dl.last dd h3 {
  font-size: 14px \0;
}
.intro dl dd p {
  margin-top: 4px;
  line-height: 16px;
  padding-left: 13px;
  color: #000;
}
.intro dl a {
  display: block;
  margin-top: 16px;
  padding-left: 13px;
  font-size: 13px;
  color: #01a3f4;
  text-decoration: underline;
}
/* donation */
.donation {
  margin-top: 70px;
  position: relative;
  height: 332px;
  background: url(../images/gift-bg.png) top center no-repeat;
}
.donation h2 {
  position: absolute;
  top: -24px;
  left: 0;
  width: 1000px;
  height: 50px;
  text-indent: -9999px;
  background: url(../images/gift-title.png) top center no-repeat;
}
.donation .item {
  margin-top: 42px;
  padding-top: 42px;
  width: 100%;
  /*float: left;*/
  color: #1c1c1c;
  text-align: center;
}
.donation .item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 36px;
}
.donation .item > img {
  margin-left: 250px;
}
.donation .item h3 {
  margin-top: 29px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-indent: 25px;
}
.donation .item ul {
  margin: 20px auto 0;
  max-width: 400px;
  text-align: left;
}
.donation .item i {
  margin-top: -34px;
  margin-right: 10px;
  width: 11px;
  height: 10px;
  vertical-align: middle;
  background-position: 0 -52px;
}
.donation .item span {
  display: inline-block;
  margin-bottom: 9px;
  max-width: 374px;
  color: #333;
}

/* user */
.user {
  margin-top: 80px;
  height: 591px;
  font-family: "Lato", sans-serif;
  background: url(../images/user-bg.jpg) top center no-repeat;
  background-size: cover;
}
.user h2 {
  padding-top: 50px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
}
.user h2 span {
  display: block;
}
.user h2 .buy-num {
  color: #1ac87d;
  font-size: 24px;
}
.user-list {
  margin-top: 90px;
}
.user-list li {
  position: relative;
  width: 378px;
  height: 330px;
  background: #fff;
  border-radius: 5px;
  margin-left: 65px;
  margin-right: 53px;
}
.user-list li img {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -48.5px;
}
.user-list li h4 {
  padding: 60px 0 20px 0;
  text-align: center;
  font-size: 16px;
}
.user-list li p {
  padding: 0 28px;
  text-align: center;
  font-size: 15px;
  color: #969696;
  line-height: 24px;
}

/* awards */
.awards h2 {
  margin: 65px auto 10px;
  height: 45px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  background: url(../images/title-bg.png) top center no-repeat;
}

/* comparison */
.comparison {
  margin-top: 100px;
}
.comparison table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison th {
  padding-bottom: 34px;
  font-weight: 600;
  font-size: 17px;
  color: #a5aeb1;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.comparison th.itema {
  color: #ff4e00;
}
.comparison th span {
  display: block;
}
.comparison th.text {
  text-align: left;
  font-size: 24px;
  color: #000;
  vertical-align: middle;
}
.comparison tr td.virtue {
  text-align: left;
  font-size: 16px;
  width: 600px;
  color: #000;
}
.comparison tr td.virtue.first sup {
  margin-left: 4px;
  margin-right: -40px;
}
.comparison tr sup {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #ec6359;
  font-size: 8px;
  font-weight: 400;
  width: 64px;
  height: 12px;
  line-height: 12px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #ec6359;
}
.comparison tr sup.novo {
  width: 38px;
  color: #17ba17;
  border-color: #17ba17;
}
.comparison tr sup.mr {
  margin-right: -20px;
}
.comparison tr sup.threex:after {
  content: "3x";
  display: block;
  position: absolute;
  top: 0px;
  right: -20px;
  font-size: 14px;
  color: #ec6359;
}
.comparison tr sup.twox:after {
  content: "2x";
}
.comparison tr sup.fivex:after {
  content: "5x";
}
.comparison .itemb {
  text-align: center;
  width: 180px;
}
.comparison .itema {
  text-align: center;
  width: 180px;
}
.comparison td {
  height: 60px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.comparison td.icons {
  text-align: left;
  width: 40px;
}
.comparison tr i {
  width: 22px;
  height: 16px;
  background-position: 0 -12px;
}
.comparison tr i.orange {
  background-position: 0 -28px;
}
.comparison tr i.circle {
  width: 6px;
  height: 6px;
  background-position: 0 -45px;
}

/* service */
.service {
  border-bottom: 1px solid #ccc;
  padding: 69px 0 23px 0;
}
.service li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.service li h5 {
  font-size: 16px;
}
.service li img {
  display: inline-block;
  padding-top: 20px;
}

/*footer*/
.footer {
  padding-top: 20px;
}
.note {
  line-height: 14px;
  font-size: 12px;
  color: #757575;
}
.copyright {
  padding: 30px 0 40px 0;
  text-align: center;
  color: #000;
}

/* footbuy */
.footbuy {
  margin-top: 76px;
  height: 268px;
  background: url(../images/foot-bg.png) bottom center no-repeat;
  background-size: cover;
}
.footbuy .wrapper{
  width: 1020px;
  min-width: 1020px;
}
.footbuy .imgbox {
  position: relative;
  z-index: 9;
  float: left;
  margin: 28px 0 0 -25px;
  width: 295px;
  height: 206px;
  overflow: hidden;
  background: url(../images/footbuy-box.png) no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footbuy .imgbox.eight {
  background-position: 0 0;
}
.footbuy .imgbox.seven {
  background-position: -295px 0;
}
.footbuy .imgbox.six {
  background-position: -590px 0;
}
.footbuy ul {
  margin-top: 25px;
  margin-left: 10px;
  width: 430px;
}
.footbuy li {
  position: relative;
  width: 440px;
  height: 72px;
  cursor: pointer;
  background: url(../images/footbuy-active-1.png) center no-repeat;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footbuy li span,
.footbuy li strong {
  display: block;
  font-weight: 600;
  color: #efb136;
  font-size: 16px;
}
.footbuy li span {
  font-weight: 500;
  margin-left: 122px;
  margin-top: 10px;
}
.footbuy li.eight span {
  margin-left: 66px;
}
.footbuy li strong {
  right: 35px;
  font-size: 28px;
  margin-top: 2px;
}
.footbuy li.active {
  cursor: default;
  background: url(../images/footbuy-active-0.png) center no-repeat;
}
.footbuy li.active span{
  color: #a22b01;
}
.footbuy li.active strong {
  color: #691e03;
}
.footbuy li.active span {
  font-weight: 600;
}
.footbuy .price {
  margin-top: 40px;
  text-align: center;
}
.footbuy .price strong {
  font-size: 20px;
  font-weight: 600;
  color: #120f0c;
}
.footbuy .price strong big {
  font-size: 64px;
  font-weight: 600;
}
.footbuy .price del {
  padding-left: 4px;
  font-size: 20px;
  color: #120f0c;
}

/* animation */
/* animation */
@-webkit-keyframes dissolve {
  0% {
    top: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes dissolve {
  0% {
    top: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes numreduce {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes numreduce {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1.5);
  }
}
