@charset "utf-8";

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

body {
  min-width: 1000px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  outline: 0;
  vertical-align: baseline;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

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;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.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-image: url("../images/all-icons.png");
}

.price {
  height: 36px;
  font-size: 46px;
  line-height: 36px;
  text-align: center;
  color: #f80000;
}

.price b {
  position: relative;
  display: inline-block;
  font-weight: 600;
  width: 42px;
}

.price b:after {
  content: '€99';
  position: absolute;
  top: -8px;
  right: -45px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.price del {
  display: inline-block;
  margin-left: -3px;
  font-size: 14px;
  color: #696868;
}

.buybtn {
  display: block;
  width: 259px;
  height: 58px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
  color: #1d1204;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/buy.png") top center no-repeat;
  background-position: 0 0;
  -webkit-box-shadow: 8px 13.85px 16px 0 rgba(255, 96, 0, 0.48);
  box-shadow: 8px 13.85px 16px 0 rgba(255, 96, 0, 0.48);
}

.buybtn i {
  width: 19px;
  height: 14px;
  margin-right: 3px;
  margin-top: -2px;
  background-position: 0 -54px;
}

.buybtn:hover {
  background-position: 0 -59px;
}

.note {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #000;
}

.note i {
  width: 17px;
  height: 11px;
  margin-top: -3px;
  margin-right: 3px;
  background-position: 0 -45px;
}

.banner {
  width: 100%;
  height: 800px;
  background: url("../images/xmasbanner.jpg") #d93d38 top center no-repeat;
  overflow: hidden;
}

.banner .wrapper {
  position: relative;
  overflow: hidden;
}

.banner .logo {
  z-index: 9;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 41px;
  height: 14px;
  text-indent: -9999px;
  background: url("../images/logo.png") center no-repeat;
}

.banner h1 {
  height: 132px;
  text-indent: -9999px;
  margin-top: 20px;
  background: url("../images/xmas-title.png") top center no-repeat;
}

.banner .wrapper>p {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}

.banner .wrapper>p b {
  font-weight: 700;
  color: #FFF700;

}

.banner .panel {
  margin-top: 40px;
  padding-bottom: 40px;
}

.banner .panel .message>p {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.banner .panel .message dl {
  width: 260px;
  margin: 15px auto 0;
}

.banner .panel .message dl dd {
  font-size: 12px;
  line-height: 25px;
  color: #636161;
  font-weight: 600;
}

.message-box {
  height: 195px;
  margin-top: 15px;
}

.message-box-sale {
  width: 119px;
  height: 115px;
  background: url("../images/xmas-salebg.png") top no-repeat;
  position: absolute;
  left: 60px;
  bottom: 0;
}

.message-box-sale p {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 130px;
  transform: translateX(9px);
}

.banner .panel .message dl dd.one i {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-left: 5px;
  background-position: 0 -30px;
  cursor: pointer;
}

.banner .panel .message dl dd.one .point {
  display: none;
  z-index: 10;
  position: absolute;
  top: -70px;
  left: 12px;
  width: 271px;
  height: 66px;
  padding: 8px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  color: #948585;
  background: url("../images/point-bg.png") center no-repeat;
}

.banner .panel .message dl dd.two {
  margin: 25px 0 15px;
}

.banner .panel .message dl dd>span {
  display: inline-block;
  height: 25px;
  padding: 0 10px;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  background: #6abe58;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
}

.banner .panel .message.small {
  width: 380px;
  height: 450px;
  margin-top: 30px;
  background: #f7dbdb;
  border: 1px solid #e84e4f;
  box-shadow: 0 19px 35px 0 rgba(150, 22, 25, 0.3);
  margin: 76px 0 0 59px;
}

.banner .panel .message.message3 {
  display: none;
}

.banner .panel .message.small .box {
  display: block;
  margin: 0 auto 0;
}

._banner_ul {
  height: 111px;
  background: #FCFCFC;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}

._banner_ul li {
  display: flex;
}

._banner_ul li img {
  margin-right: 10px;
}

._banner_ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._banner_ul li div p {
  font-size: 14px;
  font-weight: 600;
  color: #A09391;
}


.countd {
  width: 100%;
  height: 40px;
  background: #ba2122;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffde00;
  font-weight: bold;
}

.countdcnt {
  position: relative;
  display: inline-block;
  transform: translateX(8px);
}

.countdcnt:before {
  width: 67px;
  height: 69px;
  content: "";
  background: url("../images/xmas-alarm1.png") center no-repeat;
  display: block;
  position: absolute;
  left: -60px;
  top: -16px;
  z-index: 2;
}

.countdcnt:after {
  width: 33px;
  height: 36px;
  content: "";
  background: url("../images/xmas-alarm2.png") center no-repeat;
  display: block;
  position: absolute;
  right: -36px;
  top: 6px;
  z-index: 2;
}

.countd strong {
  width: 26px;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 1px;
}

.countd strong,
.countd span {
  text-shadow: 7.8px 4.5px 9px #340104;
}

.banner .panel .message.large {
  width: 452px;
  height: 513px;
  margin: 24px 48px 0 0;
  background: #fff;
  border: 1px solid #e84e4f;
  box-shadow: 0 23px 35px 0 rgba(141, 20, 23, 1);
}

.banner .panel .message.large .message-box {
  margin-top: 26px;
}

.banner .panel .message.large .message-box-sale {
  left: 55px;
}

.banner .panel .message.large .box {
  margin: 9px 0 0 85px;
}

.banner em {
  font-style: normal;
  font-size: inherit;
}

.banner .panel .message.large .xmas-giveaway {
  width: 183px;
  height: 106px;
  position: absolute;
  background: url("../images/xmas-giveaway.png?t=1") top center no-repeat;
  left: 175px;
  top: 88px;
  z-index: 5;
}

.banner .panel .message.large .xmas-giveaway.soldout {
  background: url("../images/xmas-giveaway-soldout.png?t=15") top center no-repeat;
}

.messagecad {
  text-decoration: none;
}

.messagecad.soldout {
  text-decoration: line-through;
}

.message-tips {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 92px;
  top: 88px;
  z-index: 5;
}

.message-tips i {
  width: 15px;
  height: 15px;
  background-position: 0 0;
}

.message-tips:hover p {
  display: block;
}

.message-tips p {
  width: 260px;
  padding: 10px 10px 8px 15px;
  border: 1px solid #fbe4e5;
  background: rgba(247, 242, 242, 0.95);
  font-size: 12px;
  color: #948585;
  line-height: 1.6;
  border-radius: 10px;
  left: -160px;
  top: 10px;
  position: relative;
  display: none;
}

.message-tips p:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(247, 242, 242, 0.95);
  left: 146px;
  top: -18px;
  z-index: 5;
  position: absolute;
}

.banner .panel .message.large dl dd.two {
  margin: 19px 0 17px;
}

.banner .panel .message.soldout:after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: -1px;
  width: 453px;
  height: 527px;
  z-index: 6;
  background: url("../images/offer-soldout.png?t=15") top center no-repeat;
  -webkit-animation: show 0.3s ease-in-out 1;
  animation: show 0.3s ease-in-out 1;
}


.xmas-annou {
  height: 33px;
  background: #900203;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
  color: #ffffff;
}

.xmas-annou i {
  width: 16px;
  height: 15px;
  background-position: 0 -15px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 7px 0 0;
}

.xmas-payment {
  width: 100%;
  height: 94px;
  background: url("../images/xmas-payment.jpg") top center no-repeat;
}


.revive {
  box-sizing: border-box;
  height: 871px;
  padding-top: 97px;
  position: relative;
}

.revive h2 {
  font-size: 34px;
  font-weight: bold;
  color: #3E4050;
  text-align: center;
}

.revive .revive_main {
  width: 1200px;
  min-width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
  padding-left: 64px;
}

.revive .revive_main li {
  position: relative;
}

.revive .revive_main li:nth-of-type(2n-1) {
  margin-right: 238px;
}

.revive .revive_main li img {
  margin-left: -15px;
}

.revive .revive_main li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222827;
  margin-top: -4px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.revive .revive_main li h4 span {
  width: 69px;
  height: 15px;
  border: 1px solid #FF3E0E;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #FE6029;
  padding-left: 5px;
  line-height: 14px;
  margin-left: 8px;
}

.revive .revive_main li p {
  width: 380px;
  font-size: 14px;
  font-weight: 400;
  color: #45464B;
  line-height: 24px;
}

.revive .revive_main li.revive2 {
  top: -47px;
}

.revive .revive_main li.revive3 {
  top: 54px;
  left: -31px;
}

.revive .revive_main li.revive3 p {
  width: 336px;
}

.revive .revive_main li.revive4 {
  top: 61px;
  left: 217px;
}

.revive .revive_main li.revive4 p {
  width: 330px;
}

.revive .revive_main li.revive5 {
  top: 108px;
  left: 31px;
}

.revive .revive_main li.revive6 {
  top: 105px;
  left: -29px;
}

.revive .revive_main li.revive6 p {
  width: 450px;
}

.revive .computer_img {
  width: 577px;
  height: 525px;
  position: absolute;
  top: 255px;
  left: 50%;
  transform: translateX(-55%);
  background: url(https://purchase.iobit.com/2024/asc/bfsalefr/images/computer_bg.png) no-repeat center;
  z-index: -1;
}

.revive .computer_img .pointer {
  position: absolute;
  top: 191px;
  left: 279px;
  transform-origin: 24px 46px;
  transform: rotate(-74deg);
  transition: all ease-out 1s;
}

.revive .computer_img .full_box {
  width: 101px;
  height: 54px;
  position: absolute;
  top: 185px;
  left: 255px;
  overflow: hidden;
  transform-origin: center bottom;
  transition: all ease-out 1s;
  transform: rotate(-10deg);
}

.revive .computer_img .full_box img {
  position: absolute;
  transform-origin: center bottom;
  transform: rotate(-180deg);
  transition: all ease-out 1s;
}

.revive .computer_img.on .pointer {
  transform: rotate(110deg);
}

.revive .computer_img.on .full_box img {
  transform: rotate(0deg);
}

.revive.on .computer_img img {
  transform: rotate(115deg);
}

.gifts {
  width: 100%;
  min-height: 652px;
  background: #e04440 url("../images/xmas-troisbg.jpg") top center no-repeat;
  overflow: hidden;
  margin-top: 100px;
}

.gifts h2 {
  margin: 39px auto 0;
  height: 45px;
  text-indent: -9999px;
  background: url("../images/xmas-troistit.png") bottom center no-repeat;
}

.gifts-cont>p {
  font-size: 20px;
  color: #f8d79e;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 5px;
}

.gifts-giveway {
  width: 1000px;
  height: 161px;
  background: url("../images/xmas-troislinbg.png") top center no-repeat;
  position: relative;
}

.gifts-text {
  width: 750px;
  margin: 0 0 0 150px;
  padding-top: 20px;
}

.gifts-giveway2 .gifts-text {
  width: 810px;
  margin-left: 70px;
}

.gifts-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.gifts-text h4 b {
  font-size: 20px;
  color: #d80212;
  margin-left: 5px;
  font-weight: bold;
}

.gifts-text h4 del {
  font-size: 14px;
  color: #404040;
}

.gifts-text h4 span {
  font-size: 12px;
  color: #404040;
  font-weight: 600;
}

.gifts-text ul {
  margin-top: 15px;
}

.gifts-text ul li {
  margin-bottom: 8px;
  line-height: 14px;
  font-size: 12px;
  color: #412e2e;
  padding-left: 22px;
  position: relative;
  font-weight: 500;
}

.gifts-text ul li:before {
  width: 17px;
  height: 12px;
  content: "";
  display: block;
  background: url("../images/all-icons.png") top center no-repeat;
  background-position: 0 -30px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}

.gifts-giveway1 .gifts-box {
  width: 157px;
  height: 142px;
  background: url("../images/xmas-troisbox1.png?t=15") top center no-repeat;
  position: absolute;
  left: -19px;
  top: 3px;
  z-index: 5;
}

.gifts-giveway2 .gifts-box {
  width: 118px;
  height: 148px;
  background: url("../images/xmas-troisbox2.png?t=15") top center no-repeat;
  position: absolute;
  right: -2px;
  top: -7px;
  z-index: 5;
}

.gifts-giveway3 .gifts-box {
  width: 152px;
  height: 142px;
  background: url("../images/xmas-troisbox3.png?t=15") top center no-repeat;
  position: absolute;
  left: -19px;
  top: -3px;
  z-index: 5;
}

.gifts.soldout {
  background: url("../images/xmas-troisbg-soldout.jpg") #e97c7a top center no-repeat;
}

.gifts.soldout h2 {
  background: url("../images/xmas-troistit-soldout.png") bottom center no-repeat;
}

.gifts.soldout .gifts-cont>p {
  color: #e79e9d;
}

.gifts.soldout .gifts-text h4,
.gifts.soldout .gifts-text h4 b,
.gifts.soldout .gifts-text h4 del,
.gifts.soldout .gifts-text h4 span {
  color: #c4adab;
}

.gifts.soldout .gifts-giveway {
  background: url("../images/xmas-troislinbg-soldout.png") top center no-repeat;
}

.gifts.soldout .gifts-text ul li {
  color: #c4adab;
}

.gifts.soldout .gifts-text ul li:before {
  background-position: 0 -82px;
}

.gifts.soldout .gifts-giveway1 .gifts-box {
  background: url(../images/xmas-troisbox1-soldout.png?t=15) top center no-repeat;
}

.gifts.soldout .gifts-giveway2 .gifts-box {
  background: url(../images/xmas-troisbox2-soldout.png?t=15) top center no-repeat;
}

.gifts.soldout .gifts-giveway3 .gifts-box {
  background: url(../images/xmas-troisbox3-soldout.png?t=15) top center no-repeat;
}

.gifts-store {
  padding-bottom: 50px;
}

.gifts-store-arrow {
  width: 13px;
  height: 12px;
  background: url("../images/all-icons.png") top center no-repeat;
  background-position: 0 -42px;
  margin: 33px auto 0;
}

.gifts-store .buybtn {
  width: 333px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fcebcf;
  border: 1px solid #fbc000;
  background-color: #ffa302;
  background: linear-gradient(to top, #eb2612, #ffa302);
  font-weight: 500;
  box-shadow: 0 12px 18px 2px rgba(173, 3, 3, 0.4);
  margin-top: 25px;
  text-transform: uppercase;
}

.gifts-store .buybtn:hover {
  background: linear-gradient(to bottom, #eb2612, #ffa302);
}

.gifts-store .buybtn i {
  background-position: 0 -68px;
  margin: -2px 5px 0 0;
}

.gifts-store.soldout .gifts-store-arrow {
  background-position: 0 -146px;
}

.gifts-store.soldout .buybtn {
  background: #7f7f7f;
  border: none;
  box-shadow: none;
  color: #b6b3b3;
  position: relative;
  cursor: default;
}

.gifts-store.soldout .buybtn i {
  background-position: 0 -158px;
}

.gifts-store.soldout .buybtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 102px;
  width: 127px;
  height: 56px;
  background: url("../images/soldout2.png") center no-repeat;
  -webkit-animation: show 0.3s ease-in-out 1;
  animation: show 0.3s ease-in-out 1;
}

.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: 593px;
  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 thead th.item-a:after {
  width: 100%;
  height: 650px;
  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;
  background: url("../images/xmas-vs.png") center center no-repeat;
}

.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: 650px;
  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 table tbody td i {
  width: 15px;
  height: 15px;
}

.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;
}

.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 {
  width: 100%;
  height: 631px;
  background: url("../images/xmas-turnbg.jpg") center no-repeat;
  overflow: hidden;
}

.review h2 {
  margin-top: 80px;
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  color: #021027;
}

.review>p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.review .content {
  position: relative;
  width: 1000px;
  margin: 0 auto 0;
  text-align: left;
}

.review .content ul {
  z-index: 0;
  position: relative;
  width: 426px;
  height: 426px;
  margin-top: 56px;
  float: right;
  margin-right: -30px;
  background: url("../images/xmas-turncircle.png") center no-repeat;
}

.review .content ul li {
  position: absolute;
  top: 0;
  width: 112px;
  height: 112px;
}

.review .content ul li.one {
  width: 184px;
  height: 160px;
  z-index: 1;
  top: 145px;
  left: -68px;
  background: url("../images/xmas-turntab.png") center no-repeat;
}

.review .content ul li.two {
  z-index: 0;
  left: 100px;
  top: 0;
}

.review .content ul li.one img {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 12px 0 0 40px;
}

.review .content ul li.three {
  z-index: 0;
  left: 285px;
  top: 40px;
}

.review .content ul li.four {
  z-index: 0;
  left: 230px;
  top: 282px;
}

.review .content ul li.five {
  z-index: 0;
  left: 147px;
  top: 146px;
}

.review .content ul li img {
  display: block;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.nextbtn {
  position: absolute;
  width: 37px;
  height: 41px;
  background-image: url("../images/xmas-turnpoint.png");
  left: 110px;
  top: 200px;
  z-index: 5;
}

.review .content .details {
  width: 510px;
  float: left;
  margin-top: 110px;
}

.review .content .details div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  visibility: hidden\0;
  -webkit-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  -o-transform: translate(20%, 0);
  transform: translate(20%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}

.review .content .details div.active {
  visibility: visible\0;
  -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);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.review .content .details div h4 {
  font-size: 22px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}

.review .content .details div h4:before {
  width: 71px;
  height: 3px;
  background-color: #d5353d;
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 3;
}

.review .content .details div h4:after {
  width: 77px;
  height: 73px;
  background: url("../images/xmas-turnquo.png") top center no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  right: -85px;
  z-index: 3;
}

.review .content .details div h5 {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  color: #151515;
  margin-top: 60px;
  font-weight: 600;
}

.review .content .details div h5:before {
  width: 34px;
  height: 3px;
  background-color: #d5353d;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 3;
}

.review .content .details div p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #313131;
}

.award {
  width: 100%;
  background: #e8eaec;
  text-align: center;
  overflow: hidden;
  padding: 10px 0 100px;
}

.award h2 {
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}


.service {
  text-align: center;
  background: #fff;
}

.service .content {
  width: 1000px;
  margin: 0 auto;
  padding: 42px 0 50px;
  border-bottom: 1px solid #c8c8c8;
}

.service dl {
  float: left;
  width: 33.33%;
}

.service dl dt {
  height: 72px;
  line-height: 72px;
}

.service dl dt img {
  display: inline-block;
  vertical-align: middle;
}

.service dl dd h3 {
  padding: 20px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.service dl dd p {
  padding: 0 30px;
  font-size: 12px;
  line-height: 22px;
  -webkit-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}

.footer {
  padding-bottom: 130px;
  width: 100%;
  background: #fff;
}

.footer .content {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #3c3c3c;
}

.footer .content .copyright {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@keyframes shake {

  0%,
  5%,
  10%,
  15%,
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  2.5%,
  12.5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  7.5%,
  17.5% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes star-l {

  0%,
  50%,
  100% {
    background: url("../images/star-l.png") center no-repeat;
  }

  25% {
    background: url("../images/star-l-l.png") center no-repeat;
  }
}

@keyframes star-r {

  0%,
  50%,
  100% {
    background: url("../images/star-r.png") center no-repeat;
  }

  25% {
    background: url("../images/star-r-l.png") center no-repeat;
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate(-200%, -100%) scale(0.5);
    transform: translate(-200%, -100%) scale(0.5);
  }

  20% {
    -webkit-transform: translate(-150%, -50%) scale(0.6);
    transform: translate(-150%, -50%) scale(0.6);
  }

  40% {
    -webkit-transform: translate(-100%, -100%) scale(0.7);
    transform: translate(-100%, -100%) scale(0.7);
  }

  60% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
    transform: translate(-50%, 0) scale(0.8);
  }

  80% {
    -webkit-transform: translate(0, -50%) scale(0.9);
    transform: translate(0, -50%) scale(0.9);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes show {
  from {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes nextmove {

  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@keyframes prevmove {

  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.float {
  box-sizing: border-box;
  position: fixed;
  background: url(../images/float.jpg) no-repeat center;
  width: 100%;
  height: 120px;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 140%, 0);
  transition: all 0.8s;
}

.float.on {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.float.soldout1 .img_wrap {
  position: relative;
}

.float.soldout1 .img_wrap::after {
  content: '';
  display: block;
  width: 119px;
  height: 62px;
  position: absolute;
  left: 25%;
  top: 54%;
  transform: translate(-50%, -50%);
  background: url(../images/float_pop_doldout.png)no-repeat center/cover;
  pointer-events: none;
}

.float .float_img {
  margin-top: -33px;
  margin-right: 63px;
}

.float .soldoutimg {
  display: none;
}

.float .float_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  margin-right: 89px;
  background-position: center 46px;
}

.float .float_text .box {
  display: flex;
  position: relative;
}

.float .float_text .box::after,
.float .float_text .box::before {
  content: '';
  display: block;
  position: absolute;
  left: -130px;
  top: 64%;
  transform: translateY(-50%);
  background: url(https://purchase.iobit.com/2024/asc/bfsalefr/images/float_line.png)no-repeat center/cover;
  width: 119px;
  height: 1px;
}

.float .float_text .box::before {
  transform: translateY(-50%)rotate(180deg);
  left: auto;
  right: -130px;
}

.float .float_text .countdown {
  color: #fff;
  font-weight: 600;
}

.float .float_text .countdown strong {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  text-align: center;
  line-height: 26px;
  vertical-align: text-bottom;
  margin-right: 2px;
  color: #810707;
}

.float .float_text .box>span {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  color: #810707;
  line-height: 31px;
}

.float .float_text .box>span:nth-of-type(1) {
  margin-right: 7px;
}

.float .float_text .box>span:nth-of-type(2) {
  margin-left: 3px;
}

.float .float_text .box>div {
  width: 32px;
  height: 31px;
  background: #FFFFFF;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  color: #810707;
  overflow: hidden;
  margin-right: 5px;
  line-height: 31px;
}

.float .float_text .box>div span {
  display: inline-block;
  width: 100%;
  height: 31px;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  color: #810707;
  line-height: 31px;
}

.float .float_text .box .time {
  width: 100%;
  height: 260px;
  position: relative;
}

.float .float_text>p {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 9px;
  text-align: center;
}

.float .price_box {
  padding-top: 15px;
}

.float .price_box p {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.float .price_box p span {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 8px;
  line-height: normal;
}

.float .price_box p del {
  display: block;
  height: 12px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: bold;
  text-decoration: line-through;
  color: #FDD8AD;
  line-height: normal;
}

.float .price_box a {
  display: block;
  width: 216px;
  height: 46px;
  background: linear-gradient(0deg, #FFB400, #FFFC00);
  box-shadow: 0px 10px 13px 0px rgba(125, 0, 0, 0.5);
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 8px;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
  color: #2A0B05;
  line-height: 46px;
  text-shadow: 1px 0px 0px #E4FF00;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.float .price_box a:hover {
  background: #ffdf00;
  box-shadow: 0px 6px 16px 0px rgba(253, 101, 101, 0.63);
}
