.btn-md {
  height: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 280px;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.down {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(/resource/images/phone-manager/pa-page-ft-ic-download-24.svg) no-repeat;
  background-size: cover;
}
.banner {
  padding: 80px 0;
  background: url("/resource/images/free-backup-software/dp-freebackup-banner-bg@2x.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.banner h1 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 70px;
}
.banner h1:lang(jp) {
  font-size: 55px;
}
.banner h1:lang(de) {
  font-size: 50px;
}
.banner .tips {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.banner .tips::before {
  content: "";
  display: inline-block;
  min-width: 60px;
  height: 60px;
  background: url("/resource/images/free-backup-software/dp-freebackup-logo-ab-60.svg") no-repeat;
  background-size: cover;
}
.banner .list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 60px;
}
.banner .hook {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
.banner li {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  padding-left: 20px;
}
.banner li::before {
  content: "";
  display: inline-block;
  min-width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url("/resource/images/free-backup-software/dp-free-ic-gou-16-white.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner .tips {
    font-size: 25px;
  }
  .banner h1 {
    line-height: 1;
    font-size: 45px;
  }
}
@media (max-width: 467px) {
  .banner .tips {
    font-size: 16px;
  }
}
.ensure-wrap {
  padding: 160px 0;
  background: #ffffff;
  text-align: center;
}
.ensure-wrap h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 24px;
}
.ensure-wrap .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.ensure-wrap .row {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 80px;
  text-align: left;
  flex-wrap: wrap;
}
.ensure-wrap .right-list {
  max-width: 716px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ensure-wrap dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
.ensure-wrap dl {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.ensure-wrap .infolist,
.ensure-wrap .infolist2 {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.ensure-wrap .infolist .item,
.ensure-wrap .infolist2 .item {
  padding: 40px 24px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
}
.ensure-wrap .infolist .title,
.ensure-wrap .infolist2 .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 16px 0 8px;
}
.ensure-wrap .infolist .info,
.ensure-wrap .infolist2 .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.ensure-wrap .infolist {
  margin: 80px 0 16px;
  flex-wrap: wrap;
}
.ensure-wrap .infolist .item {
  max-width: 416px;
}
.ensure-wrap .infolist2 .item {
  max-width: 50%;
}
@media (max-width: 991px) {
  .ensure-wrap .infolist2 {
    flex-direction: column;
    align-items: center;
  }
  .ensure-wrap .infolist2 .item {
    min-width: 100%;
  }
}
.trusted {
  padding: 160px 0;
  text-align: center;
}
.trusted h2 {
  margin-bottom: 80px;
}
.trusted .wrap ul {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row;
}
.trusted .wrap ul .item-content {
  grid-column-start: span 2;
  grid-row-start: span 3;
}
.trusted .wrap ul .item-content.phone-img {
  display: none;
}
.trusted .wrap ul .item-content.pc-img {
  display: block;
}
.trusted .wrap ul li {
  font-size: 0;
}
@media (max-width: 560px) {
  .trusted .wrap ul {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .trusted .wrap ul .item-content {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
  .trusted .wrap ul .item-content.phone-img {
    display: block;
  }
  .trusted .wrap ul .item-content.pc-img {
    display: none;
  }
}
.compare-x {
  background: #f8f9fa;
  padding: 160px 0;
  text-align: center;
}
.compare-x h1 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
}
.compare-x .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.compare-x .compare-table {
  margin-top: 80px;
}
.compare-x h2 {
  margin-bottom: 60px;
  line-height: 40px;
  color: #fff;
}
.compare-x .f-tac {
  margin-bottom: 80px;
}
.compare-x .compare-show-btn {
  width: 222px;
  height: 48px;
  border: 1px solid #137df5;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #137df5;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  text-decoration: none;
}
.compare-x .compare-show-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-bottom: -1px;
  transition: 0.3s all;
  vertical-align: middle;
  background: url(/resource/images/ab-store/ab-store-ic-add-16-blue.png) no-repeat;
}
.compare-x .compare-show-btn.active::after {
  transform: rotateZ(45deg);
}
.compare-x .pricing-box .pricing-select.init {
  font-weight: 400;
  text-align: center;
}
.compare-x .grt {
  margin-top: 80px;
  margin-bottom: 24px;
}
.compare-x .grt .list {
  display: flex;
  justify-content: space-around;
}
.compare-x .grt .icon {
  font-size: 16px;
  color: #000;
  line-height: 18px;
  text-align: center;
}
.compare-x .grt .icon span {
  position: relative;
  display: inline-block;
  text-align: left !important;
  padding-left: 50px;
}
.compare-x .grt .icon span::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
}
.compare-x .grt .icon-1 span::before {
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-guarantee-40-90day.svg) no-repeat;
}
.compare-x .grt .icon-2 span::before {
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-guarantee-40-code.svg) no-repeat;
}
.compare-x .grt .icon-3 span::before {
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-guarantee-40-support.svg) no-repeat;
}
.compare-x .grt .icon-4 span::before {
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-guarantee-40-secure.svg) no-repeat;
}
.table .table-free {
  min-height: 41px;
  line-height: 41px;
  margin-top: 25px;
  font-weight: 600;
  margin-bottom: 16px;
}
.table .btn-car::before {
  background: #ff5900;
}
.table .lic {
  display: inline-block;
  font-size: 12px;
  color: #000000;
  border-radius: 8px 8px 8px 8px;
  background: #f9faff;
  padding: 0 12px;
  margin-top: 7px;
}
.table .check-box {
  display: inline-block;
  padding-left: 0 !important;
  margin-top: 3px;
  margin-left: -48px;
  text-align: left;
  cursor: pointer;
}
.table .check-box .f-14 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.table .check-box .check {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 5px;
}
.table .check-box .check.unchecked {
  background: url(/resource/images/download/ab-comparison-ic-weigouxuan@2x.png) no-repeat;
  background-size: contain;
}
.table .check-box .check.checked {
  background: url(/resource/images/download/ab-comparison-ic-gouxuan@2x.png) no-repeat;
  background-size: contain;
}
.table .a-arw {
  color: #000;
}
.table .free-box {
  margin-bottom: 0px;
}
.table h4 {
  font-size: 20px;
  line-height: 26px;
}
.table .illustrate {
  vertical-align: -3px;
  background: url(/resource/images/standard-upgrade/tan-normal@2x.png) no-repeat;
  background-size: contain;
}
.table .illustrate:hover {
  background: url(/resource/images/standard-upgrade/tan-hover@2x.png) no-repeat;
  background-size: contain;
}
.table .illustrate-cnt {
  background: #333;
  color: #fff;
  z-index: 99;
}
.table .illustrate-cnt::before {
  border-top: 10px solid #333;
}
.table tbody tr:nth-child(odd) {
  background: #f9faff;
}
.table tbody tr:nth-child(even) {
  background: #fff;
}
.table .price [data-pricing-for="total-price"] {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
.table .price [data-pricing-for="total-price"]:lang(fr),
.table .price [data-pricing-for="total-price"]:lang(de),
.table .price [data-pricing-for="total-price"]:lang(es) {
  padding-left: 5px;
}
.table .pricing-box {
  max-width: 100%;
}
.table .pricing-box .integer {
  font-size: 32px;
}
.table .pricing-box .integer:lang(jp) {
  font-size: 23px;
}
.table .pricing-box .pricing-select {
  position: relative;
  font-size: 14px;
  margin: auto;
  max-width: 100%;
}
.table .pricing-box .pricing-select-header {
  margin: 14px auto 16px;
  cursor: pointer;
  width: 160px;
  max-width: 100%;
  height: 40px;
  background: #ffffff;
  position: relative;
  z-index: 99;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #e6e8e9;
}
.table .pricing-box .pricing-select-header .pricing-quantity-text {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.table .pricing-box .pricing-select-header .pricing-quantity-text:lang(jp) {
  font-size: 12px;
}
.table .pricing-box .pricing-select-header .glyphicon-menu-down {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
  background-position: -85px -169px;
  right: 12px;
  top: 15px;
}
.table .pricing-box .pricing-select-header .glyphicon-menu-down:lang(jp) {
  right: 10px;
}
.table .pricing-box .select-expanded .pricing-select-options {
  display: block;
  height: auto;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
.table .pricing-box .select-expanded .glyphicon-menu-down {
  background-position: -117px -169px;
}
.table .pricing-box .select-buy-box {
  position: relative;
  z-index: 99;
  min-height: 32px;
  width: 180px;
  margin: 16px auto;
}
.table .pricing-box .select-buy-box:lang(en) {
  width: 160px;
}
.table .pricing-box .select-buy-box .pricing-select-header {
  margin: 0 auto;
  border: none;
  box-shadow: unset;
  height: auto;
  border-radius: 0px;
  background: none;
  text-align: center;
}
.table .pricing-box .select-buy-box .pricing-select {
  position: absolute;
  left: 50%;
  min-height: 32px;
  overflow: hidden;
  transform: translateX(-50%);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #e6e8e9;
}
.table .pricing-box .select-buy-box .pricing-select-options li {
  display: flex;
  justify-content: center;
  padding: 7px 10px;
  text-align: center;
}
.table .pricing-box .select-buy-box .pricing-select-options li:hover {
  background: #f6f6f6;
}
.table .pricing-box .select-buy-box .pricing-select-options li:hover span {
  color: #000;
}
.table .pricing-box .select-buy-box .pricing-select-options {
  position: unset;
  margin: 0;
}
.table .pricing-box .pricing-select-options {
  display: none;
  position: absolute;
  z-index: 2;
  margin-top: -31px;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 24px 24px;
  border: none;
  border-top: 1px solid #e6e8e9;
  background: #fff;
  padding-top: 10px;
  text-align: left;
}
.table .pricing-box .pricing-select-options li {
  padding: 5px 10px;
  font-size: 14px;
}
.table .pricing-box .pricing-select-options li:lang(jp) {
  font-size: 13px;
}
.table .pricing-box .pricing-select-options span {
  cursor: pointer;
}
.table .pricing-box .pricing-select-options span:hover {
  color: #2153e9;
}
.table .pricing-box .pricing-btn-row {
  margin-bottom: 8px;
}
.table .pricing-box .trial-link {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-bottom: 16px;
}
.table .pricing-box .trial-link::after {
  content: ">>";
  display: inline-block;
  transition: 0.3s;
}
.table .pricing-box .trial-link:hover {
  color: #137df5;
}
.table .pricing-box .trial-link:hover::after {
  transform: translateX(5px);
}
.table .pricing-box .price {
  padding: 16px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.table .pricing-box .btn {
  width: 140px;
  max-width: 100%;
  line-height: 48px;
  height: 48px;
}
.table td {
  font-size: 14px;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  color: #000;
  padding: 16px 0;
  height: 48px;
  text-align: left;
  vertical-align: middle;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  padding: 20px 0;
  text-align: center;
}
.table > thead > tr > th {
  padding: 24px 0 0px !important;
  line-height: 26px;
}
.table > thead > tr > th h4 {
  font-size: 18px;
  line-height: 26px;
}
.table .plh {
  padding-left: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-align: left;
}
.table td.hook::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
}
.table tbody tr td:not(:first-child) {
  text-align: center;
}
.table td.hook.blue-tick1 {
  background-image: url("/resource/images/download/dp-free-ic-tabulation-gou-16.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.table td.shot-bar {
  background-position: center;
  background-image: url("/resource/images/download/dp-free-ic-tabulation-no-16.svg");
  filter: brightness(0.7);
  background-repeat: no-repeat;
}
.table .product-name-table-th {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.table .btn-org-md {
  display: block;
  width: 130px;
  height: 40px;
  background: #ff6600;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  margin: 18px auto 0;
}
.table .btn-org-md:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
.table .th-del {
  color: #b1b1b1;
  padding-left: 5px;
  font-weight: normal;
}
.table .tr-price {
  background: none !important;
}
.table-bordered {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #e6e8e9;
  display: block;
  background: #fff;
}
.table-bordered tr > td:first-child,
.table-bordered tr > th:first-child {
  padding-left: 25px;
  padding-right: 25px;
  width: 284px;
  border-right: 1px solid #f3f3f4;
}
.table-bordered tr > td:first-child {
  font-size: 14px;
  position: relative;
  line-height: 20px;
}
.table-bordered tr > th:not(:first-child) {
  min-width: 171px !important;
}
.table-bordered tbody .noBg {
  background: none !important;
}
.table-bordered tbody tr:nth-child(odd) {
  background: #f9faff;
}
.table-bordered tbody tr .edtion-t {
  padding: 18px 10px;
  line-height: 22px;
}
.table-bordered tbody tr[data-title] {
  background: #fbfcff;
  border: 1px solid #fff;
}
.table-bordered tbody tr[data-title][data-title="Wipe"] {
  border: none;
}
.table-bordered .text-inline {
  border-bottom: 1px solid #000;
}
.table-bordered .text-inline:hover .illustrate-cnt {
  display: block;
}
.table-bordered .illustrate-cnt {
  left: calc(50% - 90px);
  bottom: 45px;
}
.table-bordered .edtion-t {
  position: relative;
  color: #000000;
  vertical-align: middle;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.table-bordered .edtion-t strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}
.table-bordered .edtion-t:nth-child(1) {
  min-width: 25%;
  border-right: 1px solid rgba(230, 232, 233, 0.5);
  text-align: left;
  padding-left: 23px;
}
.table-bordered .edtion-t:not(:nth-child(1)) {
  min-width: 171px;
}
.table-bordered .edtion-t:not(:nth-child(1)) {
  font-size: 14px;
}
.table-bordered .edtion-t .table-icon {
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(/resource/images/free-partition-manager/dp-free-ic-tabulation-gou-16.svg) no-repeat;
}
.table-bordered .edtion-t .table-icon.not {
  background: url(/resource/images/free-partition-manager/dp-free-ic-tabulation-no-16.svg) no-repeat;
}
.table-bordered .edtion-t .under {
  position: relative;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.table-bordered .edtion-t .under:hover .io {
  display: block;
}
.table-bordered .edtion-t .io {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  width: 260px;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  text-align: left;
  z-index: 8;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #18abff;
}
.table-bordered .edtion-t .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;
}
.table-bordered .edtion-t .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/free-partition-manager/ab-comparison-ic-fenzhu-dakai@2x.png) no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.table-bordered .edtion-t .active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/free-partition-manager/ab-comparison-ic-fenzhu-guanbi@2x.png) no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.table-bordered .edtion-t h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  cursor: pointer;
}
.table-notice {
  margin: 40px 0;
}
.table-notice-title {
  height: 14px;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.table-notice-content {
  width: 1024px;
}
.table-notice-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  text-align: left;
  display: flex;
}
.table-notice-content p span:first-child {
  margin-right: 5px;
}
.contact-x {
  padding: 64px 0;
}
.contact-x .contact {
  text-align: center;
}
.contact-x img {
  vertical-align: top;
}
.contact-x .email {
  display: inline-block;
  text-align: left;
  margin-left: 60px;
}
.contact-x .email h5 {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
}
.contact-x .email p {
  max-width: 660px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.contact-x .email a {
  color: #2751c9;
}
.contact-x .email a:hover {
  color: #4c77ee;
  text-decoration: none !important;
}
.table > thead > tr > th:nth-child(1) {
  position: relative;
  vertical-align: bottom;
  padding-bottom: 54px !important;
}
.table > thead > tr > th:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f3f3f4;
}
@media screen and (max-width: 476px) {
  body h1 {
    font-size: 40px !important;
  }
  body h2 {
    font-size: 24px !important;
  }
}
.table > thead > tr > th:last-child {
  border-top-right-radius: 24px;
}
@media (max-width: 1300px) {
  .table .check-box {
    margin-left: 25px;
  }
}
@media (max-width: 1150px) {
  .compare-mn {
    overflow-y: hidden;
    border-radius: 25px;
    border: 1px solid #eee;
  }
  .table-bordered tr > td:first-child,
  .table-bordered tr > th:first-child {
    border-right: none;
  }
  .table > tbody > tr > td,
  .table > thead > tr > th {
    border-bottom: 1px solid #eee !important;
    font-size: 14px;
  }
  .table {
    position: relative;
    width: 100%;
    table-layout: fixed;
    border: none;
  }
  .table .tr-price td:first-child,
  .table td:first-child,
  .table th:first-child {
    position: sticky !important;
    left: -1px;
    /* 首行永远固定在左侧 */
    width: 25%;
    background: #f5f7fc;
    padding: 0 8px;
    z-index: 100;
  }
}
@media (max-width: 991px) {
  .contact-x .email {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
  .table-bordered tr > td:first-child,
  .table-bordered tr > th:first-child {
    border-right: none;
  }
  .table > tbody > tr > td,
  .table > thead > tr > th {
    border-bottom: 1px solid #eee !important;
    font-size: 14px;
  }
  .table {
    position: relative;
    width: 1100px;
    table-layout: fixed;
    border: none;
  }
  .table .tr-price td:first-child,
  .table td:first-child,
  .table th:first-child {
    position: sticky !important;
    left: -1px;
    /* 首行永远固定在左侧 */
    width: 25%;
    background: #f5f7fc;
    padding: 0 8px;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .compare-x .grt .list {
    flex-wrap: wrap;
    gap: 20px 0;
    width: auto;
  }
  .compare-x .grt .list .icon {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 440px) {
  .compare-x {
    padding: 40px 0;
  }
  .table-bordered tr > td:first-child,
  .table-bordered tr > th:first-child {
    width: 14% !important;
  }
  .support .pc img {
    margin-left: 0;
  }
  .compare-x .f-tac {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .compare-x {
    zoom: 0.95;
  }
  .tr-price td:first-child,
  .table td:first-child,
  .table th:first-child {
    left: -2px;
  }
}
