@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  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: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.banner {
  display: inline-block;
  width: 100%;
  height: 770px;
  background: #f4edd9 url(../images/banner-bg.jpg) center no-repeat;
}
.banner .wrapper {
  width: 1032px;
}
.banner .logo {
  display: block;
  position: absolute;
  width: 42px;
  height: 15px;
  top: 28px;
  left: 0;
  text-indent: -9999px;
  background: url(../images/site-logo.png) center center no-repeat;
}
.banner .title {
  height: 125px;
  /* margin-bottom: 30px; */
  text-indent: -9999px;
  /* background: url(../images/headline.png) bottom center no-repeat; */
  background: url(../images/header.png) no-repeat center center;
}
.banner .stage {
  display: block;
  width: 1030px;
  height: 420px;
  /* margin-top: 22px; */
  background: #fdfbf7;
  border-radius: 10px;
  border: 1px #fff solid;
}
.banner .stage.active {
  -webkit-box-shadow: 0 15px 20px rgba(123, 98, 30, 0.45);
  box-shadow: 0 15px 20px rgba(123, 98, 30, 0.45);
}
.banner .stage .packs {
  float: left;
  display: block;
  width: 636px;
  height: 340px;
  margin-top: 39px;
  margin-left: 25px;
}
.banner .stage .packs .info {
  display: none;
}
.banner .stage .details {
  float: right;
  width: 332px;
  height: 360px;
  margin-right: 29px;
}
.banner .stage .details .info {
  width: 330px;
  border: 1px #be9d45 solid;
  border-radius: 8px;
}
.banner .stage .details .info h3 {
  height: 22px;
  display: block;
  margin: -12px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  background: #fdfbf7;
}
.banner .stage .details .info dl {
  width: 308px;
  margin: 0 auto;
}
.banner .stage .details .checkout {
  display: block;
  margin: 20px auto 0;
  width: 294px;
  text-align: center;
}
.banner .stage .details .checkout dt {
  font-size: 16px;
  text-align: center;
}
.banner .stage .details .checkout dt strong {
  font-size: 40px;
  line-height: 42px;
}
.banner .stage .details .checkout dt del {
  position: relative;
  color: #494949;
  text-decoration: blink;
}
.banner .stage .details .checkout dt del:after {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 62px;
  height: 14px;
  display: inline-block;
  content: "";
  background: url(../images/line-through.png) 0 -0 no-repeat;
}
.banner .stage .details .checkout dd {
  color: #4a4a4a;
  font-size: 12px;
}
.banner .stage .details .checkout dd.last {
  width: 220px;
  display: block;
  margin-top: -2px;
  margin-left: 40px;
}
.banner .stage .details .checkout dd.last i {
  float: left;
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url(../images/icon-guarteen.png) center no-repeat;
}
.banner .stage.before .packs {
  background: url(../images/super-value-pack.png?1) center no-repeat;
}
.banner .stage.before .packs .focus {
  position: relative;
  float: right;
  display: block;
  margin-right: 12px;
  width: 344px;
  height: 340px;
}
.banner .stage.before .packs .focus .counter {
  position: absolute;
  left: 207px;
  bottom: 74px;
  width: 34px;
  height: 26px;
  display: block;
}
.banner .stage.before .packs .focus .counter .countNum {
  text-align: center;
  color: #a60707;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  text-shadow: 0 1px 0 #fff;
}
.banner .stage.before .packs .focus .counter .numGhost {
  position: absolute;
  top: 0;
  left: -3px;
  width: 34px;
  height: 26px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #a60707;
  font-size: 24px;
  text-shadow: 0 1px 0 #fff;
}
.banner .stage.before .packs .focus .reduce {
  position: relative;
  display: block;
  width: 337px;
  height: 320px;
}
.banner .stage.before .packs .focus .reduce .num {
  position: absolute;
  left: 214px;
  bottom: 54px;
  width: 32px;
  height: 30px;
  display: inline-block;
  background: url(../images/reduce.png) no-repeat;
}
.banner .stage.before .packs .focus .reduce .ghost {
  position: absolute;
  top: 35px;
  right: -16px;
  width: 306px;
  height: 315px;
  display: block;
  background: url(../images/gift-ghost.png) center no-repeat;
}
.banner .stage.before .packs .focus .reduce.reduce1 .num {
  background-position: 0 0;
}
.banner .stage.before .packs .focus .reduce.reduce2 .num {
  background-position: 0 -30px;
}
.banner .stage.before .details {
  margin-top: 60px;
}
.banner .stage.before .details .info {
  height: 160px;
}
.banner .stage.before .details .info h3 {
  color: #8e7329;
  width: 270px;
  margin-bottom: 10px;
}
.banner .stage.before .details .info h3 span {
  display: inline-block;
  padding-left: 6px;
  width: 34px;
  height: 22px;
  font-size: 16px;
  letter-spacing: 8px;
  background: url(../images/num-bg.png) center no-repeat;
}
.banner .stage.before .details .info dl dt del,
.banner .stage.before .details .info dl dd del {
  float: right;
}
.banner .stage.before .details .info dl dt {
  margin-bottom: 8px;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px #f0e8d3 solid;
}
.banner .stage.before .details .info dl dd {
  font-size: 14px;
  display: block;
  padding: 4px 0;
}
.banner .stage.after .packs {
  // background: url(../images/golden-family-pack.png?1) center no-repeat;
  background: url(https://purchase.iobit.com/2024/imf/junsmrsale/images/golden-family-pack.png) center no-repeat;
}
.banner .stage.after .details {
  margin-top: 70px;
  height: 320px;
}
.banner .stage.after .details .info {
  height: 140px;
}
.banner .stage.after .details .info h3 {
  width: 270px;
}
.banner .stage.after .details .info dl {
  text-align: center;
}
.banner .stage.after .details .info dl dt {
  margin-top: 20px;
  margin-bottom: 16px;
  height: 50px;
  text-indent: -9999px;
  background: url(../images/small-title.png?) center no-repeat;
}
.banner .stage.after .details .info dl dd {
  font-size: 16px;
}
.banner .extra {
  float: left;
  margin-top: 38px;
  width: 510px;
  height: 138px;
  border-radius: 8px;
  border: 1px #fefdfb solid;
  background-color: #eae2c7;
}
.banner .extra .info {
  float: left;
  width: 290px;
  height: 138px;
}
.banner .extra .info h3,
.banner .extra .info p,
.banner .extra .info strong {
  display: none;
}
.banner .extra .checkout {
  float: left;
  width: 195px;
  margin-top: 30px;
  text-align: center;
}
.banner .extra .checkout dt strong {
  font-size: 28px;
  line-height: 34px;
}
.banner .extra .checkout dt del {
  position: relative;
  font-size: 12px;
  color: #494949;
  text-decoration: blink;
}
.banner .extra .checkout dt del:after {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 45px;
  height: 10px;
  display: inline-block;
  content: "";
  background: url(../images/line-through.png) 0 -30px no-repeat;
}
.banner .extra.single,
.banner .extra.family-pack {
  background:#eae2c7 url(../images/boxshot-imf.png) 150px center no-repeat;
}
.banner .extra.family-pack,
.banner .extra.value-pack {
  float: right;
}
.banner .extra.single .info {
  background: url(../images/single-solution.png) 37px center no-repeat;
}
.banner .extra.family-pack {
  background-position: 165px center;
}
.banner .extra.family-pack .info {
  background: url(../images/family-pack.png) 6px center no-repeat;
}
.banner .extra.value-pack {
  position: relative;
}
.banner .extra.value-pack:after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  width: 512px;
  height: 142px;
  display: inline-block;
  background: url(../images/sold-out.png) center no-repeat;
}
.banner .extra.value-pack .info {
  background: url(../images/value-pack.png?) 45px 15px no-repeat;
}
.banner .extra.active {
  -webkit-box-shadow: 0 15px 20px rgba(123, 98, 30, 0.45);
  box-shadow: 0 15px 20px rgba(123, 98, 30, 0.45);
}
.banner .extra.active .checkout .checkbtn {
  color: #fff;
  background-position: 0 -220px;
}
.banner .extra.active .checkout .checkbtn:hover {
  text-shadow: 0 2px 2px #c3930c;
  background-position: 0 -280px;
}
.checkbtn {
  display: inline-block;
  text-align: center;
  background: url(../images/checkbtn.png) no-repeat;
}
.checkbtn.large {
  width: 294px;
  height: 77px;
  font-size: 22px;
  color: #fff;
  line-height: 68px;
}
.checkbtn.large:hover {
  background-position: 0 -77px;
}
.checkbtn.middle {
  width: 200px;
  height: 56px;
  line-height: 42px;
  font-size: 18px;
  color: #7d621c;
  background-position: 0 -160px;
}
.checkbtn.small {
  width: 180px;
  height: 48px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-position: 0 -350px;
}
.checkbtn.small:hover {
  background-position: 0 -400px;
}
.payments {
  height: 84px;
  background-color: #f2f2f2;
}
.payments img {
  float: left;
  display: block;
  margin: -11px 0 0 50px;
}
.payments p {
	position: relative;
  float: left;
  margin-left: 25px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px;
  color: #3f3f3f;
  text-align: left;
  font-weight: 400;
}
.payments p a {
  text-decoration: underline;
  color: #3f3f3f;
}
.payments p a:hover {
  color: #1c1c1c;
}
.payments p strong {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
}
.payments p small {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #929292;
}
.payments p span {
  z-index: 99;
  display: none;
  position: absolute;
  top: 65px;
  left: 8px;
  width: 691px;
  height: 55px;
  padding: 14px 0 0 24px;
  font-size: 14px;
  font-size: 13px \9;
  line-height: 18px;
  color: #4f4f4f;
  background: url("../images/payments-tips.png") center no-repeat;
}
.benfits {
  height: 400px;
  margin: 40px 0;
}
.benfits h2 {
  font-size: 28px;
  text-align: center;
}
.benfits .container {
  margin-top: 40px;
  background: url(../images/screenshot.jpg) center top no-repeat;
}
.benfits .container .list {
  float: left;
  width: 290px;
}
.benfits .container .list dl {
  height: 80px;
  display: block;
  margin-top: 20px;
  margin-bottom: 45px;
}
.benfits .container .list dl dt {
  float: left;
  width: 57px;
}
.benfits .container .list dl dd {
  float: right;
  padding-left: 10px;
  font-size: 12px;
  color: #4a4a4a;
  width: 223px;
}
.benfits .container .list dl dd.titlebar {
  margin-bottom: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  border-bottom: 2px #000 solid;
}
.benfits .container .list dl dd.titlebar sup {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  background-color: #2c8a11;
  padding: 0px 5px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}
