
._popup {
    &-header {
        font-size: 36rpx;
        font-weight: bold;
        color: #222222;
        height: 110rpx;
        line-height: 110rpx;
        text-align: center;
        padding: 0 80rpx;        
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    &-body {}
    
    &.safe-area-inset-bottom {
        padding-bottom: 0;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}