.banner {
    background-image: url(/uploads/page/product-uninstall/banner-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 71px 0 50px;
}
.banner h1 {
    color: #061C3D;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 793px;
}
.banner p {
    color: #414141;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}
.banner p a {
    color: #0B63E5;
}
@media screen and (max-width: 768px) {
    .banner {
        background-image: url(/uploads/page/common/faqs-banner-mb-bg.png);
        background-size: cover;
        padding: 63px 0 42px;
    }
    .banner h1 {
        font-size: 28px;
        max-width: 100%;
        line-height: 1.5;
    }
}
.wrap-1 {
    padding: 0 0 30px;
    margin-top: 20px;
}
.wrap-1 h2 {
    color: #061C3D;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.wrap-1 .method-item {
    padding-bottom: 70px;
}
.wrap-1 .method-item-title {
  color: #061C3D;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  padding-left: 11px;
  border-left: 4px solid #061C3D;
}
.wrap-1 .method-item-desc {
  color: #414141;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  padding-left: 15px;
}
.wrap-1 .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.wrap-1 .flex-wrapper .license-box {
    flex: 0 0 580px;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 20px 15px;
    min-height: 410px;
}
.wrap-1 .flex-wrapper .license-box h4 {
  color: #061C3D;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 25px 0 15px;
}
.wrap-1 .flex-wrapper .license-box ol li {
    color: #414141;
    margin-left: 20px;
    list-style: auto;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.wrap-1 .flex-wrapper .license-box ol li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
    .wrap-1 .flex-wrapper {
        gap: 30px;
    }
}
@media screen and (max-width: 768px) {
    .wrap-1 h2 {
        font-size: 24px;
    }
    .wrap-1 .method-item {
        padding-bottom: 44px;
    }
    .wrap-1 .method-item-title {
        font-size: 20px;
        line-height: 1.5;
    }
    .wrap-1 .flex-wrapper {
        margin-top: 20px;
    }
    .wrap-1 .flex-wrapper .license-box {
        flex: unset;
        max-width: 100%;
        min-height: unset;
    }
    .wrap-1 .flex-wrapper .license-box h4 {
        font-size: 16px;
        margin: 20px 0 15px;
    }
    .wrap-1 .flex-wrapper .license-box ol li {
        font-size: 12px;
    }
}
.wrap-2 h2 {
    color: #061C3D;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.wrap-2 .wrap-2-swiper {
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    padding-bottom: 47px;
}
.wrap-2 .wrap-2-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.wrap-2 .wrap-2-swiper .swiper-slide {
    width: 284px;
    border-radius: 10px;
    background: #FFF;
    min-height: 220px;
}
.wrap-2 .wrap-2-swiper .swiper-slide-header {
    padding: 23px 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}
.wrap-2 .wrap-2-swiper .swiper-slide-header .step-number {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 14px;
    width: 91px;
    padding: 5px 0;
    text-align: center;
}
.wrap-2 .wrap-2-swiper .swiper-slide-header h4 {
    color: #061C3D;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 8px;
}
.wrap-2 .wrap-2-swiper .swiper-slide-desc {
    color: #414141;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 25px 24px;
}
.wrap-2 .wrap-2-swiper .swiper-slide-desc a {
    color: #0B63E5;
    font-weight: 400;
}
.wrap-2 .wrap-2-swiper .swiper-slide:nth-child(1n) {
    border: 1px solid #DFF2FF;
}
.wrap-2 .wrap-2-swiper .swiper-slide:nth-child(1n) .swiper-slide-header {
    background: linear-gradient(111deg, rgba(179, 224, 255, 0.1) 0%, rgba(37, 164, 255, 0.1) 100%);
}
.wrap-2 .wrap-2-swiper .swiper-slide:nth-child(1n) .swiper-slide-header .step-number {
    background: linear-gradient(104deg, #B3E0FF -34.53%, #25A4FF 101.85%);
}
.wrap-2 .wrap-2-swiper .swiper-slide:nth-child(2n) {
    border: 1px solid #F4EDFF;
}
.wrap-2 .wrap-2-swiper .swiper-slide:nth-child(2n) .swiper-slide-header {
    background: linear-gradient(180deg, rgba(234, 207, 255, 0.1) 0%, rgba(117, 37, 255, 0.1) 100%);
}
.wrap-2 .wrap-2-swiper .swiper-slide:nth-child(2n) .swiper-slide-header .step-number {
    background: linear-gradient(102deg, #EACFFF -10.83%, #7525FF 110.29%);
}
.wrap-2 .wrap-2-swiper .swiper-scrollbar {
    border-radius: 10px;
    background: #F0F0F0;
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    height: 9px;
    display: none;
}
.wrap-2 .wrap-2-swiper .swiper-scrollbar-drag {
    background-color: #4687FF;
}
@media screen and (max-width: 996px) {
    .wrap-2 .wrap-2-swiper .swiper-wrapper {
        gap: unset;
        justify-content: unset;
    }
    .wrap-2 .wrap-2-swiper .swiper-scrollbar {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .wrap-2 h2 {
        font-size: 24px;
    }
}
.tips {
    margin: 70px 0;
}
.tips h2 {
    color: #061C3D;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
}
.tips ol {
    margin-top: 20px;
}
.tips ol li {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 20px;
    list-style: auto;
}
.tips ol li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .tips h2 {
        font-size: 24px;
    }
}
.products h2 {
    color: #061C3D;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
}
.products .grid-wrapper {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 371px);
    grid-column-gap: 42px;
    grid-row-gap: 42px;
}
.products .grid-wrapper .product-item {
    height: 336px;
    border-radius: 17px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.products .grid-wrapper .product-item img {
    object-fit: cover;
}
.products .grid-wrapper .product-item h3 {
    color: #061C3D;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
.products .grid-wrapper .product-item-btns {
    display: flex;
    gap: 25px;
}
.products .grid-wrapper .product-item-btn {
    display: flex;
    padding: 11px 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #007BFF;
    color: #FFF;
    font-size: 14px;
    width: 146px;
    gap: 8px;
    transition: all 0.3s ease;
}
.products .grid-wrapper .product-item-btn:hover {
    background: #1342CC;
}
.products .grid-wrapper .product-item-btn i {
    font-size: 20px;
}
@media screen and (max-width: 1080px) {
    .products .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .products h2 {
        font-size: 24px;
    }
    .products .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
