.pdf-converter{
    font-family: 'Open Sans';
}

.pdf-converter h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.pdf-converter h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.pdf-converter h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}

@media(max-width: 1024px){
    .pdf-converter h1{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
    }
    
    .pdf-converter h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
    }
    
    .pdf-converter h4{
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }
}

.pdf-converter .section-1{
    padding-top: 90px;
    min-height: 867px;
    background-image: url(../png/banner-bg-3.png);
    background-position: center;
}

.pdf-converter .section-1 .main-container{
    display: flex;
    gap: 70px;
    max-width: 1512px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.pdf-converter .section-1 .main-container .left-container{
    max-width: 608px;
    flex: 1;
}

.pdf-converter .section-1 .main-container .left-container .title-container{
    display: flex;
    align-items: center;
    justify-items: flex-start;
    gap: 13px;
}

.pdf-converter .section-1 .main-container .left-container .title-container .logo-box{
    width: 44px;
    height: 44px;
}


.pdf-converter .section-1 .main-container .left-container .title-container img{
    width: 100%;
}

.pdf-converter .section-1 .main-container .left-container .title-container .title-box{
    width: 80px;
}

.pdf-converter .section-1 .main-container .left-container .special-text{
    background-image: linear-gradient(to right, #DC52FF, #0EC9FF);
    background-clip: text;
    color: transparent;
}

.pdf-converter .section-1 .main-container .left-container .desc-block{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    color: #666666;
}

.pdf-converter .section-1 .main-container .left-container .tag-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.pdf-converter .section-1 .main-container .left-container .scroll-box{
    display: none;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 34px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag .icon{
    width: 12px;
    height: 12px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-1{
    background-color: #7064FF33;
    width: 110px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-2{
    background: #F549D433;
    width: 122px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-3{
    background: #FFB80033;
    width: 150px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-4{
    background: #27DA3F33;
    width: 158px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-5{
    background: #BED12E33;
    width: 130px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-6{
    background: #FF956433;
    width: 160px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-7{
    background: #FF646733;
    width: 124px;
}

.pdf-converter .section-1 .main-container .left-container .tag-box .tag.tag-8{
    background: #2C9DFF33;
    width: 134px;
}

.pdf-converter .section-1 .main-container .left-container .btn-group{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.pdf-converter .section-1 .main-container .left-container .btn-group button{
    width: 210px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

}

.pdf-converter .section-1 .main-container .left-container .btn-group button .icon{
    height: 20px;
    width: 20px;
}


.pdf-converter .section-1 .main-container .left-container .btn-group .pdf-download-btn{
    background-color: #7064FF;
    color: #fff;
}

.pdf-converter .section-1 .main-container .left-container .btn-group .pdf-buy-btn{
    border: 1px solid #7064FF;
    color: #7064FF;
}

.pdf-converter .section-1 .main-container .left-container .btn-group .btn-box .desc{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pdf-converter .section-1 .main-container .left-container .btn-group .btn-box .desc .line{
    width: 1px;
    height: 16px;
    background-color: #999;
}

.pdf-converter .section-1 .main-container .left-container .logo-container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.pdf-converter .section-1 .main-container .left-container .logo-container .item-1{
    width: 58px;
}

.pdf-converter .section-1 .main-container .left-container .logo-container .item-2{
    width: 60px;
}

.pdf-converter .section-1 .main-container .right-container{
    flex: 1;
}

.pdf-converter .section-1 .main-container .right-container .robot-lottie{
    width: 33%;
    margin: 0 30px 0 auto;
}

.pdf-converter .section-1 .main-container .right-container .robot-lottie svg{
    vertical-align: bottom
}

.pdf-converter .section-1 .main-container .right-container .banner-lottie{
    width: 100%;
}

.pdf-converter .section-1 .main-container .right-container .banner-img{
    width: 100%;
    display: none;
}


@media(max-width: 1024px){
    .header-nav{
        background-image:url(../png/banner-mobile-bg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .pdf-converter .section-1{
        padding-top: 20px;
        background-image:url(../png/banner-mobile-bg.png);
        background-repeat: no-repeat;
        background-position: center -50px;
        background-size: cover;
        padding-bottom: 20px;
        background-color: #e4f3ff;
    }

    .pdf-converter .section-1 .main-container{
        flex-direction: column;
        gap: 16px;
        overflow: hidden;
    }


    .pdf-converter .section-1 .main-container .left-container .title-container{
        padding: 0 17px;
        margin-bottom: 18px;
        justify-content: center;
    }


    .pdf-converter .section-1 .main-container .left-container .btn-group{
        flex-direction: column;
        margin-top: 30px;
        gap: 20px;
    }

    .pdf-converter .section-1 .main-container .left-container h1{
        padding: 0 17px;
    }

    .pdf-converter .section-1 .main-container .left-container .desc-block{
        padding: 0 17px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .pdf-converter .section-1 .main-container .left-container .tag-box{
        display: none;
    }

    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-radius: 34px;

        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        height: 36px;

        flex-shrink: 0;

    }

    .pdf-converter .section-1 .main-container .left-container .scroll-box {
        display: block;
        position: relative;
        height: 36px;
        overflow: hidden;
    }

    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag-box-1{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        width: 521px;


        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        animation: scroll 60s linear infinite;
        transform: translate3d(0, 0, 0);

    }

    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag-box-2{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        width: 520px;


        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        animation: scroll-right 60s linear infinite;
        transform: translate3d(0, 0, 0);

    }

    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag .icon{
        width: 12px;
        height: 12px;
    }

    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-1{
        background-color: #7064FF33;
        width: 99px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-2{
        background: #F549D433;
        width: 109px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-3{
        background: #FFB80033;
        width: 133px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-4{
        background: #27DA3F33;
        width: 140px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-5{
        background: #BED12E33;
        width: 113px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-6{
        background: #FF956433;
        width: 142px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-7{
        background: #FF646733;
        width: 108px;
    }
    
    .pdf-converter .section-1 .main-container .left-container .scroll-box .tag.tag-8{
        background: #2C9DFF33;
        width: 117px;
    }

    .pdf-converter .section-1 .main-container .left-container .btn-group button{
        width: 343px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
    }


    .pdf-converter .section-1 .main-container .left-container .logo-container{
        padding: 0 17px;
        justify-content: center;
    }

    .pdf-converter .section-1 .main-container .left-container .logo-container .item-1{
        width: 52px;
    }

    .pdf-converter .section-1 .main-container .left-container .logo-container .item-2{
        width: 54px;
    }

    .pdf-converter .section-1 .main-container .right-container{
        padding: 0 17px;
    }

    .pdf-converter .section-1 .main-container .right-container .robot-lottie{
        width: 50%;
    }


    .pdf-converter .section-1 .main-container .right-container .banner-lottie{
        display: none;
    }

    .pdf-converter .section-1 .main-container .right-container .banner-img{
        display: block;
    }

}

.pdf-converter .section-2{
    padding-top: 100px;
}

.pdf-converter .section-2 .main-container{
    max-width: 1383px;
    margin: 0 auto;
}

.pdf-converter .section-2 .main-container h2{
    text-align: center;
}

.pdf-converter .section-2 .main-container .card-group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.pdf-converter .section-2 .main-container .card-group .card-box{
    width: 213px;
    height: 145px;
    text-align: center;
    background-color: #F9F9FD;
    border-radius: 10px;
    padding-top: 6px;
}

.pdf-converter .section-2 .main-container .card-group .card-box.active{
    background: linear-gradient(180deg, #D8EEFF 0%, #FDDCFF 100%);
}

.pdf-converter .section-2 .main-container .card-group .card-box.active .desc{
    color: #7064FF;
}

.pdf-converter .section-2 .main-container .card-group .card-box .card-img{
    width: 94px;
}

.pdf-converter .section-2 .main-container .card-group .card-box .desc{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.pdf-converter .section-2 .main-container .detail-group{
    margin-top: 68px;
    position: relative;
}

.pdf-converter .section-2 .main-container .detail-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 88px;
    position: absolute;
    opacity: 0;
    transition: all 1s ease;
    width: 100%;
    top: 0;
}

.pdf-converter .section-2 .main-container .detail-container.active{
    position: static;
    opacity: 1;
}

.pdf-converter .section-2 .main-container .detail-container .img-block{
    max-width: 660px;
    flex: 1;
}

.pdf-converter .section-2 .main-container .detail-container .img-block img{
    width: 100%;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content{
    flex: 1;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content h4{
    margin-bottom: 40px;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box:last-child{
    margin-bottom: 0;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box .icon-block{
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}


.pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box .right-container{
    flex: 1;
    color: #333333;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box .right-container .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box .right-container .detail-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    opacity: 0.8;
}

@media(max-width: 1024px){
    .pdf-converter .section-2{
        padding-top: 60px;
    }

    .pdf-converter .section-2 .main-container h2{
        padding: 0 46px;
    }

    .pdf-converter .section-2 .main-container .card-group{
        margin-top: 30px;
        gap: 10px;
    }

    .pdf-converter .section-2 .main-container .card-group .card-box{
        padding-top: 3px;
        width: 106px;
        height: 72px;
    }

    .pdf-converter .section-2 .main-container .card-group .card-box .card-img{
        width: 47px;
    }

    .pdf-converter .section-2 .main-container .card-group .card-box .desc{
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
    }

    .pdf-converter .section-2 .main-container .detail-group{
        margin-top: 40px;
    }

    .pdf-converter .section-2 .main-container .detail-container{
        flex-direction: column;
        padding: 0 16px;
        gap: 40px;
    }

    
    .pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box{
        align-items: flex-start;
    }

    .pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box .right-container .title{
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }

    .pdf-converter .section-2 .main-container .detail-container .detail-content .detail-desc-box .right-container .detail-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }
}

.pdf-converter .section-3{
    padding-top: 140px;
    padding-bottom: 100px;
}


.pdf-converter .section-3 .main-container{
    max-width: 1384px;
    margin: 0 auto;
}

.pdf-converter .section-3 .main-container h2{
    text-align: center;
}

.pdf-converter .section-3 .main-container .card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

.pdf-converter .section-3 .main-container .card-container .card-box{
    width: 331px;
    position: relative;
    overflow: hidden;
}

.pdf-converter .section-3 .main-container .card-container .card-box .text-box{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D8EEFF 0%, #FDDCFF 100%);
    border-radius: 10px;
    position: absolute;
    transition: all 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -100%;
    opacity: 0;
}

.pdf-converter .section-3 .main-container .card-container .card-box:hover .text-box{
    top: 0;
    opacity: 1;
    transition: all 1s ease;
}

.pdf-converter .section-3 .main-container .card-container .card-box .text-box .card-text{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    max-width: 211px;
}

@media(max-width: 1024px){
    .pdf-converter .section-3{
        padding-top: 60px;
        padding-bottom: 40px
    }

    .pdf-converter .section-3 .main-container{
        padding: 0 13px;
    }

    .pdf-converter .section-3 .main-container .card-container{
        margin-top: 30px;
        gap: 10px;
    }

    .pdf-converter .section-3 .main-container .card-container .card-box{
        width: 168px;
    }

    .pdf-converter .section-3 .main-container .card-container .card-box .text-box .card-text{
        font-size: 12px;
        max-width: 120px;
    }
}


.pdf-converter .section-4{
    padding-top: 100px;
    background-color: #F9F8FD;
}

.pdf-converter .section-4 .main-container{
    max-width: 1288px;
    margin: 0 auto;
}

.pdf-converter .section-4 .main-container h2{
    text-align: center;
}

.pdf-converter .section-4 .main-container .img-block{
    width: 100%;
    margin-top: 60px;
}

.pdf-converter .section-4 .main-container .card-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin-top: 30px;
}

.pdf-converter .section-4 .main-container .card-group .card-box{
    width: 167px;
    height: 105px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    border-radius: 10px;
    padding-top: 9px;
    color: #333333;
}

.pdf-converter .section-4 .main-container .card-group .card-box.active{
    border: 1px solid #7064FF;
    background-color: #7064FF1A;
    color: #7064FF;
}

.pdf-converter .section-4 .main-container .card-group .card-box .icon{
    width: 48px;
    height: 48px;
}

.pdf-converter .section-4 .main-container .card-group .card-box .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

@media(max-width: 1024px){
    .pdf-converter .section-4{
        padding-top: 40px;
    }

    .pdf-converter .section-4 .main-container{
        padding: 0 16px;
    }

    .pdf-converter .section-4 .main-container .img-block{
        margin-top: 35px;
    }

    .pdf-converter .section-4 .main-container .card-group{
        row-gap: 30px;
        column-gap: 0;
        justify-content: space-between;
    }

    .pdf-converter .section-4 .main-container .card-group .card-box{
        width: 111px;
        height: 92px;
        padding-top: 0;
        border: none;
        background-color: unset;
    }

    .pdf-converter .section-4 .main-container .card-group .card-box .title{
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
    }
}


.pdf-converter .section-5{
    padding-top: 127px;
    padding-bottom: 103px;
    background-color: #F9F8FD;
}

.pdf-converter .section-5 .main-container h2{
    text-align: center;
}

.pdf-converter .section-5 .main-container{
    height: 1517px;
}

.pdf-converter .section-5 .main-container .card-container{
    margin-left: 270px;
    margin-top: 60px;
}

.pdf-converter .section-5 .main-container .sticky-box{
    position: sticky;
    top: 120px;
    height: 665px;
}

.pdf-converter .section-5 .main-container .card-container .img-block{
    width: 557px;
}

.pdf-converter .section-5 .main-container .card-container .img-block.a{
    transform: translate(calc(100% + 40px), -100%);
}
.pdf-converter .section-5 .main-container .card-container .img-block.b{
    transform: translate(calc(200% + 80px), -200%);
}
.pdf-converter .section-5 .main-container .card-container .img-block.c{
    transform: translate(calc(300% + 120px), -300%);
}

@media(max-width: 1024px){
    .pdf-converter .section-5{
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .pdf-converter .section-5 .main-container{
        height: auto;
    }

    .pdf-converter .section-5 .main-container .card-container{
        margin-top: 42px;
        margin-left: 0;
        padding: 0 17px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .pdf-converter .section-5 .main-container .sticky-box{
        position: static;
        height: auto;
    }

    .pdf-converter .section-5 .main-container .card-container .img-block{
        width: 343px;
    }

    .pdf-converter .section-5 .main-container .card-container .img-block.a{
        transform: unset;
    }

    .pdf-converter .section-5 .main-container .card-container .img-block.b{
        transform: unset;
    }

    .pdf-converter .section-5 .main-container .card-container .img-block.c{
        transform: unset;
    }
}

.pdf-converter .section-6{
    padding-top: 100px;
}

.pdf-converter .section-6 .main-container{
    max-width: 1385px;
    margin: 0 auto;
}

.pdf-converter .section-6 .main-container h2{
    text-align: center;
}

.pdf-converter .section-6 .main-container .type-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 49px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.pdf-converter .section-6 .main-container .type-container .type-box{
    width: 190px;
}

.pdf-converter .section-6 .main-container .type-container .type-box .type-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #333333;
}

.pdf-converter .section-6 .main-container .type-container .type-box .type-title .icon{
    display: none;
}


.pdf-converter .section-6 .main-container .type-container .type-box .line{
    width: 100%;
    background-color: #D9D9D9;
    height: 1px;
    margin: 20px 0;
}

.pdf-converter .section-6 .main-container .type-container .type-box li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.pdf-converter .section-6 .main-container .type-container .type-box li:last-child{
    margin-bottom: 0;
}

.pdf-converter .section-6 .main-container .type-container .type-box li img{
    width: 24px;
    height: 24px;
}

.pdf-converter .section-6 .main-container .type-container .type-box li .title{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #333333;
}

@media(max-width: 1024px){
    .pdf-converter .section-6 .main-container{
        padding: 0 16px;
    }

    .pdf-converter .section-6 .main-container .type-container .type-box{
        width: 100%;
    }

    .pdf-converter .section-6 .main-container .type-container .type-box.active .type-title .icon{
        transform: rotateZ(0deg);
    }


    .pdf-converter .section-6 .main-container .type-container .type-box ul{
        display: none;
    }


    .pdf-converter .section-6 .main-container .type-container{
        margin-top: 49px;
        gap: 0px;
    }

    .pdf-converter .section-6 .main-container .type-container .type-box li:last-child{
        margin-bottom: 20px;
    }

    .pdf-converter .section-6 .main-container .type-container .type-box .type-title{
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pdf-converter .section-6 .main-container .type-container .type-box .type-title .icon{
        display: block;
        width: 12px;
        height: 22px;
        transform: rotateZ(180deg);
    }
}

.pdf-converter .section-7{
    padding-top: 150px;
}

.pdf-converter .section-7 .main-container{
    max-width: 1344px;
    margin: 0 auto;
    background: linear-gradient(180deg, #D7EEFF 0%, #FDDEF3 100%);
    padding: 68px 0 0 52px;
    border-radius: 24px;
    min-height: 588px;
}

.pdf-converter .section-7 .main-container .card-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;


    position: absolute;
    top: 0;
    left: 0;
    width: 1412px;
    animation: scroll 60s linear infinite;
}

.pdf-converter .section-7 .main-container .scroll-box-1{
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    height: 260px;
}

.pdf-converter .section-7 .main-container .scroll-box-1::before{
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    width: 110px;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: linear-gradient(90deg, #F3E5FF 0%, #FFFFFF 100%);
}

.pdf-converter .section-7 .main-container .scroll-box-1::after{
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    width: 110px;
    height: 100%;
    content: "";
    background: linear-gradient(270deg, #F3E5FF 0%, #FFFFFF 100%);
    opacity: 0.3;
}

.pdf-converter .section-7 .main-container .mobile-scroll-box-1{
    display: none;
}

.pdf-converter .section-7 .main-container .mobile-scroll-box-2{
    display: none;
}


@keyframes scroll {
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    100% {
        transform: translateX(100%);
    }
}

.pdf-converter .section-7 .main-container .card-item{
    width: 333px;
    height: 260px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;

    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #333;

    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .card-item .name-box{
    margin-top: auto;
}

.pdf-converter .section-7 .main-container .scroll-box-2{
    overflow: hidden;
    position: relative;
    height: 36px;
    margin-top: 40px;
}

.pdf-converter .section-7 .main-container .scroll-box-2::before{
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 2;
    width: 200px;
    height: 36px;
    content: "";
    background: linear-gradient(88.8deg, #FDDEF3 46.97%, rgb(253 222 243 / 0%) 90.87%);
}

.pdf-converter .section-7 .main-container .scroll-box-2::after{
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 2;
    width: 200px;
    height: 36px;
    content: "";
    background: linear-gradient(88.8deg, #FDDEF3 46.97%, rgb(253 222 243 / 0%) 90.87%);
    transform: rotate(180deg);
}

.pdf-converter .section-7 .main-container .logo-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 56px;


    position: absolute;
    top: 0;
    left: 0;
    width: 1539px;
    animation: scroll-right 60s linear infinite;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-1{
    width: 122px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-2{
    width: 102px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-3{
    width: 180px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-4{
    width: 156px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-5{
    width: 95px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-6{
    width: 141px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-7{
    width: 133px;
    flex-shrink: 0;
}

.pdf-converter .section-7 .main-container .logo-container .logo-item-8{
    width: 162px;
    flex-shrink: 0;
}

@media(max-width: 1024px){
    .pdf-converter .section-7{
        padding: 60px 16px 0;
    }

    .pdf-converter .section-7 .main-container{
        padding: 30px 10px 28px;
        min-height: 528px;
        border-radius: 20px;
    }

    .pdf-converter .section-7 .main-container h2{
        padding: 0 17px;
    }

    .pdf-converter .section-7 .main-container .scroll-box-1{
        display: none;
    }

    .pdf-converter .section-7 .main-container .scroll-box-2{
        display: none;
    }

    .pdf-converter .section-7 .main-container .card-item{
        width: auto;
        padding: 20px 15px;
    }

    .pdf-converter .section-7 .main-container .mobile-scroll-box-1{
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .pdf-converter .section-7 .main-container .mobile-scroll-box-1 .swiper-container{
        padding-bottom: 32px;
    }

    .pdf-converter .section-7 .main-container .mobile-scroll-box-1 .swiper-container .swiper-pagination span{
        width: 10px;
        height: 10px;
        opacity: 1;
        background-color: #fff;
        margin: 0 8px
    }

    .pdf-converter .section-7 .main-container .mobile-scroll-box-1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
        background-color: #7064FF;
    }

    .pdf-converter .section-7 .main-container .mobile-scroll-box-2{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 22px;
        column-gap: 35px;
        margin-top: 30px;
    }

    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-1{
        width: 76px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-2{
        width: 64px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-3{
        width: 112px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-4{
        width: 98px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-5{
        width: 59px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-6{
        width: 88px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-7{
        width: 83px;
    }
    .pdf-converter .section-7 .main-container .mobile-scroll-box-2 .logo-item-8{
        width: 101px;
    }

}


/* faqs-tips */
.faqs-tips {
    padding: 20px 0 100px;
    line-height: 1.4;
}

.faqs-tips.fv-tools .container{
    max-width: 1344px;
    padding: 0;
}

.faqs-tips h3,
.faqs-tips h3 {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: start;
    font-size: 36px;
    line-height: 1.4;
}
.faqs-tips .box a.more {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);

    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 48px;
    color: #080B29;
    border: 1px solid #080B29;
    border-radius: 12px;
}
.faqs-tips .box a.more span{
    margin-right: 4px;
}
.faqs-tips .box a.more:hover {
    background: #080B29;
    color: #FFFFFF;
}
.faqs-tips .box a.more:hover svg path{
    stroke:#ffffff
}

.faqs-tips .box {
    display: flex;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 20px;
    justify-content: space-between;
}


.faqs-tips .faqs,
.faqs-tips .tips {
    position: relative;
    padding: 40px 40px;
}
.faqs-tips .faqs {
    text-align: left;
    width: 57.6%;
    background: linear-gradient(180deg, #E0F5FF 0%, rgba(224, 245, 255, 0.5) 100%);
    border-radius: 24px;
    padding-bottom: 126px;
}
.faqs-tips .tips {
    width: 40.6%;
    background: linear-gradient(180deg, #FFF5E0 0%, rgba(255, 245, 224, 0.5) 100%);
    border-radius: 24px;
    padding-bottom: 160px;
}
.faqs-tips .tips p a:hover{
    text-decoration: underline;
}
.faqs-tips .tips b {
    display: block;
    margin-bottom: 16px;
}
.faqs-tips .faqs .faqs-item,
.faqs-tips .tips div {
    margin-bottom: 32px;
}
.faqs-tips .faqs .faqs-title .faqs-title-h{
    display: flex;

}
.faqs-tips .faqs .faqs-title .faqs-title-h .jiao{
    margin-right: 12px;
}
.faqs-tips .faqs .faqs-title {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.faqs-tips .faqs .faqs-answer ul li,
.faqs-tips .faqs .faqs-answer p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.faqs-tips .faqs .faqs-answer{
    margin-left: 16px;
}
.faqs-tips .faqs .faqs-title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #080B29;
    line-height: 1.4;
}
.faqs-tips .faqs .faqs-title h4:hover {
    cursor: pointer;
}
.faqs-item.active .jia svg{
    transition: all linear .2s;
    transform: rotate(45deg);

}
.faqs-item.active .jiao svg{
    transition: all linear .2s;
    transform: rotate(90deg);

}

.faqs-tips .share {
    text-align: center;
    margin-top: 100px;
}
.faqs-tips .share p {
    margin-top:30px ;
}
.faqs-tips .share div{
    display: flex;
    justify-content: center;
}
.faqs-tips .share a {
    margin: 0 27px;
}
.faqs-tips .tips div p {
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
}
.faqs-tips .tips div p:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #333333;

}
.faqs-tips .tips div p:hover:before {
    background: #4276FF;
}

@media(max-width: 992px){
    .faqs-tips h3,
    .faqs-tips h3 {
        font-size: 20px;
        margin-bottom: 20px;

    }
    .faqs-tips {
        padding: 30px 16px;

    }

    .faqs-tips .box {
        background: none;
        flex-direction: column;
    }
    .faqs-tips .faqs, .faqs-tips .tips{
        width: 100%;
        padding: 20px 12px 96px;
    }
    .faqs-tips .faqs {
        border-radius: 20px;
        margin-bottom: 20px;

    }
    .faqs-tips .faqs .faqs-title h4{

        font-size: 14px;
    }
    .faqs-tips .faqs .faqs-title .faqs-title-h .jiao{
        margin-right: 10px;
    }
    .faqs-tips .faqs {
        border-radius: 20px;
    }
    .faqs-tips .share{
        margin-top: 30px;
    }
    .faqs-tips .share p {
        margin: 30px 0 30px;
    }
}

/* faqs-tips */

.pdf-converter .section-9{
    background-image: url(../png/bottom-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 514px;
    padding-top: 108px;
}

.pdf-converter .section-9 .main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-converter .section-9 .main-container .title-container{
    display: flex;
    align-items: center;
    justify-items: flex-start;
    gap: 13px;
    margin-bottom: 44px;
}

.pdf-converter .section-9 .main-container h2{
    text-align: center;
}

.pdf-converter .section-9 .main-container .title-container .logo-box{
    width: 55px;
    height: 55px;
}


.pdf-converter .section-9 .main-container .title-container img{
    width: 100%;
}

.pdf-converter .section-9 .main-container .title-container .title-box{
    width: 100px;
}


.pdf-converter .section-9 .main-container .btn-group{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.pdf-converter .section-9 .main-container .btn-group button{
    width: 210px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

}

.pdf-converter .section-9 .main-container .btn-group button .icon{
    height: 20px;
    width: 20px;
}


.pdf-converter .section-9 .main-container .btn-group .pdf-download-btn{
    background-color: #7064FF;
    color: #fff;
}

.pdf-converter .section-9 .main-container .btn-group .pdf-buy-btn{
    border: 1px solid #7064FF;
    color: #7064FF;
}

.pdf-converter .section-9 .main-container .btn-group .btn-box .desc{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pdf-converter .section-9 .main-container .btn-group .btn-box .desc .line{
    width: 1px;
    height: 16px;
    background-color: #999;
}

@media(max-width: 1024px){
    .pdf-converter .section-9{
        padding-top: 60px;
        min-height: 661px;
        background-image: url(../png/mobile-bottom-bg.png);
        background-size: cover;
    }

    .pdf-converter .section-9 .main-container h2{
        padding: 0 52px;
    }

    .pdf-converter .section-9 .main-container .btn-group{
        flex-direction: column;
        margin-top: 50px;
        gap: 20px;
    }

    .pdf-converter .section-9 .main-container .btn-group button{
        width: 343px;
    }
}