.benfits .container .list dl dd h3 {
  font-size: 18px;
  color: #000;
}
.benfits .container .list.last {
  float: right;
}
.benfits .link {
  width: 100%;
  text-align: center;
}
.benfits .link a {
  color: #4a75cc;
  text-decoration: underline;
}
.gift-pack {
  width: 100%;
  height: 520px;
  display: inline-block;
  margin-bottom: 50px;
  background: #f7f4eb url(../images/gift-bg.jpg) center no-repeat;
}
.gift-pack h2 {
  text-indent: -9999px;
  height: 38px;
  display: block;
  margin: -17px auto 0;
  background: url(https://purchase.iobit.com/2024/imf/sepautumnsale/images/gift-title.png?t=1648795184) center no-repeat;
}
.gift-pack .container {
  margin: 30px 0;
}
.gift-pack .container ul {
  float: left;
  width: 226px;
  margin-right: 161px;
  text-align: center;
}
.gift-pack .container ul.last {
  margin-right: 0;
}
.gift-pack .container ul li {
  font-size: 12px;
}
.gift-pack .container ul li del {
  color: #4a4a4a;
}
.gift-pack .container ul li strong {
  display: inline-block;
  margin: 10px 0 4px;
  font-size: 16px;
}
.gift-pack .container ul li.last {
  display: inline-block;
  margin-top: 14px;
}
.gift-pack .cartarea {
  width: 1000px;
  border-top: 1px #d1cdb8 solid;
}
.gift-pack .cartarea h3 {
  display: block;
  width: 330px;
  height: 22px;
  margin: -10px auto 0;
  font-size: 18px;
  text-align: center;
  background: #f7f4eb;
}
.gift-pack .cartarea .checkout {
  display: block;
  margin: 14px auto 0;
  width: 294px;
  text-align: center;
}
.gift-pack .cartarea .checkout dt {
  font-size: 16px;
  text-align: center;
}
.gift-pack .cartarea .checkout dt strong {
  font-size: 40px;
  line-height: 42px;
  color: #e20202;
}
.gift-pack .cartarea .checkout dt del {
  position: relative;
  color: #494949;
  text-decoration: blink;
}
.gift-pack .cartarea .checkout dt del:after {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 62px;
  height: 14px;
  display: inline-block;
  content: "";
  background: url(../images/line-through.png) 0 -0 no-repeat;
}
.gift-pack .cartarea .checkout dd {
  color: #737373;
  font-size: 12px;
}
.gift-pack .cartarea .checkout dd.last {
  width: 260px;
  display: block;
  margin-left: 26px;
}
.gift-pack .cartarea .checkout dd.last i {
  float: left;
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url(../images/icon-guarteen.png) center no-repeat;
}
.awards {
  height: 106px;
  margin-top: 20px;
  text-align: center;
  background: url(../images/brand-media.jpg) no-repeat center 33px;
}
.awards .wrapper {
  border-top: 1px #e6e6e6 solid;
}
.awards .wrapper h2 {
  display: block;
  width: 438px;
  height: 45px;
  margin: -20px auto 0;
  font-size: 20px;
  background: url(../images/ribbon.png) center no-repeat;
}
.awards .wrapper img {
  margin-right: 25px;
  margin-top: 15px;
}
.review {
  display: block;
  margin: 20px auto;
}
.review .reviews {
  display: none;
  text-align: center;
}
.review .reviews h2 {
  font-size: 36px;
}
.review .reviews h3 {
  display: inline-block;
  padding: 6px 0;
  font-size: 19px;
}
.review .reviews p {
  margin-top: 4px;
  color: #707070;
  font-weight: 600;
  line-height: 24px;
}
.review .reviews.active {
  display: block;
  height: 150px;
}
.review .handle {
  display: block;
  height: 126px;
  margin-top: 50px;
  margin-bottom: 100px;
  border-bottom: 3px #e8e9ed solid;
}
.review .handle li {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.review .handle li .badge {
  height: 130px;
  display: block;
  margin-bottom: 20px;
}
.review .handle li .badge img {
  width: 66px;
  height: 66px;
  margin-top: 34px;
  margin-bottom: 22px;
  transition: .2s ease-in-out;
}
.review .handle li .badge span {
  width: 120px;
  height: 3px;
  display: block;
  margin: 0 auto;
  background: #e8e9ed;
}
.review .handle li strong {
  font-size: 14px;
  color: #000;
  display: none;
}
.review .handle li.active .badge img {
  width: 100px;
  height: 100px;
  margin-top: 0;
}
.review .handle li.active .badge span {
  background: #000;
}
.review .handle li.active strong,
.review .handle li.active span {
  display: block;
}
.compar-tab {
  margin: 30px auto 10px;
  display: block;
}
.compar-tab table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.compar-tab table thead th {
  padding: 10px 0;
  height: 80px;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  font-weight: 600;
}
.compar-tab table thead th.text {
  text-align: left;
  font-size: 22px;
}
.compar-tab table thead th.item-free {
  color: #fff;
  background: #6c6c6c;
}
.compar-tab table thead th.item-free strong {
  display: block;
  margin-top: 15px;
}
.compar-tab table thead th.item-free span {
  display: block;
}
.compar-tab table thead th.item-pro {
  color: #fff;
  background: #7d621c;
}
.compar-tab table thead th.item-pro dl dt {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 12px;
}
.compar-tab table tr {
  text-align: center;
}
.compar-tab table tr th,
.compar-tab table tr td {
  vertical-align: middle;
}
.compar-tab table tr td {
  height: 40px;
  border-bottom: 1px #dcdcdc solid;
}
.compar-tab table tr td.text {
  text-align: left;
  width: 570px;
}
.compar-tab table tr td.text sup {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -1px;
}
.compar-tab table tr td.text sup.c-green {
  color: #0eae3f;
}
.compar-tab table tr td.text sup.c-red {
  color: #e10707;
}
.compar-tab table tr td.icons {
  text-align: left;
  width: 40px;
}
.compar-tab table tfoot th {
  height: 110px;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  font-weight: 600;
}
.compar-tab table tfoot th.text {
  text-align: left;
  font-size: 22px;
}
.compar-tab table tfoot th.item-free {
  color: #fff;
  font-size: 16px;
  background: #6c6c6c;
}
.compar-tab table tfoot th.item-free strong {
  display: block;
  margin-top: 30px;
}
.compar-tab table tfoot th.item-free span {
  display: block;
  font-size: 14px;
}
.compar-tab table tfoot th.item-pro {
  color: #fff;
  background: #7d621c;
}
.compar-tab table tfoot th.item-pro dl dt {
  margin-top: 6px;
}
.compar-tab table tfoot th.item-pro dl dd {
  margin-top: 4px;
  font-size: 12px;
}
.compar-tab table tfoot th.item-pro dl dd:last-child {
  font-size: 14px;
  margin-top: -8px;
}
.compar-tab table .item-free,
.compar-tab table .item-pro {
  display: inline-block;
  width: 190px;
}
.compar-tab table .item-free img,
.compar-tab table .item-pro img {
  margin: 11px auto 0;
}
.compar-tab table .item-free {
  border-bottom: 1px #e4e4e4 solid;
}
.compar-tab table .item-free.checked {
  background: #f6f6f6;
}
.compar-tab table .item-pro {
  background: #fffbf1;
  border-bottom: 1px #dcdcdc solid;
}
.compar-tab table .space {
  width: 10px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.footer {
  margin-top: 60px;
  background: #f5f5f5;
}
/* service */
.service dl {
  margin-top: 30px;
  margin-bottom: 18px;
  width: 498px;
  height: 124px;
  text-align: center;
  overflow: hidden;
  background-color: #dfdfdf;

  color: #babcca;
}
.service dl { float: left; width: 475px; color: #292929;}
.service dl.fr { float: right; width: 520px;}
.service .fl dt {
  float: left;
  margin-top: 25px;
  margin-left: 5px;
  width: 96px;
  text-align: center;
}
.service .fl dd {
  float: left;
  width: 370px;
  text-align: left;
  
}
.service dd h4 {
  padding: 22px 0 10px;
  font-size: 15px;
}
.service .fr dd h4 {
  padding-left: 20px;
  padding-bottom: 12px;
  text-align: left;
}
.service dd p {
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}

.footer .annotation {
	padding-top: 10px;
	border-top: solid #c8c8c8 1px;
  margin: 10px auto;
  font-size: 12px;
}
.footer .annotation dt {
  display: inline-block;
}
.footer .copyright {
  padding: 20px 0;
  text-align: center;
}
.float {
  position: fixed;
  top: -340px;
  right: 0;
  z-index: 0;
  width: 200px;
  height: 340px;
  transition: .5s ease-in-out;
}
.float.on {
  top: 30px;
}
.float .wrapper {
  position: relative;
}
.float .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 340px;
  display: block;
  background: url(../images/float.png) center no-repeat;
}
.float .inner p {
  width: 100%;
  text-align: center;
  text-indent: 5px;
  position: absolute;
  bottom: 49px;
  color: #84671b;
  font-weight: 600;
}
.float .inner p strong {
  position: relative;
  font-size: 16px;
  color: #f10000;
}
.float .inner p strong span {
  position: absolute;
  top: 0;
  left: 0;
}
.float .inner p em {
  display: block;
  color: #84671b;
  font-style: normal;
  text-decoration: underline;
}
