@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #444345;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  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;
}

.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}

.buybtn {
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: 252px;
  height: 62px;
  font-size: 16px;
  font-weight: 700;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #65657a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}






/* banner */
.banner .wrapper {width: 1200px;}
.banner { height: 907px; background: url(../images/banner.jpg) no-repeat top;}
.banner h1 { height: 129px; background: url(../images/title.png) no-repeat center bottom; text-indent: -9999px;} 
.banner .logo { position: absolute; display: block; width: 41px; height: 14px; top: 24px; left: 35px; text-indent: -9999px; background: url(../images/logo.png);}
.banner .wrapper >p { margin-top:-10px; text-align: center; font-size: 18px; color: #7e6a68;}
.banner .wrapper >p span {color: #da4b2e; font-weight: bold;}
.banner .box {float: left; width: 332px; height: 421px; margin-top: 80px; margin-left: 20px; text-align: center;
  background: #fff url(../images/border.png) no-repeat center;
  box-shadow: 0px 4px 38px 0px rgba(245, 219, 218, 0.94);
}
.banner .box h3 {
  height: 48px;
  margin-top: -11px;
  text-indent: -9999px;
  background: url(../images/off-42.png) no-repeat center;
}
.banner .box img {display: block; margin: 0px auto; margin-top: 5px; margin-bottom: 9px;}
.banner .box span{ display: inline-block; height: 24px; margin-bottom: 10px; padding: 0px 10px; color: #ae6b28; border-radius: 25px; line-height: 24px; background-color: #fcded3;}
.banner .box p { margin-top: 35px; color: #797979;}
.banner .box p del {color: #797979;}
.banner .box p strong { font-size: 14px; line-height: 46px;color: #797979; font-weight: normal;}
.banner .box p strong b {font-weight: normal;}
.banner .box.off58 {margin-left: 37px;}
.banner .box.off58 h3 {
  background: url(../images/off-58.png) no-repeat center;
}
.banner .box.off78 {
  position: relative;
  width: 429px;
  height: 495px;
  margin-top: 35px;
  background: url(../images/box-78.png) no-repeat center;
  box-shadow: 0px 4px 38px 0px rgba(245, 219, 218, 0.94);
}
.banner .box.off78::after {
  position: absolute;
  content: "";
  width: 432px;
  height: 62px;
  left: -2px;
  bottom: -55px;
  background: url(../images/shadow.png);
}
.banner .box.off78 h3 { height: 59px; margin-top: -24px; background: url(../images/off-78.png) no-repeat center;}
.banner .box.off78 img { margin-bottom: 15px;}
.banner .box.off78 span { background-color: #ffd9dc; color: #cc4300;}
.banner .box.off78 .buybtn { width: 289px; height: 54px; line-height: 54px;}
.banner .box.off78 p.last { margin-top: 10px; color: #8c8b8a;}
.banner .box.off78 .info {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  top: 147px;
  right: 95px;
}
/* buybtn */
.buybtn { display: block;  width: 230px; height: 49px; line-height: 49px; margin: 0px auto; font-size: 16px; font-weight: 600; color: #fff;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(254,84,0) 0%, rgb(255,54,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(254,84,0) 0%, rgb(255,54,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(254,84,0) 0%, rgb(255,54,0) 100%);
    box-shadow: 0px 6px 13px 0px rgba(255, 48, 0, 0.48),inset 0px 3px 29px 0px rgba(255, 0, 0, 0.4);
}
.buybtn i {
  display: inline-block;
  width: 19px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/shop.png);
}
.buybtn:hover { 
  background-image: -moz-linear-gradient( 90deg, rgb(255,54,0) 0%, rgb(254,84,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,54,0) 0%, rgb(254,84,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,54,0) 0%, rgb(254,84,0) 100%);
}

.packbox .list {
  position: relative;
  display: block;
  float: left;
  width: 24px;
  margin-right: 2px;
  line-height: 24px;
  font-style: inherit;
}

.packbox .list strong {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #ba0507;
  font-style: inherit;
}

.feature {
  height: 720px;
  margin-top: -100px;
}

.feature h2,
.review .media h2,
.review .award h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
  color: #444345;
  font-family: "Fira Sans Extra Condensed", Arial, "Microsoft Yahei", sans-serif;
  /* height: 78px;
    background: url("../images/feature-title.png?t=1234568947") center no-repeat; */
}

.feature h2 span {
  display: inline;
  font: inherit;
  color: inherit;
}

.feature h2 em {
  /* display: block;
    position: absolute;
    right: 140px;
    bottom: 16px; */
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../images/note.png") center no-repeat;
}

.feature .machine {
  float: left;
  position: relative;
  width: 565px;
  margin-top: 96px;
  margin-left: -35px;
}

.feature .machine img {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature .machine img:first-child {
  top: 130px;
  left: 76px;
}

.feature .machine img:last-child {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.feature .machine img.on {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.feature ul {
  float: right;
  width: 570px;
  margin-top: 84px;
  margin-right: -30px;
}

.feature ul li {
  height: 114px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #d1d1d1;
}

.feature ul li dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}

.feature ul li dl dt {
  width: 54px;
  text-align: center;
}

.feature ul li dl dt img {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}

.feature ul li dl dd h3 {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 29px;
}

.feature ul li dl dd p {
  padding-left: 20px;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  background: url("../images/shot-line.png") 0px 8px no-repeat;
}

/* .review {
    padding-top: 86px;
    text-align: center;
} */

/* .review h2 {
  height: 27px;
  text-indent: -9999px;
  background: url("../images/review-title.png") center no-repeat;
} */
/* .review h2 b {
    font: inherit;
    color: #FF602A;
} */

/* .review_list {
    margin: 90px auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 80px;
}

.review_list dl {
    max-width: 420px;
    padding: 32px 36px 50px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 19px 54px 0px rgba(68, 67, 69, 0.36);
}

.review_list dl dt {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


.review_list dl dt::before {
    content: '“';
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    right: -8px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #ff602a;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    font-family: "Fira Sans Extra Condensed", Arial, "Microsoft Yahei", sans-serif;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: rotate(-180deg);
}

.review_list dl.right dt::before {
    background: #fdd141;
}

.review_list dl dt>img {
    position: absolute;
    z-index: 0;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.review_list dl p {
    color: #444345;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}


.review_list dl dd h4 {
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    color: #ff602a;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
}

.review dl dd hr {
    width: 70px;
    height: 3px;
    border: 0;
    margin: 30px auto 10px;
    background-color: #ff602a;
}

.review dl dd cite {
    font-style: normal;
}

.review dl.right dd h4 {
    color: #fdd141;
}

.review dl.right dd hr {
    background-color: #fdd141;
}

.review .media {
    clear: both;
    padding-top: 20px;
}

.review .media h2 {
    position: relative;
    margin-bottom: 40px;
  
}

.review .media h2:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 310px;
    width: 100px;
    height: 85px;
    background: url("../images/quote.png") center no-repeat;
}

.review .media dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}

.review .media dl dt {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border: 3px solid #c9c7c9;
    border-radius: 50%;
    box-shadow: 0px 19px 54px 0px rgba(68, 67, 69, 0.36);
    overflow: hidden;
}

.review .media dl dt>img {
    display: inline-block;
    vertical-align: top;
    border-radius: inherit;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.review .media p {
    max-width: 678px;
    color: #444345;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}


.review .award img {
    display: block;
    margin: 30px auto 0;
} */

/* .comparison {
  margin-top: 95px;
}

.comparison {
  width: 100%;
  padding: 50px 0 50px;
  text-align: center;
  background: #fff;
}

.comparison h2 {
  margin: 0 0 60px 0;
  color: #000;
  font-size: 28px;
}

.comparison table {
  width: 1058px;
  height: 563px;
  margin: 0 auto;
  position: relative;
}

.tab-tag {
  display: inline-block;
  margin-top: -10px;
  margin-right: -60px;
  font-size: 12px;
  line-height: 38px;
  vertical-align: top;
  font-weight: 600;
}

.tab-tag.new {
  color: #45b527;
}

.tab-tag.improved {
  color: #ff0000;
}

.comparison table:after {
  width: 1058px;
  height: 600px;
  margin: 0 auto;
  background: url("../images/table-bg.png") #fff top center no-repeat;
  content: "";
  display: block;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.comparison table thead th {
  height: 80px;
  font-size: 18px;
  font-weight: 600;
}

.comparison table thead th.item-a {
  width: 265px;
  height: 80px;
  background-color: #dfdfdf;
  border-radius: 7px 7px 0 0;
  position: relative;
}

.comparison table tbody td.item-a i,
.comparison table tbody td.item-c i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  vertical-align: middle;
}

.comparison table tbody td.item-a i {
  background-position: 0 -109px;
  margin-right: 3px;
  margin-top: -2px;
}

.comparison table tbody td.item-c i {
  background-position: 0 -94px;
  margin-top: -2px;
  margin-right: 8px;
}

.comparison table thead th.item-a:after {
  width: 100%;
  height: 500px;
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  box-shadow: 0 2px 24px rgba(237, 236, 236, 1);
  top: 90px;
}

.comparison table thead th.item-a p {
  color: #545353;
  font-size: 18px;
}

.comparison table thead th.item-b {
  width: 346px;
}

.comparison table thead th.item-c {
  width: 262px;
  height: 91px;
  background-color: #dd3635;
  border-radius: 7px 7px 0 0;
  position: relative;
}

.comparison table thead th.item-c:after {
  width: 100%;
  height: 500px;
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  box-shadow: 0 2px 24px rgba(219, 153, 156, 1);
  top: 90px;
  
} 

 .xmas-santa {
  position: absolute;
  right: -17px;
  top: -26px;
  z-index: 5;
}

.comparison table thead th.item-c p {
  color: #ffffff;
  font-size: 16px;
}

.comparison table tbody td {
  height: 50px;
  line-height: 1.5;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  border-top: 1px solid #e6e7eb;
}

.comparison table tbody td.item-a {
  background-color: #fffdfd;
}

.comparison table tbody td.item-b {
  padding: 0 10px;
}

.comparison table tbody td.item-c {
  background-color: #fff2f2;
}

.comparison table tbody tr.lasttr td {
  border-bottom: 1px solid #e6e7eb;
}

.comparison table tbody tr.lasttr td.space {
  border-bottom: none;
}

.comparison h3 {
  margin: 60px 0 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #424442;
}

.comparison h3 span {
  color: #e11a1a;
}

.comparison .space {
  width: 10px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
} */

/* review */
.review {
  height: 608px;
  padding-top: 84px;
}
.review h2 {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
.review h2 + p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
/* content */
.review .content {
  width: 100%;
  margin-top: 61px;
}
.review .content .media-logo {
  float: left;
  display: block;
}
.review .content .review-content {
  float: right;
  width: 690px;
  height: 350px;
}
.review .content .review-content ul {
  position: relative;
  width: 100%;
  height: 142px;
  border-bottom: 1px solid #d8d8d8;
}

.review .content .review-content ul li {
  float: left;
  width: 114px;
  margin-right: 30px;
  cursor: pointer;
}
.review .content .review-content ul li:last-child {
  margin-right: 0;
}
.review .content .review-content ul li img {
  display: block;
  width: 100%;
  -webkit-transform: scale(0.76);
  transform: scale(0.76);
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review .content .review-content ul li.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.review .content .review-content .line {
  position: relative;
  width: 114px;
  display: block;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
}
.review .content .review-content .line:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  width: 100px;
  height: 5px;
  margin-left: -50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ef231a;
}
.review .content .review-content .review-message p {
  display: none;
  padding: 0 8px 0 4px;
  line-height: 24px;
}
.review .content .review-content .review-message p.active {
  display: block;
}

/* comparison */
.comparison table thead th {
  height: 105px;
  font-size: 20px;
}
.comparison table thead th.text {
  width: 575px;
  padding-top: 29px;
}
.comparison table thead th.spaces,
.comparison table tbody td.spaces {
  width: 7px;
}
.comparison table thead th.space,
.comparison table tbody td.space {
  width: 3px;
}
.comparison table thead th.free,
.comparison table tbody td.free {
  width: 240px;
}
.comparison table thead th.pro,
.comparison table tbody td.pro {
  width: 275px;
}
.comparison table thead th.free,
.comparison table thead th.pro {
  color: #fff;
}
.comparison table thead th.free div {
  height: 76px;
  line-height: 76px;
  background: #9a9aa0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.comparison table thead th.pro div {
  height: 105px;
  line-height: 105px;
  background: url("../images/comparison-bg.png") bottom no-repeat;
}
.comparison table thead th.text,
.comparison table tbody td.icon,
.comparison table tbody td.text,
.comparison table tbody td.free,
.comparison table tbody td.pro {
  border-bottom: 1px dotted #e0e0e0;
}
.comparison table tbody td {
  height: 45px;
}
.comparison table tbody td.icon {
  width: 28px;
}
.comparison table tbody td.text {
  width: 547px;
  text-indent: 20px;
}
.comparison table tbody td.free {
  background: #f1f1f4;
}
.comparison table tbody td.pro {
  background: #fff6f6;
}
.comparison table tbody td.last {
  border-bottom: 3px solid;
}
.comparison table tbody td.last.free {
  border-color: #cbcbce;
}
.comparison table tbody td.last.pro {
  border-color: #ec1700;
}
.comparison table tbody td.free,
.comparison table tbody td.pro {
  text-align: center;
}
.comparison table tbody td i {
  width: 20px;
  height: 20px;
}
.comparison table tbody td.free i {
  background-position: -40px -67px;
}
.comparison table tbody td.free i.yes {
  background-position: 0 -67px;
}
.comparison table tbody td.pro i {
  background-position: -20px -67px;
}
.all-icons {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(../images/all-icons.png) no-repeat;
}


.service {
  padding: 56px 0 43px;
  border-bottom: 1px solid #e5e5e5;
}

.service dl {
  float: left;
  width: 25%;
  color: #555;
  text-align: center;
}

.service dt {
  line-height: 73px;
}

.service dt img {
  vertical-align: middle;
}

.service dd {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.service dd h3 {
  margin: 16px 0;
  color: #444345;
  font-size: 16px;
}

.footer {
  height: 285px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #6b6b6c;
}

.footer .copyright {
  padding: 15px 0 30px;
  text-align: center;
}

/* floatlayer */
.floatlayer {
  position: fixed;
  z-index: 10;
  bottom: -130px;
  left: 0;
  height: 120px;
  width: 100%;
  background: url(../images/float-bg.jpg) no-repeat;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.floatlayer .img-box {  float: left; margin-left: -9px; margin-top: -59px; }
.floatlayer .message { float: left; margin-left: 43px; margin-top: 40px;}
.floatlayer .message h2 {font-size: 20px; color: #fff;}
.floatlayer .message p { margin-top: 10px; text-align: center; font-size: 14px; color: #810707;}
.floatlayer .buy-content { float: right; text-align: center; text-align: center;}
.floatlayer .buy-content strong { position: relative; color: #fff; font-size: 22px;}
.floatlayer .buy-content strong::after {
  position: absolute;
  content: "";
  width: 121px;
  height: 96px;
  right: -91px;
  top: -51px;
  background: url(../images/float-off.png);
}
.floatlayer .buy-content strong b { font-size: 40px;}
.floatlayer .buy-content .buybtn {
  width: 217px;
  height: 47px;
  line-height: 47px;
  border-radius: 8px;
  font-size: 18px;
  color: #4c1004;
  text-shadow: 0.985px 0.174px 0px rgba(228, 255, 0, 0.4);
  background-image: -moz-linear-gradient( 90deg, rgb(167,112,239) 0%, rgb(255,180,0) 0%, rgb(255,252,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(167,112,239) 0%, rgb(255,180,0) 0%, rgb(255,252,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(167,112,239) 0%, rgb(255,180,0) 0%, rgb(255,252,0) 100%);
  box-shadow: 0px 10px 13px 0px rgba(125, 0, 0, 0.5),inset 2.007px 2.229px 0px 0px rgba(255, 255, 16, 0.71);
  
}
.floatlayer .buy-content .buybtn:hover {
  background-image: -moz-linear-gradient( 90deg,  rgb(255,252,0) 0%, rgb(255,180,0) 100%);
  background-image: -webkit-linear-gradient( 90deg,  rgb(255,252,0) 0%, rgb(255,180,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,252,0) 0%, rgb(255,180,0) 100%);
}

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


@keyframes forma {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  25% {
    -webkit-transform: translate(40%, 0);
    -ms-transform: translate(40%, 0);
    -o-transform: translate(40%, 0);
    transform: translate(40%, 0);
  }

  75% {
    -webkit-transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
  }
}
