h2 {
  text-align: center;
  margin-bottom: 20px;
}
.banner {
  padding: 63px 0 95px;
  background: url(/assets/images/background/fbackup-banner-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.banner .txt {
  margin-top: 50px;
}
.banner p.tips {
  font-size: 2.4rem;
}
.banner h1 {
  font-size: 4rem;
}
.banner h1:lang(en) {
  white-space: nowrap;
}
.banner .hook {
  display: inline-block;
  margin: 20px 0 43px;
}
.banner .hook > li {
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.banner .hook > li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 13px;
  height: 12px;
  content: "";
  background: url(/assets/images/icons/hook-white.png) no-repeat center;
}
.banner .btn {
  height: 60px;
  line-height: 60px;
  min-width: 260px;
  font-size: 2.2rem;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .banner {
    text-align: center;
  }
  .banner h1 {
    white-space: unset;
  }
  .banner .txt {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.ensure-wrap {
  padding: 90px 0 60px;
  background: #f8f8f8;
}
.ensure-wrap .desc {
  margin: auto;
  max-width: 895px;
  text-align: center;
}
.ensure-wrap .two-con {
  margin-top: 40px;
}
.ensure-wrap .leftimg img {
  margin-left: 100px;
}
.ensure-wrap dl {
  max-width: 580px;
}
.ensure-wrap dt {
  font-size: 1.8rem;
  font-weight: 900;
}
.ensure-wrap dd {
  line-height: 1.8;
}
.ensure-wrap .infolist {
  max-width: 1120px;
  margin: 50px auto 0;
}
.ensure-wrap .infolist .item {
  margin-bottom: 40px;
  padding: 30px;
  width: 1020px;
  min-height: 170px;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.ensure-wrap .infolist .item:nth-child(2n) {
  margin-left: 100px;
}
.ensure-wrap .infolist .item:nth-child(2n) .text {
  margin-right: 30px;
}
.ensure-wrap .infolist .text {
  margin-left: 30px;
  width: 755px;
}
.ensure-wrap .infolist .text .title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1;
}
.ensure-wrap .infolist .text .info {
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .ensure-wrap .two-con {
    text-align: center;
  }
  .ensure-wrap .two-con .leftimg img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .ensure-wrap .two-con dl {
    max-width: 100%;
  }
  .ensure-wrap .infolist .text {
    width: calc(100% - 200px);
  }
  .ensure-wrap .infolist .item {
    width: 100%;
  }
  .ensure-wrap .infolist .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  .ensure-wrap .infolist .item {
    position: relative;
    padding: 20px;
  }
  .ensure-wrap .infolist .text {
    padding-top: 120px;
    width: 100%;
    margin-left: 0;
  }
  .ensure-wrap .infolist img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.user-wrap {
  padding: 90px 0;
  background: url(/assets/images/background/fbackup-review-bg.png);
  text-align: center;
}
.user-wrap .logo-ul {
  display: inline-block;
}
.user-wrap .logo-ul li {
  margin: 0 40px;
  display: inline-block;
  vertical-align: middle;
}
.user-wrap p {
  margin: 70px;
  color: #fff;
  font-size: 1.8rem;
}
.user-wrap strong {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 100;
}
.user-wrap .btn {
  color: #1a1a1a;
}
.user-wrap .btn:hover {
  color: #fff;
}
.user-wrap a.link {
  color: #fff;
}
/* com */
.uline {
  position: relative;
  display: inline;
  cursor: pointer;
  text-decoration: underline;
}
.uline .io {
  width: 240px;
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0px 0px;
  padding: 20px 20px 10px;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  visibility: hidden;
  opacity: 0;
  z-index: 410;
  border-bottom: 3px solid #18abff;
}
.io::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #18abff;
}
.uline:hover .io {
  visibility: visible;
  opacity: 1;
}
[data-pricing-checkbox="false"] .pricing-cb.pricing-checked {
  background: url(/assets/images/icons/gou3.png) no-repeat center;
}
.pricing-cb.pricing-unchecked {
  background-position: -379px -405px;
}
.pricing-cb.pricing-checked {
  background-position: -445px -405px;
}
/* com */
.product-vs {
  background-color: #fff;
  padding: 90px 0 70px;
}
.product-vs h4,
.product-vs h6 {
  margin: 0;
  line-height: 1.5;
}
.product-vs h2 {
  text-align: center;
  margin-bottom: 0;
}
.product-vs .desc {
  margin: 20px auto 30px;
  max-width: 870px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #444952;
}
/* .cnt-table */
.table .tb-sg {
  color: #fff;
  background: linear-gradient(0deg, #1a35b2, #0f74ec);
}
.table .tb-sg {
  font-size: 1.4rem;
}
.table .tb-sg h4 {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.table h5 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.table del {
  line-height: 15px;
  height: 15px;
  display: block;
}
.table tbody h6 {
  font-size: 14px;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.table tbody h6:lang(es),
.table tbody h6:lang(de) {
  font-size: 13px;
}
.table tbody h6:lang(tw) {
  font-weight: 500;
}
.g-tt {
  background-color: #f7f6d7;
  height: 60px;
  cursor: pointer;
}
.g-tt.closed {
  background-color: #f3f5fa;
}
.g-tt .tt-ic {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #175dc0;
  border-radius: 4px;
  position: relative;
  margin-right: 14px;
  vertical-align: middle;
}
.g-tt .tt-ic::after,
.g-tt .tt-ic::before {
  content: "";
  display: inline-block;
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.g-tt .tt-ic::before {
  width: 12px;
  height: 2px;
}
.g-tt .tt-ic::after {
  width: 2px;
  height: 12px;
  display: none;
}
.g-tt.closed .tt-ic::after {
  display: block;
}
.g-tt h4 {
  font-size: 18px;
}
/* table */
/*table*/
.table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.table th {
  font-weight: normal;
  font-size: 16px;
}
.table thead th:not(:first-child) {
  color: #fff;
}
.table tbody tr:first-child td {
  border-top: none;
}
.table thead tr th,
.table thead tr td,
.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d3dde9;
  background-clip: padding-box;
}
.table td {
  position: relative;
  /* z-index: 0; */
  padding: 15px 0;
}
.table td.hook::after,
.table td.nohook::after {
  content: "";
  display: inline-block;
}
.table td.hook::after {
  width: 15px;
  height: 15px;
  background: url(/assets/images/icons/hook-green.png) no-repeat center;
}
.table td.nohook::after {
  width: 15px;
  height: 3px;
  background-color: #bdbdbd;
}
.table td.hook.txt {
  padding-top: 20px;
}
.table td.hook.txt::after {
  top: -20px;
}
.table .price {
  font-family: "Myriad Pro";
}
.table .curr-price {
  font-size: 24px;
  display: block;
  line-height: 1.2;
}
.table .btn {
  width: 160px;
}
.table-col5 h5,
.table-col5 p {
  margin: 0;
}
.table-col5 thead th:first-child,
.table-col5 tr td:first-child {
  width: 308px;
  text-align: left;
}
.table-col5 thead th:not(:first-child),
.table-col5 tr td:not(:first-child) {
  width: 200px;
}
@media all and (max-width: 767px) {
  .table-box {
    overflow-y: hidden;
  }
  .table {
    width: 768px;
  }
}
.table.noborder tr th,
.table.noborder tr td {
  border: 0;
  padding: 20px 15px;
  text-align: left;
}
.table.blue tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table.blue tbody tr:nth-child(even) {
  background-color: #dce8ff;
}
.table-outer {
  overflow-x: auto;
}
.table-outer .table {
  width: 100%;
  min-width: 940px !important;
}
/* phone button */
.tb-tabs {
  display: none;
}
.tb-tabs li {
  display: inline-block;
  margin-bottom: 20px;
}
.tb-tabs li a {
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  padding: 3px 5px;
  color: #116de5;
  border: 1px solid #116de5;
}
.tb-tabs li.active a {
  color: #fff;
  background-color: #116de5;
}
.tb-tabs > li:nth-child(1).active > a,
.tb-tabs > li:nth-child(1).active > a:focus {
  background-color: #45b854;
  border-color: #45b854;
}
.tb-tabs > li:nth-child(2).active > a,
.tb-tabs > li:nth-child(2).active > a:focus {
  background-color: #18abff;
}
.tb-tabs > li:nth-child(3).active > a,
.tb-tabs > li:nth-child(3).active > a:focus {
  background-color: #2084ff;
}
.tb-tabs > li:nth-child(4).active > a,
.tb-tabs > li:nth-child(4).active > a:focus {
  background-color: #1763c1;
}
.tb-tabs > li:nth-child(5).active > a,
.tb-tabs > li:nth-child(5).active > a:focus {
  background-color: #104484;
}
.tb-tabs > li.active > a,
.tb-tabs > li.active > a:hover,
.tb-tabs > li.active > a:focus {
  background-color: #091871;
}
@media (max-width: 999px) {
  .tb-tabs {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tb-tabs {
    zoom: 0.8;
  }
}
/* phone button */
@media all and (max-width: 1200px) {
  .table-outer {
    overflow-x: scroll;
  }
  .table-outer .fixed-tb-header {
    max-width: none;
    position: static !important;
    display: table;
  }
  /*这个尺寸的设备显示的显示滚动条*/
  .table-outer {
    overflow-y: auto;
    padding-bottom: 1px;
  }
  .table-outer::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  .table-outer::-webkit-scrollbar {
    width: 5px;
    height: 13px;
  }
  .table-outer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    min-height: 28px;
  }
  .table-outer::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .table-outer .fixed-tb-header,
  .table-outer .table,
  .table-outer .table > tbody > tr > td,
  .table-outer .table > tbody > tr > th,
  .table-outer .table > tfoot > tr > td,
  .table-outer .table > tfoot > tr > th,
  .table-outer .table > thead > tr > td,
  .table-outer .table > thead > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > thead > tr,
  .table-outer .table > tbody,
  .table-outer .table > tfoot,
  .table-outer .table > thead,
  .table-outer .table > caption + thead > tr:first-child > td,
  .table-outer .table > caption + thead > tr:first-child > th,
  .table-outer .table > colgroup + thead > tr:first-child > td,
  .table-outer .table > colgroup + thead > tr:first-child > th,
  .table-outer .table > thead:first-child > tr:first-child > td,
  .table-outer .table > thead:first-child > tr:first-child > th {
    display: block;
    width: auto !important;
    min-width: auto !important;
    min-height: 30px;
  }
  .table-outer .table > tbody > tr > td:first-child,
  .table-outer .table > tbody > tr > th:first-child,
  .table-outer .table > tfoot > tr > td:first-child,
  .table-outer .table > tfoot > tr > th:first-child,
  .table-outer .table > thead > tr > td:first-child,
  .table-outer .table > thead:first-child > tr:first-child > td:nth-child(1),
  .table-outer .table > thead:first-child > tr:first-child > th:nth-child(1) {
    display: table-cell;
    width: 50% !important;
  }
  .table-outer .t1 > tbody > tr > td:nth-child(2),
  .table-outer .t1 > tbody > tr > th:nth-child(2),
  .table-outer .t1 > tfoot > tr > td:nth-child(2),
  .table-outer .t1 > tfoot > tr > th:nth-child(2),
  .table-outer .t1 > thead > tr > td:nth-child(2),
  .table-outer .t1 > thead:first-child > tr:first-child > td:nth-child(2),
  .table-outer .t1 > thead:first-child > tr:first-child > th:nth-child(2),
  .table-outer .t2 > tbody > tr > td:nth-child(3),
  .table-outer .t2 > tbody > tr > th:nth-child(3),
  .table-outer .t2 > tfoot > tr > td:nth-child(3),
  .table-outer .t2 > tfoot > tr > th:nth-child(3),
  .table-outer .t2 > thead > tr > td:nth-child(3),
  .table-outer .t2 > thead:first-child > tr:first-child > td:nth-child(3),
  .table-outer .t2 > thead:first-child > tr:first-child > th:nth-child(3),
  .table-outer .t3 > tbody > tr > td:nth-child(4),
  .table-outer .t3 > tbody > tr > th:nth-child(4),
  .table-outer .t3 > tfoot > tr > td:nth-child(4),
  .table-outer .t3 > tfoot > tr > th:nth-child(4),
  .table-outer .t3 > thead > tr > td:nth-child(4),
  .table-outer .t3 > thead:first-child > tr:first-child > td:nth-child(4),
  .table-outer .t3 > thead:first-child > tr:first-child > th:nth-child(4),
  .table-outer .t4 > tbody > tr > td:nth-child(5),
  .table-outer .t4 > tbody > tr > th:nth-child(5),
  .table-outer .t4 > tfoot > tr > td:nth-child(5),
  .table-outer .t4 > tfoot > tr > th:nth-child(5),
  .table-outer .t4 > thead > tr > td:nth-child(5),
  .table-outer .t4 > thead:first-child > tr:first-child > td:nth-child(5),
  .table-outer .t4 > thead:first-child > tr:first-child > th:nth-child(5),
  .table-outer .t5 > tbody > tr > td:nth-child(6),
  .table-outer .t5 > tbody > tr > th:nth-child(6),
  .table-outer .t5 > tfoot > tr > td:nth-child(6),
  .table-outer .t5 > tfoot > tr > th:nth-child(6),
  .table-outer .t5 > thead > tr > td:nth-child(6),
  .table-outer .t5 > thead:first-child > tr:first-child > td:nth-child(6),
  .table-outer .t5 > thead:first-child > tr:first-child > th:nth-child(6),
  .table-outer .t6 > tbody > tr > td:nth-child(7),
  .table-outer .t6 > tbody > tr > th:nth-child(7),
  .table-outer .t6 > tfoot > tr > td:nth-child(7),
  .table-outer .t6 > tfoot > tr > th:nth-child(7),
  .table-outer .t6 > thead > tr > td:nth-child(7),
  .table-outer .t6 > thead:first-child > tr:first-child > td:nth-child(7),
  .table-outer .t6 > thead:first-child > tr:first-child > th:nth-child(7) {
    display: table-cell;
    width: 50% !important;
  }
  .table-outer .table > tbody > tr > td,
  .table-outer .table > tbody > tr > th,
  .table-outer .table > tfoot > tr > td,
  .table-outer .table > tfoot > tr > th,
  .table-outer .table > thead > tr > td,
  .table-outer .table > thead:first-child > tr:first-child > td,
  .table-outer .table > thead:first-child > tr:first-child > th {
    display: none;
  }
  .table-outer .table > tbody > tr,
  .table-outer .table > tbody > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > tfoot > tr,
  .table-outer .table > thead > tr,
  .table-outer .table > thead:first-child > tr:first-child,
  .table-outer .table > thead:first-child > tr:first-child {
    display: table;
    width: 100% !important;
  }
}
.table-col7 th,
.table-col7 td {
  width: 14%;
  color: #333;
}
.table-col4 th:first-child {
  width: 16%;
  color: #333;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.table-col7 th:first-child,
.table-col7 td:first-child {
  width: 16%;
  text-align: left;
  padding: 15px 15px 12px;
  word-break: break-word;
}
.table-col7 th:first-child:lang(es),
.table-col7 td:first-child:lang(es),
.table-col7 th:first-child:lang(de),
.table-col7 td:first-child:lang(de) {
  padding: 15px 5px 12px 10px;
}
.table-col7 th:first-child {
  text-align: center;
}
.table-col4 th:first-child > .plh {
  font-size: 2.4rem;
  font-weight: bold;
}
.table {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  color: #fff;
}
.table .f-fs24,
.table .tbhd .sale-price {
  font-size: 2.4rem;
  font-weight: bold;
}
.table .tbhd {
  padding: 15px 0;
  min-height: 100px;
}
.table .tbhd strong {
  font-size: 16px;
  font-weight: normal;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: 15px;
}
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 0;
}
.tbhd h4 {
  margin-bottom: 0;
}
.table .tbbd {
  padding: 20px 0 10px;
  color: #666;
}
.table .tbbd-row {
  margin-top: 5px;
}
.table .btn {
  margin-bottom: 0;
}
.table .tbbd .btn-link {
  font-size: 1.2rem;
  height: 20px;
  line-height: 20px;
  color: #175dc0;
}
.table h6 .illustrate-tip {
  font-weight: normal;
}
.table:first-child {
  width: 100%;
}
.illustrate-tip {
  top: 2px;
}
.table h6 .illustrate-tip .illustrate-content {
  min-width: auto;
  word-break: keep-all;
  white-space: nowrap;
}
.table-outer {
  position: relative;
  overflow: visible;
}
.bg-g1 {
  background-image: linear-gradient(#5dc560, #5dc560), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #5dc560;
}
.bg-g2 {
  background-image: linear-gradient(#eaf7eb, #eaf7eb), linear-gradient(#359eff, #359eff);
  background-blend-mode: normal, normal;
  background-color: #eaf7eb;
}
.bg-b11 {
  background-image: linear-gradient(#2084ff, #2084ff), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}
.bg-b1 {
  background-color: #18abff;
}
.bg-b2 {
  background-color: #091871;
}
.bg-b4 {
  background-color: #dce8ff;
}
.bg-b8 {
  background-color: #1763c1;
}
.bg-b9 {
  background-color: #1763c1;
}
.bg-b10 {
  background-color: #104484;
}
.bg-b12 {
  background-color: #fafcff;
}
.bg-b13 {
  background-color: #f1f8ff;
}
.bg-b14 {
  background-color: #ecf5ff;
}
.bg-b15 {
  background-color: #e3f0ff;
}
.bg-b16 {
  background-color: #dce8ff;
}
.pricing-box .pricing-cb-row .pricing-cb-text {
  font-size: 1.2rem;
}
.f-h20 {
  min-height: 27px;
}
.f-h20:lang(tw) {
  min-height: 28px;
}
.table-col7 del {
  font-size: 14px;
  opacity: 0.62;
  text-decoration: line-through;
}
.plh.h22 {
  height: 22px;
}
.plh.h54 {
  height: 74px;
}
.table .tbhd strong {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.table .btn {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 130px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .table .btn {
    font-size: 1.4rem;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
  }
  .table.table-bordered th:first-child,
  .table.table-bordered td:first-child {
    width: 16%;
  }
  .pricing-box .pricing-select,
  .table .btn {
    width: 120px !important;
    min-width: auto;
  }
  .table .tbhd {
    min-height: 124px;
  }
}
@media (min-width: 992px) {
  .fixed-tb-header.scrolling {
    position: fixed;
    background-color: #fff;
    z-index: 300;
  }
}
/* table */
.check-box {
  margin-top: 20px;
}
.check-box .check {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.check-box .check.unchecked {
  background: url(/assets/images/icons/wgx.png) no-repeat center;
}
.check-box .check.checked {
  background: url(/assets/images/icons/gx.png) no-repeat center;
}
/* .cnt-table */
@media (max-width: 992px) {
  .table .table:first-child {
    position: relative;
  }
  .table .uline {
    position: static;
  }
  .table .uline .io {
    left: 120px;
    right: auto;
    margin-bottom: 17px;
  }
}
@media (max-width: 420px) {
  .table .uline.line-2 .io {
    margin-bottom: 35px;
  }
}
.guarantee {
  margin-top: 30px;
  min-height: 80px;
  padding: 15px 0 15px;
}
.guarantee .part-guarantee-box {
  text-align: center;
}
.guarantee .part-guarantee-box .txt {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 10px;
  text-align: left;
  color: #1a1a1a;
}
@media (max-width: 991px) {
  .guarantee .part-guarantee-box {
    padding: 0;
  }
  .guarantee li > div {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .guarantee li > div {
    width: 100%;
    text-align: center;
  }
  .guarantee .part-guarantee-box .txt {
    display: block;
    margin: 0;
    text-align: center;
  }
}
/* product-vs */
[lang="jp"] .table .tbhd strong {
  margin-top: 0;
}
