.bnr {
  padding: 80px 0;
  background: #091121 url(/resource/images/uninstall-completed/banner-pic@2x.png) no-repeat;
  color: #fff;
  background-size: cover;
}
.bnr h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
}
.bnr h1 img {
  width: 60px;
  margin-right: 24px;
}
.bnr .desc {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .bnr h1 {
    font-size: 3.6rem;
  }
}
.more {
  text-align: center;
  padding: 160px 0;
  background: #f8f9fa;
}
.more h2 {
  margin-bottom: 80px;
}
.more h2 span {
  color: #ff4646;
}
.more .wrap {
  display: flex;
  justify-content: space-between;
}
.more .wrap li {
  width: 32.5%;
  padding: 1px;
  max-width: 100%;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #e6e8e9 0) top left, linear-gradient(-45deg, transparent 23px, #e6e8e9 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.more .wrap .box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 45px 20px 45px 20px;
  background: linear-gradient(135deg, transparent 23px, #fff 0) top left, linear-gradient(-45deg, transparent 23px, #fff 0) bottom right;
  background-size: 51% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.more .wrap .box h3 {
  margin: 24px auto 8px;
}
.more .wrap .box .free {
  font-weight: 600;
  color: #00ce32;
  background: rgba(0, 206, 50, 0.1);
  border-radius: 5px;
  display: inline-block;
  padding: 0px 8px;
}
.more .wrap .box h6 {
  margin: 16px auto 8px;
}
.more .wrap .box p {
  margin-bottom: 24px;
  min-height: 66px;
  line-height: 22px;
}
.more .wrap .ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/resource/images/download/ab-download-ic-download-blue-20@2x.webp) no-repeat;
  background-size: 20px 20px;
  vertical-align: -4px;
  margin-right: 5px;
}
.more .wrap .learn-more {
  color: #2258f6;
  font-size: 14px;
  margin-top: 15px;
}
.more .wrap .learn-more:hover {
  text-decoration: underline !important;
}
.more .wrap .btn-bd-bl {
  width: 220px;
  max-width: 100%;
}
.more .wrap .btn-bd-bl:hover .ic {
  background: url(/resource/images/download/ab-download-ic-download-white-24.webp) no-repeat;
  background-size: contain;
}
@media (max-width: 1280px) {
  .more .wrap {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .more .wrap li {
    width: 400px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .more {
    padding: 80px 0 40px;
  }
  .more h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
