.banner {
  background: url("/assets/images/background/DP-uninstall-banner-bg.jpg") no-repeat center;
  background-size: cover;
}
.banner .container {
  padding-top: 50px;
  padding-bottom: 60px;
}
.banner .banner-flex {
  max-width: 885px;
  margin: auto;
}
.banner .banner-flex .banner-img {
  text-align: center;
}
.banner .banner-flex h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.banner .banner-flex p {
  font-size: 22px;
  color: #ffffff;
}
.limit .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.limit #McountdownY {
  box-shadow: 0px 3px 8px 0px rgba(3, 13, 37, 0.3);
  border-radius: 10px;
  max-width: 240px;
  margin: auto;
  word-spacing: -8px;
}
.limit #McountdownY .countdown {
  white-space: normal;
  border-radius: 10px;
  text-align: center;
  width: auto;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}
.limit #McountdownY .countdown > div {
  display: inline-block;
  vertical-align: top;
  background-color: #ff9100;
  width: 32.333%;
}
.limit #McountdownY .countdown > div:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.limit #McountdownY .countdown > div:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.limit #McountdownY .countdown > div > div {
  height: 40px;
  line-height: 40px;
}
.limit #McountdownY .countdown > div span {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  line-height: 46px;
  font-size: 24px;
  vertical-align: middle;
  color: #fff;
}
.limit #McountdownY .countdown > div p {
  text-align: center;
  color: #fe9000;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
}
.limit #McountdownY .countdown > i {
  display: inline-block;
  height: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  vertical-align: bottom;
  font-style: normal;
  margin: 0 -6px;
  width: 15px;
  background: #ff9100;
}
.limit h2 {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.limit .limit-items {
  margin-top: 30px;
}
.limit .limit-items .item-box {
  box-shadow: 0px 3px 20px 1px rgba(20, 88, 210, 0.26);
  border-radius: 30px;
  padding: 35px 20px 35px 0;
  position: relative;
}
.limit .limit-items .item-box .popular {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  width: 108px;
  height: 83px;
  text-align: center;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat 0px -681px;
  right: -1px;
  top: 0;
  overflow: hidden;
}
.limit .limit-items .item-box .popular:after {
  content: attr(data-text);
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  width: 110px;
  padding: 5px 0;
  text-align: center;
  transform: rotate(37deg);
  right: -15px;
  top: 16px;
}
.limit .limit-items .item-box .cnt-mn {
  padding: 0;
}
.limit .limit-items .item-box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 10px;
  min-height: 45px;
}
.limit .limit-items .item-box .ic-lf:lang(fr) {
  min-height: 123px;
}
.limit .limit-items .item-box .ic-lf:lang(es) {
  min-height: 104px;
}
.limit .limit-items .item-box .ic-lf li {
  font-size: 14px;
  color: #1a1a1a;
}
.limit .limit-items .item-box .ic-lf li:before {
  width: 4px;
  height: 4px;
  background: #1356cb;
  top: 6px;
}
.limit .limit-items .item-box .free-select {
  margin-top: 10px;
  margin-bottom: 20px;
}
.limit .limit-items .item-box .price-bx {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.limit .limit-items .item-box .btn-org2 {
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.limit .part-guarantee-box {
  margin: 40px 0 0;
  padding: 20px 40px;
  text-align: center;
  border-radius: 19px;
  border: solid 1px #6ea3ff;
}
.limit .part-guarantee-box .txt {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  text-align: left;
  color: #1a1a1a;
  vertical-align: middle;
  line-height: 18px;
}
@media (max-width: 992px) {
  .limit .part-guarantee-box {
    padding: 20px 10px;
    text-align: left;
  }
  .limit .part-guarantee-box li:nth-of-type(1),
  .limit .part-guarantee-box li:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.free {
  background: url("/assets/images/background/DP-uninstall-ab-bg.jpg") no-repeat center;
  background-size: cover;
}
.free .container {
  padding-top: 85px;
  padding-bottom: 115px;
}
.free h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.free .free-box {
  max-width: 1000px;
  margin: auto;
}
.free .free-box dl dt {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
.free .free-box dl dd {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #ffffff;
}
.free .free-box a {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  border: 0;
  background-color: #08c02f;
}
.free .free-box a:hover {
  background-color: #22d950;
  color: #fff;
}
.awards {
  background-image: linear-gradient(#f5f7ff, #f5f7ff), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal, normal;
}
.awards .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.awards h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 40px;
  text-align: center;
}
.awards .swiper-box {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 20px;
}
.awards .swiper-box .name-c {
  height: 75px;
}
.awards .swiper-box .name-c img {
  border-radius: 50%;
  max-height: 75px;
}
.awards .swiper-box .icon {
  display: inline-block;
  width: 66px;
  height: 68px;
  background: url(/assets/images/icons/DP-allin2.png) no-repeat -697px 0px;
}
.awards .swiper-box .a-icon2 {
  width: 166px;
  background: url(/assets/images/icons/DP-allin2.png) no-repeat 5px 15px;
}
.awards .swiper-box .a-icon3 {
  width: 138px;
  background: url(/assets/images/icons/DP-allin2.png) no-repeat 1px -195px;
}
.awards .swiper-box p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  max-width: 420px;
  margin: 15px auto 0;
  min-height: 120px;
}
.awards .swiper-box p:lang(es) {
  max-width: 440px;
}
.awards .swiper-box a {
  margin-top: 40px;
  font-size: 18px;
  color: #1694fa;
}
@media (max-width: 992px) {
  .awards .swiper-box p {
    min-height: 150px;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .awards .swiper-box {
    margin-bottom: 20px;
  }
}
[lang="de"] .limit .limit-items .item-box .popular:after,
[lang=fr] .limit .limit-items .item-box .popular:after,
[lang=it] .limit .limit-items .item-box .popular:after,
[lang=es] .limit .limit-items .item-box .popular:after {
  content: 'Beliebt';
}
[lang="de"] .limit .limit-items .item-box .popular.best:after,
[lang=fr] .limit .limit-items .item-box .popular.best:after,
[lang=it] .limit .limit-items .item-box .popular.best:after,
[lang=es] .limit .limit-items .item-box .popular.best:after {
  content: 'Beste Wahl';
}
[lang="de"] .limit .limit-items .item-box:first-child .sot-blue,
[lang=fr] .limit .limit-items .item-box:first-child .sot-blue,
[lang=it] .limit .limit-items .item-box:first-child .sot-blue,
[lang=es] .limit .limit-items .item-box:first-child .sot-blue {
  min-height: 125px;
}
[lang="de"] .limit .limit-items .item-box:first-child .ic-lf,
[lang=fr] .limit .limit-items .item-box:first-child .ic-lf,
[lang=it] .limit .limit-items .item-box:first-child .ic-lf,
[lang=es] .limit .limit-items .item-box:first-child .ic-lf {
  min-height: 130px;
}
[lang="de"] .awards .swiper-box p,
[lang=fr] .awards .swiper-box p,
[lang=it] .awards .swiper-box p,
[lang=es] .awards .swiper-box p {
  min-height: 150px;
}
[lang="de"] .pricing-checked + span,
[lang=fr] .pricing-checked + span,
[lang=it] .pricing-checked + span,
[lang=es] .pricing-checked + span {
  color: #FF9100;
}
[lang="de"] .pricing-checked + span + .tip4 + small,
[lang=fr] .pricing-checked + span + .tip4 + small,
[lang=it] .pricing-checked + span + .tip4 + small,
[lang=es] .pricing-checked + span + .tip4 + small {
  color: #FF9100;
}
[lang="de"] .limit .limit-items .cnt-mn,
[lang=fr] .limit .limit-items .cnt-mn,
[lang=it] .limit .limit-items .cnt-mn,
[lang=es] .limit .limit-items .cnt-mn {
  position: relative;
}
[lang="de"] .limit .pricing-cb,
[lang=fr] .limit .pricing-cb,
[lang=it] .limit .pricing-cb,
[lang=es] .limit .pricing-cb {
  width: 16px;
  height: 16px;
  background: url('/assets/images/icons/icon-xuan2.png') 0 0px;
}
[lang="de"] .limit .pricing-cb.pricing-checked,
[lang=fr] .limit .pricing-cb.pricing-checked,
[lang=it] .limit .pricing-cb.pricing-checked,
[lang=es] .limit .pricing-cb.pricing-checked {
  background-position: 0 -72px;
}
[lang="de"] .limit .de-new,
[lang=fr] .limit .de-new,
[lang=it] .limit .de-new,
[lang=es] .limit .de-new {
  text-align: left;
  position: absolute;
  top: 175px;
  left: 100px;
  cursor: pointer;
}
[lang="de"] .limit .de-new small,
[lang=fr] .limit .de-new small,
[lang=it] .limit .de-new small,
[lang=es] .limit .de-new small {
  margin-left: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
[lang="de"] .limit .de-new del,
[lang=fr] .limit .de-new del,
[lang=it] .limit .de-new del,
[lang=es] .limit .de-new del {
  font-size: 14px;
  color: #858585;
}
[lang="de"] .limit .de-new .p-left-des,
[lang=fr] .limit .de-new .p-left-des,
[lang=it] .limit .de-new .p-left-des,
[lang=es] .limit .de-new .p-left-des {
  position: absolute;
  text-align: left;
  right: -76px;
  top: 5px;
  height: 18px;
  font-size: 12px;
}
[lang="de"] .limit .de-new .p-left-des i,
[lang=fr] .limit .de-new .p-left-des i,
[lang=it] .limit .de-new .p-left-des i,
[lang=es] .limit .de-new .p-left-des i {
  vertical-align: -2px;
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url('/assets/images/icons/sanjiao.png') no-repeat center;
}
[lang="de"] .limit .de-new .p-left-des span,
[lang=fr] .limit .de-new .p-left-des span,
[lang=it] .limit .de-new .p-left-des span,
[lang=es] .limit .de-new .p-left-des span {
  padding-left: 5px;
  vertical-align: 4px;
  color: #fff;
  line-height: 18px;
  width: 54px;
  height: 18px;
  display: inline-block;
  background: #F25757;
}
[lang="de"] .limit .de-new:nth-child(2),
[lang=fr] .limit .de-new:nth-child(2),
[lang=it] .limit .de-new:nth-child(2),
[lang=es] .limit .de-new:nth-child(2) {
  left: 100px;
  top: 210px;
}
[lang="de"] .limit .de-new:nth-child(2) .p-left-des,
[lang=fr] .limit .de-new:nth-child(2) .p-left-des,
[lang=it] .limit .de-new:nth-child(2) .p-left-des,
[lang=es] .limit .de-new:nth-child(2) .p-left-des {
  right: -80px;
}
.price-bx .price strong {
  font-size: 32px;
}
.pricing-cb-text {
  margin-bottom: 20px;
}
.pricing-cb-text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALBAMAAABbgmoVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcTMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0MJsbUAAAANdFJOUwAk97LVBko8SHtamOfl2LmOAAAAQklEQVQI12NgAAK2AhDJUHsATPluAJGcdwJAlNAtBgZGBgZbAwaGXFO2SwJAVZdFbgIluHR1XUEKmu42gChGbyABAKt4C9ul9e68AAAAAElFTkSuQmCC) no-repeat;
  vertical-align: middle;
}
.pricing-radio-box [data-elem="radio-item"] {
  margin: 0 0 8px!important;
}
.pricing-radio-box strong {
  font-size: 22px;
  color: #333;
}
.pricing-radio-box del {
  color: #858585;
}
.pricing-radio-box .active .pricing-cb-text,
.pricing-radio-box .active strong {
  color: #FF9100;
}
.coupon-bx {
  display: inline-block;
  position: relative;
}
.coupon-bx small {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 8px 0 0 13px;
  text-align: left;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.35);
  bottom: 14px;
  right: 4px;
  width: 120px;
  height: 103px;
  background: url(/assets/images/product/caidai.png) no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  zoom: 0.9;
  bottom: 13px;
  right: -10px;
}
.coupon-bx small i {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.coupon-bx small span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  transform: rotate(14deg);
  position: relative;
  top: 4px;
  margin-left: 3px;
}
[lang="tw"] .price-bx,
[lang="jp"] .price-bx,
[lang="en"] .price-bx {
  width: 100%;
  text-align: center;
}
[lang="tw"] .price-bx .pricing-radio-box,
[lang="jp"] .price-bx .pricing-radio-box,
[lang="en"] .price-bx .pricing-radio-box {
  text-align: left;
}
[lang=fr] .limit .limit-items .item-box .popular:after {
  content: 'Populaire';
}
[lang=fr] .limit .limit-items .item-box .popular.best:after {
  content: 'Meilleur choix';
}
[lang=it] .limit .limit-items .item-box .popular:after {
  content: attr(data-text);
}
[lang=it] .limit .limit-items .item-box .popular.best:after {
  content: attr(data-text);
}
[lang='es'] .limit .limit-items .item-box .popular:after {
  content: 'Popular';
}
[lang='es'] .limit .limit-items .item-box .popular.best:after {
  content: 'Mejor elección';
}
