.product-bg{
    width: 100%;
    height: 49.56rem;
    background: url(../image/bg.webp) no-repeat;
    background-size: 100% 100%;
   
}
.product-main{
    width: 88rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:1rem;
}
.product-ico{
    display: block;
    width: 41.86rem;
}
.product-info{
    width: 100%;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.46rem 0rem rgba(0,0,0,0.14);
    border-radius: 1.88rem 1.88rem 1.88rem 1.88rem;
    padding:1.2rem 1rem .8rem;
    margin-top:1rem;
}
.product-info-li{
    width: 33%;

}
.product-main-left{
    width: 45.88rem;
}
.product-main-left > .title{
    font-weight: 600;
    font-size: 3rem;
    color: #333333;
    margin-top:1rem;
}
.product-main-left > .title span{
    color: #1B5F3B;
}
.product-main-left > .text{

    font-weight: 400;
    font-size: 1.25rem;
    color: #666666;
    margin-top:1.44rem;
}
.product-info-li .title{
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
}
.product-info-li .text{

    font-weight: 600;
    font-size: 1.63rem;
    color: #1B5F3B;
    line-height: 1.97rem;

}
.product-cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:1.44rem;
}
.product-cont-li{
    width: 32%;
    height: 15.81rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.46rem 0rem rgba(0,0,0,0.14);
    border-radius: 1.88rem 1.88rem 1.88rem 1.88rem;
    padding: 1rem;
    
}
.product-cont-li img{
    width: 4.75rem;
}
.product-cont-li .title{
    margin-top:.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #333333;
    line-height: 1.56rem;

}
.product-cont-li .text{
    font-weight: 400;
    font-size: 0.88rem;
    color: #666666;
    line-height: 1.36rem;
    margin-top:.6rem;
}
.lending-bg{
    width: 100%;
    height: 49.56rem;
    background: url(../image/bg.webp) no-repeat;
    background-size: 100% 100%;
   overflow: hidden;
}
.lending-title{
    font-weight: 800;
    font-size: 3rem;
    color: #333333;
    text-align: center;
    margin-top:3rem;
}
.lending-box{
    width: 82.94rem;
    height: 35rem;
    background: #F4F4F4;
    border-radius: 1.25rem;
    margin: 4rem auto;
    box-sizing: border-box;
    padding: 3.75rem 6.25rem;
}
.lending-box > img{
    width: 26.47rem;
}
.lending-box .lending-info{
    width: 100%;
}
.lending-box .lending-info .lending-li{
    width: 100%;
    height: 5.5rem;
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: 1.25rem;
    padding: 1.3rem 2rem;
}
.lending-box .lending-info{
    margin-top:2.38rem;
}
.lending-box .lending-info .lending-li .title{

    font-weight: 400;
    font-size: 0.94rem;
    color: #000000;

}
.lending-box .lending-info .lending-li .text{

    font-weight: 400;
    font-size: 1.25rem;
    color: #000000;

}

.privacy-box{
    width: 96%;
    border: 2px solid #1B5F3B;
    margin: 2rem auto;
    border-radius: 2rem;
    padding: 2.5rem;
}
.privacy-box .paragraph-content{
    margin-bottom: 1.5rem;
}
.privacy-box .sub-title{
    font-weight: 600;
    font-size: 1.63rem;
    color: #1B5F3B;
    line-height: 1.97rem;
    margin-bottom: 1.5rem;
}
.pact-box{
    width: calc(100% - 2rem);
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    margin: 1rem auto;
    border-radius: 2rem;
    padding: 1.4rem;
    background: linear-gradient( 180deg, rgba(255,255,255,0.57) 0%, #FFFFFF 100%);
    backdrop-filter: blur(12px);
}
.pact-box .sub-title{
    font-weight: 600;
    font-size: 1.2rem;
    color: #1B5F3B;
    line-height: 1.97rem;
    margin-bottom: 1.2rem;
    margin-top:.8rem
}

@media (max-width: 768px) {
    .product-bg{
        height: auto;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
    }
    .product-main{
        width: 95%;
        flex-direction: column;
        padding: 1rem 0;
    }
    .product-main-left{
        width: 100%;
        text-align: center;
    }
    .product-main-left > .title{
        font-size: 1.5rem;
        margin-top: 0.5rem;
    }
    .product-main-left > .text{
        font-size: 0.9rem;
        margin-top: 1rem;
        padding: 0 0.5rem;
    }
    .product-ico{
        width: 100%;
        max-width: 28rem;
        margin-top: 1.5rem;
    }
    .product-info{
        flex-direction: column;
        padding: 1rem 0.5rem;
        gap: 1rem;
    }
    .product-info-li{
        width: 100%;
        text-align: center;
    }
    .product-info-li .title{
        font-size: 0.8rem;
    }
    .product-info-li .text{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .product-cont{
        flex-direction: column;
        gap: 1rem;
        padding: 0 0.5rem;
    }
    .product-cont-li{
        width: 100%;
        height: auto;
        padding: 1rem;
    }
    .product-cont-li .title{
        font-size: 0.9rem;
    }
    .product-cont-li .text{
        font-size: 0.8rem;
    }
}