.i-page{
    width: 100%;
    height: 100vh;
    min-height: 1624rpx;
    background: #F7FAFF;
    .i-header{
        padding-top:8rpx;
        width: 100%;
        height: 505rpx;
        background: url('https://ddh.yyhock.com/appStatic/my-bg.png') 0 0 no-repeat;
        background-size: 100% 505rpx;
        .header-title{
            margin-top:108rpx;
            height: 50rpx;
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
            font-size: 36rpx;
            color: #333333;
            line-height: 50rpx;
            text-align: center;
            font-style: normal;
        }
    }
}