h2 {
  font-size: 40px;
  line-height: 46px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
html {
  font-family: "PT Sans", "Arial", "Helvetica", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.bnr {
  position: relative;
  padding: 80px 0;
  color: #000000;
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 30%, #EEEEF1 100%);
}
.bnr .bnr-cnt {
  margin: auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.bnr .bnr-left .bnr-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.bnr .bnr-left .bnr-tit::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background: url(/resource/images/index/dp-index-logo-pa-40@2x.png) no-repeat;
  background-size: 100% 100%;
}
.bnr .bnr-left h1 {
  font-size: 52px;
  font-weight: 700;
  max-width: 720px;
  line-height: 60px;
  margin: 24px 0;
}
.bnr .bnr-left ul > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
}
.bnr .bnr-left ul > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gou-16.svg);
}
.bnr .btn-bl {
  max-width: 294px;
  height: 64px;
  line-height: 1;
  padding: 0px 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.bnr .btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.bnr .btn-upgrade {
  background: #FF5900;
}
.bnr .btn-upgrade:hover::before {
  background: #FF5900 !important;
}
.bnr .bnr-links {
  margin-top: 24px;
}
.bnr .down {
  display: block;
  height: 24px;
  width: 24px;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-download-24.svg) no-repeat;
  background-size: cover;
}
.bnr .carBuy {
  display: block;
  height: 24px;
  width: 24px;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-buy-16.svg) no-repeat;
  background-size: cover;
}
.bnr .bt-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  position: relative;
}
.bnr .bt-txt {
  text-align: left;
  margin-left: 10px;
}
.bnr .sp {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}
.bnr-links {
  display: flex;
  align-items: center;
}
.bnr-links .f-fs16 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.bnr-more {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 30px;
}
.bnr-more i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/ft/images/download/ub-ft-download-ic-ios-24-white@2x.png) no-repeat;
  background-size: 24px 24px;
  vertical-align: -8px;
}
.bnr-more:after {
  content: ">>";
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s;
}
.bnr-more:hover::after {
  transform: translateX(10px);
}
.bnr-tips {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 24px;
}
.bnr-tips .ios:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/resource/images/phone-manager/pa-page-ic-banner-ios16.svg);
}
.bnr-tips .iphones:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/resource/images/phone-manager/pa-page-ic-banner-iphone.svg);
}
.bnr-tips span {
  margin-right: 32px;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
}
.bnr-tips label {
  background: linear-gradient(256deg, #ED3F4B 0%, #E162BB 33%, #8A83F7 53%, #5299DB 76%, #2DA2B5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1280px) {
  .bnr {
    font-size: 12px;
  }
  .bnr .bnr-box .txt {
    min-width: unset;
  }
  .bnr .guarantee {
    position: unset;
    transform: none;
    width: 100%;
    margin-top: 80px;
  }
  .bnr-tips {
    margin: 40px auto;
  }
}
@media screen and (max-width: 991px) {
  .bnr {
    padding: 80px 0;
    padding-bottom: 40px;
  }
  .bnr .bnr-left h1 {
    font-size: 40px;
  }
  .bnr .bnr-cnt {
    flex-wrap: wrap-reverse;
    justify-content: center;
    text-align: center;
  }
  .bnr .bnr-img {
    height: auto;
  }
  .bnr .bnr-left ul > li {
    text-align: left;
  }
  .bnr ul {
    display: inline-block;
  }
  .bnr .bnr-links {
    justify-content: center;
  }
  .bnr .bnr-left .bnr-tit {
    justify-content: center;
    font-size: 20px;
  }
  .bnr .guarantee {
    position: unset;
    transform: none;
    width: 100%;
    margin-top: 80px;
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }
  .bnr .guarantee .icons {
    width: 50%;
    padding: 0px;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
  }
  .bnr .guarantee .icons::before {
    display: block;
    margin: auto;
    position: unset;
  }
}
@media screen and (max-width: 476px) {
  .bnr .bnr-switch {
    zoom: 0.7;
  }
  .bnr .bnr-cnt::after {
    width: 100%;
    background-size: contain;
    height: 350px;
  }
  .bnr-links {
    flex-direction: column;
  }
  .bnr-more {
    margin: 10px 0 0 0;
  }
  .bnr .btn-upgrade {
    width: 100%;
    margin-top: 10px;
  }
  .bnr .bnr-left .bnr-tit::before {
    margin-right: 8px;
  }
}
.products {
  padding: 120px 0;
  text-align: center;
}
.products h2 {
  margin-bottom: 80px;
}
.products .cnt {
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
}
.products .cnt-box {
  max-width: 564px;
  padding: 0 10px;
}
.products .cnt-boxBtn {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.products strong {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin: 40px auto 16px;
}
.products p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 40px;
}
.products .btn {
  color: #2258F6;
  min-width: 180px;
  padding: 14px 0;
  border-radius: 288px;
  border: 1px solid #2258F6;
  line-height: 1.4;
}
.products .btn:hover {
  transition: all 0.5s;
  color: #fff;
  background: #2258F6;
}
@media screen and (max-width: 991px) {
  .products .cnt {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 520px) {
  .products .cnt-boxBtn {
    flex-direction: column;
    align-items: center;
  }
}
.protect-cont {
  padding: 160px 0;
  text-align: center;
  background: #F8F9FA;
}
.protect-cont h2 {
  margin-bottom: 24px;
}
.protect-cont p.des {
  font-size: 20px;
  line-height: 26px;
}
.protect {
  position: relative;
  text-align: center;
}
.protect ul.list {
  min-width: 560px;
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.protect ul.list li {
  width: 40%;
  position: relative;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.protect ul.list img {
  margin-right: 8px;
}
.protect-item {
  padding-top: 200px;
}
.protect-item-2 .protect-case:nth-child(2) {
  width: 55.5%;
  padding-right: 50px;
}
.protect-item-1 .protect-case:nth-child(1) {
  width: 55.5%;
}
.protect-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: auto;
}
.protect-case h6 {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1;
}
.protect-case h6 img {
  margin-right: 8px;
}
.protect-case h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 46px;
  padding: 16px 0;
}
.protect-case .case-desc {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 24px;
}
.protect-trait {
  position: relative;
  margin: auto;
  visibility: hidden;
  background: #ffffff;
  border: 1px solid #e6e8e9;
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
  margin-top: 30px;
}
.protect-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: left;
}
.protect-list li {
  width: 25%;
  padding: 0 26px;
  margin-bottom: 20px;
  text-align: center;
}
.protect-list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/server/ab-sever-ic-gougou-24-blue.png) no-repeat;
  margin: 0px auto 10px;
}
.protect-list .li-tit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.protect-list-two li {
  position: relative;
  text-align: left;
}
.protect-list-two li::before {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.protect-detail {
  display: none;
}
.protect-detail-list {
  display: flex;
  flex-wrap: wrap;
}
.protect-detail-list li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 40px;
}
.protect-detail-list li .txt {
  padding-left: 20px;
}
.protect-detail-list li h4 {
  font-size: 24px;
  line-height: 30px;
}
.protect-detail-list li .desc {
  font-size: 14px;
  min-height: 40px;
  margin: 16px 0 0 0;
  line-height: 20px;
}
.protect-detail-list.protect-detail-list1 li {
  width: 33%;
  display: block;
  text-align: center;
}
.protect .bnr-links {
  display: flex;
  gap: 40px;
}
.protect .btn-md {
  min-width: 200px;
}
.protect .bt-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.protect .bt-text .down {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-download-16.svg) no-repeat;
  background-size: cover;
}
.protect .bt-text .bt-txt {
  text-align: left;
  margin-left: 2px;
}
.protect .p-more {
  display: inline-block;
  min-width: 160px;
  height: 44px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 24px 24px 24px 24px;
  color: #2258f6;
  border: 1px solid #2258f6;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.protect .p-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-more-16.svg) no-repeat;
  margin-left: 8px;
  vertical-align: -3px;
  background-size: 100% 100%;
}
.protect .Learn-more {
  font-size: 14px;
  font-weight: 400;
  color: #2258F6;
  line-height: 18px;
}
.protect .Learn-more:hover > span {
  transition: all 0.5s;
  margin-left: 5px;
}
.protect .get-more {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  display: inline-block;
  min-width: 160px;
  height: 44px;
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  color: #2258f6;
  border: 1px solid #2258f6;
  cursor: pointer;
}
.protect .get-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-close-16.svg) no-repeat;
  margin-left: 8px;
  background-size: 100% 100% !important;
  vertical-align: -3px;
}
.protect .get-more.open::after {
  background: url(/resource/images/partition-manager-pro-edition/dp-pro-ic-close-16.svg) no-repeat;
}
@media screen and (max-width: 1280px) {
  .protect .protect-list li {
    text-align: center;
    padding: 0px;
  }
  .protect .protect-list li::before {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .protect .p-more,
  .protect .get-more {
    display: none !important;
  }
  .protect-box {
    flex-direction: column;
  }
  .protect-box .protect-case {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .protect-case h6 {
    justify-content: center;
    font-size: 20px;
  }
  .protect .bnr-links {
    justify-content: center;
  }
  .protect .protect-trait {
    padding: 40px 10px;
  }
  .protect .protect-detail-list li {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 20px;
  }
  .protect .protect-detail-list li .txt {
    padding-left: 0;
  }
  .protect .protect-trait {
    margin-top: 0;
  }
  .protect ul.list {
    justify-content: center;
    flex-wrap: wrap;
    min-width: auto;
  }
  .protect ul.list li {
    justify-content: center;
  }
  .protect .protect-item {
    padding-top: 30px;
  }
  .protect .protect-item-1 .protect-box {
    flex-direction: column-reverse;
  }
  .protect .protect-item-1 .protect-box .protect-case {
    width: auto;
    max-width: 100%;
  }
  .protect .protect-item-1 .protect-box .protect-case:nth-child(2) {
    margin-right: 9%;
  }
  .protect .protect-trait {
    visibility: visible;
    height: auto;
  }
  .protect .protect-trait .protect-detail {
    display: block;
  }
  .protect .protect-item-2 .protect-box {
    flex-direction: column;
  }
  .protect .protect-item-2 .protect-box .protect-case {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  .protect .protect-case .case-desc {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .protect-cont {
    padding: 80px 0;
  }
  .protect .protect-item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 476px) {
  .protect .protect-list {
    flex-wrap: wrap;
  }
  .protect .protect-list li {
    width: 50%;
    margin: 10px 0px;
  }
  .protect ul.list {
    flex-direction: column;
  }
  .protect ul.list li {
    margin-left: 50%;
    position: relative;
    text-align: left;
    justify-content: left;
  }
}
.buy {
  padding: 80px 0;
  color: #fff;
  background: #f4f5f7;
  text-align: center;
}
.buy h2 {
  margin-bottom: 80px;
}
.buy .buy-cnt {
  background: #06042E;
  border-radius: 24px;
  padding: 80px 98px 48px;
}
.buy-content {
  display: flex;
  align-items: center;
}
.buy-boxCnt {
  padding: 66px 40px;
  background: #fff;
  color: #000000;
  border-radius: 16px 0 0 16px;
  display: flex;
  text-align: center;
}
.buy-single {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buy-single strong {
  padding: 16px 0 4px;
}
.buy-single p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  padding-bottom: 16px;
}
.buy .add {
  margin: 0 24px;
}
.buy-big {
  background: #fff;
  color: #000000;
  border-radius: 16px;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
}
.buy-big strong {
  padding: 24px 0 8px;
  font-size: 24px;
  line-height: 30px;
}
.buy-big .btn-org {
  margin-top: 24px;
  min-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy-big .price {
  padding-top: 5px;
}
.buy .btn-car::before,
.buy .btn-dw::before {
  background: none;
}
.buy .price {
  line-height: 1;
}
.buy .price .price-current {
  padding: 0;
  padding-right: 8px;
  color: #FF5900;
}
.buy .price .price-current .currency {
  font-size: 21px;
}
.buy-nav {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.buy .icon {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.buy .icon::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
}
.buy .icon-1::before {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gifts-60-1.svg) no-repeat;
  background-size: cover;
}
.buy .icon-2::before {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gifts-60-2.svg) no-repeat;
  background-size: cover;
}
.buy .icon-3::before {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gifts-60-3.svg) no-repeat;
  background-size: cover;
}
.buy .icon-4::before {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gifts-60-4.svg) no-repeat;
  background-size: cover;
}
.buy .icon-5::before {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gifts-60-5.svg) no-repeat;
  background-size: cover;
}
.buy .icon-6::before {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-gifts-60-6.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1100px) {
  .buy-content {
    flex-direction: column;
  }
  .buy .add {
    margin: 24px;
  }
  .buy-boxCnt {
    border-radius: 16px 16px 0 0;
    flex-direction: column;
    align-items: center;
    width: 55%;
  }
  .buy-big {
    width: 70%;
    box-shadow: 30px -12px 24px 0px rgba(92, 0, 0, 0.05);
  }
}
@media (max-width: 991px) {
  .buy .buy-cnt {
    padding: 80px 10px 48px;
  }
  .buy-nav {
    flex-wrap: wrap;
  }
  .buy .icon {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .buy-boxCnt {
    width: 90%;
  }
  .buy-big {
    width: 100%;
  }
}
/* cnt-review*/
.cnt-review {
  background-color: #f4f5f7;
  text-align: center;
  padding: 160px 0;
}
.cnt-review h2 {
  margin-bottom: 100px;
}
.cnt-review .rew-bx {
  margin-bottom: 30px;
}
.cnt-review .rew-bx .tog-bx {
  font-size: 0;
  margin-bottom: 24px;
}
.txt-ln::after {
  border: 0;
}
.cnt-review .rew-bx .tog-bx li {
  display: inline-block;
  vertical-align: middle;
  min-height: 100px;
}
@media (min-width: 999px) and (max-width: 1199px) {
  .cnt-review .rew-bx .tog-bx {
    min-height: 160px;
  }
  .cnt-review .rew-bx .tog-bx > li {
    min-height: 80px;
  }
}
.cnt-review .rew-bx .tog-cnt-bx {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 32px 40px;
}
.cnt-review .rew-bx .rew-top {
  margin-bottom: 24px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cnt-review .rew-bx .rew-top strong {
  font-size: 24px;
}
.cnt-review .rew-bx .rew-txt .des {
  margin-bottom: 66px;
  line-height: 1.875;
  min-height: 150px;
}
.tog-cnt {
  position: relative;
}
.tog-cnt::after {
  content: "";
  display: block;
  position: absolute;
  width: 82px;
  height: 66px;
  bottom: -66px;
  right: 0;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-review.svg) no-repeat;
  background-size: cover;
}
.cnt-review .company .tog-bx .logo-ic {
  display: inline-block;
  width: 200px;
  height: 60px;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-awards-life.svg) no-repeat;
  background-color: transparent;
  border-radius: 10px;
  transition: background-color 0.5s, box-shadow 0.5s;
}
.cnt-review .company .tog-bx .logo-ic.tech {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-awards-soft.svg) no-repeat;
}
.cnt-review .company .tog-bx .logo-ic.soft {
  background: url(/resource/images/ppc/partition-assistant/pa-ads-awards-tech.svg) no-repeat;
}
.cnt-review .company .tog-bx .active .logo-ic {
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.cnt-review .user li img {
  margin: 0 25px;
  transform: scale(0.6);
  transition: all 0.5s;
}
.cnt-review .user li.active img {
  opacity: 1;
  transform: scale(1);
}
.cnt-review .user .tog-cnt {
  position: relative;
}
.cnt-review .user .tog-cnt::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat 0 -285px;
  top: 20px;
  left: 20px;
}
.cnt-review .user .tog-cnt .rew-top strong {
  color: #070c23;
  margin-right: 20px;
}
.cnt-review .user .tog-cnt .rew-top span {
  color: #42475d;
}
@media (min-width: 1270px) {
  .cnt-review .container {
    width: 1270px;
  }
  .cnt-review .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 580px) {
  .tog-bx {
    zoom: 0.65;
  }
}
/* cnt-review*/
.carBuy {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  background: url(/resource/images/ppc/partition-assistant/pa-ads-ic-buy-16.svg) no-repeat;
  background-size: cover;
}
.btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.btn-shadow-org {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
}
