.top-70{
    margin-top: .7rem;
}
.page-desc{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .2rem;
    color: #999999;
    margin-top: .24rem;
}

.pr-small-card-list{

}
.pr-small-card-title{
    display: flex;
    justify-content: center;
}
.pr-small-card{
    width: 2rem;
    height: 3.06rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    font-size: .22rem;
    color: #333333;
    padding-top: .5rem;
    position: relative;
    overflow: hidden;
    border-radius: .1rem;
    box-sizing: border-box;
    transition: all .3s;
}
/* .pr-small-card:hover .pr-small-card-expand{
    opacity: 1;
}
.pr-small-card:hover .pr-small-card-title{
    display: none;
}
.pr-small-card:hover{
    width: 3.36rem;
} */
@keyframes slideUpFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.slide-up{
    /* 初始状态：透明 + 向下偏移 */
    opacity: 0;
    transform: translateY(.30rem);
    transition: all .5s ease-out .3s;
}
.pr-small-card.active .slide-up{
    /* 动画设置 */
    opacity: 1;
    transform: translateY(0);
}
.pr-small-card.active{
    width: 3.36rem;
}
.pr-small-card.active .pr-small-card-expand{
    opacity: 1;
}
.pr-small-card.active .pr-small-card-title{
    display: none;
}

.pr-small-card-expand{
    position: absolute;
    left: 0;        
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, #3D61FF 0%, rgba(130,227,249,0.6) 100%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    padding: .4rem .2rem;
    box-sizing: border-box;
    opacity: 0;
    transition: all .3s;
}
.pr-sc-title{
    font-weight: 600;
    font-size: .26rem;
    margin-bottom: .12rem;
}

.pr-small-card:nth-child(1){
        background-image: linear-gradient(180deg, #EDF4FF 0%, rgba(255, 255, 255, 0) 100%), url(https://qiniu.htknow.com/17978_18125bffa1cb087ad71b281d57a313be.png?imageslim);
        background-position: center, center;
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
}

.pr-small-card:nth-child(2){
    background-image: linear-gradient(180deg, #EDF4FF 0%, rgba(255, 255, 255, 0) 100%), url(https://qiniu.htknow.com/17978_af9cf357ebb3c8f8ac337d9407c3d470.png?imageslim);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.pr-small-card:nth-child(3){
    background-image: linear-gradient(180deg, #EDF4FF 0%, rgba(255, 255, 255, 0) 100%), url(https://qiniu.htknow.com/17978_8aa2a5bea64f6c7e5ec3b548697d0788.png?imageslim);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.pr-small-card:nth-child(4){
    background-image: linear-gradient(180deg, #EDF4FF 0%, rgba(255, 255, 255, 0) 100%), url(https://qiniu.htknow.com/17978_532256640fb8676bd7cedb41c536f722.png?imageslim);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.pr-small-card:nth-child(5){
    background-image: linear-gradient(180deg, #EDF4FF 0%, rgba(255, 255, 255, 0) 100%), url(https://qiniu.htknow.com/17978_95a0d8a51944ea00900f18942781fb77.png?imageslim);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.home-content-sub-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    font-size: .40rem;
    color: #333333;
}
.top-90{
    margin-top: .9rem;
}
.pr-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    font-size: .28rem;
    color: #333333;
    text-align: center;
}
.pr-gray-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .24rem;
    color: #666666;
    margin-bottom: .56rem;
}
.pr-card-text-list{
    margin-bottom: -.32rem;
}
.pc-card-text{
    margin-right: .21rem;
    width: 3.85rem;
    height: 5.11rem;
    background: #FFFFFF;
    box-shadow: 0px .08rem .24rem 0px rgba(156,184,220,0.27);
    border-radius: .16rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .32rem;
    transition: all .3s;
}
.pc-card-text:hover{
    transform: translateY(-.2rem);
}
.pc-card-text:nth-child(3n){
    margin-right: 0;
}
.pc-card-text .img{
    height: 2.94rem;
}
.pc-card-text .content{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    padding: .17rem .3rem;
    box-sizing: border-box;
}
.pc-card-text .title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    font-size: .28rem;
    color: #333333;
    margin-bottom: .13rem;
}
.pc-card-text .sub-title{
    font-family: PingFang SC, PingFang SC;
    font-size: .2rem;
    color: #333333;
    font-weight: 550;
    margin-bottom: .28rem;
}
.pr-card-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.32rem;
    height: 1.32rem;
}

.pr-case-list{
    margin-bottom: -.16rem;
    padding-bottom: .6rem;
}
.pr-case{
    margin-bottom: .16rem;
    margin-right: .16rem;
    width: 2.88rem;
    height: 4.18rem;
    background: #FFFFFF;
    border-radius: .20rem;
    border: 1px solid #C3D2FF;
    box-sizing: border-box;
    padding: .46rem .14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
}
.pr-case-name{
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    font-size: .26rem;
    color: #333333;
    margin-top: .4rem;
    white-space: nowrap;
}
.pr-case-blue{
    width: .3rem;
    height: .04rem;
    background: #3563FF;
    border-radius: 0px 0px 0px 0px;
    margin: .18rem 0;
}
.pr-case .img{
    width: 1.2rem;
    height: 1.2rem;
}
.pr-case:nth-child(4n){
    margin-right: 0;
}   
.pr-case-desc-1{
    margin-bottom: .18rem;
}
.pr-up-icon{
    width: .14rem;
    height: .14rem;
}
.section-bg{
    overflow: hidden;
    background: linear-gradient( 180deg, #EEF4FF 0%, #FFFFFF 100%);
}
.section-bg .section-block{
    height: 5.5rem;
    overflow: hidden;
}
.top-60{
    margin-top: .6rem;
}
.pr-adjust-list{

}
.pr-adjust{
    width: 3.86rem;
    height: 3.14rem;
    background: linear-gradient( 360deg, #E5E6FF 0%, #DBE8FF 100%);
    border-radius: .2rem;
    position: relative;
    padding: .6rem .24rem .24rem;
    box-sizing: border-box;
}
.pr-adjust-title{
    background: url(https://qiniu.htknow.com/17978_1463b13fb2a16eb33f2ca1495a17b0c9.png?imageslim)no-repeat center;
    background-size: 100% 100%;
    width: 2.08rem;
    height: .44rem;
    padding: .08rem 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 550;
    font-size: .2rem;
    color: #FFFFFF;
    position: absolute;
    top: -.04rem;
    left: 50%;
    transform: translate(-50%,0);
}
.pr-adjust .img{
    width: 3.38rem;
    height: 2.3rem;
    display: block;
    object-fit: cover;
    overflow: hidden;
    border-radius: .1rem;
}