.f-fs18 {
  font-size: 18px;
}
.btn-md {
  min-width: 200px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
}
em {
  font-style: normal;
}
.a-bk {
  font-size: 14px;
  color: #000;
  position: relative;
}
.a-bk::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-crt {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.price-crt span {
  font-size: 24px;
}
.price-crt small {
  font-size: 16px;
}
.price-rt {
  margin-left: 2px;
  line-height: 1.2;
}
.price del {
  color: #999;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.price .discount {
  display: inline-block;
  background: #FF4646;
  color: #fff;
  font-size: 12px;
  padding: 0 2px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  margin-left: 2px;
}
.bnr {
  background: url(/resource/images/buy-pa-unlimited/dp-buy-unli-img-banner-bg@2x.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
.bnr h1 {
  margin-bottom: 8px;
  font-size: 5.6rem;
  line-height: 1.107;
  max-width: 1080px;
  margin: 0 auto 50px auto;
}
.bnr .list {
  display: flex;
  justify-content: space-around;
}
.bnr .list .icon {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  text-align: center;
}
.bnr .list .icon span {
  position: relative;
  display: inline-block;
  text-align: left !important;
  padding-left: 56px;
}
.bnr .list .icon span::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
}
.bnr .list .icon-1 span::before {
  background: url(/resource/images/partition-assistant-unlimited/dp-unli-ic-guarantee-90day.svg) no-repeat;
}
.bnr .list .icon-2 span::before {
  background: url(/resource/images/partition-assistant-unlimited/dp-unli-ic-guarantee-code.svg) no-repeat;
}
.bnr .list .icon-3 span::before {
  background: url(/resource/images/partition-assistant-unlimited/dp-unli-ic-guarantee-support.svg) no-repeat;
}
.bnr .list .icon-4 span::before {
  background: url(/resource/images/partition-assistant-unlimited/dp-unli-ic-guarantee-secure.svg) no-repeat;
}
.bnr .prd-ls {
  display: flex;
  justify-content: space-between;
  color: #000;
  max-width: 1176px;
  margin: 60px auto 0 auto;
  background: #F8F9FA;
  border-radius: 24px;
  padding: 24px;
}
.bnr .prd-ls .ic-lf {
  display: inline-block;
  text-align: left;
}
.bnr .prd-ls .ic-lf li {
  font-size: 14px;
  line-height: 1.857;
  padding-left: 16px;
}
.bnr .prd-ls .btn-md {
  margin: 18px 0 40px;
}
.bnr .prd-ls h4 {
  margin-bottom: 35px;
}
.bnr .prd-ls .tips {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  line-height: 30px;
  background: #2258F6;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0 14px;
}
.bnr .prd-ls .txt-tips {
  font-weight: bold;
  margin-bottom: 8px;
}
.bnr .prd-ls h6 {
  margin-bottom: 7px;
}
.bnr .prd-ls .ic-car {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  background: url(/resource/images/product2/dp-product-2-ic-shop-24.svg) no-repeat center;
}
.bnr .prd-it {
  width: 360px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px 40px;
  border: 1px solid #E6E8E9;
  position: relative;
}
.bnr .prd-it:lang(it) {
  padding: 50px 15px 30px;
}
.bnr .prd-it:lang(jp) {
  padding: 50px 25px 30px;
}
.bnr .prd-it.active {
  border: 2px solid #2258F6;
}
.bnr .by {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.bnr .by img {
  margin-left: 20px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .bnr .prd-ls h4 {
    font-size: 22px;
  }
  .bnr .prd-it {
    width: 48%;
    margin: 0 10px;
    padding: 40px 15px;
  }
  .bnr .prd-it .ic-lf {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .bnr .prd-ls {
    flex-direction: column;
    align-items: center;
  }
  .bnr .prd-it {
    width: 100%;
    max-width: 600px;
  }
  .bnr .prd-it:not(:last-child) {
    margin-bottom: 30px;
  }
  .bnr .by {
    flex-direction: column;
  }
  .bnr .by img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bnr H1 {
    font-size: 36px;
  }
  .bnr .prd-ls .btn-more-txt {
    padding: 0 16px;
  }
  .bnr h4 {
    font-size: 20px;
  }
  .bnr .list {
    flex-wrap: wrap;
  }
  .bnr .list .icon {
    width: 50%;
  }
  .bnr .list .icon span {
    padding: 0 0 10px;
    text-align: center !important;
  }
  .bnr .list .icon span::before {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .bnr .prd-ls {
    padding: 0;
    background: none;
  }
  .bnr .prd-it {
    padding: 50px 10px 40px;
  }
  .a-arw {
    text-decoration: none;
  }
}
.buy {
  padding: 160px 0;
  color: #000;
  background: #fff;
  text-align: center;
}
.buy h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 46px;
  margin-bottom: 80px;
}
.buy h2 span {
  color: #FA5151;
}
.buy-content {
  display: flex;
  align-items: center;
  background: #F8F9FA;
  border-radius: 24px 24px 24px 24px;
  padding: 68px 60px;
  padding-right: 0;
}
.buy-boxCnt {
  color: #000000;
  border-radius: 16px 0 0 16px;
  display: flex;
  text-align: center;
}
.buy-single {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 28px;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
}
.buy-single strong {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  padding: 8px 0 24px;
  max-width: 252px;
  height: 92px;
}
.buy-single span {
  font-size: 24px;
}
.buy-single .text-two {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  margin-bottom: 24px;
}
.buy-single p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.buy .add {
  margin: 0 8px;
}
.buy-big {
  max-width: 460px;
  color: #000000;
  border-radius: 16px;
  padding: 0 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.buy-big strong {
  padding: 24px 0 8px;
  font-size: 24px;
  line-height: 30px;
}
.buy-big .btn-org {
  margin-top: 8px;
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
  height: 64px;
  line-height: 64px;
}
.buy-big .btn-org .carBuy {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  background: url(/resource/images/product2/dp-product-2-ic-shop-24.svg) no-repeat center;
}
.buy-big .price {
  padding-top: 40px;
}
.buy .btn-car::before,
.buy .btn-dw::before {
  background: none;
}
.buy .price {
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.buy .price .f-fs20 {
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  line-height: 18px;
  margin-left: 5px;
}
.buy .price .price-current {
  padding: 0;
  color: #000;
  display: flex;
  align-items: baseline;
}
.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;
    padding: 68px 0;
  }
  .buy .add {
    margin: 24px;
  }
  .buy-boxCnt {
    border-radius: 16px 16px 0 0;
    flex-direction: column;
    align-items: center;
    width: 55%;
  }
  .buy-big {
    width: 70%;
    padding: 40px 10px;
  }
  .buy-big .btn-org {
    min-width: 200px;
  }
}
@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 {
    padding: 0;
  }
  .buy h2 {
    font-size: 20px;
  }
  .buy-big {
    width: 100%;
  }
}
.how {
  padding: 160px 0;
  background: #F8F9FA;
}
.how h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.how .faq {
  background: #ffffff;
  padding: 0 40px 0 40px;
  border-radius: 16px 16px;
  max-width: 100%;
}
.how .faq dd {
  padding: 40px 0;
  border-bottom: 1px solid #E6E8E9;
}
.how .faq dd:last-child {
  border-bottom: none;
}
.how .faq dd h5 {
  line-height: 26px;
}
.how .faq dd .title {
  display: flex;
  justify-content: space-between;
}
.how .faq dd .tab-panel {
  display: none;
  margin-top: 40px;
  line-height: 22px;
}
.how .faq dd .tt-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  min-width: 20px;
  position: relative;
  margin-right: 10px;
}
.how .faq dd .tt-ic::after,
.how .faq dd .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.how .faq dd .tt-ic::after,
.how .faq dd .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 20px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.how .faq dd .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.how .faq dd.active .tab-panel {
  display: block;
}
.how .faq dd.active h5 {
  color: #2258f6;
}
.how .faq dd.active p {
  display: block;
}
.how .faq dd.active .tt-ic::after {
  opacity: 0;
  transform: rotate(-45deg);
}
@media (max-width: 1280px) {
  .how .tbox {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .how .tbox {
    flex-direction: column-reverse;
    align-items: center;
  }
  .how .tbox .help,
  .how .tbox .faq {
    width: 100%;
  }
  .how .tbox .contact {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .how h2 {
    font-size: 22px;
  }
  .how .tbox dd {
    padding: 20px 0;
  }
  .how .tbox dd .tab-panel {
    margin-top: 20px;
  }
  .how .tbox dd h5 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .how .faq {
    padding: 0 15px;
  }
  .how .faq dd .tt-ic {
    margin-right: 5px;
  }
}
.appraise {
  text-align: center;
  padding: 160px;
  padding-bottom: 212px;
  background: #fff;
}
.appraise .btn-bd-bl {
  margin-bottom: 40px;
}
.appraise .container {
  max-width: 1280px;
}
.appraise .slick-center {
  margin-top: 80px;
}
.appraise .slick-center .item1 {
  max-width: 624px;
  height: 524px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E6E8E9;
  padding: 40px 24px;
  margin: 0 16px;
  box-sizing: border-box;
  position: relative;
}
.appraise .slick-center .item1:lang(de) {
  height: 600px;
}
.appraise .slick-center .item-top {
  display: flex;
  height: auto;
  background: #fff;
  padding: 0;
  flex-direction: row;
  margin-bottom: 24px;
  justify-content: space-between;
}
.appraise .slick-center .item-top .users {
  margin: auto;
}
.appraise .slick-center .item-txt {
  text-align: center;
  background: transparent;
  padding: 0;
}
.appraise .slick-center .item-txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.appraise .slick-center .item-txt .bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  translate: -50%;
}
.appraise .slick-center .item-txt .bottom span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}
.slick-center .slick-list::before {
  background: none !important;
}
.slick-center .slick-arrow::before {
  background: url(/resource/images/buy-pa-unlimited/dp-buy-unli-ic-arrow-40.svg) no-repeat;
  background-size: contain;
}
.slick-center .slick-list::after {
  background: none !important;
}
.slick-center .slick-arrow.slick-prev {
  left: -5%;
}
.slick-center .slick-arrow.slick-prev::before {
  background-position: 0;
}
.slick-center .slick-arrow.slick-next {
  right: -5%;
  transform: rotate(180deg);
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.05);
}
.slick-center .slick-arrow.slick-next::before {
  background-position: 0;
}
.slick-center .slick-arrow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E8E9;
  background: #FFFFFF;
}
.slick-dots {
  bottom: -55px;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2258F6;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #BDCDFD;
}
@media (max-width: 1500px) {
  .appraise .slick-center .box {
    max-width: 450px;
  }
  .slick-center .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .appraise .slick-center .item1 {
    height: auto;
  }
  .appraise .slick-center .item-txt .bottom {
    margin-top: 50px;
    position: unset;
    translate: 0;
  }
}
@media (max-width: 1300px) {
  .appraise .slick-center .box {
    width: auto !important;
    max-width: 100%;
  }
  .appraise .slick-center .slick-slide {
    padding: 0 10px;
  }
  .slick-track {
    display: flex;
    flex-wrap: nowrap;
  }
  .appraise .slick-center .item-txt span {
    bottom: 10px;
    left: calc(40%);
  }
}
@media (max-width: 991px) {
  .appraise .slick-center .item-txt p {
    min-height: 0;
  }
  .appraise .slick-center .slick-dots {
    display: block !important;
  }
  .appraise .slick-center .item1:lang(de) {
    height: auto;
  }
  .appraise .slick-center .item-txt .bottom span {
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .appraise {
    padding: 40px 0 40px;
  }
  .appraise .slick-center .item1 {
    padding: 20px;
  }
  .appraise .slick-dots {
    bottom: -25px;
  }
  .appraise h2 {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .appraise .slick-center .item1 {
    margin: 0;
  }
  .appraise .slick-center .item-top {
    padding: 30px 16px 0;
  }
  .appraise .slick-center .item-top .ic-logo {
    zoom: 0.7;
  }
  .appraise .slick-center .item-top::after {
    zoom: 0.6;
    right: 40px;
    top: 55px;
  }
  .appraise .slick-center .slick-dots {
    bottom: -30px;
  }
  .appraise .slick-center .item-txt p {
    line-height: 22px;
    font-size: 14px;
  }
  .appraise .slick-center h4 + span {
    margin-bottom: 12px;
  }
  .appraise .slick-center .item-txt .bottom span {
    font-size: 22px;
  }
}
